Weiter Ingame an den animationen gepfeilt

This commit is contained in:
2026-08-19 19:37:59 +02:00
parent ec0865d09b
commit c221c26a23
6 changed files with 52 additions and 81 deletions

View File

@@ -2,35 +2,27 @@
"chapter": 0,
"level": 0,
"xp": 0,
"currentHp": 100,
"currentStamina": 100,
"currentMana": 100,
"maxHp": 100,
"maxStamina": 100,
"maxMana": 100,
"currentHp": 0,
"currentStamina": 0,
"currentMana": 0,
"maxHp": 0,
"maxStamina": 0,
"maxMana": 0,
"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
},
"playedMonologueIds": [],
"firedTriggerIds": [],
"visitedZoneIds": [],
"gameVariables": {},
"memberFractionIds": [],
"listeners": [],
"characterId": "hero",
"name": {
"id": "hero.name"
},
"modelPath": "Models/Chars/mainchar.j3o",
"modelPath": "Characters/Models/hero.j3o",
"animSetPath": "human",
"type": "MAIN_CHARACTER"
}