Enhance actor sheet

This commit is contained in:
2024-12-16 09:04:48 +01:00
parent eaba806fec
commit 2ac69e2108
37 changed files with 535 additions and 79 deletions

View File

@@ -10,9 +10,10 @@
"injury": "Injury",
"gear": "Gear",
"motivation": "Motivation",
"mentaldisorder": "MentalDisorder",
"mentaldisorder": "Mental Disorder",
"bond": "Bond" ,
"arcane": "Arcane"
"arcane": "Arcane",
"archetype": "Archetype"
}
},
"CTHULHUETERNAL": {
@@ -31,28 +32,33 @@
},
"Protagonist": {
"FIELDS": {
"str": {
"label": "Strength"
},
"dex": {
"label": "Dexterity"
},
"int": {
"label": "Intelligence"
},
"pow": {
"label": "Power"
},
"con": {
"label": "Constitution"
},
"char": {
"label": "Charisma"
"characteristics:": {
"str": {
"label": "Strength"
},
"dex": {
"label": "Dexterity"
},
"int": {
"label": "Intelligence"
},
"pow": {
"label": "Power"
},
"con": {
"label": "Constitution"
},
"char": {
"label": "Charisma"
}
}
}
},
"Skill": {
"FIELDS": {
"settings": {
"label": "Settings era"
},
"diceEvolved": {
"label": "Can increase on failure"
},
@@ -188,6 +194,19 @@
}
}
},
"Archetype": {
"FIELDS": {
"settings": {
"label": "Settings era"
},
"value": {
"label": "Value"
},
"description": {
"label": "Description"
}
}
},
"BondType": {
"individual": "Individual",
"community": "Community"
@@ -196,6 +215,12 @@
"protagonist": "Protagonist",
"characteristics": "Characteristics",
"description": "Description",
"strShort": "STR",
"dexShort": "DEX",
"intShort": "INT",
"powShort": "POW",
"conShort": "CON",
"chaShort": "CHA",
"total": "Total",
"skills": "Skills",
"gear": "Gear",
@@ -208,7 +233,19 @@
"experience": "Experience",
"maximum": "Maximum",
"equipment": "Equipment",
"biography": "Biography"
"biography": "Biography",
"notes": "Notes",
"weapons": "Weapons",
"HP": "HP",
"SAN": "SAN",
"current": "Current",
"max": "Max",
"recovery": "Recovery",
"violence" : "Violence",
"helplessness": "Helplessness",
"breakingPoint": "Breaking Point",
"willpower": "Willpower",
"exhausted": "Exhausted"
},
"Edit": "Edit",
"Delete": "Delete",
@@ -223,6 +260,7 @@
"roll": "Lancer"
},
"Tooltip": {
"sanBP": ">5 SAN lost in one roll, temporary insanity. If SAN less reaches BP = a Disorder unconscious Breaking and AND reset BP."
},
"Setting": {
},