271 lines
5.8 KiB
JSON

{
"TYPES": {
"Actor": {
"protagonist": "Protagonist"
},
"Item": {
"skill": "Skill",
"weapon": "Weapon",
"armor": "Armor",
"injury": "Injury",
"gear": "Gear",
"motivation": "Motivation",
"mentaldisorder": "Mental Disorder",
"bond": "Bond" ,
"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",
"Victorian": "Victorian"
},
"Protagonist": {
"FIELDS": {
"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"
},
"bonus" :{
"label": "Bonus"
},
"base": {
"label": "Base"
},
"rollFailed": {
"label": "Roll Failed"
},
"description": {
"label": "Description"
}
}
},
"Gear": {
"FIELDS": {
"resourceLevel": {
"label": "Resource level"
},
"settings": {
"label": "Settings era"
}
}
},
"Injury": {
"FIELDS": {
"description": {
"label": "Description"
}
}
},
"Weapon": {
"WeaponType": {
"melee": "Melee",
"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": {
"settings": {
"label": "Settings era"
},
"weaponType": {
"label": "Type"
},
"weaponSubtype": {
"label": "Firearm Subtype"
},
"damage": {
"label": "Damage"
},
"description": {
"label": "Description"
},
"baseRange": {
"label": "Base range"
},
"rangeUnit": {
"label": "Range unit"
},
"killRadius": {
"label": "Kill radius"
},
"lethality": {
"label": "Lethality"
},
"resourceLevel": {
"label": "Resource level"
},
"armorPiercing": {
"label": "Armor piercing"
}
}
},
"Armor": {
"FIELDS": {
"settings": {
"label": "Settings Era"
},
"protection": {
"label": "Protection"
},
"resourceLevel": {
"label": "Resource level"
}
}
},
"Motivation": {
"FIELDS": {
"description": {
"label": "Description"
}
}
},
"MentalDisorder": {
"FIELDS": {
"description": {
"label": "Description"
}
}
},
"Bond": {
"FIELDS": {
"bondType": {
"label": "Type"
},
"description": {
"label": "Description"
},
"value": {
"label": "Value"
}
}
},
"Arcane": {
"FIELDS": {
"value": {
"label": "Value"
},
"description": {
"label": "Description"
}
}
},
"Archetype": {
"FIELDS": {
"settings": {
"label": "Settings era"
},
"value": {
"label": "Value"
},
"description": {
"label": "Description"
}
}
},
"BondType": {
"individual": "Individual",
"community": "Community"
},
"Label": {
"protagonist": "Protagonist",
"characteristics": "Characteristics",
"description": "Description",
"strShort": "STR",
"dexShort": "DEX",
"intShort": "INT",
"powShort": "POW",
"conShort": "CON",
"chaShort": "CHA",
"total": "Total",
"skills": "Skills",
"gear": "Gear",
"damage": "Damage",
"resource": "Resource",
"newArmor": "New Armor",
"newWeapon": "New Weapon",
"armor": "Armor",
"malus": "Malus",
"experience": "Experience",
"maximum": "Maximum",
"equipment": "Equipment",
"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",
"ToggleSheet": "Toggle Sheet",
"Warning": { },
"Dialog": {
},
"Roll": {
"resource": "Jet de ressource <br> {resource}",
"damage": "Jet de dégâts <br> {item}",
"attack": "Jet d'attaque <br> {item}",
"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": {
},
"Chat": {
}
}
}