66 lines
1.5 KiB
JSON
66 lines
1.5 KiB
JSON
{
|
|
"TYPES": {
|
|
"Actor": {
|
|
"hero": "Hero"
|
|
},
|
|
"Item": {
|
|
"weapon": "Weapon"
|
|
}
|
|
},
|
|
"RipCrypt": {
|
|
"sheet-names": {
|
|
"HeroSummaryCardV1": "Hero Stat Card",
|
|
"HeroSkillsCardV1": "Hero Skill Card"
|
|
},
|
|
"common": {
|
|
"empty": "---",
|
|
"move": "Move",
|
|
"run": "Run",
|
|
"fate": {
|
|
"North": "North",
|
|
"East": "East",
|
|
"South": "South",
|
|
"West": "West"
|
|
},
|
|
"ability": {
|
|
"grit": "Grit",
|
|
"gait": "Gait",
|
|
"grip": "Grip",
|
|
"glim": "Glim"
|
|
},
|
|
"traits": "Traits",
|
|
"range": "Range",
|
|
"weapon": {
|
|
"singular": "Weapon",
|
|
"plural": "Weapons"
|
|
},
|
|
"wear": "Wear",
|
|
"damage": "Damage",
|
|
"guts": "Guts",
|
|
"glory": "Glory",
|
|
"step": "Step",
|
|
"rank": "Rank",
|
|
"gear": "Gear",
|
|
"slots": "Slots"
|
|
},
|
|
"setting": {
|
|
"abbrAccess": {
|
|
"name": "Abbreviate Access Names",
|
|
"hint": "Shortens the Access level names the way the book does. (e.g. \"Common\" becomes \"C\")"
|
|
}
|
|
},
|
|
"Apps": {
|
|
"move-run": "@RipCrypt.common.move • @RipCrypt.common.run",
|
|
"traits-range": "@RipCrypt.common.traits • @RipCrypt.common.range",
|
|
"grit-skills": "@RipCrypt.common.ability.grit Skills",
|
|
"gait-skills": "@RipCrypt.common.ability.gait Skills",
|
|
"grip-skills": "@RipCrypt.common.ability.grip Skills",
|
|
"glim-skills": "@RipCrypt.common.ability.glim Skills",
|
|
"a11y": {
|
|
"guts-value-edit": "The current amount of guts the character has",
|
|
"guts-value-readonly": "The current amount of guts the character has",
|
|
"guts-max-readonly": "The maximum amount of guts the character can have"
|
|
}
|
|
}
|
|
}
|
|
}
|