core/tests/components/habitica/fixtures/wizard_fixture.json

61 lines
1.4 KiB
JSON

{
"success": true,
"data": {
"api_user": "test-api-user",
"profile": { "name": "test-user" },
"stats": {
"buffs": {
"str": 26,
"int": 26,
"per": 26,
"con": 26,
"stealth": 0,
"streaks": false,
"seafoam": false,
"shinySeed": false,
"snowball": false,
"spookySparkles": false
},
"hp": 50,
"mp": 50.89999999999998,
"exp": 737,
"gp": 137.62587214609795,
"lvl": 38,
"class": "wizard",
"maxHealth": 50,
"maxMP": 166,
"toNextLevel": 880,
"points": 5,
"str": 15,
"con": 15,
"int": 15,
"per": 15
},
"preferences": {
"sleep": false,
"automaticAllocation": true,
"disableClasses": false,
"language": "en"
},
"flags": {
"classSelected": true
},
"needsCron": true,
"lastCron": "2024-09-21T22:01:55.586Z",
"items": {
"gear": {
"equipped": {
"weapon": "weapon_wizard_5",
"armor": "armor_wizard_5",
"head": "head_wizard_5",
"shield": "shield_base_0",
"back": "back_special_heroicAureole",
"headAccessory": "headAccessory_armoire_gogglesOfBookbinding",
"eyewear": "eyewear_armoire_plagueDoctorMask",
"body": "body_special_aetherAmulet"
}
}
}
}
}