diff --git a/Deadlands Classic Anniversary/deadlandsclassic_anniversary.PNG b/Deadlands Classic Anniversary/deadlandsclassic_anniversary.PNG new file mode 100644 index 0000000000..3667c268d4 Binary files /dev/null and b/Deadlands Classic Anniversary/deadlandsclassic_anniversary.PNG differ diff --git a/Deadlands Classic Anniversary/deadlandsclassic_anniversary.css b/Deadlands Classic Anniversary/deadlandsclassic_anniversary.css new file mode 100644 index 0000000000..18b8a89e42 --- /dev/null +++ b/Deadlands Classic Anniversary/deadlandsclassic_anniversary.css @@ -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; +} \ No newline at end of file diff --git a/Deadlands Classic Anniversary/deadlandsclassic_anniversary.html b/Deadlands Classic Anniversary/deadlandsclassic_anniversary.html new file mode 100644 index 0000000000..310bc757d4 --- /dev/null +++ b/Deadlands Classic Anniversary/deadlandsclassic_anniversary.html @@ -0,0 +1,1847 @@ + + + + +
+ + + + {{#dice}} + + + + + {{/dice}} + {{#strength}} + + + + + {{/strength}} + {{#meleedamage}} + + + + + {{/meleedamage}} + {{#damage}} + + + + + {{/damage}} + {{#location}} + + + + + {{/location}} + +
{{rollname}}
Result{{dice}}
Strength{{strength}}
Weapon Damage + {{#rollTotal() meleedamage 0}}{{/rollTotal() meleedamage 0}} + {{#rollGreater() meleedamage 0}}{{meleedamage}}{{/rollGreater() meleedamage 0}} +
Damage{{damage}}
Location + {{#rollTotal() location 1}}Left Leg, {{location}}{{/rollTotal() location 1}} + {{#rollTotal() location 2}}Right Leg, {{location}}{{/rollTotal() location 2}} + {{#rollTotal() location 3}}Left Leg, {{location}}{{/rollTotal() location 3}} + {{#rollTotal() location 4}}Right Leg, {{location}}{{/rollTotal() location 4}} + {{#rollBetween() location 5 9}}Lower Guts, {{location}}{{/rollBetween() location 5 9}} + {{#rollTotal() location 10}}Gizzards, {{location}}{{/rollTotal() location 10}} + {{#rollTotal() location 11}}Left Arm, {{location}}{{/rollTotal() location 11}} + {{#rollTotal() location 12}}Right Arm, {{location}}{{/rollTotal() location 12}} + {{#rollTotal() location 13}}Left Arm, {{location}}{{/rollTotal() location 13}} + {{#rollTotal() location 14}}Right Arm, {{location}}{{/rollTotal() location 14}} + {{#rollBetween() location 15 19}}Upper Guts, {{location}}{{/rollBetween() location 15 19}} + {{#rollTotal() location 20}}Noggin', {{location}}{{/rollTotal() location 20}} +
+
+
+ +
+ +
+
+
+
+

Name:

+
+
+
+

GM Roll Toggle

+ On + Off +
+
+
+
+ +
+
+
+
+

Occupation

+
+
+
+

Bounty unspent


+ / +
+
+
+
+
+ + + Core + + + Traits & Aptitudes + + + Combat Stuff + + + Arcane Ablities + + + Misc + + + Obsolete Data + + +

+
+
+
+
Core Attributes
+
+
+
+
+ Pace + +
+
+
+
+ Size + +
+
+
+
+ Max Wind + +
+
+
+
+ Grit + +
+
+
+
+
+
Fate Chips
+
+
+
+
+
White Chips
+
+
+
+ 0 +
+
+ 1 +
+
+ 2 +
+
+ 3 +
+
+ 4 +
+
+ 5 +
+
+ 6 +
+
+ 7 +
+
+ 8 +
+
+ 9 +
+
+ 10 +
+
+
+
+
+
Legendary Chips
+
+
+
+ 0 +
+
+ 1 +
+
+ 2 +
+
+ 3 +
+
+ 4 +
+
+ 5 +
+
+
+
+
+
+
+
Red Chips
+
+
+
+ 0 +
+
+ 1 +
+
+ 2 +
+
+ 3 +
+
+ 4 +
+
+ 5 +
+
+ 6 +
+
+ 7 +
+
+ 8 +
+
+ 9 +
+
+ 10 +
+
+
+
+
+
Blue Chips
+
+
+
+ 0 +
+
+ 1 +
+
+ 2 +
+
+ 3 +
+
+ 4 +
+
+ 5 +
+
+ 6 +
+
+ 7 +
+
+ 8 +
+
+ 9 +
+
+ 10 +
+
+
+
+
+
+
+
Common Rolls
+
+
+
+
+
+ +
+
+
+
+
+ + + +
+
+
+ +
+
+
+
+
d
+
+ +
+
+ +
+
+
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+
 
+
+
 
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+
+
+
+ +
+
+
+
+ + +
+
+
+
+
d
+
+ +
+
+ +
+
+
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+
 
+
+
 
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+
 
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+
+
+
+
+ +
+
+
+
+ +
+ +
+ +
+
+
+
+
d
+
+ +
+
+ +
+
+
+
+
+
+
+
+
 
+
+
 
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+
 
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+
+
+
+ +
+
+
+
+ + +
+
+
+
+
d
+
+ +
+
+ +
+
+
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+
+
+
+ +
+
+
+
+ + +
+
+
+
+
d
+
+ +
+
+ +
+
+
+
+
+
+
+
+
+
+
+ +
+
+
+
+ + +
+
+
+
+
d
+
+ +
+
+ +
+
+
+
+
+
+
+
+
+
+
+ +
+
+
+
+ +
+
+
+
+
+ +
+
+
+
+
d
+
+ +
+
+ +
+
+
+
+
+
+
+
+
+
 
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+
+
+
+
 
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+
+
+
+
 
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+
+
+
 
+
+
 
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+
+
 
+
Home Country(2)
+
+
+
+
+
+ +
+
+
+
+
 
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+
+
 
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+
+
 
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+
+
+
+
+
+ +
+
+
+
+ +
+ +
+ +
+
+
+
+
d
+
+ +
+
+ +
+
+
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+
 
+
+
 
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+
+
+
+
+ +
+
+
+
+ +
+
+
+
+ +
+
+
+
+
d
+
+ +
+
+ +
+
+
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+
+
 
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+
+
+
+ +
+
+
+
+ +
+
+ +
+
+
+
+
d
+
+ +
+
+ +
+
+
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+
+
+
+ +
+
+
+
+ +
+
+
+ + + +
+
+
+
Wounds
+
+
+
+
+ Left Arm
(Hit Loc. 11-14)
+
+
+ +
+
+
+
+ Left Leg
(Hit Loc. 1-4)
+
+
+ +
+
+
+
+ Right Arm
(Hit Loc. 11-14)
+
+
+ +
+
+
+
+ Right Leg
(Hit Loc. 1-4)
+
+
+ +
+
+
+
+
+
+ Noggin'
(Hit Loc. 20)
+
+
+ +
+
+
+
+ Guts
(Hit Loc. 5-9 or 15-19 & Gizzards 10)
+
+
+ +
+
+
+ +
+
Wind
+
+
+
0
+
1
+
2
+
3
+
4
+
5
+
6
+
7
+
8
+
9
+
10
+
11
+
12
+
13
+
14
+
15
+
16
+
17
+
18
+
19
+
20
+
21
+
22
+
23
+
24
+
25
+
26
+
27
+
28
+
29
+
30
+
31
+
32
+
33
+
34
+
+
+
+
+
+
Ammo
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ +
+
+
+
+
Shootin Irons & Such
+
+
+
+
+
+
+
+
+ On + Off +
+
+
+
+
+
/ +
+
+
+
+ + + + +
+
+
+
+
+
+
+
+
Hand-To-Hand Weapons
+
+
+
+
+
+
+
+ On + Off +
+
+
+
+
+
+
+
+ + +
+
+
+
+
+
+ + +
+
+
Arcane Abilities
+
+
+
+
+
Ritual
+
+ +
+
Rituals
+
+ +
+
+
+
+
+
+
+
+
+
 
+
+
+ +
+
+
+ + +
+
+
+
+
+

Edges

+
+
+
+
+ +
+
+
+
+
+

Hindrances

+
+
+
+
+ +
+
+
+
+
+
+
+

Equipment

+
+
+ +
+
+
+
+

Money

+
+
+ +
+
+
+
+
+
+

Worst Nightmare

+
+
+ +
+
+
+
+

Notes

+
+
+ +
+
+
+
+
+ +
+
+
+
+ This sheet has been recently updated. This section was broke and has been made obsolete. Data on this tab will be removed over time. +
+
+
+
+
Shootin Irons & Such
+
+
+
+
+
+
+
+
+ On + Off +
+
+
+
+
+
+
+
+
+
+
+
+

+
+
+
+
+
+
+
+
+
+
+
+
+

+
+
+
+
+
+
+
+
+
+
+
+
+

+
+
+
+
+
+
+
+
+
+
+
+
+

+
+
+
+
+
+
+
+
+
+
+
+
+

+
+
+
+
+
+
+
+
+
+
+
+
+

+
+
+
+
+
+
+
Hand-To-Hand Weapons
+
+
+
+
+
+
+
+ On + Off +
+
+
+
+
+
+
+
+
+
+
+

+
+
+
+
+
+
+
+
+
+
+
+

+
+
+
+
+
+
+
+
+
+
+
+

+
+
+
+
+
+
+
+
+
+
+
+

+
+
+
+
+
+
+
+
+
+
+
+

+
+
+
+
+
+
+
+
+
+
+
+

+
+
+
+
+ +
+
\ No newline at end of file diff --git a/Deadlands Classic Anniversary/sheet.json b/Deadlands Classic Anniversary/sheet.json new file mode 100644 index 0000000000..3d17f09bc6 --- /dev/null +++ b/Deadlands Classic Anniversary/sheet.json @@ -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" +} \ No newline at end of file diff --git a/Deadlands Classic Anniversary/translation.json b/Deadlands Classic Anniversary/translation.json new file mode 100644 index 0000000000..a5cfd83548 --- /dev/null +++ b/Deadlands Classic Anniversary/translation.json @@ -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" +} \ No newline at end of file diff --git a/Deadlands Classic Anniversary/translations/af.json b/Deadlands Classic Anniversary/translations/af.json new file mode 100644 index 0000000000..a5cfd83548 --- /dev/null +++ b/Deadlands Classic Anniversary/translations/af.json @@ -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" +} \ No newline at end of file diff --git a/Deadlands Classic Anniversary/translations/cs.json b/Deadlands Classic Anniversary/translations/cs.json new file mode 100644 index 0000000000..a5cfd83548 --- /dev/null +++ b/Deadlands Classic Anniversary/translations/cs.json @@ -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" +} \ No newline at end of file diff --git a/Deadlands Classic Anniversary/translations/da.json b/Deadlands Classic Anniversary/translations/da.json new file mode 100644 index 0000000000..a5cfd83548 --- /dev/null +++ b/Deadlands Classic Anniversary/translations/da.json @@ -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" +} \ No newline at end of file diff --git a/Deadlands Classic Anniversary/translations/de.json b/Deadlands Classic Anniversary/translations/de.json new file mode 100644 index 0000000000..d12dda0b3b --- /dev/null +++ b/Deadlands Classic Anniversary/translations/de.json @@ -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" +} \ No newline at end of file diff --git a/Deadlands Classic Anniversary/translations/el.json b/Deadlands Classic Anniversary/translations/el.json new file mode 100644 index 0000000000..a5cfd83548 --- /dev/null +++ b/Deadlands Classic Anniversary/translations/el.json @@ -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" +} \ No newline at end of file diff --git a/Deadlands Classic Anniversary/translations/en.json b/Deadlands Classic Anniversary/translations/en.json new file mode 100644 index 0000000000..a5cfd83548 --- /dev/null +++ b/Deadlands Classic Anniversary/translations/en.json @@ -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" +} \ No newline at end of file diff --git a/Deadlands Classic Anniversary/translations/es.json b/Deadlands Classic Anniversary/translations/es.json new file mode 100644 index 0000000000..a5cfd83548 --- /dev/null +++ b/Deadlands Classic Anniversary/translations/es.json @@ -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" +} \ No newline at end of file diff --git a/Deadlands Classic Anniversary/translations/fr.json b/Deadlands Classic Anniversary/translations/fr.json new file mode 100644 index 0000000000..a5cfd83548 --- /dev/null +++ b/Deadlands Classic Anniversary/translations/fr.json @@ -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" +} \ No newline at end of file diff --git a/Deadlands Classic Anniversary/translations/he.json b/Deadlands Classic Anniversary/translations/he.json new file mode 100644 index 0000000000..a5cfd83548 --- /dev/null +++ b/Deadlands Classic Anniversary/translations/he.json @@ -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" +} \ No newline at end of file diff --git a/Deadlands Classic Anniversary/translations/it.json b/Deadlands Classic Anniversary/translations/it.json new file mode 100644 index 0000000000..a5cfd83548 --- /dev/null +++ b/Deadlands Classic Anniversary/translations/it.json @@ -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" +} \ No newline at end of file diff --git a/Deadlands Classic Anniversary/translations/ja.json b/Deadlands Classic Anniversary/translations/ja.json new file mode 100644 index 0000000000..a5cfd83548 --- /dev/null +++ b/Deadlands Classic Anniversary/translations/ja.json @@ -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" +} \ No newline at end of file diff --git a/Deadlands Classic Anniversary/translations/ko.json b/Deadlands Classic Anniversary/translations/ko.json new file mode 100644 index 0000000000..a5cfd83548 --- /dev/null +++ b/Deadlands Classic Anniversary/translations/ko.json @@ -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" +} \ No newline at end of file diff --git a/Deadlands Classic Anniversary/translations/nl.json b/Deadlands Classic Anniversary/translations/nl.json new file mode 100644 index 0000000000..a5cfd83548 --- /dev/null +++ b/Deadlands Classic Anniversary/translations/nl.json @@ -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" +} \ No newline at end of file diff --git a/Deadlands Classic Anniversary/translations/pl.json b/Deadlands Classic Anniversary/translations/pl.json new file mode 100644 index 0000000000..a5cfd83548 --- /dev/null +++ b/Deadlands Classic Anniversary/translations/pl.json @@ -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" +} \ No newline at end of file diff --git a/Deadlands Classic Anniversary/translations/pt.json b/Deadlands Classic Anniversary/translations/pt.json new file mode 100644 index 0000000000..a5cfd83548 --- /dev/null +++ b/Deadlands Classic Anniversary/translations/pt.json @@ -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" +} \ No newline at end of file diff --git a/Deadlands Classic Anniversary/translations/ru.json b/Deadlands Classic Anniversary/translations/ru.json new file mode 100644 index 0000000000..a5cfd83548 --- /dev/null +++ b/Deadlands Classic Anniversary/translations/ru.json @@ -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" +} \ No newline at end of file diff --git a/Deadlands Classic Anniversary/translations/sv.json b/Deadlands Classic Anniversary/translations/sv.json new file mode 100644 index 0000000000..a5cfd83548 --- /dev/null +++ b/Deadlands Classic Anniversary/translations/sv.json @@ -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" +} \ No newline at end of file diff --git a/Deadlands Classic Anniversary/translations/tr.json b/Deadlands Classic Anniversary/translations/tr.json new file mode 100644 index 0000000000..a5cfd83548 --- /dev/null +++ b/Deadlands Classic Anniversary/translations/tr.json @@ -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" +} \ No newline at end of file diff --git a/Deadlands Classic Anniversary/translations/zh.json b/Deadlands Classic Anniversary/translations/zh.json new file mode 100644 index 0000000000..a5cfd83548 --- /dev/null +++ b/Deadlands Classic Anniversary/translations/zh.json @@ -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" +} \ No newline at end of file diff --git a/Deadlands Classic Anniversary/translations/zu.json b/Deadlands Classic Anniversary/translations/zu.json new file mode 100644 index 0000000000..a5cfd83548 --- /dev/null +++ b/Deadlands Classic Anniversary/translations/zu.json @@ -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" +} \ No newline at end of file