Closed Jihoon9836 closed 1 year ago
Comprehensive list of attributes of the Character Sheet:
{
"melee": "string", // Represent total attack bonuses, they are strings converted to numbers
"ranged": "string",
"str": "number", // Ability modifiers
"dex": "number",
"con": "number",
"int": "number",
"wis": "number",
"cha": "number",
"system.type": "string",
"system.class": "string",
"system.abilities.STR": "string",
"system.abilities.DEX": "string",
"system.abilities.CON": "string",
"system.abilities.INT": "string",
"system.abilities.WIS": "string",
"system.abilities.CHA": "string",
"system.ac": "string",
"system.bab": "string",
"system.background": "string",
"system.coinage.iron": "string",
"system.coinage.copper": "string",
"system.coinage.silver": "string",
"system.coinage.gold": "string",
"system.coinage.platinum": "string",
"system.exp.max": "string",
"system.exp.value": "string",
"system.features": "string",
"system.fortune": "number",
"system.goals.[INDEX-NUMBER].description": "string",
"system.goals.[INDEX-NUMBER].type": "string",
"system.goals.[INDEX-NUMBER].exp": "string",
"system.heightWeight": "string",
"system.hp.max": "string",
"system.hp.value": "string",
"system.initiative": "string",
"system.mab": "string",
"system.mainNotes": "string",
"system.maxWeight": "string",
"system.misc.0": "string",
"system.misc.1": "string",
"system.misc.2": "string",
"system.notes": "string",
"system.rab": "string",
"system.saves.0.name": "string",
"system.saves.0.value": "string",
"system.saves.1.name": "string",
"system.saves.1.value": "string",
"system.saves.2.name": "string",
"system.saves.2.value": "string",
"system.saves.3.name": "string",
"system.saves.3.value": "string",
"system.saves.4.name": "string",
"system.saves.4.value": "string",
"system.saves.Fortitude": "string",
"system.saves.Will": "string",
"system.saves.Luck": "string",
"system.saves.Reflex": "string",
"system.skills.[INDEX-NUMBER].name": "string",
"system.skills.[INDEX-NUMBER].bonus": "string",
"system.slots": "number",
"system.speed": "string",
"system.traits": "string",
"system.treasure": "string",
"system.checkedFortunes.0": "boolean",
"system.checkedFortunes.1": "boolean",
"system.checkedFortunes.2": "boolean",
"system.checkedFortunes.3": "boolean",
"system.checkedFortunes.4": "boolean",
"system.checkedSlots.0": "boolean",
"system.checkedSlots.1": "boolean",
"system.checkedSlots.2": "boolean",
"system.checkedSlots.3": "boolean",
"system.checkedSlots.4": "boolean",
"system.checkedSlots.5": "boolean",
"system.checkedSlots.6": "boolean",
"system.checkedSlots.7": "boolean",
"system.checkedSlots.8": "boolean",
"system.checkedSlots.9": "boolean"
}
Thanks you.
The title says a lot, but I was wondering if you could give me a list of those.