33 lines
561 B
JSON
33 lines
561 B
JSON
{
|
|
"TYPES": {
|
|
"Actor": {
|
|
"hero": "Hero"
|
|
}
|
|
},
|
|
"RipCrypt": {
|
|
"sheet-names": {
|
|
"HeroSummaryCardV1": "Hero Stat Card"
|
|
},
|
|
"common": {
|
|
"empty": "---",
|
|
"fate": {
|
|
"North": "North",
|
|
"East": "East",
|
|
"South": "South",
|
|
"West": "West"
|
|
},
|
|
"ability": {
|
|
"grit": "Grit",
|
|
"gait": "Gait",
|
|
"grip": "Grip",
|
|
"glim": "Glim"
|
|
}
|
|
},
|
|
"setting": {
|
|
"abbrAccess": {
|
|
"name": "Abbreviate Access Names",
|
|
"hint": "Shortens the Access level names the way the book does. (e.g. \"Common\" becomes \"C\")"
|
|
}
|
|
}
|
|
}
|
|
}
|