296 lines
6.5 KiB
JSON
Raw Normal View History

{
"TYPES": {
"Actor": {
"protagonist": "Protagonist"
},
"Item": {
"skill": "Skill",
"weapon": "Weapon",
"armor": "Armor",
2024-12-04 15:16:33 +01:00
"injury": "Injury",
"gear": "Gear",
"motivation": "Motivation",
2024-12-16 09:04:48 +01:00
"mentaldisorder": "Mental Disorder",
2024-12-04 15:16:33 +01:00
"bond": "Bond" ,
2024-12-16 09:04:48 +01:00
"arcane": "Arcane",
"archetype": "Archetype"
}
},
"CTHULHUETERNAL": {
"Settings": {
"Common": "Common",
"Classical": "Classical",
"Medieval": "Medieval",
"Revolution": "Revolution",
"Modern": "Modern",
"Future": "Future",
"Jazz": "Jazz",
"WW1": "World War 1",
"WW2": "World War 2",
"ColdWar": "Cold War",
2024-12-17 09:25:02 +01:00
"Victorian": "Victorian",
"AgeOfSail": "Age of Sail"
},
"Protagonist": {
"FIELDS": {
2024-12-16 09:04:48 +01:00
"characteristics:": {
"str": {
"label": "Strength"
},
"dex": {
"label": "Dexterity"
},
"int": {
"label": "Intelligence"
},
"pow": {
"label": "Power"
},
"con": {
"label": "Constitution"
},
"char": {
"label": "Charisma"
}
}
}
},
"Skill": {
2024-12-18 18:45:47 +01:00
"Unnatural": "Unnatural",
"FIELDS": {
2024-12-16 09:04:48 +01:00
"settings": {
"label": "Settings era"
},
"diceEvolved": {
"label": "Can increase on failure"
},
"bonus" :{
"label": "Bonus"
},
"base": {
"label": "Base"
},
"rollFailed": {
"label": "Roll Failed"
},
"description": {
"label": "Description"
}
}
},
"Gear": {
"FIELDS": {
2024-12-04 03:06:33 +01:00
"resourceLevel": {
"label": "Resource level"
},
2024-12-04 03:06:33 +01:00
"settings": {
"label": "Settings era"
}
}
},
"Injury": {
"FIELDS": {
"description": {
"label": "Description"
}
}
},
"Weapon": {
"WeaponType": {
"melee": "Melee",
2024-12-04 15:16:33 +01:00
"rangedprimitive": "Ranged Primitive",
"rangedthrown": "Ranged Thrown",
"rangedfirearm": "Ranged Firearm",
"unarmed": "Unarmed"
},
"WeaponSubtype": {
"basicfirearm": "Basic Firearm",
"pistol": "Pistol",
"shotgun": "Shotgun",
"submachinegun": "Submachinegun",
"riflecarabine": "Rifle/Carabine"
},
"FIELDS": {
2024-12-04 03:06:33 +01:00
"settings": {
"label": "Settings era"
},
"weaponType": {
"label": "Type"
},
2024-12-04 15:16:33 +01:00
"weaponSubtype": {
"label": "Firearm Subtype"
},
"damage": {
2024-12-04 03:06:33 +01:00
"label": "Damage"
},
2024-12-04 03:06:33 +01:00
"description": {
"label": "Description"
},
2024-12-04 03:06:33 +01:00
"baseRange": {
"label": "Base range"
},
2024-12-04 03:06:33 +01:00
"rangeUnit": {
"label": "Range unit"
},
2024-12-04 03:06:33 +01:00
"killRadius": {
"label": "Kill radius"
},
2024-12-04 03:06:33 +01:00
"lethality": {
"label": "Lethality"
},
2024-12-04 03:06:33 +01:00
"resourceLevel": {
"label": "Resource level"
2024-12-04 15:16:33 +01:00
},
"armorPiercing": {
"label": "Armor piercing"
}
}
},
"Armor": {
"FIELDS": {
2024-12-04 03:06:33 +01:00
"settings": {
"label": "Settings Era"
},
2024-12-04 03:06:33 +01:00
"protection": {
"label": "Protection"
},
2024-12-04 03:06:33 +01:00
"resourceLevel": {
"label": "Resource level"
}
}
},
"Motivation": {
"FIELDS": {
2024-12-04 03:06:33 +01:00
"description": {
"label": "Description"
}
}
},
"MentalDisorder": {
"FIELDS": {
"description": {
"label": "Description"
}
}
},
"Bond": {
"FIELDS": {
2024-12-04 03:06:33 +01:00
"bondType": {
"label": "Type"
},
"description": {
"label": "Description"
2024-12-04 03:06:33 +01:00
},
"value": {
"label": "Value"
}
}
},
"Arcane": {
"FIELDS": {
"value": {
"label": "Value"
},
"description": {
"label": "Description"
}
}
},
2024-12-16 09:04:48 +01:00
"Archetype": {
"FIELDS": {
"settings": {
"label": "Settings era"
},
"value": {
"label": "Value"
},
"description": {
"label": "Description"
}
}
},
2024-12-04 03:06:33 +01:00
"BondType": {
"individual": "Individual",
"community": "Community"
},
2024-12-18 18:45:47 +01:00
"Harshness": {
"normal": "Normal",
"harsh": "Harsh",
"veryHarsh": "Very Harsh"
},
"Label": {
2024-12-18 18:45:47 +01:00
"biodata": "Biodata",
2024-12-17 09:25:02 +01:00
"skill": "Skill",
"modifier": "Modifier",
"rollView": "Roll View",
2024-12-04 15:16:33 +01:00
"protagonist": "Protagonist",
"characteristics": "Characteristics",
"description": "Description",
2024-12-16 09:04:48 +01:00
"strShort": "STR",
"dexShort": "DEX",
"intShort": "INT",
"powShort": "POW",
"conShort": "CON",
"chaShort": "CHA",
2024-12-18 18:45:47 +01:00
"strLong": "Strength",
"dexLong": "Dexterity",
"intLong": "Intelligence",
"powLong": "Power",
"conLong": "Constitution",
"chaLong": "Charisma",
"total": "Total",
2024-12-04 15:16:33 +01:00
"skills": "Skills",
"gear": "Gear",
"damage": "Damage",
"resource": "Resource",
"newArmor": "New Armor",
"newWeapon": "New Weapon",
"armor": "Armor",
"malus": "Malus",
2024-12-04 15:16:33 +01:00
"experience": "Experience",
"maximum": "Maximum",
"equipment": "Equipment",
2024-12-16 09:04:48 +01:00
"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",
2024-12-17 09:25:02 +01:00
"totalScore": "Total Score",
2024-12-17 15:47:36 +01:00
"exhausted": "Exhausted",
"skillRoll": "Skill Roll",
2024-12-18 18:45:47 +01:00
"charRoll": "Characteristic Roll",
2024-12-17 15:47:36 +01:00
"finalScore": "Final Score",
"failure": "Failure",
"success": "Success",
"criticalSuccess": "Critical Success",
2024-12-18 18:45:47 +01:00
"criticalFailure": "Critical Failure",
"Characteristic": "Characteristic",
"targetScore": "Target Score"
2024-12-04 15:16:33 +01:00
},
"Edit": "Edit",
"Delete": "Delete",
"ToggleSheet": "Toggle Sheet",
"Warning": { },
"Dialog": {
},
"Roll": {
2024-12-17 09:25:02 +01:00
"skill": "Skill",
"roll": "Roll"
},
"Tooltip": {
2024-12-16 09:04:48 +01:00
"sanBP": ">5 SAN lost in one roll, temporary insanity. If SAN less reaches BP = a Disorder unconscious Breaking and AND reset BP."
},
"Setting": {
},
"Chat": {
}
}
}