Files
blight/blight-assets/src/main/resources/character/hero.character

36 lines
735 B
Plaintext

{
"chapter": 0,
"level": 0,
"xp": 0,
"currentHp": 100,
"currentStamina": 100,
"currentMana": 100,
"maxHp": 100,
"maxStamina": 100,
"maxMana": 100,
"openHpRegeneration": 0,
"openManaRegeneration": 0,
"openStaminaRegeneration": 0,
"restorationValue": 10,
"abilities": {
"lvlMagic": 1,
"lvlStaffCombat": 1,
"lvlSwordsmanship": 1,
"lvlArchery": 1,
"lvlHeavyWeapons": 1,
"lvlCrossbow": 1,
"lvlThievery": 0,
"lvlAlchemy": 0,
"lvlEngineering": 0,
"lvlSmithery": 0,
"lvlEnchanting": 0
},
"listeners": [],
"characterId": "hero",
"name": {
"id": "hero.name"
},
"modelPath": "Models/Chars/mainchar.j3o",
"animSetPath": "human",
"type": "MAIN_CHARACTER"
}