2024-12-04 00:11:23 +01:00
|
|
|
{
|
|
|
|
"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"
|
2024-12-04 00:11:23 +01:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"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"
|
2024-12-04 00:11:23 +01:00
|
|
|
},
|
|
|
|
"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"
|
|
|
|
}
|
2024-12-04 00:11:23 +01:00
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"Skill": {
|
|
|
|
"FIELDS": {
|
2024-12-16 09:04:48 +01:00
|
|
|
"settings": {
|
|
|
|
"label": "Settings era"
|
|
|
|
},
|
2024-12-04 00:11:23 +01:00
|
|
|
"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 00:11:23 +01:00
|
|
|
},
|
2024-12-04 03:06:33 +01:00
|
|
|
"settings": {
|
|
|
|
"label": "Settings era"
|
2024-12-04 00:11:23 +01:00
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"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"
|
2024-12-04 00:11:23 +01:00
|
|
|
},
|
|
|
|
"FIELDS": {
|
2024-12-04 03:06:33 +01:00
|
|
|
"settings": {
|
|
|
|
"label": "Settings era"
|
|
|
|
},
|
2024-12-04 00:11:23 +01:00
|
|
|
"weaponType": {
|
|
|
|
"label": "Type"
|
|
|
|
},
|
2024-12-04 15:16:33 +01:00
|
|
|
"weaponSubtype": {
|
|
|
|
"label": "Firearm Subtype"
|
|
|
|
},
|
2024-12-04 00:11:23 +01:00
|
|
|
"damage": {
|
2024-12-04 03:06:33 +01:00
|
|
|
"label": "Damage"
|
2024-12-04 00:11:23 +01:00
|
|
|
},
|
2024-12-04 03:06:33 +01:00
|
|
|
"description": {
|
|
|
|
"label": "Description"
|
2024-12-04 00:11:23 +01:00
|
|
|
},
|
2024-12-04 03:06:33 +01:00
|
|
|
"baseRange": {
|
|
|
|
"label": "Base range"
|
2024-12-04 00:11:23 +01:00
|
|
|
},
|
2024-12-04 03:06:33 +01:00
|
|
|
"rangeUnit": {
|
|
|
|
"label": "Range unit"
|
2024-12-04 00:11:23 +01:00
|
|
|
},
|
2024-12-04 03:06:33 +01:00
|
|
|
"killRadius": {
|
|
|
|
"label": "Kill radius"
|
2024-12-04 00:11:23 +01:00
|
|
|
},
|
2024-12-04 03:06:33 +01:00
|
|
|
"lethality": {
|
|
|
|
"label": "Lethality"
|
2024-12-04 00:11:23 +01:00
|
|
|
},
|
2024-12-04 03:06:33 +01:00
|
|
|
"resourceLevel": {
|
|
|
|
"label": "Resource level"
|
2024-12-04 15:16:33 +01:00
|
|
|
},
|
|
|
|
"armorPiercing": {
|
|
|
|
"label": "Armor piercing"
|
2024-12-04 00:11:23 +01:00
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"Armor": {
|
|
|
|
"FIELDS": {
|
2024-12-04 03:06:33 +01:00
|
|
|
"settings": {
|
|
|
|
"label": "Settings Era"
|
2024-12-04 00:11:23 +01:00
|
|
|
},
|
2024-12-04 03:06:33 +01:00
|
|
|
"protection": {
|
|
|
|
"label": "Protection"
|
2024-12-04 00:11:23 +01:00
|
|
|
},
|
2024-12-04 03:06:33 +01:00
|
|
|
"resourceLevel": {
|
|
|
|
"label": "Resource level"
|
2024-12-04 00:11:23 +01:00
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"Motivation": {
|
|
|
|
"FIELDS": {
|
2024-12-04 03:06:33 +01:00
|
|
|
"description": {
|
|
|
|
"label": "Description"
|
2024-12-04 00:11:23 +01:00
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"MentalDisorder": {
|
|
|
|
"FIELDS": {
|
|
|
|
"description": {
|
|
|
|
"label": "Description"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"Bond": {
|
|
|
|
"FIELDS": {
|
2024-12-04 03:06:33 +01:00
|
|
|
"bondType": {
|
|
|
|
"label": "Type"
|
2024-12-04 00:11:23 +01:00
|
|
|
},
|
|
|
|
"description": {
|
|
|
|
"label": "Description"
|
2024-12-04 03:06:33 +01:00
|
|
|
},
|
|
|
|
"value": {
|
|
|
|
"label": "Value"
|
2024-12-04 00:11:23 +01:00
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"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-04 00:11:23 +01:00
|
|
|
"Label": {
|
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",
|
2024-12-04 00:11:23 +01:00
|
|
|
"description": "Description",
|
2024-12-16 09:04:48 +01:00
|
|
|
"strShort": "STR",
|
|
|
|
"dexShort": "DEX",
|
|
|
|
"intShort": "INT",
|
|
|
|
"powShort": "POW",
|
|
|
|
"conShort": "CON",
|
|
|
|
"chaShort": "CHA",
|
2024-12-04 00:11:23 +01:00
|
|
|
"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",
|
2024-12-04 00:11:23 +01:00
|
|
|
"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",
|
|
|
|
"finalScore": "Final Score",
|
|
|
|
"failure": "Failure",
|
|
|
|
"success": "Success",
|
|
|
|
"criticalSuccess": "Critical Success",
|
|
|
|
"criticalFailure": "Critical Failure"
|
2024-12-04 15:16:33 +01:00
|
|
|
},
|
|
|
|
"Edit": "Edit",
|
|
|
|
"Delete": "Delete",
|
|
|
|
"ToggleSheet": "Toggle Sheet",
|
|
|
|
"Warning": { },
|
2024-12-04 00:11:23 +01:00
|
|
|
"Dialog": {
|
|
|
|
},
|
|
|
|
"Roll": {
|
2024-12-17 09:25:02 +01:00
|
|
|
"skill": "Skill",
|
|
|
|
"roll": "Roll"
|
2024-12-04 00:11:23 +01:00
|
|
|
},
|
|
|
|
"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."
|
2024-12-04 00:11:23 +01:00
|
|
|
},
|
|
|
|
"Setting": {
|
|
|
|
},
|
|
|
|
"Chat": {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|