Enhance actor sheet
This commit is contained in:
78
lang/en.json
78
lang/en.json
@@ -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": {
|
||||
},
|
||||
|
Reference in New Issue
Block a user