Build reference
Explore exact skill mechanics, runes, hero-exclusive equipment, and decoded client records.
13 shown · 13 class-linked
42 shared Adventure skills available from the source filter
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 - 86
- Damage random factors
DamRandom - [1, 1]
- Resolved feature skill
FeatureSkill - Phantom Interference
- Direct skill graph
Skill - 12 ordered entries
- Resolved origin
OriginId - Alchemist
Runtime animation map
ActionSuffixMap binds each compatible weapon family to its client animation set.
- Knife
hela- Staff
hela
InitialAttr
- Strength
Str - 15
- Intelligence
Int - 90
- Vitality
Vit - 50
- Agility
Agi - 15
- Dexterity
Dex - 60
- Luck
Luk - 40
Ordered skill graph
The client
Skill array, resolved in its declared order.
- 1Garm
- 2No Near the Dog
- 3Bottled Ghost
- 4Fatal Dream
- 5Bloodline of the Deceased
- 6Forgetful Wine
- 7Deadly Poison
- 8Black Party
- 9Rabies Vaccination
- 10Demon Turntable
- 11Castigate
- 12Hide and Seek
Resolved client JSON
The resolved class record is the JSON root, with identity, progression, compatibility, mechanics, and release data together.
{
"Name": "Hela",
"Description": "It's funny how only in the face of death do people pray sincerely.",
"Category": "Hero class",
"AttackType": "Magic",
"IsOpen": true,
"MaxJobLevel": 86,
"SkillPointLimit": 86,
"CompatibleWeapons": [
"Knife",
"Staff"
],
"InitialAttr": {
"Str": 15,
"Int": 90,
"Vit": 50,
"Agi": 15,
"Dex": 60,
"Luk": 40
},
"DamRandom": [
1,
1
],
"ActionSuffixMap": {
"Knife": "hela",
"Staff": "hela"
},
"FeatureSkill": "Phantom Interference",
"Skill": [
"Garm",
"No Near the Dog",
"Bottled Ghost",
"Fatal Dream",
"Bloodline of the Deceased",
"Forgetful Wine",
"Deadly Poison",
"Black Party",
"Rabies Vaccination",
"Demon Turntable",
"Castigate",
"Hide and Seek"
],
"OriginId": [
"Alchemist"
]
}