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 - 83
- Damage random factors
DamRandom - [1, 1]
- Resolved feature skill
FeatureSkill - The best blacksmith on the continent
- Direct skill graph
Skill - 12 ordered entries
- Resolved origin
OriginId - Blacksmith
Runtime animation map
ActionSuffixMap binds each compatible weapon family to its client animation set.
- Axe
equipmaster- Knife
equipmaster- Mace
equipmaster- Sword
equipmaster
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.
- 1Destructive Hammer
- 2Anvil Toss
- 3Focused Mode
- 4Lucky Refine
- 5Blasting Furnace
- 6Artisan's Heart
- 7Ultimate Tempering
- 8Alloy Smelting
- 9Lucky Cart
- 10Blacksmith's Wealth
- 11Blood-boiled Refinement
- 12High-temperature Reaction
Resolved client JSON
The resolved class record is the JSON root, with identity, progression, compatibility, mechanics, and release data together.
{
"Name": "Hollgrehenn",
"Description": "Wait and see, I am set to become the best blacksmith on the continent.",
"Category": "Hero class",
"AttackType": "Physical",
"IsOpen": true,
"MaxJobLevel": 83,
"SkillPointLimit": 83,
"CompatibleWeapons": [
"Axe",
"Knife",
"Mace",
"Sword"
],
"InitialAttr": {
"Str": 90,
"Int": 15,
"Vit": 60,
"Agi": 15,
"Dex": 60,
"Luk": 30
},
"DamRandom": [
1,
1
],
"ActionSuffixMap": {
"Axe": "equipmaster",
"Knife": "equipmaster",
"Mace": "equipmaster",
"Sword": "equipmaster"
},
"FeatureSkill": "The best blacksmith on the continent",
"Skill": [
"Destructive Hammer",
"Anvil Toss",
"Focused Mode",
"Lucky Refine",
"Blasting Furnace",
"Artisan's Heart",
"Ultimate Tempering",
"Alloy Smelting",
"Lucky Cart",
"Blacksmith's Wealth",
"Blood-boiled Refinement",
"High-temperature Reaction"
],
"OriginId": [
"Blacksmith"
]
}