Actor sheet, step 1

This commit is contained in:
2025-05-23 00:26:00 +02:00
parent 06ef26f03c
commit ef9c011186
33 changed files with 1052 additions and 1106 deletions

View File

@@ -7,8 +7,11 @@
"label": "Protection"
}
},
"heroPoints": {
"label": "Hero Points"
"pronouns": {
"label": "Pronouns"
},
"trait": {
"label": "Trait"
},
"credits": {
"label": "Credits"
@@ -289,6 +292,29 @@
}
}
},
"Tarot": {
"FIELDS": {
"description": {
"label": "Description"
},
"bonus": {
"label": "Bonus"
},
"orientation": {
"label": "Orientation"
}
}
},
"Deal": {
"FIELDS": {
"description": {
"label": "Description"
},
"promisor": {
"label": "Promisor"
}
}
},
"Ritual": {
"FIELDS": {
"cost": {
@@ -315,6 +341,23 @@
}
},
"Label": {
"trauma": "Trauma",
"stats": "Stats",
"appearance": "Appearance",
"flesh": "Flesh",
"skin": "Skin",
"heart": "Heart",
"mind": "Mind",
"soul": "Soul",
"Counters": "Counters",
"perks": "Perks",
"maleficas": "Maleficas",
"rituals": "Rituals",
"speciesTraits": "Species Traits",
"species": "Species",
"ailments": "Ailments",
"positiveEffect": "Positive Effect",
"negativeEffect": "Negative Effect",
"damages": "Damages",
"modifications": "Modifications",
"abilities": "Abilities",
@@ -568,11 +611,9 @@
"malefica": "Malefica",
"perk": "Perk",
"weapon": "Weapon",
"armor": "Armor"
"armor": "Armor",
"tarot": "Tarot",
"deal": "Deal"
}
}
}