Tracker made in React for keeping track of HP and MP and so on.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

207 lines
4.5 KiB

{
"session": {
"usedSp": {"Fabula": 5, "Ultima": 2}
},
"conflict": {
"round": 0,
"activeSide": "ally",
"activeCharacterId": null
},
"clocks": [],
"characters": [
{
"id": "aelica",
"side": "ally",
"name": "Aelica",
"level": 32,
"hp": 70,
"maxHp": 82,
"mp": 77,
"maxMp": 77,
"ip": 6,
"maxIp": 6,
"sp": 3,
"spBank": 2,
"bp": 2,
"maxBp": 4,
"zp": 4,
"maxZp": 6,
"spType": "Fabula",
"portraitUrl": "/portraits/aelica.png",
"turnsTotal": 1,
"turnsLeft": 1
},
{
"id": "athetyz",
"side": "ally",
"name": "Athetyz",
"level": 32,
"hp": 63,
"maxHp": 63,
"mp": 55,
"maxMp": 55,
"ip": 9,
"maxIp": 10,
"zp": 3,
"maxZp": 6,
"sp": 3,
"spBank": 1,
"spType": "Fabula",
"portraitUrl": "/portraits/athetyz.png",
"turnsTotal": 1,
"turnsLeft": 0
},
{
"id": "echo",
"side": "ally",
"name": "Echo",
"level": 32,
"hp": 67,
"maxHp": 67,
"mp": 62,
"maxMp": 62,
"ip": 4,
"maxIp": 12,
"zp": 5,
"maxZp": 6,
"sp": 3,
"spBank": 4,
"spType": "Fabula",
"portraitUrl": "/portraits/echo.png",
"turnsTotal": 1,
"turnsLeft": 1
},
{
"id": "gravitas",
"side": "ally",
"name": "Gravitas",
"level": 32,
"hp": 72,
"maxHp": 72,
"mp": 43,
"maxMp": 117,
"ip": 5,
"maxIp": 8,
"zp": 0,
"maxZp": 6,
"sp": 3,
"spBank": 6,
"spType": "Fabula",
"portraitUrl": "/portraits/gravitas.png",
"turnsTotal": 1,
"turnsLeft": 1
},
{
"id": "linnet",
"side": "ally",
"name": "Linnet",
"level": 32,
"hp": 117,
"maxHp": 117,
"mp": 73,
"maxMp": 76,
"ip": 6,
"maxIp": 6,
"zp": 1,
"maxZp": 6,
"sp": 3,
"spBank": 4,
"spType": "Fabula",
"portraitUrl": "/portraits/linnet.png",
"turnsTotal": 1,
"turnsLeft": 1
},
{
"id": "prandia",
"side": "ally",
"name": "Prandia",
"level": 32,
"hp": 90,
"maxHp": 90,
"koText": "rip lmao",
"mp": 0,
"maxMp": 70,
"ip": 8,
"maxIp": 8,
"zp": 2,
"maxZp": 6,
"sp": 3,
"spBank": 4,
"spType": "Fabula",
"portraitUrl": "/portraits/prandia.png",
"turnsTotal": 1,
"turnsLeft": 1,
"statuses": [
{
"id": "digested",
"name": "Digested",
"count": 3,
"description": "Is currently being melted down for sustenance."
},
{
"id": "digested2",
"name": "Digested",
"count": 3,
"description": "Is currently being melted down for sustenance."
},
{
"id": "digested3",
"name": "Digested",
"count": 3,
"description": "Is currently being melted down for sustenance."
},
{
"id": "digested4",
"name": "Digested",
"count": 3,
"description": "Is currently being melted down for sustenance."
},
{
"id": "digested5",
"name": "Digested",
"count": 3,
"description": "Is currently being melted down for sustenance."
},
{
"id": "digested6",
"name": "Digested",
"count": 3,
"description": "Is currently being melted down for sustenance."
},
{
"id": "digested7",
"name": "Digested",
"count": 3,
"description": "Is currently being melted down for sustenance."
},
{
"id": "digested8",
"name": "Digested",
"count": 3,
"description": "Is currently being melted down for sustenance."
},
{
"id": "digested9",
"name": "Digested",
"count": 3,
"description": "Is currently being melted down for sustenance."
},
{
"id": "digested10",
"name": "Digested",
"count": 3,
"description": "Is currently being melted down for sustenance."
}]
},
{
"id": "werespider",
"side": "enemy",
"name": "Werespider",
"health": "KO",
"spType": "Ultima",
"sp": 5,
"turnsLeft": 3,
"turnsTotal": 3
}
]
}