Deadlandsclassic_anniversary (#5943)

* Add Deadlands Classic Anniversary Edition Sheet

* Include translation to Deadlandsclassic_anniversary

* Fix typo filching

* Fix typo filching

* Add German translation

* Add translation folder

* Change preview ending

* fix typo

* fix typos

* fix guts + gritt roll
This commit is contained in:
meanGM
2020-03-16 10:05:08 -05:00
committed by GitHub
parent be1dc80c34
commit d1f2f57dbe
25 changed files with 5142 additions and 0 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 132 KiB

@@ -0,0 +1,557 @@
.sheet-wrapper {
width: 950px;
}
/* ===== TABS ===== */
/*this hides the contents of each tab by default*/
.charsheet div[class^="sheet-section"] {
display: none;
}
.charsheet input.sheet-tab1:checked ~ div.sheet-section-traits,
.charsheet input.sheet-tab2:checked ~ div.sheet-section-combat,
.charsheet input.sheet-tab3:checked ~ div.sheet-section-arcane,
.charsheet input.sheet-tab4:checked ~ div.sheet-section-misc,
.charsheet input.sheet-tab5:checked ~ div.sheet-section-core,
.charsheet input.sheet-tab6:checked ~ div.sheet-section-obsolete {
display: block;
border: solid 1px black;
border-radius: 4px;
padding: 5px;
}
/*this hides the radio button for each tab, makes it 130px wide and 40px tall and makes sure it's above everything else*/
.charsheet input.sheet-tab {
width: 130px;
height: 40px;
cursor: pointer;
position: relative;
opacity: 0;
z-index: 9999;
}
/*this styles the span with the tab information and slides to the left, so it appears underneath the radio button*/
.charsheet span.sheet-tab {
text-align: center;
display: inline-block;
font-size: 13px;
background: #c7c3b0;
color: black;
font-weight: bold;
border-radius: 4px;
width: 130px;
height: 40px;
cursor: pointer;
position: relative;
vertical-align: middle;
margin-left: -130px;/*originally 91px*/
}
/*this modifies the span color once the radio button is selected so you know which tab is selected*/
.charsheet input.sheet-tab1:checked + span.sheet-tab1,
.charsheet input.sheet-tab2:checked + span.sheet-tab2,
.charsheet input.sheet-tab3:checked + span.sheet-tab3,
.charsheet input.sheet-tab4:checked + span.sheet-tab4,
.charsheet input.sheet-tab5:checked + span.sheet-tab5,
.charsheet input.sheet-tab6:checked + span.sheet-tab6 {
background: #2c424e;
color: #bfc4c6;
border-radius: 4px;
}
/* ===== TABS ===== */
/* ===== Sheet Update Notice ===== */
.charsheet input.sheet-notice:checked ~ span.sheet-notice {
display: none;
}
.charsheet div.sheet-alert-close {
float: right;
font-size: 21px;
font-weight: 700;
line-height: 1;
color: #000;
text-shadow: 0 1px 0 #fff;
filter: alpha(opacity=20);
opacity: .2;
height: 25px;
width: 25px;
}
.charsheet input.sheet-notice {
height: 20px;
width: 20px;
cursor: pointer;
position: relative;
opacity: 0;
z-index: 9999;
}
.charsheet span.sheet-alert-close {
height: 20px;
width: 20px;
cursor: pointer;
position: relative;
margin-left: -20px;
display: inline-block;
}
.charsheet span.sheet-alert-content {
width: 750px;
display: inline-block;
}
.charsheet span.sheet-notice {
width: 800px;
margin-left: auto;
margin-right: auto;
text-align: center;
display: inline-block;
font-size: 13px;
font-weight: bold;
border-radius: 4px;
position: relative;
vertical-align: middle;
}
/* ===== Sheet Update Notice ===== */
/* ===== Layout Controls ===== */
.ui-dialog .charsheet .sheet-4colrow {
display:block;
clear:both
}
.sheet-4colrow .sheet-col {
width:calc(25% - 21px);
margin-right:15px
}
.sheet-4colrow .sheet-col {
width:calc(25% - 21px);
margin-right:15px
}
.sheet-h1, .sheet-h3{
text-align: center;
display: block;
}
.sheet-h1 {
font-size: 2em;
margin: .5em;
text-align: center;
}
.sheet-h3 {
font-size: 1.17em;
margin: .2em;
}
.sheet-item {
margin: auto;
}
.sheet-chiprow .sheet-item {
width: 8%;
}
.sheet-itemright {
margin: auto;
margin-right: 5px;
float: right;
}
.sheet-big {
width: calc(100%-3px);
display: inline-block;
text-align: center;
}
.sheet-xlarge {
width: 19%;
padding-right: 1%;
display: inline-block;
text-align: center;
}
.sheet-large {
width: 10%;
padding-right: 1%;
display: inline-block;
text-align: center;
}
.sheet-third {
width: 32%;
padding-right: 1%;
display: inline-block;
text-align: center;
}
.sheet-xxxlarge {
width: 45%;
display: inline-block;
text-align: center;
}
.sheet-huge {
width: 50%;
display: inline-block;
text-align: center;
}
.sheet-xhuge {
width: 60%;
padding-right: 1%;
display: inline-block;
text-align: center;
}
.sheet-xxhuge {
width: 75%;
display: inline-block;
text-align: center;
}
.sheet-small {
width: 5%;
padding-right: 1%;
display: inline-block;
text-align: center;
}
.sheet-small2 {
width: 3%;
padding-right: 1%;
display: inline-block;
text-align: center;
}
.sheet-tiny {
width: 2%;
margin-left: 1px;
display: inline-block;
text-align: center;
}
.sheet-center {
margin-left: auto;
margin-right: auto;
}
input[type=text], input[type=number], .sheet-textarea{
width: 100%;
resize: vertical; /* user can resize vertically, but width is fixed */
}
.sheet-shorttextarea{
height: 40px;
resize: vertical; /* user can resize vertically, but width is fixed */
}
.sheet-wounds {
width: 95%;
display: inline-block;
text-align: center;
}
.sheet-borderdiv {
border: 1px solid black;
padding: 2px;
}
.sheet-wind {
width: 2.35%;
display: inline-block;
text-align: center;
}
.sheet-apthr {
margin-top: -1px;
}
.sheet-alert {
padding: 15px;
margin-bottom: 20px;
border: 1px solid transparent;
border-radius: 4px;
}
.sheet-alert-warning {
color: #8a6d3b;
background-color: #fcf8e3;
border-color: #faebcc;
}
/* ===== Layout Controls ===== */
.repcontrol {
min-height: 27px;
}
.repcontrol .btn {
/*visibility: hidden;*/
border: medium none;
color: white !important;
background: none;
box-shadow: none;
}
.repcontrol .btn:focus {
outline: 0;
}
.repcontrol .repcontrol_edit:after {
content: '(';
visibility: visible;
font-family: pictos;
background-color: #fff;
border: 1px solid black;
border-radius: 2px;
font-size: 12px;
height: 12px;
width: 12px;
padding: 2px 4px 2px 4px;
color: black;
}
.editmode ~ .repcontrol .repcontrol_edit:after {
content: ')';
}
.repcontrol .repcontrol_add:before {
content: '&';
visibility: visible;
font-family: pictos;
background-color: #fff;
border: 1px solid black;
border-radius: 2px;
font-size: 12px;
height: 12px;
width: 12px;
padding: 2px 4px 2px 4px;
color: black;
}
/* Obsolete CSS */
.sheet-ammo1 {
width: 12%;
display: inline-block;
text-align: center;
}
.sheet-ammo3 {
width: 5.1%;
display: inline-block;
text-align: center;
}
/* Cassie's Cusotmizations */
input[type=text],
input[type=number] {
border: none;
border-bottom: 1px solid;
border-radius: 0px;
}
h2 {
color: #404040;
font-size: 1.5em;
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
font-weight: normal;
padding: 3px 0px;
margin: 0px;
text-align: center;
display: block;
}
button:hover {
color: #fff;
background-color: #2c424e;
}
textarea {
overflow: hidden;
overflow-wrap: break-word;
white-space: pre-line;
}
.sheet-buttons,
.sheet-xxxlarge .repcontrol {
display: inline-block;
}
.sheet-chiprow,
.sheet-windrow {
text-align: center;
}
.sheet-windrow {
margin-top: -20px;
margin-bottom: 5px;
}
.sheet-buttons input[type=radio],
.sheet-windrow input[type=radio],
.sheet-big input[type=radio],
.sheet-location input[type=radio] {
display: inline-block;
opacity: 0;
position: relative;
width: 30px;
z-index: 2;
}
.sheet-chiprow .sheet-buttons input[type=radio] {
top: 20px;
}
.sheet-big input[type=radio] + span {
position: relative;
left: -15px;
}
.sheet-big input[type=radio] {
left: 10px;
}
.sheet-buttons input[type=radio]:hover + span,
.sheet-buttons input[type=radio]:checked + span,
.sheet-location input[type=radio]:hover + span,
.sheet-location input[type=radio]:checked + span {
color: white;
font-size: 1.5em;
text-shadow: 1px 0 0 #000, 0 -1px 0 #000, 0 1px 0 #000, -1px 0 0 #000;
}
.sheet-buttons input[type=radio] + span {
font-weight: bolder;
font-size: 1.2em;
}
.sheet-buttonsred input[type=radio]:hover + span,
.sheet-buttonsred input[type=radio]:checked + span {
color: #983842;
}
.sheet-buttonsblue input[type=radio]:hover + span,
.sheet-buttonsblue input[type=radio]:checked + span {
color: #2095d0;
}
.sheet-buttonsleg input[type=radio]:hover + span,
.sheet-buttonsleg input[type=radio]:checked + span {
color: #fadea2;
}
.sheet-windrow input[type=radio] {
left: -3px;
top: 18px;
}
.sheet-xxxlarge {
width: 40%;
}
.sheet-xxxlarge textarea {
width: 125%;
}
.sheet-xxxlarge .repcontainer {
display: inherit;
width: 88%;
}
.sheet-xxxlarge .repcontiner .repitem {
display: inline-flex;
width: 100%;
}
.sheet-xxxlarge .repcontrol {
width: 38px;
position: relative;
left: 5px;
}
.sheet-weapon-headers .sheet-wea-label {
width: 13%;
}
.sheet-weapon-headers .sheet-wea-label:nth-of-type(3) {
width: 4%;
}
.sheet-weapon-headers .sheet-wea-label:nth-of-type(4) {
width: 5%;
}
.sheet-weapon .sheet-large {
text-align: left;
width: 5%;
}
.sheet-weapon .sheet-large input[type=text] {
text-align: center;
}
.sheet-weapon .sheet-xxxlarge input[type=text] {
width: 39%;
}
.sheet-xxxlarge .sheet-xxhuge {
padding-bottom: 5px;
}
.sheet-location {
width: 27%;
float: right;
}
.sheet-location input[type=radio] {
height: 25px;
margin-right: -27px;
}
.sheet-location input[type=radio]:last-child,
.sheet-location input[type=radio]:last-child + span {
margin-left: 10px;
}
.sheet-location label {
display: inline;
margin-right: -10px;
}
.sheet-location span {
padding: 5px;
font-weight: bolder;
}
.sheet-rolltemplate-default caption {
background-color: #1d0d0c;
border-color: ;
}
.sheet-rolltemplate-default table {
border-color: #6d4b3e;
}
.sheet-xxxlarge .repcontrol .repcontrol_edit {
position: relative;
left: 30px;
width: 40%;
top: 25px;
z-index: 3;
}
.sheet-xxxlarge .repcontrol .repcontrol_edit:after {
position: relative;
left: -35px;
}
.sheet-xxxlarge .repcontrol .repcontrol_add {
position: relative;
width: 40%;
}
.sheet-xxxlarge .repcontrol .repcontrol_add:after {
}
.sheet-arcane-row .sheet-item {
vertical-align: top;
}
File diff suppressed because it is too large Load Diff
+8
View File
@@ -0,0 +1,8 @@
{
"html": "deadlandsclassic_anniversary.html",
"css": "deadlandsclassic_anniversary.css",
"authors": "meanGM, Pyromanci, Kevin Justus",
"roll20userid": "1068216,243340,129882",
"preview": "deadlandsclassic_anniversary.PNG",
"instructions": "The original sheet 'deadlandsclassic' was designed by [Kevin Justus (Rats)](https://app.roll20.net/users/129882/rats). The sheet was upgraded to include rolling, skill modifiers, multi damge die per weapon, and an improved layout was done by Pyromanci. The sheet was modified to include translations and match the 20th anniversary rulebook by meanGM"
}
@@ -0,0 +1,130 @@
{
"result": "Result",
"weaponDamage": "Weapon Damage",
"location": "Location",
"leftLeg": "Left Leg",
"rightLeg": "Right Leg",
"lowerGuts": "Lower Guts",
"gizzards": "Gizzards",
"leftArm": "Left Arm",
"rightArm": "Right Arm",
"upperGuts": "Upper Guts",
"nogging": "Noggin'",
"name" :"Name",
"gmRollToggle": "GM Roll Toggle",
"core" :"Core",
"on": "On",
"off": "Off",
"occupation": "Occupation",
"bounty": "Bounty",
"unspent": "Unspent/total",
"traits": "Traits & Aptitudes",
"combat": "Combat Stuff",
"arcane": "Arcane Abilities",
"misc": "Misc",
"obsolete": "Obsolete Data",
"coreAttributes": "Core Attributes",
"pace": "Pace",
"size": "Size",
"maxWind": "Max Wind",
"grit": "Grit",
"chips": "Fate Chips",
"chipsW": "White Chips",
"chipsL": "Legendary Chips",
"chipsR": "Red Chips",
"chipsB": "Blue Chips",
"commonRolls": "Common Rolls",
"gutsAndGrit": "Guts + Grit",
"cognition": "Cognition",
"artillery": "Artillery",
"scrutinize": "Scrutinze",
"art": "Art",
"tracking": "Trackin'",
"search": "Search",
"deftness": "Deftness",
"bow": "Bow",
"sleightofhand": "Sleight o'Hand",
"shooting": "Shootin'",
"lockpicking": "Lockpickin'",
"filching": "Filchin'",
"speedload": "Speed Load",
"throwing": "Throwin'",
"mine": "Mine",
"performing": "Performin'",
"overawe": "Overawe",
"leadership": "Leadership",
"taleTell": "Tale Tellin'",
"animalWrangling": "Animal Wranglin'",
"persuasion": "Persuasion",
"spirit": "Spirit",
"faith": "Faith",
"guts": "Guts",
"strength": "Strength",
"vigor": "Vigor",
"knowledge": "Knowledge",
"professional": "Professional",
"academia": "Academia",
"trade": "Trade",
"medicine": "Medicine",
"areaKnowledge": "Area Knowledge",
"homeCountry": "Home Country",
"demolition": "Demolition",
"language": "Language",
"disguise": "Disguise",
"madScience": "Mad Science",
"science": "Science",
"smarts": "Smarts",
"tinkering": "Tinkerin'",
"bluff": "Bluff",
"gambling": "Gamblin'",
"scrounging": "Scroungin'",
"ridicule": "Ridicule",
"streetwise": "Streetwise",
"survival": "Survival",
"nimbleness": "Nimbleness",
"dodge": "Dodge",
"driving": "Drivin'",
"fighting": "Fightin'",
"climbing": "Climbin'",
"teamster": "Teamster",
"horseRiding": "Horse Ridin'",
"sneak": "Sneak",
"swimming": "Swimmin'",
"quickness": "Quickness",
"quickDraw": "Quick Draw",
"wounds": "Wounds",
"gutsw": "Guts",
"none": "None",
"light": "Light",
"heavy": "Heavy",
"serious": "Serious",
"critical": "Critical",
"maimed": "Maimed",
"wind": "Wind",
"ammo": "Ammo",
"ammoName": "Ammo Name",
"quantity": "Quantity",
"notes": "Notes",
"shootingIronsAndSuch": "Shootin Irons & Such",
"weapon": "Weapon",
"shotsMax": "Shots / Max",
"rof": "RoF",
"range": "Range",
"damage": "Damage",
"locationToggle": "Location Toggle",
"hand2hand": "Hand-To-Hand Weapons",
"defense": "Defense",
"speed": "Speed",
"arcaneAbilities": "Arcane Abilities",
"skill": "Skill",
"ritual": "Ritual",
"rituals": "Rituals",
"duration": "Duration",
"dice": "Dice",
"tn": "TN",
"edges": "Edges",
"hindrances": "Hindrances",
"equipment": "Equipment",
"money": "Money",
"worstNightmare": "Your Worst Nightmare"
}
@@ -0,0 +1,130 @@
{
"result": "Result",
"weaponDamage": "Weapon Damage",
"location": "Location",
"leftLeg": "Left Leg",
"rightLeg": "Right Leg",
"lowerGuts": "Lower Guts",
"gizzards": "Gizzards",
"leftArm": "Left Arm",
"rightArm": "Right Arm",
"upperGuts": "Upper Guts",
"nogging": "Noggin'",
"name" :"Name",
"gmRollToggle": "GM Roll Toggle",
"core" :"Core",
"on": "On",
"off": "Off",
"occupation": "Occupation",
"bounty": "Bounty",
"unspent": "Unspent/total",
"traits": "Traits & Aptitudes",
"combat": "Combat Stuff",
"arcane": "Arcane Abilities",
"misc": "Misc",
"obsolete": "Obsolete Data",
"coreAttributes": "Core Attributes",
"pace": "Pace",
"size": "Size",
"maxWind": "Max Wind",
"grit": "Grit",
"chips": "Fate Chips",
"chipsW": "White Chips",
"chipsL": "Legendary Chips",
"chipsR": "Red Chips",
"chipsB": "Blue Chips",
"commonRolls": "Common Rolls",
"gutsAndGrit": "Guts + Grit",
"cognition": "Cognition",
"artillery": "Artillery",
"scrutinize": "Scrutinze",
"art": "Art",
"tracking": "Trackin'",
"search": "Search",
"deftness": "Deftness",
"bow": "Bow",
"sleightofhand": "Sleight o'Hand",
"shooting": "Shootin'",
"lockpicking": "Lockpickin'",
"filching": "Filchin'",
"speedload": "Speed Load",
"throwing": "Throwin'",
"mine": "Mine",
"performing": "Performin'",
"overawe": "Overawe",
"leadership": "Leadership",
"taleTell": "Tale Tellin'",
"animalWrangling": "Animal Wranglin'",
"persuasion": "Persuasion",
"spirit": "Spirit",
"faith": "Faith",
"guts": "Guts",
"strength": "Strength",
"vigor": "Vigor",
"knowledge": "Knowledge",
"professional": "Professional",
"academia": "Academia",
"trade": "Trade",
"medicine": "Medicine",
"areaKnowledge": "Area Knowledge",
"homeCountry": "Home Country",
"demolition": "Demolition",
"language": "Language",
"disguise": "Disguise",
"madScience": "Mad Science",
"science": "Science",
"smarts": "Smarts",
"tinkering": "Tinkerin'",
"bluff": "Bluff",
"gambling": "Gamblin'",
"scrounging": "Scroungin'",
"ridicule": "Ridicule",
"streetwise": "Streetwise",
"survival": "Survival",
"nimbleness": "Nimbleness",
"dodge": "Dodge",
"driving": "Drivin'",
"fighting": "Fightin'",
"climbing": "Climbin'",
"teamster": "Teamster",
"horseRiding": "Horse Ridin'",
"sneak": "Sneak",
"swimming": "Swimmin'",
"quickness": "Quickness",
"quickDraw": "Quick Draw",
"wounds": "Wounds",
"gutsw": "Guts",
"none": "None",
"light": "Light",
"heavy": "Heavy",
"serious": "Serious",
"critical": "Critical",
"maimed": "Maimed",
"wind": "Wind",
"ammo": "Ammo",
"ammoName": "Ammo Name",
"quantity": "Quantity",
"notes": "Notes",
"shootingIronsAndSuch": "Shootin Irons & Such",
"weapon": "Weapon",
"shotsMax": "Shots / Max",
"rof": "RoF",
"range": "Range",
"damage": "Damage",
"locationToggle": "Location Toggle",
"hand2hand": "Hand-To-Hand Weapons",
"defense": "Defense",
"speed": "Speed",
"arcaneAbilities": "Arcane Abilities",
"skill": "Skill",
"ritual": "Ritual",
"rituals": "Rituals",
"duration": "Duration",
"dice": "Dice",
"tn": "TN",
"edges": "Edges",
"hindrances": "Hindrances",
"equipment": "Equipment",
"money": "Money",
"worstNightmare": "Your Worst Nightmare"
}
@@ -0,0 +1,130 @@
{
"result": "Result",
"weaponDamage": "Weapon Damage",
"location": "Location",
"leftLeg": "Left Leg",
"rightLeg": "Right Leg",
"lowerGuts": "Lower Guts",
"gizzards": "Gizzards",
"leftArm": "Left Arm",
"rightArm": "Right Arm",
"upperGuts": "Upper Guts",
"nogging": "Noggin'",
"name" :"Name",
"gmRollToggle": "GM Roll Toggle",
"core" :"Core",
"on": "On",
"off": "Off",
"occupation": "Occupation",
"bounty": "Bounty",
"unspent": "Unspent/total",
"traits": "Traits & Aptitudes",
"combat": "Combat Stuff",
"arcane": "Arcane Abilities",
"misc": "Misc",
"obsolete": "Obsolete Data",
"coreAttributes": "Core Attributes",
"pace": "Pace",
"size": "Size",
"maxWind": "Max Wind",
"grit": "Grit",
"chips": "Fate Chips",
"chipsW": "White Chips",
"chipsL": "Legendary Chips",
"chipsR": "Red Chips",
"chipsB": "Blue Chips",
"commonRolls": "Common Rolls",
"gutsAndGrit": "Guts + Grit",
"cognition": "Cognition",
"artillery": "Artillery",
"scrutinize": "Scrutinze",
"art": "Art",
"tracking": "Trackin'",
"search": "Search",
"deftness": "Deftness",
"bow": "Bow",
"sleightofhand": "Sleight o'Hand",
"shooting": "Shootin'",
"lockpicking": "Lockpickin'",
"filching": "Filchin'",
"speedload": "Speed Load",
"throwing": "Throwin'",
"mine": "Mine",
"performing": "Performin'",
"overawe": "Overawe",
"leadership": "Leadership",
"taleTell": "Tale Tellin'",
"animalWrangling": "Animal Wranglin'",
"persuasion": "Persuasion",
"spirit": "Spirit",
"faith": "Faith",
"guts": "Guts",
"strength": "Strength",
"vigor": "Vigor",
"knowledge": "Knowledge",
"professional": "Professional",
"academia": "Academia",
"trade": "Trade",
"medicine": "Medicine",
"areaKnowledge": "Area Knowledge",
"homeCountry": "Home Country",
"demolition": "Demolition",
"language": "Language",
"disguise": "Disguise",
"madScience": "Mad Science",
"science": "Science",
"smarts": "Smarts",
"tinkering": "Tinkerin'",
"bluff": "Bluff",
"gambling": "Gamblin'",
"scrounging": "Scroungin'",
"ridicule": "Ridicule",
"streetwise": "Streetwise",
"survival": "Survival",
"nimbleness": "Nimbleness",
"dodge": "Dodge",
"driving": "Drivin'",
"fighting": "Fightin'",
"climbing": "Climbin'",
"teamster": "Teamster",
"horseRiding": "Horse Ridin'",
"sneak": "Sneak",
"swimming": "Swimmin'",
"quickness": "Quickness",
"quickDraw": "Quick Draw",
"wounds": "Wounds",
"gutsw": "Guts",
"none": "None",
"light": "Light",
"heavy": "Heavy",
"serious": "Serious",
"critical": "Critical",
"maimed": "Maimed",
"wind": "Wind",
"ammo": "Ammo",
"ammoName": "Ammo Name",
"quantity": "Quantity",
"notes": "Notes",
"shootingIronsAndSuch": "Shootin Irons & Such",
"weapon": "Weapon",
"shotsMax": "Shots / Max",
"rof": "RoF",
"range": "Range",
"damage": "Damage",
"locationToggle": "Location Toggle",
"hand2hand": "Hand-To-Hand Weapons",
"defense": "Defense",
"speed": "Speed",
"arcaneAbilities": "Arcane Abilities",
"skill": "Skill",
"ritual": "Ritual",
"rituals": "Rituals",
"duration": "Duration",
"dice": "Dice",
"tn": "TN",
"edges": "Edges",
"hindrances": "Hindrances",
"equipment": "Equipment",
"money": "Money",
"worstNightmare": "Your Worst Nightmare"
}
@@ -0,0 +1,130 @@
{
"result": "Result",
"weaponDamage": "Weapon Damage",
"location": "Location",
"leftLeg": "Left Leg",
"rightLeg": "Right Leg",
"lowerGuts": "Lower Guts",
"gizzards": "Gizzards",
"leftArm": "Left Arm",
"rightArm": "Right Arm",
"upperGuts": "Upper Guts",
"nogging": "Noggin'",
"name" :"Name",
"gmRollToggle": "GM Roll Toggle",
"core" :"Core",
"on": "On",
"off": "Off",
"occupation": "Occupation",
"bounty": "Bounty",
"unspent": "Unspent/total",
"traits": "Traits & Aptitudes",
"combat": "Combat Stuff",
"arcane": "Arcane Abilities",
"misc": "Misc",
"obsolete": "Obsolete Data",
"coreAttributes": "Core Attributes",
"pace": "Pace",
"size": "Size",
"maxWind": "Max Wind",
"grit": "Grit",
"chips": "Fate Chips",
"chipsW": "White Chips",
"chipsL": "Legendary Chips",
"chipsR": "Red Chips",
"chipsB": "Blue Chips",
"commonRolls": "Common Rolls",
"gutsAndGrit": "Guts + Grit",
"cognition": "Cognition",
"artillery": "Artillery",
"scrutinize": "Scrutinze",
"art": "Art",
"tracking": "Trackin'",
"search": "Search",
"deftness": "Deftness",
"bow": "Bow",
"sleightofhand": "Sleight o'Hand",
"shooting": "Shootin'",
"lockpicking": "Lockpickin'",
"filching": "Filchin'",
"speedload": "Speed Load",
"throwing": "Throwin'",
"mine": "Mine",
"performing": "Performin'",
"overawe": "Overawe",
"leadership": "Leadership",
"taleTell": "Tale Tellin'",
"animalWrangling": "Animal Wranglin'",
"persuasion": "Persuasion",
"spirit": "Spirit",
"faith": "Faith",
"guts": "Guts",
"strength": "Strength",
"vigor": "Vigor",
"knowledge": "Knowledge",
"professional": "Professional",
"academia": "Academia",
"trade": "Trade",
"medicine": "Medicine",
"areaKnowledge": "Area Knowledge",
"homeCountry": "Home Country",
"demolition": "Demolition",
"language": "Language",
"disguise": "Disguise",
"madScience": "Mad Science",
"science": "Science",
"smarts": "Smarts",
"tinkering": "Tinkerin'",
"bluff": "Bluff",
"gambling": "Gamblin'",
"scrounging": "Scroungin'",
"ridicule": "Ridicule",
"streetwise": "Streetwise",
"survival": "Survival",
"nimbleness": "Nimbleness",
"dodge": "Dodge",
"driving": "Drivin'",
"fighting": "Fightin'",
"climbing": "Climbin'",
"teamster": "Teamster",
"horseRiding": "Horse Ridin'",
"sneak": "Sneak",
"swimming": "Swimmin'",
"quickness": "Quickness",
"quickDraw": "Quick Draw",
"wounds": "Wounds",
"gutsw": "Guts",
"none": "None",
"light": "Light",
"heavy": "Heavy",
"serious": "Serious",
"critical": "Critical",
"maimed": "Maimed",
"wind": "Wind",
"ammo": "Ammo",
"ammoName": "Ammo Name",
"quantity": "Quantity",
"notes": "Notes",
"shootingIronsAndSuch": "Shootin Irons & Such",
"weapon": "Weapon",
"shotsMax": "Shots / Max",
"rof": "RoF",
"range": "Range",
"damage": "Damage",
"locationToggle": "Location Toggle",
"hand2hand": "Hand-To-Hand Weapons",
"defense": "Defense",
"speed": "Speed",
"arcaneAbilities": "Arcane Abilities",
"skill": "Skill",
"ritual": "Ritual",
"rituals": "Rituals",
"duration": "Duration",
"dice": "Dice",
"tn": "TN",
"edges": "Edges",
"hindrances": "Hindrances",
"equipment": "Equipment",
"money": "Money",
"worstNightmare": "Your Worst Nightmare"
}
@@ -0,0 +1,130 @@
{
"result": "Ergebnis",
"weaponDamage": "Waffenschaden",
"location": "Trefferzone",
"leftLeg": "Linkes Bein",
"rightLeg": "Rechtes Bein",
"lowerGuts": "Unterleib",
"gizzards": "Eingeweide",
"leftArm": "Linker Arm",
"rightArm": "Rechter Arm",
"upperGuts": "Oberkörper",
"nogging": "Rübe",
"name" :"Name",
"gmRollToggle": "GM Roll Toggle",
"core" :"Allgemein",
"on": "An",
"off": "Aus",
"occupation": "Beruf",
"bounty": "Beute",
"unspent": "Ausgegeben/Gesamt",
"traits": "Eig. & Talente",
"combat": "Kampf",
"arcane": "Myst. Fähigkeiten",
"misc": "Sonstiges",
"obsolete": "Obsolete Data",
"coreAttributes": "Allgemeine Eigenschaften",
"pace": "Bewegung",
"size": "Größe",
"maxWind": "Max Puste",
"grit": "Schneid",
"chips": "Glückschips",
"chipsW": "Weiße Chips",
"chipsL": "Legendäre Chips",
"chipsR": "Rote Chips",
"chipsB": "Blaue Chips",
"commonRolls": "Allgemeine Würfe",
"gutsAndGrit": "Mumm + Schneid",
"cognition": "Wahrnehmung",
"artillery": "Artillerie",
"scrutinize": "Einschätzen",
"art": "Kunst",
"tracking": "Spurenlesen",
"search": "Suchen",
"deftness": "Geschick",
"bow": "Bogen",
"sleightofhand": "Fingerfertigkeit",
"shooting": "Schießen",
"lockpicking": "Schlösserknacken",
"filching": "Stehlen",
"speedload": "Schnelladen",
"throwing": "Werfen",
"mine": "Charisma",
"performing": "Darbietung",
"overawe": "Einschüchtern",
"leadership": "Führungsqualität",
"taleTell": "Geschichtenerzählen",
"animalWrangling": "Tiere abrichten",
"persuasion": "Überreden",
"spirit": "Geist",
"faith": "Glaube",
"guts": "Mumm",
"strength": "Stärke",
"vigor": "Konstitution",
"knowledge": "Wissen",
"professional": "Beruf",
"academia": "Bildung",
"trade": "Handwerk",
"medicine": "Medizin",
"areaKnowledge": "Ortskenntniss",
"homeCountry": "Heimatbezirk",
"demolition": "Sprengen",
"language": "Sprache",
"disguise": "Verkleiden",
"madScience": "Verrückte Wissenschaft",
"science": "Wissenschaft",
"smarts": "Schläue",
"tinkering": "Basteln",
"bluff": "Bluffen",
"gambling": "Glücksspiel",
"scrounging": "Organisieren",
"ridicule": "Verspotten",
"streetwise": "Straßenwissen",
"survival": "Überleben",
"nimbleness": "Gewandtheit",
"dodge": "Ausweichen",
"driving": "Fahren",
"fighting": "Kämpfen",
"climbing": "Klettern",
"teamster": "Kutscher",
"horseRiding": "Reiten",
"sneak": "Schleichen",
"swimming": "Schwimmen",
"quickness": "Reflexe",
"quickDraw": "Schnellziehen",
"wounds": "Wunden",
"gutsw": "Leib",
"none": "Keine",
"light": "Leicht",
"heavy": "Schwer",
"serious": "Ernst",
"critical": "Kritisch",
"maimed": "Verstümmelt",
"wind": "Puste",
"ammo": "Munition",
"ammoName": "Munition Name",
"quantity": "Anzahl",
"notes": "Notizen",
"shootingIronsAndSuch": "Schießeisen & So",
"weapon": "Waffe",
"shotsMax": "Schüsse / Max",
"rof": "FR",
"range": "RW",
"damage": "Schaden",
"locationToggle": "Trefferzone",
"hand2hand": "Nahkampfwaffen",
"defense": "Verteidigung",
"speed": "Geschw.",
"arcaneAbilities": "Mystische Fähigkeiten",
"skill": "Talent",
"ritual": "Ritual",
"rituals": "Rituale",
"duration": "Dauer",
"dice": "Würfel",
"tn": "EW",
"edges": "Vorteile",
"hindrances": "Nachteile",
"equipment": "Ausrüstung",
"money": "Geld",
"worstNightmare": "Dein Schlimmster Alptraum"
}
@@ -0,0 +1,130 @@
{
"result": "Result",
"weaponDamage": "Weapon Damage",
"location": "Location",
"leftLeg": "Left Leg",
"rightLeg": "Right Leg",
"lowerGuts": "Lower Guts",
"gizzards": "Gizzards",
"leftArm": "Left Arm",
"rightArm": "Right Arm",
"upperGuts": "Upper Guts",
"nogging": "Noggin'",
"name" :"Name",
"gmRollToggle": "GM Roll Toggle",
"core" :"Core",
"on": "On",
"off": "Off",
"occupation": "Occupation",
"bounty": "Bounty",
"unspent": "Unspent/total",
"traits": "Traits & Aptitudes",
"combat": "Combat Stuff",
"arcane": "Arcane Abilities",
"misc": "Misc",
"obsolete": "Obsolete Data",
"coreAttributes": "Core Attributes",
"pace": "Pace",
"size": "Size",
"maxWind": "Max Wind",
"grit": "Grit",
"chips": "Fate Chips",
"chipsW": "White Chips",
"chipsL": "Legendary Chips",
"chipsR": "Red Chips",
"chipsB": "Blue Chips",
"commonRolls": "Common Rolls",
"gutsAndGrit": "Guts + Grit",
"cognition": "Cognition",
"artillery": "Artillery",
"scrutinize": "Scrutinze",
"art": "Art",
"tracking": "Trackin'",
"search": "Search",
"deftness": "Deftness",
"bow": "Bow",
"sleightofhand": "Sleight o'Hand",
"shooting": "Shootin'",
"lockpicking": "Lockpickin'",
"filching": "Filchin'",
"speedload": "Speed Load",
"throwing": "Throwin'",
"mine": "Mine",
"performing": "Performin'",
"overawe": "Overawe",
"leadership": "Leadership",
"taleTell": "Tale Tellin'",
"animalWrangling": "Animal Wranglin'",
"persuasion": "Persuasion",
"spirit": "Spirit",
"faith": "Faith",
"guts": "Guts",
"strength": "Strength",
"vigor": "Vigor",
"knowledge": "Knowledge",
"professional": "Professional",
"academia": "Academia",
"trade": "Trade",
"medicine": "Medicine",
"areaKnowledge": "Area Knowledge",
"homeCountry": "Home Country",
"demolition": "Demolition",
"language": "Language",
"disguise": "Disguise",
"madScience": "Mad Science",
"science": "Science",
"smarts": "Smarts",
"tinkering": "Tinkerin'",
"bluff": "Bluff",
"gambling": "Gamblin'",
"scrounging": "Scroungin'",
"ridicule": "Ridicule",
"streetwise": "Streetwise",
"survival": "Survival",
"nimbleness": "Nimbleness",
"dodge": "Dodge",
"driving": "Drivin'",
"fighting": "Fightin'",
"climbing": "Climbin'",
"teamster": "Teamster",
"horseRiding": "Horse Ridin'",
"sneak": "Sneak",
"swimming": "Swimmin'",
"quickness": "Quickness",
"quickDraw": "Quick Draw",
"wounds": "Wounds",
"gutsw": "Guts",
"none": "None",
"light": "Light",
"heavy": "Heavy",
"serious": "Serious",
"critical": "Critical",
"maimed": "Maimed",
"wind": "Wind",
"ammo": "Ammo",
"ammoName": "Ammo Name",
"quantity": "Quantity",
"notes": "Notes",
"shootingIronsAndSuch": "Shootin Irons & Such",
"weapon": "Weapon",
"shotsMax": "Shots / Max",
"rof": "RoF",
"range": "Range",
"damage": "Damage",
"locationToggle": "Location Toggle",
"hand2hand": "Hand-To-Hand Weapons",
"defense": "Defense",
"speed": "Speed",
"arcaneAbilities": "Arcane Abilities",
"skill": "Skill",
"ritual": "Ritual",
"rituals": "Rituals",
"duration": "Duration",
"dice": "Dice",
"tn": "TN",
"edges": "Edges",
"hindrances": "Hindrances",
"equipment": "Equipment",
"money": "Money",
"worstNightmare": "Your Worst Nightmare"
}
@@ -0,0 +1,130 @@
{
"result": "Result",
"weaponDamage": "Weapon Damage",
"location": "Location",
"leftLeg": "Left Leg",
"rightLeg": "Right Leg",
"lowerGuts": "Lower Guts",
"gizzards": "Gizzards",
"leftArm": "Left Arm",
"rightArm": "Right Arm",
"upperGuts": "Upper Guts",
"nogging": "Noggin'",
"name" :"Name",
"gmRollToggle": "GM Roll Toggle",
"core" :"Core",
"on": "On",
"off": "Off",
"occupation": "Occupation",
"bounty": "Bounty",
"unspent": "Unspent/total",
"traits": "Traits & Aptitudes",
"combat": "Combat Stuff",
"arcane": "Arcane Abilities",
"misc": "Misc",
"obsolete": "Obsolete Data",
"coreAttributes": "Core Attributes",
"pace": "Pace",
"size": "Size",
"maxWind": "Max Wind",
"grit": "Grit",
"chips": "Fate Chips",
"chipsW": "White Chips",
"chipsL": "Legendary Chips",
"chipsR": "Red Chips",
"chipsB": "Blue Chips",
"commonRolls": "Common Rolls",
"gutsAndGrit": "Guts + Grit",
"cognition": "Cognition",
"artillery": "Artillery",
"scrutinize": "Scrutinze",
"art": "Art",
"tracking": "Trackin'",
"search": "Search",
"deftness": "Deftness",
"bow": "Bow",
"sleightofhand": "Sleight o'Hand",
"shooting": "Shootin'",
"lockpicking": "Lockpickin'",
"filching": "Filchin'",
"speedload": "Speed Load",
"throwing": "Throwin'",
"mine": "Mine",
"performing": "Performin'",
"overawe": "Overawe",
"leadership": "Leadership",
"taleTell": "Tale Tellin'",
"animalWrangling": "Animal Wranglin'",
"persuasion": "Persuasion",
"spirit": "Spirit",
"faith": "Faith",
"guts": "Guts",
"strength": "Strength",
"vigor": "Vigor",
"knowledge": "Knowledge",
"professional": "Professional",
"academia": "Academia",
"trade": "Trade",
"medicine": "Medicine",
"areaKnowledge": "Area Knowledge",
"homeCountry": "Home Country",
"demolition": "Demolition",
"language": "Language",
"disguise": "Disguise",
"madScience": "Mad Science",
"science": "Science",
"smarts": "Smarts",
"tinkering": "Tinkerin'",
"bluff": "Bluff",
"gambling": "Gamblin'",
"scrounging": "Scroungin'",
"ridicule": "Ridicule",
"streetwise": "Streetwise",
"survival": "Survival",
"nimbleness": "Nimbleness",
"dodge": "Dodge",
"driving": "Drivin'",
"fighting": "Fightin'",
"climbing": "Climbin'",
"teamster": "Teamster",
"horseRiding": "Horse Ridin'",
"sneak": "Sneak",
"swimming": "Swimmin'",
"quickness": "Quickness",
"quickDraw": "Quick Draw",
"wounds": "Wounds",
"gutsw": "Guts",
"none": "None",
"light": "Light",
"heavy": "Heavy",
"serious": "Serious",
"critical": "Critical",
"maimed": "Maimed",
"wind": "Wind",
"ammo": "Ammo",
"ammoName": "Ammo Name",
"quantity": "Quantity",
"notes": "Notes",
"shootingIronsAndSuch": "Shootin Irons & Such",
"weapon": "Weapon",
"shotsMax": "Shots / Max",
"rof": "RoF",
"range": "Range",
"damage": "Damage",
"locationToggle": "Location Toggle",
"hand2hand": "Hand-To-Hand Weapons",
"defense": "Defense",
"speed": "Speed",
"arcaneAbilities": "Arcane Abilities",
"skill": "Skill",
"ritual": "Ritual",
"rituals": "Rituals",
"duration": "Duration",
"dice": "Dice",
"tn": "TN",
"edges": "Edges",
"hindrances": "Hindrances",
"equipment": "Equipment",
"money": "Money",
"worstNightmare": "Your Worst Nightmare"
}
@@ -0,0 +1,130 @@
{
"result": "Result",
"weaponDamage": "Weapon Damage",
"location": "Location",
"leftLeg": "Left Leg",
"rightLeg": "Right Leg",
"lowerGuts": "Lower Guts",
"gizzards": "Gizzards",
"leftArm": "Left Arm",
"rightArm": "Right Arm",
"upperGuts": "Upper Guts",
"nogging": "Noggin'",
"name" :"Name",
"gmRollToggle": "GM Roll Toggle",
"core" :"Core",
"on": "On",
"off": "Off",
"occupation": "Occupation",
"bounty": "Bounty",
"unspent": "Unspent/total",
"traits": "Traits & Aptitudes",
"combat": "Combat Stuff",
"arcane": "Arcane Abilities",
"misc": "Misc",
"obsolete": "Obsolete Data",
"coreAttributes": "Core Attributes",
"pace": "Pace",
"size": "Size",
"maxWind": "Max Wind",
"grit": "Grit",
"chips": "Fate Chips",
"chipsW": "White Chips",
"chipsL": "Legendary Chips",
"chipsR": "Red Chips",
"chipsB": "Blue Chips",
"commonRolls": "Common Rolls",
"gutsAndGrit": "Guts + Grit",
"cognition": "Cognition",
"artillery": "Artillery",
"scrutinize": "Scrutinze",
"art": "Art",
"tracking": "Trackin'",
"search": "Search",
"deftness": "Deftness",
"bow": "Bow",
"sleightofhand": "Sleight o'Hand",
"shooting": "Shootin'",
"lockpicking": "Lockpickin'",
"filching": "Filchin'",
"speedload": "Speed Load",
"throwing": "Throwin'",
"mine": "Mine",
"performing": "Performin'",
"overawe": "Overawe",
"leadership": "Leadership",
"taleTell": "Tale Tellin'",
"animalWrangling": "Animal Wranglin'",
"persuasion": "Persuasion",
"spirit": "Spirit",
"faith": "Faith",
"guts": "Guts",
"strength": "Strength",
"vigor": "Vigor",
"knowledge": "Knowledge",
"professional": "Professional",
"academia": "Academia",
"trade": "Trade",
"medicine": "Medicine",
"areaKnowledge": "Area Knowledge",
"homeCountry": "Home Country",
"demolition": "Demolition",
"language": "Language",
"disguise": "Disguise",
"madScience": "Mad Science",
"science": "Science",
"smarts": "Smarts",
"tinkering": "Tinkerin'",
"bluff": "Bluff",
"gambling": "Gamblin'",
"scrounging": "Scroungin'",
"ridicule": "Ridicule",
"streetwise": "Streetwise",
"survival": "Survival",
"nimbleness": "Nimbleness",
"dodge": "Dodge",
"driving": "Drivin'",
"fighting": "Fightin'",
"climbing": "Climbin'",
"teamster": "Teamster",
"horseRiding": "Horse Ridin'",
"sneak": "Sneak",
"swimming": "Swimmin'",
"quickness": "Quickness",
"quickDraw": "Quick Draw",
"wounds": "Wounds",
"gutsw": "Guts",
"none": "None",
"light": "Light",
"heavy": "Heavy",
"serious": "Serious",
"critical": "Critical",
"maimed": "Maimed",
"wind": "Wind",
"ammo": "Ammo",
"ammoName": "Ammo Name",
"quantity": "Quantity",
"notes": "Notes",
"shootingIronsAndSuch": "Shootin Irons & Such",
"weapon": "Weapon",
"shotsMax": "Shots / Max",
"rof": "RoF",
"range": "Range",
"damage": "Damage",
"locationToggle": "Location Toggle",
"hand2hand": "Hand-To-Hand Weapons",
"defense": "Defense",
"speed": "Speed",
"arcaneAbilities": "Arcane Abilities",
"skill": "Skill",
"ritual": "Ritual",
"rituals": "Rituals",
"duration": "Duration",
"dice": "Dice",
"tn": "TN",
"edges": "Edges",
"hindrances": "Hindrances",
"equipment": "Equipment",
"money": "Money",
"worstNightmare": "Your Worst Nightmare"
}
@@ -0,0 +1,130 @@
{
"result": "Result",
"weaponDamage": "Weapon Damage",
"location": "Location",
"leftLeg": "Left Leg",
"rightLeg": "Right Leg",
"lowerGuts": "Lower Guts",
"gizzards": "Gizzards",
"leftArm": "Left Arm",
"rightArm": "Right Arm",
"upperGuts": "Upper Guts",
"nogging": "Noggin'",
"name" :"Name",
"gmRollToggle": "GM Roll Toggle",
"core" :"Core",
"on": "On",
"off": "Off",
"occupation": "Occupation",
"bounty": "Bounty",
"unspent": "Unspent/total",
"traits": "Traits & Aptitudes",
"combat": "Combat Stuff",
"arcane": "Arcane Abilities",
"misc": "Misc",
"obsolete": "Obsolete Data",
"coreAttributes": "Core Attributes",
"pace": "Pace",
"size": "Size",
"maxWind": "Max Wind",
"grit": "Grit",
"chips": "Fate Chips",
"chipsW": "White Chips",
"chipsL": "Legendary Chips",
"chipsR": "Red Chips",
"chipsB": "Blue Chips",
"commonRolls": "Common Rolls",
"gutsAndGrit": "Guts + Grit",
"cognition": "Cognition",
"artillery": "Artillery",
"scrutinize": "Scrutinze",
"art": "Art",
"tracking": "Trackin'",
"search": "Search",
"deftness": "Deftness",
"bow": "Bow",
"sleightofhand": "Sleight o'Hand",
"shooting": "Shootin'",
"lockpicking": "Lockpickin'",
"filching": "Filchin'",
"speedload": "Speed Load",
"throwing": "Throwin'",
"mine": "Mine",
"performing": "Performin'",
"overawe": "Overawe",
"leadership": "Leadership",
"taleTell": "Tale Tellin'",
"animalWrangling": "Animal Wranglin'",
"persuasion": "Persuasion",
"spirit": "Spirit",
"faith": "Faith",
"guts": "Guts",
"strength": "Strength",
"vigor": "Vigor",
"knowledge": "Knowledge",
"professional": "Professional",
"academia": "Academia",
"trade": "Trade",
"medicine": "Medicine",
"areaKnowledge": "Area Knowledge",
"homeCountry": "Home Country",
"demolition": "Demolition",
"language": "Language",
"disguise": "Disguise",
"madScience": "Mad Science",
"science": "Science",
"smarts": "Smarts",
"tinkering": "Tinkerin'",
"bluff": "Bluff",
"gambling": "Gamblin'",
"scrounging": "Scroungin'",
"ridicule": "Ridicule",
"streetwise": "Streetwise",
"survival": "Survival",
"nimbleness": "Nimbleness",
"dodge": "Dodge",
"driving": "Drivin'",
"fighting": "Fightin'",
"climbing": "Climbin'",
"teamster": "Teamster",
"horseRiding": "Horse Ridin'",
"sneak": "Sneak",
"swimming": "Swimmin'",
"quickness": "Quickness",
"quickDraw": "Quick Draw",
"wounds": "Wounds",
"gutsw": "Guts",
"none": "None",
"light": "Light",
"heavy": "Heavy",
"serious": "Serious",
"critical": "Critical",
"maimed": "Maimed",
"wind": "Wind",
"ammo": "Ammo",
"ammoName": "Ammo Name",
"quantity": "Quantity",
"notes": "Notes",
"shootingIronsAndSuch": "Shootin Irons & Such",
"weapon": "Weapon",
"shotsMax": "Shots / Max",
"rof": "RoF",
"range": "Range",
"damage": "Damage",
"locationToggle": "Location Toggle",
"hand2hand": "Hand-To-Hand Weapons",
"defense": "Defense",
"speed": "Speed",
"arcaneAbilities": "Arcane Abilities",
"skill": "Skill",
"ritual": "Ritual",
"rituals": "Rituals",
"duration": "Duration",
"dice": "Dice",
"tn": "TN",
"edges": "Edges",
"hindrances": "Hindrances",
"equipment": "Equipment",
"money": "Money",
"worstNightmare": "Your Worst Nightmare"
}
@@ -0,0 +1,130 @@
{
"result": "Result",
"weaponDamage": "Weapon Damage",
"location": "Location",
"leftLeg": "Left Leg",
"rightLeg": "Right Leg",
"lowerGuts": "Lower Guts",
"gizzards": "Gizzards",
"leftArm": "Left Arm",
"rightArm": "Right Arm",
"upperGuts": "Upper Guts",
"nogging": "Noggin'",
"name" :"Name",
"gmRollToggle": "GM Roll Toggle",
"core" :"Core",
"on": "On",
"off": "Off",
"occupation": "Occupation",
"bounty": "Bounty",
"unspent": "Unspent/total",
"traits": "Traits & Aptitudes",
"combat": "Combat Stuff",
"arcane": "Arcane Abilities",
"misc": "Misc",
"obsolete": "Obsolete Data",
"coreAttributes": "Core Attributes",
"pace": "Pace",
"size": "Size",
"maxWind": "Max Wind",
"grit": "Grit",
"chips": "Fate Chips",
"chipsW": "White Chips",
"chipsL": "Legendary Chips",
"chipsR": "Red Chips",
"chipsB": "Blue Chips",
"commonRolls": "Common Rolls",
"gutsAndGrit": "Guts + Grit",
"cognition": "Cognition",
"artillery": "Artillery",
"scrutinize": "Scrutinze",
"art": "Art",
"tracking": "Trackin'",
"search": "Search",
"deftness": "Deftness",
"bow": "Bow",
"sleightofhand": "Sleight o'Hand",
"shooting": "Shootin'",
"lockpicking": "Lockpickin'",
"filching": "Filchin'",
"speedload": "Speed Load",
"throwing": "Throwin'",
"mine": "Mine",
"performing": "Performin'",
"overawe": "Overawe",
"leadership": "Leadership",
"taleTell": "Tale Tellin'",
"animalWrangling": "Animal Wranglin'",
"persuasion": "Persuasion",
"spirit": "Spirit",
"faith": "Faith",
"guts": "Guts",
"strength": "Strength",
"vigor": "Vigor",
"knowledge": "Knowledge",
"professional": "Professional",
"academia": "Academia",
"trade": "Trade",
"medicine": "Medicine",
"areaKnowledge": "Area Knowledge",
"homeCountry": "Home Country",
"demolition": "Demolition",
"language": "Language",
"disguise": "Disguise",
"madScience": "Mad Science",
"science": "Science",
"smarts": "Smarts",
"tinkering": "Tinkerin'",
"bluff": "Bluff",
"gambling": "Gamblin'",
"scrounging": "Scroungin'",
"ridicule": "Ridicule",
"streetwise": "Streetwise",
"survival": "Survival",
"nimbleness": "Nimbleness",
"dodge": "Dodge",
"driving": "Drivin'",
"fighting": "Fightin'",
"climbing": "Climbin'",
"teamster": "Teamster",
"horseRiding": "Horse Ridin'",
"sneak": "Sneak",
"swimming": "Swimmin'",
"quickness": "Quickness",
"quickDraw": "Quick Draw",
"wounds": "Wounds",
"gutsw": "Guts",
"none": "None",
"light": "Light",
"heavy": "Heavy",
"serious": "Serious",
"critical": "Critical",
"maimed": "Maimed",
"wind": "Wind",
"ammo": "Ammo",
"ammoName": "Ammo Name",
"quantity": "Quantity",
"notes": "Notes",
"shootingIronsAndSuch": "Shootin Irons & Such",
"weapon": "Weapon",
"shotsMax": "Shots / Max",
"rof": "RoF",
"range": "Range",
"damage": "Damage",
"locationToggle": "Location Toggle",
"hand2hand": "Hand-To-Hand Weapons",
"defense": "Defense",
"speed": "Speed",
"arcaneAbilities": "Arcane Abilities",
"skill": "Skill",
"ritual": "Ritual",
"rituals": "Rituals",
"duration": "Duration",
"dice": "Dice",
"tn": "TN",
"edges": "Edges",
"hindrances": "Hindrances",
"equipment": "Equipment",
"money": "Money",
"worstNightmare": "Your Worst Nightmare"
}
@@ -0,0 +1,130 @@
{
"result": "Result",
"weaponDamage": "Weapon Damage",
"location": "Location",
"leftLeg": "Left Leg",
"rightLeg": "Right Leg",
"lowerGuts": "Lower Guts",
"gizzards": "Gizzards",
"leftArm": "Left Arm",
"rightArm": "Right Arm",
"upperGuts": "Upper Guts",
"nogging": "Noggin'",
"name" :"Name",
"gmRollToggle": "GM Roll Toggle",
"core" :"Core",
"on": "On",
"off": "Off",
"occupation": "Occupation",
"bounty": "Bounty",
"unspent": "Unspent/total",
"traits": "Traits & Aptitudes",
"combat": "Combat Stuff",
"arcane": "Arcane Abilities",
"misc": "Misc",
"obsolete": "Obsolete Data",
"coreAttributes": "Core Attributes",
"pace": "Pace",
"size": "Size",
"maxWind": "Max Wind",
"grit": "Grit",
"chips": "Fate Chips",
"chipsW": "White Chips",
"chipsL": "Legendary Chips",
"chipsR": "Red Chips",
"chipsB": "Blue Chips",
"commonRolls": "Common Rolls",
"gutsAndGrit": "Guts + Grit",
"cognition": "Cognition",
"artillery": "Artillery",
"scrutinize": "Scrutinze",
"art": "Art",
"tracking": "Trackin'",
"search": "Search",
"deftness": "Deftness",
"bow": "Bow",
"sleightofhand": "Sleight o'Hand",
"shooting": "Shootin'",
"lockpicking": "Lockpickin'",
"filching": "Filchin'",
"speedload": "Speed Load",
"throwing": "Throwin'",
"mine": "Mine",
"performing": "Performin'",
"overawe": "Overawe",
"leadership": "Leadership",
"taleTell": "Tale Tellin'",
"animalWrangling": "Animal Wranglin'",
"persuasion": "Persuasion",
"spirit": "Spirit",
"faith": "Faith",
"guts": "Guts",
"strength": "Strength",
"vigor": "Vigor",
"knowledge": "Knowledge",
"professional": "Professional",
"academia": "Academia",
"trade": "Trade",
"medicine": "Medicine",
"areaKnowledge": "Area Knowledge",
"homeCountry": "Home Country",
"demolition": "Demolition",
"language": "Language",
"disguise": "Disguise",
"madScience": "Mad Science",
"science": "Science",
"smarts": "Smarts",
"tinkering": "Tinkerin'",
"bluff": "Bluff",
"gambling": "Gamblin'",
"scrounging": "Scroungin'",
"ridicule": "Ridicule",
"streetwise": "Streetwise",
"survival": "Survival",
"nimbleness": "Nimbleness",
"dodge": "Dodge",
"driving": "Drivin'",
"fighting": "Fightin'",
"climbing": "Climbin'",
"teamster": "Teamster",
"horseRiding": "Horse Ridin'",
"sneak": "Sneak",
"swimming": "Swimmin'",
"quickness": "Quickness",
"quickDraw": "Quick Draw",
"wounds": "Wounds",
"gutsw": "Guts",
"none": "None",
"light": "Light",
"heavy": "Heavy",
"serious": "Serious",
"critical": "Critical",
"maimed": "Maimed",
"wind": "Wind",
"ammo": "Ammo",
"ammoName": "Ammo Name",
"quantity": "Quantity",
"notes": "Notes",
"shootingIronsAndSuch": "Shootin Irons & Such",
"weapon": "Weapon",
"shotsMax": "Shots / Max",
"rof": "RoF",
"range": "Range",
"damage": "Damage",
"locationToggle": "Location Toggle",
"hand2hand": "Hand-To-Hand Weapons",
"defense": "Defense",
"speed": "Speed",
"arcaneAbilities": "Arcane Abilities",
"skill": "Skill",
"ritual": "Ritual",
"rituals": "Rituals",
"duration": "Duration",
"dice": "Dice",
"tn": "TN",
"edges": "Edges",
"hindrances": "Hindrances",
"equipment": "Equipment",
"money": "Money",
"worstNightmare": "Your Worst Nightmare"
}
@@ -0,0 +1,130 @@
{
"result": "Result",
"weaponDamage": "Weapon Damage",
"location": "Location",
"leftLeg": "Left Leg",
"rightLeg": "Right Leg",
"lowerGuts": "Lower Guts",
"gizzards": "Gizzards",
"leftArm": "Left Arm",
"rightArm": "Right Arm",
"upperGuts": "Upper Guts",
"nogging": "Noggin'",
"name" :"Name",
"gmRollToggle": "GM Roll Toggle",
"core" :"Core",
"on": "On",
"off": "Off",
"occupation": "Occupation",
"bounty": "Bounty",
"unspent": "Unspent/total",
"traits": "Traits & Aptitudes",
"combat": "Combat Stuff",
"arcane": "Arcane Abilities",
"misc": "Misc",
"obsolete": "Obsolete Data",
"coreAttributes": "Core Attributes",
"pace": "Pace",
"size": "Size",
"maxWind": "Max Wind",
"grit": "Grit",
"chips": "Fate Chips",
"chipsW": "White Chips",
"chipsL": "Legendary Chips",
"chipsR": "Red Chips",
"chipsB": "Blue Chips",
"commonRolls": "Common Rolls",
"gutsAndGrit": "Guts + Grit",
"cognition": "Cognition",
"artillery": "Artillery",
"scrutinize": "Scrutinze",
"art": "Art",
"tracking": "Trackin'",
"search": "Search",
"deftness": "Deftness",
"bow": "Bow",
"sleightofhand": "Sleight o'Hand",
"shooting": "Shootin'",
"lockpicking": "Lockpickin'",
"filching": "Filchin'",
"speedload": "Speed Load",
"throwing": "Throwin'",
"mine": "Mine",
"performing": "Performin'",
"overawe": "Overawe",
"leadership": "Leadership",
"taleTell": "Tale Tellin'",
"animalWrangling": "Animal Wranglin'",
"persuasion": "Persuasion",
"spirit": "Spirit",
"faith": "Faith",
"guts": "Guts",
"strength": "Strength",
"vigor": "Vigor",
"knowledge": "Knowledge",
"professional": "Professional",
"academia": "Academia",
"trade": "Trade",
"medicine": "Medicine",
"areaKnowledge": "Area Knowledge",
"homeCountry": "Home Country",
"demolition": "Demolition",
"language": "Language",
"disguise": "Disguise",
"madScience": "Mad Science",
"science": "Science",
"smarts": "Smarts",
"tinkering": "Tinkerin'",
"bluff": "Bluff",
"gambling": "Gamblin'",
"scrounging": "Scroungin'",
"ridicule": "Ridicule",
"streetwise": "Streetwise",
"survival": "Survival",
"nimbleness": "Nimbleness",
"dodge": "Dodge",
"driving": "Drivin'",
"fighting": "Fightin'",
"climbing": "Climbin'",
"teamster": "Teamster",
"horseRiding": "Horse Ridin'",
"sneak": "Sneak",
"swimming": "Swimmin'",
"quickness": "Quickness",
"quickDraw": "Quick Draw",
"wounds": "Wounds",
"gutsw": "Guts",
"none": "None",
"light": "Light",
"heavy": "Heavy",
"serious": "Serious",
"critical": "Critical",
"maimed": "Maimed",
"wind": "Wind",
"ammo": "Ammo",
"ammoName": "Ammo Name",
"quantity": "Quantity",
"notes": "Notes",
"shootingIronsAndSuch": "Shootin Irons & Such",
"weapon": "Weapon",
"shotsMax": "Shots / Max",
"rof": "RoF",
"range": "Range",
"damage": "Damage",
"locationToggle": "Location Toggle",
"hand2hand": "Hand-To-Hand Weapons",
"defense": "Defense",
"speed": "Speed",
"arcaneAbilities": "Arcane Abilities",
"skill": "Skill",
"ritual": "Ritual",
"rituals": "Rituals",
"duration": "Duration",
"dice": "Dice",
"tn": "TN",
"edges": "Edges",
"hindrances": "Hindrances",
"equipment": "Equipment",
"money": "Money",
"worstNightmare": "Your Worst Nightmare"
}
@@ -0,0 +1,130 @@
{
"result": "Result",
"weaponDamage": "Weapon Damage",
"location": "Location",
"leftLeg": "Left Leg",
"rightLeg": "Right Leg",
"lowerGuts": "Lower Guts",
"gizzards": "Gizzards",
"leftArm": "Left Arm",
"rightArm": "Right Arm",
"upperGuts": "Upper Guts",
"nogging": "Noggin'",
"name" :"Name",
"gmRollToggle": "GM Roll Toggle",
"core" :"Core",
"on": "On",
"off": "Off",
"occupation": "Occupation",
"bounty": "Bounty",
"unspent": "Unspent/total",
"traits": "Traits & Aptitudes",
"combat": "Combat Stuff",
"arcane": "Arcane Abilities",
"misc": "Misc",
"obsolete": "Obsolete Data",
"coreAttributes": "Core Attributes",
"pace": "Pace",
"size": "Size",
"maxWind": "Max Wind",
"grit": "Grit",
"chips": "Fate Chips",
"chipsW": "White Chips",
"chipsL": "Legendary Chips",
"chipsR": "Red Chips",
"chipsB": "Blue Chips",
"commonRolls": "Common Rolls",
"gutsAndGrit": "Guts + Grit",
"cognition": "Cognition",
"artillery": "Artillery",
"scrutinize": "Scrutinze",
"art": "Art",
"tracking": "Trackin'",
"search": "Search",
"deftness": "Deftness",
"bow": "Bow",
"sleightofhand": "Sleight o'Hand",
"shooting": "Shootin'",
"lockpicking": "Lockpickin'",
"filching": "Filchin'",
"speedload": "Speed Load",
"throwing": "Throwin'",
"mine": "Mine",
"performing": "Performin'",
"overawe": "Overawe",
"leadership": "Leadership",
"taleTell": "Tale Tellin'",
"animalWrangling": "Animal Wranglin'",
"persuasion": "Persuasion",
"spirit": "Spirit",
"faith": "Faith",
"guts": "Guts",
"strength": "Strength",
"vigor": "Vigor",
"knowledge": "Knowledge",
"professional": "Professional",
"academia": "Academia",
"trade": "Trade",
"medicine": "Medicine",
"areaKnowledge": "Area Knowledge",
"homeCountry": "Home Country",
"demolition": "Demolition",
"language": "Language",
"disguise": "Disguise",
"madScience": "Mad Science",
"science": "Science",
"smarts": "Smarts",
"tinkering": "Tinkerin'",
"bluff": "Bluff",
"gambling": "Gamblin'",
"scrounging": "Scroungin'",
"ridicule": "Ridicule",
"streetwise": "Streetwise",
"survival": "Survival",
"nimbleness": "Nimbleness",
"dodge": "Dodge",
"driving": "Drivin'",
"fighting": "Fightin'",
"climbing": "Climbin'",
"teamster": "Teamster",
"horseRiding": "Horse Ridin'",
"sneak": "Sneak",
"swimming": "Swimmin'",
"quickness": "Quickness",
"quickDraw": "Quick Draw",
"wounds": "Wounds",
"gutsw": "Guts",
"none": "None",
"light": "Light",
"heavy": "Heavy",
"serious": "Serious",
"critical": "Critical",
"maimed": "Maimed",
"wind": "Wind",
"ammo": "Ammo",
"ammoName": "Ammo Name",
"quantity": "Quantity",
"notes": "Notes",
"shootingIronsAndSuch": "Shootin Irons & Such",
"weapon": "Weapon",
"shotsMax": "Shots / Max",
"rof": "RoF",
"range": "Range",
"damage": "Damage",
"locationToggle": "Location Toggle",
"hand2hand": "Hand-To-Hand Weapons",
"defense": "Defense",
"speed": "Speed",
"arcaneAbilities": "Arcane Abilities",
"skill": "Skill",
"ritual": "Ritual",
"rituals": "Rituals",
"duration": "Duration",
"dice": "Dice",
"tn": "TN",
"edges": "Edges",
"hindrances": "Hindrances",
"equipment": "Equipment",
"money": "Money",
"worstNightmare": "Your Worst Nightmare"
}
@@ -0,0 +1,130 @@
{
"result": "Result",
"weaponDamage": "Weapon Damage",
"location": "Location",
"leftLeg": "Left Leg",
"rightLeg": "Right Leg",
"lowerGuts": "Lower Guts",
"gizzards": "Gizzards",
"leftArm": "Left Arm",
"rightArm": "Right Arm",
"upperGuts": "Upper Guts",
"nogging": "Noggin'",
"name" :"Name",
"gmRollToggle": "GM Roll Toggle",
"core" :"Core",
"on": "On",
"off": "Off",
"occupation": "Occupation",
"bounty": "Bounty",
"unspent": "Unspent/total",
"traits": "Traits & Aptitudes",
"combat": "Combat Stuff",
"arcane": "Arcane Abilities",
"misc": "Misc",
"obsolete": "Obsolete Data",
"coreAttributes": "Core Attributes",
"pace": "Pace",
"size": "Size",
"maxWind": "Max Wind",
"grit": "Grit",
"chips": "Fate Chips",
"chipsW": "White Chips",
"chipsL": "Legendary Chips",
"chipsR": "Red Chips",
"chipsB": "Blue Chips",
"commonRolls": "Common Rolls",
"gutsAndGrit": "Guts + Grit",
"cognition": "Cognition",
"artillery": "Artillery",
"scrutinize": "Scrutinze",
"art": "Art",
"tracking": "Trackin'",
"search": "Search",
"deftness": "Deftness",
"bow": "Bow",
"sleightofhand": "Sleight o'Hand",
"shooting": "Shootin'",
"lockpicking": "Lockpickin'",
"filching": "Filchin'",
"speedload": "Speed Load",
"throwing": "Throwin'",
"mine": "Mine",
"performing": "Performin'",
"overawe": "Overawe",
"leadership": "Leadership",
"taleTell": "Tale Tellin'",
"animalWrangling": "Animal Wranglin'",
"persuasion": "Persuasion",
"spirit": "Spirit",
"faith": "Faith",
"guts": "Guts",
"strength": "Strength",
"vigor": "Vigor",
"knowledge": "Knowledge",
"professional": "Professional",
"academia": "Academia",
"trade": "Trade",
"medicine": "Medicine",
"areaKnowledge": "Area Knowledge",
"homeCountry": "Home Country",
"demolition": "Demolition",
"language": "Language",
"disguise": "Disguise",
"madScience": "Mad Science",
"science": "Science",
"smarts": "Smarts",
"tinkering": "Tinkerin'",
"bluff": "Bluff",
"gambling": "Gamblin'",
"scrounging": "Scroungin'",
"ridicule": "Ridicule",
"streetwise": "Streetwise",
"survival": "Survival",
"nimbleness": "Nimbleness",
"dodge": "Dodge",
"driving": "Drivin'",
"fighting": "Fightin'",
"climbing": "Climbin'",
"teamster": "Teamster",
"horseRiding": "Horse Ridin'",
"sneak": "Sneak",
"swimming": "Swimmin'",
"quickness": "Quickness",
"quickDraw": "Quick Draw",
"wounds": "Wounds",
"gutsw": "Guts",
"none": "None",
"light": "Light",
"heavy": "Heavy",
"serious": "Serious",
"critical": "Critical",
"maimed": "Maimed",
"wind": "Wind",
"ammo": "Ammo",
"ammoName": "Ammo Name",
"quantity": "Quantity",
"notes": "Notes",
"shootingIronsAndSuch": "Shootin Irons & Such",
"weapon": "Weapon",
"shotsMax": "Shots / Max",
"rof": "RoF",
"range": "Range",
"damage": "Damage",
"locationToggle": "Location Toggle",
"hand2hand": "Hand-To-Hand Weapons",
"defense": "Defense",
"speed": "Speed",
"arcaneAbilities": "Arcane Abilities",
"skill": "Skill",
"ritual": "Ritual",
"rituals": "Rituals",
"duration": "Duration",
"dice": "Dice",
"tn": "TN",
"edges": "Edges",
"hindrances": "Hindrances",
"equipment": "Equipment",
"money": "Money",
"worstNightmare": "Your Worst Nightmare"
}
@@ -0,0 +1,130 @@
{
"result": "Result",
"weaponDamage": "Weapon Damage",
"location": "Location",
"leftLeg": "Left Leg",
"rightLeg": "Right Leg",
"lowerGuts": "Lower Guts",
"gizzards": "Gizzards",
"leftArm": "Left Arm",
"rightArm": "Right Arm",
"upperGuts": "Upper Guts",
"nogging": "Noggin'",
"name" :"Name",
"gmRollToggle": "GM Roll Toggle",
"core" :"Core",
"on": "On",
"off": "Off",
"occupation": "Occupation",
"bounty": "Bounty",
"unspent": "Unspent/total",
"traits": "Traits & Aptitudes",
"combat": "Combat Stuff",
"arcane": "Arcane Abilities",
"misc": "Misc",
"obsolete": "Obsolete Data",
"coreAttributes": "Core Attributes",
"pace": "Pace",
"size": "Size",
"maxWind": "Max Wind",
"grit": "Grit",
"chips": "Fate Chips",
"chipsW": "White Chips",
"chipsL": "Legendary Chips",
"chipsR": "Red Chips",
"chipsB": "Blue Chips",
"commonRolls": "Common Rolls",
"gutsAndGrit": "Guts + Grit",
"cognition": "Cognition",
"artillery": "Artillery",
"scrutinize": "Scrutinze",
"art": "Art",
"tracking": "Trackin'",
"search": "Search",
"deftness": "Deftness",
"bow": "Bow",
"sleightofhand": "Sleight o'Hand",
"shooting": "Shootin'",
"lockpicking": "Lockpickin'",
"filching": "Filchin'",
"speedload": "Speed Load",
"throwing": "Throwin'",
"mine": "Mine",
"performing": "Performin'",
"overawe": "Overawe",
"leadership": "Leadership",
"taleTell": "Tale Tellin'",
"animalWrangling": "Animal Wranglin'",
"persuasion": "Persuasion",
"spirit": "Spirit",
"faith": "Faith",
"guts": "Guts",
"strength": "Strength",
"vigor": "Vigor",
"knowledge": "Knowledge",
"professional": "Professional",
"academia": "Academia",
"trade": "Trade",
"medicine": "Medicine",
"areaKnowledge": "Area Knowledge",
"homeCountry": "Home Country",
"demolition": "Demolition",
"language": "Language",
"disguise": "Disguise",
"madScience": "Mad Science",
"science": "Science",
"smarts": "Smarts",
"tinkering": "Tinkerin'",
"bluff": "Bluff",
"gambling": "Gamblin'",
"scrounging": "Scroungin'",
"ridicule": "Ridicule",
"streetwise": "Streetwise",
"survival": "Survival",
"nimbleness": "Nimbleness",
"dodge": "Dodge",
"driving": "Drivin'",
"fighting": "Fightin'",
"climbing": "Climbin'",
"teamster": "Teamster",
"horseRiding": "Horse Ridin'",
"sneak": "Sneak",
"swimming": "Swimmin'",
"quickness": "Quickness",
"quickDraw": "Quick Draw",
"wounds": "Wounds",
"gutsw": "Guts",
"none": "None",
"light": "Light",
"heavy": "Heavy",
"serious": "Serious",
"critical": "Critical",
"maimed": "Maimed",
"wind": "Wind",
"ammo": "Ammo",
"ammoName": "Ammo Name",
"quantity": "Quantity",
"notes": "Notes",
"shootingIronsAndSuch": "Shootin Irons & Such",
"weapon": "Weapon",
"shotsMax": "Shots / Max",
"rof": "RoF",
"range": "Range",
"damage": "Damage",
"locationToggle": "Location Toggle",
"hand2hand": "Hand-To-Hand Weapons",
"defense": "Defense",
"speed": "Speed",
"arcaneAbilities": "Arcane Abilities",
"skill": "Skill",
"ritual": "Ritual",
"rituals": "Rituals",
"duration": "Duration",
"dice": "Dice",
"tn": "TN",
"edges": "Edges",
"hindrances": "Hindrances",
"equipment": "Equipment",
"money": "Money",
"worstNightmare": "Your Worst Nightmare"
}
@@ -0,0 +1,130 @@
{
"result": "Result",
"weaponDamage": "Weapon Damage",
"location": "Location",
"leftLeg": "Left Leg",
"rightLeg": "Right Leg",
"lowerGuts": "Lower Guts",
"gizzards": "Gizzards",
"leftArm": "Left Arm",
"rightArm": "Right Arm",
"upperGuts": "Upper Guts",
"nogging": "Noggin'",
"name" :"Name",
"gmRollToggle": "GM Roll Toggle",
"core" :"Core",
"on": "On",
"off": "Off",
"occupation": "Occupation",
"bounty": "Bounty",
"unspent": "Unspent/total",
"traits": "Traits & Aptitudes",
"combat": "Combat Stuff",
"arcane": "Arcane Abilities",
"misc": "Misc",
"obsolete": "Obsolete Data",
"coreAttributes": "Core Attributes",
"pace": "Pace",
"size": "Size",
"maxWind": "Max Wind",
"grit": "Grit",
"chips": "Fate Chips",
"chipsW": "White Chips",
"chipsL": "Legendary Chips",
"chipsR": "Red Chips",
"chipsB": "Blue Chips",
"commonRolls": "Common Rolls",
"gutsAndGrit": "Guts + Grit",
"cognition": "Cognition",
"artillery": "Artillery",
"scrutinize": "Scrutinze",
"art": "Art",
"tracking": "Trackin'",
"search": "Search",
"deftness": "Deftness",
"bow": "Bow",
"sleightofhand": "Sleight o'Hand",
"shooting": "Shootin'",
"lockpicking": "Lockpickin'",
"filching": "Filchin'",
"speedload": "Speed Load",
"throwing": "Throwin'",
"mine": "Mine",
"performing": "Performin'",
"overawe": "Overawe",
"leadership": "Leadership",
"taleTell": "Tale Tellin'",
"animalWrangling": "Animal Wranglin'",
"persuasion": "Persuasion",
"spirit": "Spirit",
"faith": "Faith",
"guts": "Guts",
"strength": "Strength",
"vigor": "Vigor",
"knowledge": "Knowledge",
"professional": "Professional",
"academia": "Academia",
"trade": "Trade",
"medicine": "Medicine",
"areaKnowledge": "Area Knowledge",
"homeCountry": "Home Country",
"demolition": "Demolition",
"language": "Language",
"disguise": "Disguise",
"madScience": "Mad Science",
"science": "Science",
"smarts": "Smarts",
"tinkering": "Tinkerin'",
"bluff": "Bluff",
"gambling": "Gamblin'",
"scrounging": "Scroungin'",
"ridicule": "Ridicule",
"streetwise": "Streetwise",
"survival": "Survival",
"nimbleness": "Nimbleness",
"dodge": "Dodge",
"driving": "Drivin'",
"fighting": "Fightin'",
"climbing": "Climbin'",
"teamster": "Teamster",
"horseRiding": "Horse Ridin'",
"sneak": "Sneak",
"swimming": "Swimmin'",
"quickness": "Quickness",
"quickDraw": "Quick Draw",
"wounds": "Wounds",
"gutsw": "Guts",
"none": "None",
"light": "Light",
"heavy": "Heavy",
"serious": "Serious",
"critical": "Critical",
"maimed": "Maimed",
"wind": "Wind",
"ammo": "Ammo",
"ammoName": "Ammo Name",
"quantity": "Quantity",
"notes": "Notes",
"shootingIronsAndSuch": "Shootin Irons & Such",
"weapon": "Weapon",
"shotsMax": "Shots / Max",
"rof": "RoF",
"range": "Range",
"damage": "Damage",
"locationToggle": "Location Toggle",
"hand2hand": "Hand-To-Hand Weapons",
"defense": "Defense",
"speed": "Speed",
"arcaneAbilities": "Arcane Abilities",
"skill": "Skill",
"ritual": "Ritual",
"rituals": "Rituals",
"duration": "Duration",
"dice": "Dice",
"tn": "TN",
"edges": "Edges",
"hindrances": "Hindrances",
"equipment": "Equipment",
"money": "Money",
"worstNightmare": "Your Worst Nightmare"
}
@@ -0,0 +1,130 @@
{
"result": "Result",
"weaponDamage": "Weapon Damage",
"location": "Location",
"leftLeg": "Left Leg",
"rightLeg": "Right Leg",
"lowerGuts": "Lower Guts",
"gizzards": "Gizzards",
"leftArm": "Left Arm",
"rightArm": "Right Arm",
"upperGuts": "Upper Guts",
"nogging": "Noggin'",
"name" :"Name",
"gmRollToggle": "GM Roll Toggle",
"core" :"Core",
"on": "On",
"off": "Off",
"occupation": "Occupation",
"bounty": "Bounty",
"unspent": "Unspent/total",
"traits": "Traits & Aptitudes",
"combat": "Combat Stuff",
"arcane": "Arcane Abilities",
"misc": "Misc",
"obsolete": "Obsolete Data",
"coreAttributes": "Core Attributes",
"pace": "Pace",
"size": "Size",
"maxWind": "Max Wind",
"grit": "Grit",
"chips": "Fate Chips",
"chipsW": "White Chips",
"chipsL": "Legendary Chips",
"chipsR": "Red Chips",
"chipsB": "Blue Chips",
"commonRolls": "Common Rolls",
"gutsAndGrit": "Guts + Grit",
"cognition": "Cognition",
"artillery": "Artillery",
"scrutinize": "Scrutinze",
"art": "Art",
"tracking": "Trackin'",
"search": "Search",
"deftness": "Deftness",
"bow": "Bow",
"sleightofhand": "Sleight o'Hand",
"shooting": "Shootin'",
"lockpicking": "Lockpickin'",
"filching": "Filchin'",
"speedload": "Speed Load",
"throwing": "Throwin'",
"mine": "Mine",
"performing": "Performin'",
"overawe": "Overawe",
"leadership": "Leadership",
"taleTell": "Tale Tellin'",
"animalWrangling": "Animal Wranglin'",
"persuasion": "Persuasion",
"spirit": "Spirit",
"faith": "Faith",
"guts": "Guts",
"strength": "Strength",
"vigor": "Vigor",
"knowledge": "Knowledge",
"professional": "Professional",
"academia": "Academia",
"trade": "Trade",
"medicine": "Medicine",
"areaKnowledge": "Area Knowledge",
"homeCountry": "Home Country",
"demolition": "Demolition",
"language": "Language",
"disguise": "Disguise",
"madScience": "Mad Science",
"science": "Science",
"smarts": "Smarts",
"tinkering": "Tinkerin'",
"bluff": "Bluff",
"gambling": "Gamblin'",
"scrounging": "Scroungin'",
"ridicule": "Ridicule",
"streetwise": "Streetwise",
"survival": "Survival",
"nimbleness": "Nimbleness",
"dodge": "Dodge",
"driving": "Drivin'",
"fighting": "Fightin'",
"climbing": "Climbin'",
"teamster": "Teamster",
"horseRiding": "Horse Ridin'",
"sneak": "Sneak",
"swimming": "Swimmin'",
"quickness": "Quickness",
"quickDraw": "Quick Draw",
"wounds": "Wounds",
"gutsw": "Guts",
"none": "None",
"light": "Light",
"heavy": "Heavy",
"serious": "Serious",
"critical": "Critical",
"maimed": "Maimed",
"wind": "Wind",
"ammo": "Ammo",
"ammoName": "Ammo Name",
"quantity": "Quantity",
"notes": "Notes",
"shootingIronsAndSuch": "Shootin Irons & Such",
"weapon": "Weapon",
"shotsMax": "Shots / Max",
"rof": "RoF",
"range": "Range",
"damage": "Damage",
"locationToggle": "Location Toggle",
"hand2hand": "Hand-To-Hand Weapons",
"defense": "Defense",
"speed": "Speed",
"arcaneAbilities": "Arcane Abilities",
"skill": "Skill",
"ritual": "Ritual",
"rituals": "Rituals",
"duration": "Duration",
"dice": "Dice",
"tn": "TN",
"edges": "Edges",
"hindrances": "Hindrances",
"equipment": "Equipment",
"money": "Money",
"worstNightmare": "Your Worst Nightmare"
}
@@ -0,0 +1,130 @@
{
"result": "Result",
"weaponDamage": "Weapon Damage",
"location": "Location",
"leftLeg": "Left Leg",
"rightLeg": "Right Leg",
"lowerGuts": "Lower Guts",
"gizzards": "Gizzards",
"leftArm": "Left Arm",
"rightArm": "Right Arm",
"upperGuts": "Upper Guts",
"nogging": "Noggin'",
"name" :"Name",
"gmRollToggle": "GM Roll Toggle",
"core" :"Core",
"on": "On",
"off": "Off",
"occupation": "Occupation",
"bounty": "Bounty",
"unspent": "Unspent/total",
"traits": "Traits & Aptitudes",
"combat": "Combat Stuff",
"arcane": "Arcane Abilities",
"misc": "Misc",
"obsolete": "Obsolete Data",
"coreAttributes": "Core Attributes",
"pace": "Pace",
"size": "Size",
"maxWind": "Max Wind",
"grit": "Grit",
"chips": "Fate Chips",
"chipsW": "White Chips",
"chipsL": "Legendary Chips",
"chipsR": "Red Chips",
"chipsB": "Blue Chips",
"commonRolls": "Common Rolls",
"gutsAndGrit": "Guts + Grit",
"cognition": "Cognition",
"artillery": "Artillery",
"scrutinize": "Scrutinze",
"art": "Art",
"tracking": "Trackin'",
"search": "Search",
"deftness": "Deftness",
"bow": "Bow",
"sleightofhand": "Sleight o'Hand",
"shooting": "Shootin'",
"lockpicking": "Lockpickin'",
"filching": "Filchin'",
"speedload": "Speed Load",
"throwing": "Throwin'",
"mine": "Mine",
"performing": "Performin'",
"overawe": "Overawe",
"leadership": "Leadership",
"taleTell": "Tale Tellin'",
"animalWrangling": "Animal Wranglin'",
"persuasion": "Persuasion",
"spirit": "Spirit",
"faith": "Faith",
"guts": "Guts",
"strength": "Strength",
"vigor": "Vigor",
"knowledge": "Knowledge",
"professional": "Professional",
"academia": "Academia",
"trade": "Trade",
"medicine": "Medicine",
"areaKnowledge": "Area Knowledge",
"homeCountry": "Home Country",
"demolition": "Demolition",
"language": "Language",
"disguise": "Disguise",
"madScience": "Mad Science",
"science": "Science",
"smarts": "Smarts",
"tinkering": "Tinkerin'",
"bluff": "Bluff",
"gambling": "Gamblin'",
"scrounging": "Scroungin'",
"ridicule": "Ridicule",
"streetwise": "Streetwise",
"survival": "Survival",
"nimbleness": "Nimbleness",
"dodge": "Dodge",
"driving": "Drivin'",
"fighting": "Fightin'",
"climbing": "Climbin'",
"teamster": "Teamster",
"horseRiding": "Horse Ridin'",
"sneak": "Sneak",
"swimming": "Swimmin'",
"quickness": "Quickness",
"quickDraw": "Quick Draw",
"wounds": "Wounds",
"gutsw": "Guts",
"none": "None",
"light": "Light",
"heavy": "Heavy",
"serious": "Serious",
"critical": "Critical",
"maimed": "Maimed",
"wind": "Wind",
"ammo": "Ammo",
"ammoName": "Ammo Name",
"quantity": "Quantity",
"notes": "Notes",
"shootingIronsAndSuch": "Shootin Irons & Such",
"weapon": "Weapon",
"shotsMax": "Shots / Max",
"rof": "RoF",
"range": "Range",
"damage": "Damage",
"locationToggle": "Location Toggle",
"hand2hand": "Hand-To-Hand Weapons",
"defense": "Defense",
"speed": "Speed",
"arcaneAbilities": "Arcane Abilities",
"skill": "Skill",
"ritual": "Ritual",
"rituals": "Rituals",
"duration": "Duration",
"dice": "Dice",
"tn": "TN",
"edges": "Edges",
"hindrances": "Hindrances",
"equipment": "Equipment",
"money": "Money",
"worstNightmare": "Your Worst Nightmare"
}
@@ -0,0 +1,130 @@
{
"result": "Result",
"weaponDamage": "Weapon Damage",
"location": "Location",
"leftLeg": "Left Leg",
"rightLeg": "Right Leg",
"lowerGuts": "Lower Guts",
"gizzards": "Gizzards",
"leftArm": "Left Arm",
"rightArm": "Right Arm",
"upperGuts": "Upper Guts",
"nogging": "Noggin'",
"name" :"Name",
"gmRollToggle": "GM Roll Toggle",
"core" :"Core",
"on": "On",
"off": "Off",
"occupation": "Occupation",
"bounty": "Bounty",
"unspent": "Unspent/total",
"traits": "Traits & Aptitudes",
"combat": "Combat Stuff",
"arcane": "Arcane Abilities",
"misc": "Misc",
"obsolete": "Obsolete Data",
"coreAttributes": "Core Attributes",
"pace": "Pace",
"size": "Size",
"maxWind": "Max Wind",
"grit": "Grit",
"chips": "Fate Chips",
"chipsW": "White Chips",
"chipsL": "Legendary Chips",
"chipsR": "Red Chips",
"chipsB": "Blue Chips",
"commonRolls": "Common Rolls",
"gutsAndGrit": "Guts + Grit",
"cognition": "Cognition",
"artillery": "Artillery",
"scrutinize": "Scrutinze",
"art": "Art",
"tracking": "Trackin'",
"search": "Search",
"deftness": "Deftness",
"bow": "Bow",
"sleightofhand": "Sleight o'Hand",
"shooting": "Shootin'",
"lockpicking": "Lockpickin'",
"filching": "Filchin'",
"speedload": "Speed Load",
"throwing": "Throwin'",
"mine": "Mine",
"performing": "Performin'",
"overawe": "Overawe",
"leadership": "Leadership",
"taleTell": "Tale Tellin'",
"animalWrangling": "Animal Wranglin'",
"persuasion": "Persuasion",
"spirit": "Spirit",
"faith": "Faith",
"guts": "Guts",
"strength": "Strength",
"vigor": "Vigor",
"knowledge": "Knowledge",
"professional": "Professional",
"academia": "Academia",
"trade": "Trade",
"medicine": "Medicine",
"areaKnowledge": "Area Knowledge",
"homeCountry": "Home Country",
"demolition": "Demolition",
"language": "Language",
"disguise": "Disguise",
"madScience": "Mad Science",
"science": "Science",
"smarts": "Smarts",
"tinkering": "Tinkerin'",
"bluff": "Bluff",
"gambling": "Gamblin'",
"scrounging": "Scroungin'",
"ridicule": "Ridicule",
"streetwise": "Streetwise",
"survival": "Survival",
"nimbleness": "Nimbleness",
"dodge": "Dodge",
"driving": "Drivin'",
"fighting": "Fightin'",
"climbing": "Climbin'",
"teamster": "Teamster",
"horseRiding": "Horse Ridin'",
"sneak": "Sneak",
"swimming": "Swimmin'",
"quickness": "Quickness",
"quickDraw": "Quick Draw",
"wounds": "Wounds",
"gutsw": "Guts",
"none": "None",
"light": "Light",
"heavy": "Heavy",
"serious": "Serious",
"critical": "Critical",
"maimed": "Maimed",
"wind": "Wind",
"ammo": "Ammo",
"ammoName": "Ammo Name",
"quantity": "Quantity",
"notes": "Notes",
"shootingIronsAndSuch": "Shootin Irons & Such",
"weapon": "Weapon",
"shotsMax": "Shots / Max",
"rof": "RoF",
"range": "Range",
"damage": "Damage",
"locationToggle": "Location Toggle",
"hand2hand": "Hand-To-Hand Weapons",
"defense": "Defense",
"speed": "Speed",
"arcaneAbilities": "Arcane Abilities",
"skill": "Skill",
"ritual": "Ritual",
"rituals": "Rituals",
"duration": "Duration",
"dice": "Dice",
"tn": "TN",
"edges": "Edges",
"hindrances": "Hindrances",
"equipment": "Equipment",
"money": "Money",
"worstNightmare": "Your Worst Nightmare"
}
@@ -0,0 +1,130 @@
{
"result": "Result",
"weaponDamage": "Weapon Damage",
"location": "Location",
"leftLeg": "Left Leg",
"rightLeg": "Right Leg",
"lowerGuts": "Lower Guts",
"gizzards": "Gizzards",
"leftArm": "Left Arm",
"rightArm": "Right Arm",
"upperGuts": "Upper Guts",
"nogging": "Noggin'",
"name" :"Name",
"gmRollToggle": "GM Roll Toggle",
"core" :"Core",
"on": "On",
"off": "Off",
"occupation": "Occupation",
"bounty": "Bounty",
"unspent": "Unspent/total",
"traits": "Traits & Aptitudes",
"combat": "Combat Stuff",
"arcane": "Arcane Abilities",
"misc": "Misc",
"obsolete": "Obsolete Data",
"coreAttributes": "Core Attributes",
"pace": "Pace",
"size": "Size",
"maxWind": "Max Wind",
"grit": "Grit",
"chips": "Fate Chips",
"chipsW": "White Chips",
"chipsL": "Legendary Chips",
"chipsR": "Red Chips",
"chipsB": "Blue Chips",
"commonRolls": "Common Rolls",
"gutsAndGrit": "Guts + Grit",
"cognition": "Cognition",
"artillery": "Artillery",
"scrutinize": "Scrutinze",
"art": "Art",
"tracking": "Trackin'",
"search": "Search",
"deftness": "Deftness",
"bow": "Bow",
"sleightofhand": "Sleight o'Hand",
"shooting": "Shootin'",
"lockpicking": "Lockpickin'",
"filching": "Filchin'",
"speedload": "Speed Load",
"throwing": "Throwin'",
"mine": "Mine",
"performing": "Performin'",
"overawe": "Overawe",
"leadership": "Leadership",
"taleTell": "Tale Tellin'",
"animalWrangling": "Animal Wranglin'",
"persuasion": "Persuasion",
"spirit": "Spirit",
"faith": "Faith",
"guts": "Guts",
"strength": "Strength",
"vigor": "Vigor",
"knowledge": "Knowledge",
"professional": "Professional",
"academia": "Academia",
"trade": "Trade",
"medicine": "Medicine",
"areaKnowledge": "Area Knowledge",
"homeCountry": "Home Country",
"demolition": "Demolition",
"language": "Language",
"disguise": "Disguise",
"madScience": "Mad Science",
"science": "Science",
"smarts": "Smarts",
"tinkering": "Tinkerin'",
"bluff": "Bluff",
"gambling": "Gamblin'",
"scrounging": "Scroungin'",
"ridicule": "Ridicule",
"streetwise": "Streetwise",
"survival": "Survival",
"nimbleness": "Nimbleness",
"dodge": "Dodge",
"driving": "Drivin'",
"fighting": "Fightin'",
"climbing": "Climbin'",
"teamster": "Teamster",
"horseRiding": "Horse Ridin'",
"sneak": "Sneak",
"swimming": "Swimmin'",
"quickness": "Quickness",
"quickDraw": "Quick Draw",
"wounds": "Wounds",
"gutsw": "Guts",
"none": "None",
"light": "Light",
"heavy": "Heavy",
"serious": "Serious",
"critical": "Critical",
"maimed": "Maimed",
"wind": "Wind",
"ammo": "Ammo",
"ammoName": "Ammo Name",
"quantity": "Quantity",
"notes": "Notes",
"shootingIronsAndSuch": "Shootin Irons & Such",
"weapon": "Weapon",
"shotsMax": "Shots / Max",
"rof": "RoF",
"range": "Range",
"damage": "Damage",
"locationToggle": "Location Toggle",
"hand2hand": "Hand-To-Hand Weapons",
"defense": "Defense",
"speed": "Speed",
"arcaneAbilities": "Arcane Abilities",
"skill": "Skill",
"ritual": "Ritual",
"rituals": "Rituals",
"duration": "Duration",
"dice": "Dice",
"tn": "TN",
"edges": "Edges",
"hindrances": "Hindrances",
"equipment": "Equipment",
"money": "Money",
"worstNightmare": "Your Worst Nightmare"
}
@@ -0,0 +1,130 @@
{
"result": "Result",
"weaponDamage": "Weapon Damage",
"location": "Location",
"leftLeg": "Left Leg",
"rightLeg": "Right Leg",
"lowerGuts": "Lower Guts",
"gizzards": "Gizzards",
"leftArm": "Left Arm",
"rightArm": "Right Arm",
"upperGuts": "Upper Guts",
"nogging": "Noggin'",
"name" :"Name",
"gmRollToggle": "GM Roll Toggle",
"core" :"Core",
"on": "On",
"off": "Off",
"occupation": "Occupation",
"bounty": "Bounty",
"unspent": "Unspent/total",
"traits": "Traits & Aptitudes",
"combat": "Combat Stuff",
"arcane": "Arcane Abilities",
"misc": "Misc",
"obsolete": "Obsolete Data",
"coreAttributes": "Core Attributes",
"pace": "Pace",
"size": "Size",
"maxWind": "Max Wind",
"grit": "Grit",
"chips": "Fate Chips",
"chipsW": "White Chips",
"chipsL": "Legendary Chips",
"chipsR": "Red Chips",
"chipsB": "Blue Chips",
"commonRolls": "Common Rolls",
"gutsAndGrit": "Guts + Grit",
"cognition": "Cognition",
"artillery": "Artillery",
"scrutinize": "Scrutinze",
"art": "Art",
"tracking": "Trackin'",
"search": "Search",
"deftness": "Deftness",
"bow": "Bow",
"sleightofhand": "Sleight o'Hand",
"shooting": "Shootin'",
"lockpicking": "Lockpickin'",
"filching": "Filchin'",
"speedload": "Speed Load",
"throwing": "Throwin'",
"mine": "Mine",
"performing": "Performin'",
"overawe": "Overawe",
"leadership": "Leadership",
"taleTell": "Tale Tellin'",
"animalWrangling": "Animal Wranglin'",
"persuasion": "Persuasion",
"spirit": "Spirit",
"faith": "Faith",
"guts": "Guts",
"strength": "Strength",
"vigor": "Vigor",
"knowledge": "Knowledge",
"professional": "Professional",
"academia": "Academia",
"trade": "Trade",
"medicine": "Medicine",
"areaKnowledge": "Area Knowledge",
"homeCountry": "Home Country",
"demolition": "Demolition",
"language": "Language",
"disguise": "Disguise",
"madScience": "Mad Science",
"science": "Science",
"smarts": "Smarts",
"tinkering": "Tinkerin'",
"bluff": "Bluff",
"gambling": "Gamblin'",
"scrounging": "Scroungin'",
"ridicule": "Ridicule",
"streetwise": "Streetwise",
"survival": "Survival",
"nimbleness": "Nimbleness",
"dodge": "Dodge",
"driving": "Drivin'",
"fighting": "Fightin'",
"climbing": "Climbin'",
"teamster": "Teamster",
"horseRiding": "Horse Ridin'",
"sneak": "Sneak",
"swimming": "Swimmin'",
"quickness": "Quickness",
"quickDraw": "Quick Draw",
"wounds": "Wounds",
"gutsw": "Guts",
"none": "None",
"light": "Light",
"heavy": "Heavy",
"serious": "Serious",
"critical": "Critical",
"maimed": "Maimed",
"wind": "Wind",
"ammo": "Ammo",
"ammoName": "Ammo Name",
"quantity": "Quantity",
"notes": "Notes",
"shootingIronsAndSuch": "Shootin Irons & Such",
"weapon": "Weapon",
"shotsMax": "Shots / Max",
"rof": "RoF",
"range": "Range",
"damage": "Damage",
"locationToggle": "Location Toggle",
"hand2hand": "Hand-To-Hand Weapons",
"defense": "Defense",
"speed": "Speed",
"arcaneAbilities": "Arcane Abilities",
"skill": "Skill",
"ritual": "Ritual",
"rituals": "Rituals",
"duration": "Duration",
"dice": "Dice",
"tn": "TN",
"edges": "Edges",
"hindrances": "Hindrances",
"equipment": "Equipment",
"money": "Money",
"worstNightmare": "Your Worst Nightmare"
}