Build reference
Explore exact skill mechanics, runes, hero-exclusive equipment, and decoded client records.
11 shown · 11 class-linked
42 shared Adventure skills available from the source filter
Updating details…
Loading rune compatibility and Aesir totals…
Loading compatible equipment…
Runtime class rules
Direct fields from the imported class row.
- Client availability
IsOpen - Open
- Maximum Job Level
MaxJobLevel - 85
- Damage random factors
DamRandom - [1, 1]
- Resolved feature skill
FeatureSkill - Moon Shot
- Direct skill graph
Skill - 10 ordered entries
- Resolved origin
OriginId - Hunter
Runtime animation map
ActionSuffixMap binds each compatible weapon family to its client animation set.
- Bow
fenrir- Knife
fenrir
InitialAttr
- Strength
Str - 90
- Intelligence
Int - 15
- Vitality
Vit - 60
- Agility
Agi - 15
- Dexterity
Dex - 60
- Luck
Luk - 30
Ordered skill graph
The client
Skill array, resolved in its declared order.
- 1Frost Moon Arrow
- 2Moon Shackle
- 3Moon Wolf Assault
- 4Twilight Attack
- 5Moon Shadow Barb
- 6Ice Jail
- 7Bloodmoon
- 8Barbarity
- 9Lunar eclipse
- 10Moon Wolf's Rage
Resolved client JSON
The resolved class record is the JSON root, with identity, progression, compatibility, mechanics, and release data together.
{
"Name": "Fenrir",
"Description": "Everyone has a beast inside them. Sense is the cage confining it, while sensibility makes it roar.",
"Category": "Hero class",
"AttackType": "Physical",
"IsOpen": true,
"MaxJobLevel": 85,
"SkillPointLimit": 85,
"CompatibleWeapons": [
"Bow",
"Knife"
],
"InitialAttr": {
"Str": 90,
"Int": 15,
"Vit": 60,
"Agi": 15,
"Dex": 60,
"Luk": 30
},
"DamRandom": [
1,
1
],
"ActionSuffixMap": {
"Bow": "fenrir",
"Knife": "fenrir"
},
"FeatureSkill": "Moon Shot",
"Skill": [
"Frost Moon Arrow",
"Moon Shackle",
"Moon Wolf Assault",
"Twilight Attack",
"Moon Shadow Barb",
"Ice Jail",
"Bloodmoon",
"Barbarity",
"Lunar eclipse",
"Moon Wolf's Rage"
],
"OriginId": [
"Hunter"
]
}