diff --git a/Ten candles/img/D6_tencandles.png b/Ten candles/img/D6_tencandles.png new file mode 100644 index 000000000000..749aeff46f0b Binary files /dev/null and b/Ten candles/img/D6_tencandles.png differ diff --git a/Ten candles/img/hope_dice_tencandles.png b/Ten candles/img/hope_dice_tencandles.png new file mode 100644 index 000000000000..2fdce977e6d5 Binary files /dev/null and b/Ten candles/img/hope_dice_tencandles.png differ diff --git a/Ten candles/ten-candles.css b/Ten candles/ten-candles.css index 4cf671c65271..076d729e3f8f 100644 --- a/Ten candles/ten-candles.css +++ b/Ten candles/ten-candles.css @@ -1,9 +1,9 @@ /*----------- Logo -------------*/ img.sheet-logo { -width: 500px; +width: 420px; height: auto; - margin-bottom: 30px; + margin-bottom: 50px; } @@ -56,7 +56,7 @@ width: 500px; color: white; font-weight: bold; border-radius: 4px; - + width: 100px; height: 40px; cursor: pointer; @@ -80,6 +80,100 @@ width: 500px; border-radius: 4px; } +/*----------- Checkbox Section -------------*/ + +.charsheet input[type="checkbox"] { + opacity: 0; + width: 16px; + height: 16px; + position: relative; + top: 5px; + left: 6px; + margin: -10px; + cursor: pointer; + z-index: 1; +} + +.charsheet input[type="checkbox"] + span::before { + margin-right: 4px; + border: solid 1px #a8a8a8; + line-height: 14px; + text-align: center; + display: inline-block; + vertical-align: middle; + box-shadow: 0 0 10px 3px #bdb8b8; + background: #f6f6f6; + background: radial-gradient(#f6f6f6, #dfdfdf); +} + +.charsheet input[type="checkbox"] + span::before { + content: ""; + width: 14px; + height: 14px; + font-size: 12px; + border-radius: 3px; +} + +.charsheet input[type="checkbox"]:checked + span::before { + content: "✓"; + background: black; + box-shadow: 0px 0px 8px 1px #1F1F1F; + +} + + +/*----------- Dice Button Section -------------*/ +div.sheet-d6{ + background-image: url(https://raw.githubusercontent.com/ctotone/JdR/main/Ten%20candles/img/D6_tencandles.png); + background-size: 55px 55px; + background-repeat: no-repeat; + width: 55px; + height: 55px; +} + +div.sheet-dicehope{ + background-image: url(https://raw.githubusercontent.com/ctotone/JdR/main/Ten%20candles/img/hope_dice_tencandles.png); + background-size: 30px 30px; + background-repeat: no-repeat; + width: 30px; + height: 30px; +} + +button[type="roll"].sheet-dicehope:before, +button[type="roll"].sheet-d6:before{ + content: ' '; +} + +button[type="roll"].sheet-dicehope:hover, +button[type="roll"].sheet-d6:hover{ + background-position: 0; +} + +button[type="roll"].sheet-d6{ + background-image:url(https://raw.githubusercontent.com/ctotone/JdR/main/Ten%20candles/img/D6_tencandles.png); + background-size: 50px 50px; + background-repeat: no-repeat; + width: 50px; + height: 50px; + border-style: none; + background-color: transparent; + margin-left: 5px; +} + +button[type="roll"].sheet-dicehope{ + background-image:url(https://raw.githubusercontent.com/ctotone/JdR/main/Ten%20candles/img/hope_dice_tencandles.png); + background-size: 25px 25px; + background-repeat: no-repeat; + width: 25px; + height: 25px; + border-style: none; + background-color: transparent; + margin-left: 5px; +} + +button[type="roll"].sheet-empty:before{ + content: ' '; +} /*----------- Card Section -------------*/ .charsheet .sheet-section-profile{ @@ -94,48 +188,92 @@ width: 500px; .charsheet .sheet-section-profile p{ font-family: 'Shadows Into Light'; - font-size: 25px; + font-size: 23px; color: #e1e1e1 !important; margin-left: 20px; line-height: 1.5; width: 750px; } - input[type=text], input[type=number] { display: inline-block; margin-right: 5px; box-shadow: none; border: none; - border-bottom: 1px solid #e1e1e1; + border-bottom: 1px solid #e1e1e147; -moz-appearance:textfield; font-size: 17px; margin-top: -5px; padding-bottom: 2px; + color: #e1e1e1 !important; + background-color: #1F1F1F; } -.charsheet input.sheet-name-field { +.charsheet input.sheet-name { + width: 250px; + font-size: 20px !important; + color: #e1e1e1; + background-color: #1F1F1F; +} + +.charsheet input.sheet-look { width: 250px; font-size: 20px !important; color: #e1e1e1; background-color: #1F1F1F; } -.charsheet input.sheet-role { +.charsheet input.sheet-age { + width: 80px; + font-size: 20px !important; + color: #e1e1e1; + background-color: #1F1F1F; +} + +.charsheet input.sheet-virtue { + width: 280px; + font-size: 18px !important; + color: #e1e1e1; + background-color: #1F1F1F; +} + +.charsheet input.sheet-vice { + width: 300px; + font-size: 18px !important; + color: #e1e1e1; + background-color: #1F1F1F; +} + +.charsheet input.sheet-card { width: 200px; font-size: 18px !important; color: #e1e1e1; background-color: #1F1F1F; } +.charsheet input.sheet-card1 { + width: 345px; + font-size: 18px !important; + color: #e1e1e1; + background-color: #1F1F1F; +} + +.charsheet input.sheet-card2 { + width: 400px; + font-size: 18px !important; + color: #e1e1e1; + background-color: #1F1F1F; +} + .charsheet textarea.sheet-notes { - width: 470px; - height: 130px; + width: 400px; + height: 65px; line-height: 1.0; font-size: 20px !important; color: #e1e1e1; background-color: #1F1F1F; + border: 1px solid #e1e1e147; } .charsheet textarea.sheet-note1 { @@ -161,7 +299,7 @@ div.sheet-section-abilities { div.sheet-section-abilities p{ font-family: 'Shadows Into Light'; - font-size: 25px; + font-size: 23px; color: #e1e1e1 !important; margin-left: 20px; line-height: 1.6; @@ -169,19 +307,6 @@ div.sheet-section-abilities p{ } -input[type=text], -input[type=number] { - display: inline-block; - margin-right: 5px; - box-shadow: none; - border: none; - border-bottom: 1px solid #e1e1e1; - -moz-appearance:textfield; - font-size: 17px; - margin-top: -5px; - padding-bottom: 2px; -} - /*----------- Rules Section -------------*/ @@ -191,26 +316,12 @@ div.sheet-section-regle { div.sheet-section-regle p{ font-family: 'Shadows Into Light'; - font-size: 25px; + font-size: 23px; color: #e1e1e1 !important; margin-left: 20px; line-height: 1.6; width: 750px; - padding-bottom: 50px; -} - - -input[type=text], -input[type=number] { - display: inline-block; - margin-right: 5px; - box-shadow: none; - border: none; - border-bottom: 1px solid #e1e1e1; - -moz-appearance:textfield; - font-size: 17px; - margin-top: -5px; - padding-bottom: 2px; + padding-bottom: 25px; } @@ -222,7 +333,7 @@ div.sheet-section-GM { div.sheet-section-GM p{ font-family: 'Shadows Into Light'; - font-size: 20px; + font-size: 18px; color: #e1e1e1 !important; margin-left: 20px; width: 750px; @@ -312,4 +423,4 @@ input[type=number] { grid-column: span 2; padding: 5px; text-align: center; -} \ No newline at end of file +} diff --git a/Ten candles/ten-candles.html b/Ten candles/ten-candles.html index a0437a6bb949..0ab69792d1a0 100644 --- a/Ten candles/ten-candles.html +++ b/Ten candles/ten-candles.html @@ -9,48 +9,49 @@ Rules GM - + + - - - + + + - +

-

Virtue :

-

Vice :

-

Moment : "I will find hope..."

-

-

Brink : "Someone seen you..."

-

+

Virtue :

+

Vice :

+

Moment : "I will find hope..."

+

+

Brink : "Someone seen you..."

+

- + - +

-

Name :

-

Look :

-

Age :

+

Name :

+

Look :

+

Age :

Background

- +
- + - +
@@ -58,61 +59,51 @@

Moment : Burn this card and resolve a conflict roll. If successful, gain your hope dice.

Brink : Reroll all the dice. Keep the card in case of success, but on a failure, burn the card and lose your Hope dice.

- +
- + - +
-

Character's name

-

Virtue :

-

Vice :

-

Moment :

-

Brink :

+

Character's name

+

+ Virtue : + Vice :

+

+ Moment : + Brink :


-

Character's name

-

Virtue :

-

Vice :

-

Moment :

-

Brink :

+

Character's name

+

+ Virtue : + Vice :

+

Moment : + Brink :


-

Character's name

-

Virtue :

-

Vice :

-

Moment :

-

Brink :

+

Character's name

+

Virtue : + Vice :

+

Moment : + Brink :


-

Character's name

-

Virtue :

-

Vice :

-

Moment :

-

Brink :

+

Character's name

+

Virtue : + Vice :

+

Moment : + Brink :


- +
- +
- + - - - - - - - - - - - - -
{{name}}
AP Cost: {{cost}}
{{desc}}
-
+
diff --git a/Ten candles/translations/af.json b/Ten candles/translation.json similarity index 100% rename from Ten candles/translations/af.json rename to Ten candles/translation.json diff --git a/Ten candles/translations/ca.json b/Ten candles/translations/ca.json deleted file mode 100644 index 5285f68219ff..000000000000 --- a/Ten candles/translations/ca.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "TAB_card": "Cards", - "TAB_concept": "Concept", - "TAB_rule": "Rules", - "TAB_GM": "GM", - "virtue": " Virtue : ", - "vice": " Vice : ", - "moment": " Moment : I will find hope...", - "brink": " Brink : Someone seen you...", - "name": "Name : ", - "look": "Look : ", - "age": "Age : ", - "background": "Background ", - "moment_rule": "Moment : Burn this card and resolve a conflict roll. If successful, gain your hope dice.", - "brink_rule": "Brink : Reroll all the dice. Keep the card in case of success, but on a failure, burn the card and lose your Hope dice.", - "vice_virtue": "Vice and Virtue : Once the card is burned, allows you to reroll all 1s.", - "moment_gm" : " Moment : ", - "brink_gm" : " Brink : ", - "player_name" : "Character : " - -} \ No newline at end of file diff --git a/Ten candles/translations/cs.json b/Ten candles/translations/cs.json deleted file mode 100644 index 5285f68219ff..000000000000 --- a/Ten candles/translations/cs.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "TAB_card": "Cards", - "TAB_concept": "Concept", - "TAB_rule": "Rules", - "TAB_GM": "GM", - "virtue": " Virtue : ", - "vice": " Vice : ", - "moment": " Moment : I will find hope...", - "brink": " Brink : Someone seen you...", - "name": "Name : ", - "look": "Look : ", - "age": "Age : ", - "background": "Background ", - "moment_rule": "Moment : Burn this card and resolve a conflict roll. If successful, gain your hope dice.", - "brink_rule": "Brink : Reroll all the dice. Keep the card in case of success, but on a failure, burn the card and lose your Hope dice.", - "vice_virtue": "Vice and Virtue : Once the card is burned, allows you to reroll all 1s.", - "moment_gm" : " Moment : ", - "brink_gm" : " Brink : ", - "player_name" : "Character : " - -} \ No newline at end of file diff --git a/Ten candles/translations/da.json b/Ten candles/translations/da.json deleted file mode 100644 index 5285f68219ff..000000000000 --- a/Ten candles/translations/da.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "TAB_card": "Cards", - "TAB_concept": "Concept", - "TAB_rule": "Rules", - "TAB_GM": "GM", - "virtue": " Virtue : ", - "vice": " Vice : ", - "moment": " Moment : I will find hope...", - "brink": " Brink : Someone seen you...", - "name": "Name : ", - "look": "Look : ", - "age": "Age : ", - "background": "Background ", - "moment_rule": "Moment : Burn this card and resolve a conflict roll. If successful, gain your hope dice.", - "brink_rule": "Brink : Reroll all the dice. Keep the card in case of success, but on a failure, burn the card and lose your Hope dice.", - "vice_virtue": "Vice and Virtue : Once the card is burned, allows you to reroll all 1s.", - "moment_gm" : " Moment : ", - "brink_gm" : " Brink : ", - "player_name" : "Character : " - -} \ No newline at end of file diff --git a/Ten candles/translations/de.json b/Ten candles/translations/de.json deleted file mode 100644 index 5285f68219ff..000000000000 --- a/Ten candles/translations/de.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "TAB_card": "Cards", - "TAB_concept": "Concept", - "TAB_rule": "Rules", - "TAB_GM": "GM", - "virtue": " Virtue : ", - "vice": " Vice : ", - "moment": " Moment : I will find hope...", - "brink": " Brink : Someone seen you...", - "name": "Name : ", - "look": "Look : ", - "age": "Age : ", - "background": "Background ", - "moment_rule": "Moment : Burn this card and resolve a conflict roll. If successful, gain your hope dice.", - "brink_rule": "Brink : Reroll all the dice. Keep the card in case of success, but on a failure, burn the card and lose your Hope dice.", - "vice_virtue": "Vice and Virtue : Once the card is burned, allows you to reroll all 1s.", - "moment_gm" : " Moment : ", - "brink_gm" : " Brink : ", - "player_name" : "Character : " - -} \ No newline at end of file diff --git a/Ten candles/translations/el.json b/Ten candles/translations/el.json deleted file mode 100644 index 5285f68219ff..000000000000 --- a/Ten candles/translations/el.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "TAB_card": "Cards", - "TAB_concept": "Concept", - "TAB_rule": "Rules", - "TAB_GM": "GM", - "virtue": " Virtue : ", - "vice": " Vice : ", - "moment": " Moment : I will find hope...", - "brink": " Brink : Someone seen you...", - "name": "Name : ", - "look": "Look : ", - "age": "Age : ", - "background": "Background ", - "moment_rule": "Moment : Burn this card and resolve a conflict roll. If successful, gain your hope dice.", - "brink_rule": "Brink : Reroll all the dice. Keep the card in case of success, but on a failure, burn the card and lose your Hope dice.", - "vice_virtue": "Vice and Virtue : Once the card is burned, allows you to reroll all 1s.", - "moment_gm" : " Moment : ", - "brink_gm" : " Brink : ", - "player_name" : "Character : " - -} \ No newline at end of file diff --git a/Ten candles/translations/en.json b/Ten candles/translations/en.json deleted file mode 100644 index 5285f68219ff..000000000000 --- a/Ten candles/translations/en.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "TAB_card": "Cards", - "TAB_concept": "Concept", - "TAB_rule": "Rules", - "TAB_GM": "GM", - "virtue": " Virtue : ", - "vice": " Vice : ", - "moment": " Moment : I will find hope...", - "brink": " Brink : Someone seen you...", - "name": "Name : ", - "look": "Look : ", - "age": "Age : ", - "background": "Background ", - "moment_rule": "Moment : Burn this card and resolve a conflict roll. If successful, gain your hope dice.", - "brink_rule": "Brink : Reroll all the dice. Keep the card in case of success, but on a failure, burn the card and lose your Hope dice.", - "vice_virtue": "Vice and Virtue : Once the card is burned, allows you to reroll all 1s.", - "moment_gm" : " Moment : ", - "brink_gm" : " Brink : ", - "player_name" : "Character : " - -} \ No newline at end of file diff --git a/Ten candles/translations/es.json b/Ten candles/translations/es.json deleted file mode 100644 index 5285f68219ff..000000000000 --- a/Ten candles/translations/es.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "TAB_card": "Cards", - "TAB_concept": "Concept", - "TAB_rule": "Rules", - "TAB_GM": "GM", - "virtue": " Virtue : ", - "vice": " Vice : ", - "moment": " Moment : I will find hope...", - "brink": " Brink : Someone seen you...", - "name": "Name : ", - "look": "Look : ", - "age": "Age : ", - "background": "Background ", - "moment_rule": "Moment : Burn this card and resolve a conflict roll. If successful, gain your hope dice.", - "brink_rule": "Brink : Reroll all the dice. Keep the card in case of success, but on a failure, burn the card and lose your Hope dice.", - "vice_virtue": "Vice and Virtue : Once the card is burned, allows you to reroll all 1s.", - "moment_gm" : " Moment : ", - "brink_gm" : " Brink : ", - "player_name" : "Character : " - -} \ No newline at end of file diff --git a/Ten candles/translations/fi.json b/Ten candles/translations/fi.json deleted file mode 100644 index 3ca0cbdea4d1..000000000000 --- a/Ten candles/translations/fi.json +++ /dev/null @@ -1,241 +0,0 @@ -{ - - "CHARACTER": "CHARACTER", - "MOOK": "PNJ", - "LIFEPATH": "LIFEPATH & INVENTORY", - "CYBERWARE": "CYBERWARE", - "NETRUNNING": "NETRUNNING", - "JOURNAL": "JOURNAL", - "ROLL_INITIATIVE": "ROLL INITIATIVE", - "SETTINGS": "SETTINGS", - "SKILL_POINTS": "SKILL POINTS", - "REMAINING": "REMAINING", - "STAT_POINTS": "STAT POINTS", - "HANDLE": "HANDLE", - "ROLES": "ROLES", - "ROLE_ABILITIES": "ROLE ABILITIES", - "Role_Ability_Ranks": "Role Ability Ranks", - "Rank": "Rank", - "Charismatic_Impact_Rockerboy": "Charismatic Impact (Rockerboy)", - "Combat_Awareness_Solo": "Combat Awareness (Solo)", - "Interface_Netrunner": "Interface (Netrunner)", - "Maker_Tech": "Maker (Tech)", - "Field_Expertise": "Field Expertise", - "Upgrade_Expertise": "Upgrade Expertise", - "Fabrication_Expertise": "Fabrication Expertise", - "Invention_Expertise": "Invention Expertise", - "Medicine_Medtech": "Medicine (Medtech)", - "Surgery": "Surgery (max 5)", - "Pharmaceuticals": "Pharmaceuticals (max 5)", - "Cryosystem_Operation": "Cryosystem Operation (max 5)", - "Credibility_Media": "Credibility (Media)", - "Teamwork_Exec": "Teamwork (Exec)", - "Backup_Lawman": "Backup (Lawman)", - "Operator_Fixer": "Operator (Fixer)", - "Moto_Nomad": "Moto (Nomad)", - "HIT_POINTS": "HIT POINTS", - "CURRENT": "CURRENT", - "MAX": "MAX", - "HUMANITY": "HUMANITY", - "INT": "INT", - "REF": "REF", - "DEX": "DEX", - "of": "of", - "TECH": "TECH", - "COOL": "COOL", - "WILL": "WILL", - "LUCK": "LUCK", - "MOVE": "MOVE", - "BODY": "BODY", - "EMP": "EMP", - "Awareness-Skills": "Awareness Skills", - "LVL": "LVL", - "MISC": "MISC", - "TOTAL": "TOTAL", - "Concentration": "Concentration (WILL)", - "Conceal_Reveal_Object": "Conceal/Reveal Object (INT)", - "Lip_Reading": "Lip Reading (INT)", - "Perception": "Perception (INT)", - "Tracking": "Tracking (INT)", - "Body_Skills": "Body Skills", - "Athletics": "Athletics (DEX)", - "Contortionist": "Contortionist (DEX)", - "Dance": "Dance (DEX)", - "Endurance": "Endurance (WILL)", - "Resist_Torture_Drugs": "Resist Torture/Drugs (WILL)", - "Stealth": "Stealth (DEX)", - "Control_Skills": "Control Skills", - "Drive_Land_Vehicle": "Drive Land Vehicle (REF)", - "Pilot_Air_Vehicle": "Pilot Air Vehicle (x2) (REF)", - "Pilot_Sea_Vehicle": "Pilot Sea Vehicle (REF)", - "Riding": "Riding (REF)", - "Education_Skills": "Education Skills", - "Accounting": "Accounting (INT)", - "Animal_Handling": "Animal Handling (INT)", - "Bureaucracy": "Bureaucracy (INT)", - "Business": "Business (INT)", - "Composition": "Composition (INT)", - "Criminology": "Criminology", - "Cryptography": "Cryptography (INT)", - "Deduction": "Deduction (INT)", - "Education": "Education (INT)", - "Gamble": "Gamble (INT)", - "Languages": "Languages (INT)", - "Language_Streetslang": "Language: Streetslang", - "Cult_Language": "Cult. Language:", - "Type_here": "Remplir ici...", - "Language": "Language: ", - "Library_Search": "Library Search (INT)", - "Local_Expert_Your_Home": "Local Expert: Your Home", - "Local_Expert": "Local Expert: ", - "Local_Expert_int": "Local Expert (INT) ", - "Science": "Science (INT)", - "Science_1": "Science: ", - "Tactics": "Tactics (INT)", - "Wilderness_Survival": "Wilderness Survival (INT)", - "Fighting_Skills": "Fighting Skills", - "Brawling": "Brawling (DEX)", - "Evasion": "Evasion (DEX)", - "Martial_Arts_x2": "Martial Arts (x2) (DEX)", - "Melee_Weapon": "Melee Weapon (DEX)", - "Performance_Skills": "Performance Skills", - "Acting": "Acting (COOL)", - "Play_Instrument": "Play Instrument (TECH)", - "Ranged_Weapon_Skills": "Ranged Weapon Skills", - "Archery": "Archery (REF)", - "Autofire_x2": "Autofire (x2) (REF)", - "Handgun": "Handgun (REF)", - "Heavy_Weapons_x2": "Heavy Weapons (x2) (REF)", - "Shoulder_Arms": "Shoulder Arms (REF)", - "Social_Skills": "Social Skills", - "Bribery": "Bribery (COOL)", - "Conversation": "Conversation (EMP)", - "Human_Perception": "Human Perception (EMP)", - "Interrogation": "Interrogation", - "Persuasion": "Persuasion (COOL)", - "Personal Grooming": "Personal Grooming (COOL)", - "Streetwise": "Streetwise (COOL)", - "Trading": "Trading (COOL)", - "Wardrobe_Style": "Wardrobe & Style (COOL)", - "Technique_Skills": "Technique Skills", - "Air_Vehicle_Tech": "Air Vehicle Tech (TECH)", - "Basic_Tech": "Basic Tech (TECH)", - "Cybertech": "Cybertech (TECH)", - "Demolitions_x2": "Demolitions (x2) (TECH)", - "Elec_Security_Tech_x2": "Elec/Security Tech (x2) (TECH)", - "First_Aid": "First Aid (TECH)", - "Forgery": "Forgery", - "Land_Vehicle_Tech": "Land Vehicle Tech (TECH)", - "Paint_Draw_Sculpt": "Paint/Draw/Sculpt (TECH)", - "Paramedic_x2": "Paramedic (x2) (TECH)", - "Photography_Film": "Photography/Film (TECH)", - "Pick_Lock": "Pick Lock (TECH)", - "Pick_Pocket": "Pick Pocket (TECH)", - "Sea_Vehicle_Tech": "Sea Vehicle Tech (TECH)", - "Weaponstech": "Weaponstech (TECH)", - "Role_Ability_Skills": "Role Ability Skills", - "RNK": "RNK", - "Charismatic_Impact": "Charismatic Impact", - "Interface": "Interface", - "Surgery": "Surgery", - "Medical_Tech": "Medical Tech", - "Credibility": "Credibility", - "Haggle": "Haggle", - "Homebrew": "Homebrew: ", - "Combat_Awareness_Distribution": "Combat Awareness Distribution", - "Pts.": "Pts.", - "Damage_Deflection": "Damage Deflection", - "Fumble_Recovery": "Fumble Recovery", - "Initiative_Reaction": "Initiative Reaction", - "Precision_Attack": "Precision Attack", - "Spot_Weakness": "Spot Weakness", - "Threat_Detection": "Threat Detection", - "CRITICAL_INJURIES": "CRITICAL INJURIES", - "ADDICTIONS": "ADDICTIONS", - "DEATH_SAVE": "DEATH SAVE", - "BASE_PENALTY": "BASE PENALTY", - "DEATH_PENALTY": "DEATH PENALTY", - "WEAPONS_ARMOR": "WEAPONS & ARMOR", - "Armor": "Armor", - "SP": "SP", - "Penalty": "Penalty", - "Head": "Head: ", - "Body": "Body: ", - "Shield": "Shield: ", - "Weapon": "Weapon", - "Type": "Type", - "DMG": "DMG", - "Ammo": "Ammo", - "ROF": "ROF", - "Bonus": "Bonus", - "Attack": "Attack: ", - "Select_Type": "(Select Type)", - "W_Brawling": "Brawling", - "W_Martial_Arts": "Martial Arts", - "W_Melee": "Melee", - "W_Pistol": "Pistol", - "SMG": "SMG", - "SMG_Autofire": "SMG (Autofire)", - "W_Shotgun": "Shotgun (Slug)", - "W_Assault_Rifle": "Assault Rifle", - "AR": "AR (Autofire)", - "Sniper_Rifle": "Sniper Rifle", - "Bow_Crossbow": "Bow/Crossbow", - "Grenade_Launcher": "Grenade Launcher", - "Rocket_Launcher": "Rocket Launcher", - "ALIAS": "ALIAS", - "IMPROVEMENT_POINTS": "IMPROVEMENT POINTS", - "REPUTATION": "REPUTATION", - "REPUTATION_EVENTS": "REPUTATION EVENTS", - "CULTURAL_ORIGINS": "CULTURAL ORIGINS", - "PERSONALITY": "PERSONALITY", - "CLOTHING_STYLE": "CLOTHING STYLE", - "HAIRSTYLE": "HAIRSTYLE", - "WHAT1": "WHAT", - "FEELINGS": "FEELINGS ABOUT PEOPLE?", - "MOST_VALUED_PERSON": "MOST VALUED PERSON", - "MOST_VALUED_POSSESSION": "MOST VALUED POSSESSION", - "FAMILY8BACKGROUND": "FAMILY BACKGROUND", - "CHILDHOOD_ENVIRONMENT": "CHILDHOOD ENVIRONMENT", - "FAMILY_CRISIS": "FAMILY CRISIS", - "LIFE_GOALS": "LIFE GOALS", - "FRIENDS": "FRIENDS", - "TRAGIC_LOVE_AFFAIRS": "TRAGIC LOVE AFFAIRS", - "ENEMIES": "ENEMIES", - "Who1": "Who?", - "What2": "What Caused It?", - "What3": "What Can They Throw At You?", - "What4": "What's Gonna Happen?", - "Cash": "Cash", - "Ammunition": "Ammunition", - "Gear": "Gear", - "Notes": "Notes", - "FASHION": "FASHION", - "HOUSING": "HOUSING", - "RENT": "RENT", - "LIFESTYLE1": "LIFESTYLE", - "ROLE_SPECIFIC_LIFEPATH": "ROLE SPECIFIC LIFEPATH", - "Cyberaudio_Suite": "Cyberaudio Suite", - "Data": "Data", - "Right_Cybereye": "Right Cybereye", - "Left_Cybereye": "Left Cybereye", - "Right_Cyberarm": "Right Cyberarm", - "Left_Cyberarm": "Left Cyberarm", - "Neural_Link": "Neural Link", - "Right_Cyberleg": "Right Cyberleg", - "Left_Cyberleg": "Left Cyberleg", - "Internal_Cyberware": "Internal Cyberware", - "External_Cyberware": "External Cyberware", - "Fashionware": "Fashionware", - "Borgware": "Borgware", - "NOTES": "NOTES", - "RESET_BASE_SKILLS": "RESET BASE SKILLS", - "TOGGLE_STAT_SKILLPOINT_TRACKER": "TOGGLE STAT/SKILLPOINT TRACKER", - "ENABLE_MOOK_SHEET": "ENABLE MOOK SHEET", - "Seriously_Wounded": "Seriously Wounded", - "Weapons": "Weapons", - "Skills": "Skills", - "Inventory_and_Notes": "Inventory and Notes", - "alive_for_now": "You're alive... for now.", - "dead.": "You're dead." -} \ No newline at end of file diff --git a/Ten candles/translations/fr.json b/Ten candles/translations/fr.json deleted file mode 100644 index c2b51d6aa565..000000000000 --- a/Ten candles/translations/fr.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "test": "Cartes", - "TAB_card": "Cartes", - "TAB_concept": "Concept", - "TAB_rule": "Règles", - "TAB_GM": "MJ", - "virtue": " Vertue : ", - "vice": " Vice : ", - "moment": " Moment : Je retrouverai l'espoir quand...", - "brink": " Extrémité : Quelqu'un t'a vu...", - "name": "Nom : ", - "look": "Apparence : ", - "age": "Age : ", - "background": "Background ", - "moment_rule": "Moment : Brûlez cette carte et résolvez un jet de conflit. En cas de réussite vous gagnez votre dés d'espoir.", - "brink_rule": "Extrémité : Relancez tous les dés. Gardez la carte en cas de succès, mais sur un échec, brulez la carte et perdez votre dés d'Espoir.", - "vice_virtue": "Vice et Vertu : Brulez la carte pour relancer tous les 1.", - "coutpp": "Coût : ", - "moment_gm" : " Moment : ", - "brink_gm" : " Extrémité : ", - "player_name" : "Personnage : " - -} \ No newline at end of file diff --git a/Ten candles/translations/he.json b/Ten candles/translations/he.json deleted file mode 100644 index 5285f68219ff..000000000000 --- a/Ten candles/translations/he.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "TAB_card": "Cards", - "TAB_concept": "Concept", - "TAB_rule": "Rules", - "TAB_GM": "GM", - "virtue": " Virtue : ", - "vice": " Vice : ", - "moment": " Moment : I will find hope...", - "brink": " Brink : Someone seen you...", - "name": "Name : ", - "look": "Look : ", - "age": "Age : ", - "background": "Background ", - "moment_rule": "Moment : Burn this card and resolve a conflict roll. If successful, gain your hope dice.", - "brink_rule": "Brink : Reroll all the dice. Keep the card in case of success, but on a failure, burn the card and lose your Hope dice.", - "vice_virtue": "Vice and Virtue : Once the card is burned, allows you to reroll all 1s.", - "moment_gm" : " Moment : ", - "brink_gm" : " Brink : ", - "player_name" : "Character : " - -} \ No newline at end of file diff --git a/Ten candles/translations/hu.json b/Ten candles/translations/hu.json deleted file mode 100644 index 5285f68219ff..000000000000 --- a/Ten candles/translations/hu.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "TAB_card": "Cards", - "TAB_concept": "Concept", - "TAB_rule": "Rules", - "TAB_GM": "GM", - "virtue": " Virtue : ", - "vice": " Vice : ", - "moment": " Moment : I will find hope...", - "brink": " Brink : Someone seen you...", - "name": "Name : ", - "look": "Look : ", - "age": "Age : ", - "background": "Background ", - "moment_rule": "Moment : Burn this card and resolve a conflict roll. If successful, gain your hope dice.", - "brink_rule": "Brink : Reroll all the dice. Keep the card in case of success, but on a failure, burn the card and lose your Hope dice.", - "vice_virtue": "Vice and Virtue : Once the card is burned, allows you to reroll all 1s.", - "moment_gm" : " Moment : ", - "brink_gm" : " Brink : ", - "player_name" : "Character : " - -} \ No newline at end of file diff --git a/Ten candles/translations/it.json b/Ten candles/translations/it.json deleted file mode 100644 index 5285f68219ff..000000000000 --- a/Ten candles/translations/it.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "TAB_card": "Cards", - "TAB_concept": "Concept", - "TAB_rule": "Rules", - "TAB_GM": "GM", - "virtue": " Virtue : ", - "vice": " Vice : ", - "moment": " Moment : I will find hope...", - "brink": " Brink : Someone seen you...", - "name": "Name : ", - "look": "Look : ", - "age": "Age : ", - "background": "Background ", - "moment_rule": "Moment : Burn this card and resolve a conflict roll. If successful, gain your hope dice.", - "brink_rule": "Brink : Reroll all the dice. Keep the card in case of success, but on a failure, burn the card and lose your Hope dice.", - "vice_virtue": "Vice and Virtue : Once the card is burned, allows you to reroll all 1s.", - "moment_gm" : " Moment : ", - "brink_gm" : " Brink : ", - "player_name" : "Character : " - -} \ No newline at end of file diff --git a/Ten candles/translations/ja.json b/Ten candles/translations/ja.json deleted file mode 100644 index 5285f68219ff..000000000000 --- a/Ten candles/translations/ja.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "TAB_card": "Cards", - "TAB_concept": "Concept", - "TAB_rule": "Rules", - "TAB_GM": "GM", - "virtue": " Virtue : ", - "vice": " Vice : ", - "moment": " Moment : I will find hope...", - "brink": " Brink : Someone seen you...", - "name": "Name : ", - "look": "Look : ", - "age": "Age : ", - "background": "Background ", - "moment_rule": "Moment : Burn this card and resolve a conflict roll. If successful, gain your hope dice.", - "brink_rule": "Brink : Reroll all the dice. Keep the card in case of success, but on a failure, burn the card and lose your Hope dice.", - "vice_virtue": "Vice and Virtue : Once the card is burned, allows you to reroll all 1s.", - "moment_gm" : " Moment : ", - "brink_gm" : " Brink : ", - "player_name" : "Character : " - -} \ No newline at end of file diff --git a/Ten candles/translations/ko.json b/Ten candles/translations/ko.json deleted file mode 100644 index 5285f68219ff..000000000000 --- a/Ten candles/translations/ko.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "TAB_card": "Cards", - "TAB_concept": "Concept", - "TAB_rule": "Rules", - "TAB_GM": "GM", - "virtue": " Virtue : ", - "vice": " Vice : ", - "moment": " Moment : I will find hope...", - "brink": " Brink : Someone seen you...", - "name": "Name : ", - "look": "Look : ", - "age": "Age : ", - "background": "Background ", - "moment_rule": "Moment : Burn this card and resolve a conflict roll. If successful, gain your hope dice.", - "brink_rule": "Brink : Reroll all the dice. Keep the card in case of success, but on a failure, burn the card and lose your Hope dice.", - "vice_virtue": "Vice and Virtue : Once the card is burned, allows you to reroll all 1s.", - "moment_gm" : " Moment : ", - "brink_gm" : " Brink : ", - "player_name" : "Character : " - -} \ No newline at end of file diff --git a/Ten candles/translations/nl.json b/Ten candles/translations/nl.json deleted file mode 100644 index 5285f68219ff..000000000000 --- a/Ten candles/translations/nl.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "TAB_card": "Cards", - "TAB_concept": "Concept", - "TAB_rule": "Rules", - "TAB_GM": "GM", - "virtue": " Virtue : ", - "vice": " Vice : ", - "moment": " Moment : I will find hope...", - "brink": " Brink : Someone seen you...", - "name": "Name : ", - "look": "Look : ", - "age": "Age : ", - "background": "Background ", - "moment_rule": "Moment : Burn this card and resolve a conflict roll. If successful, gain your hope dice.", - "brink_rule": "Brink : Reroll all the dice. Keep the card in case of success, but on a failure, burn the card and lose your Hope dice.", - "vice_virtue": "Vice and Virtue : Once the card is burned, allows you to reroll all 1s.", - "moment_gm" : " Moment : ", - "brink_gm" : " Brink : ", - "player_name" : "Character : " - -} \ No newline at end of file diff --git a/Ten candles/translations/pb.json b/Ten candles/translations/pb.json deleted file mode 100644 index 5285f68219ff..000000000000 --- a/Ten candles/translations/pb.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "TAB_card": "Cards", - "TAB_concept": "Concept", - "TAB_rule": "Rules", - "TAB_GM": "GM", - "virtue": " Virtue : ", - "vice": " Vice : ", - "moment": " Moment : I will find hope...", - "brink": " Brink : Someone seen you...", - "name": "Name : ", - "look": "Look : ", - "age": "Age : ", - "background": "Background ", - "moment_rule": "Moment : Burn this card and resolve a conflict roll. If successful, gain your hope dice.", - "brink_rule": "Brink : Reroll all the dice. Keep the card in case of success, but on a failure, burn the card and lose your Hope dice.", - "vice_virtue": "Vice and Virtue : Once the card is burned, allows you to reroll all 1s.", - "moment_gm" : " Moment : ", - "brink_gm" : " Brink : ", - "player_name" : "Character : " - -} \ No newline at end of file diff --git a/Ten candles/translations/pl.json b/Ten candles/translations/pl.json deleted file mode 100644 index 5285f68219ff..000000000000 --- a/Ten candles/translations/pl.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "TAB_card": "Cards", - "TAB_concept": "Concept", - "TAB_rule": "Rules", - "TAB_GM": "GM", - "virtue": " Virtue : ", - "vice": " Vice : ", - "moment": " Moment : I will find hope...", - "brink": " Brink : Someone seen you...", - "name": "Name : ", - "look": "Look : ", - "age": "Age : ", - "background": "Background ", - "moment_rule": "Moment : Burn this card and resolve a conflict roll. If successful, gain your hope dice.", - "brink_rule": "Brink : Reroll all the dice. Keep the card in case of success, but on a failure, burn the card and lose your Hope dice.", - "vice_virtue": "Vice and Virtue : Once the card is burned, allows you to reroll all 1s.", - "moment_gm" : " Moment : ", - "brink_gm" : " Brink : ", - "player_name" : "Character : " - -} \ No newline at end of file diff --git a/Ten candles/translations/pt.json b/Ten candles/translations/pt.json deleted file mode 100644 index 5285f68219ff..000000000000 --- a/Ten candles/translations/pt.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "TAB_card": "Cards", - "TAB_concept": "Concept", - "TAB_rule": "Rules", - "TAB_GM": "GM", - "virtue": " Virtue : ", - "vice": " Vice : ", - "moment": " Moment : I will find hope...", - "brink": " Brink : Someone seen you...", - "name": "Name : ", - "look": "Look : ", - "age": "Age : ", - "background": "Background ", - "moment_rule": "Moment : Burn this card and resolve a conflict roll. If successful, gain your hope dice.", - "brink_rule": "Brink : Reroll all the dice. Keep the card in case of success, but on a failure, burn the card and lose your Hope dice.", - "vice_virtue": "Vice and Virtue : Once the card is burned, allows you to reroll all 1s.", - "moment_gm" : " Moment : ", - "brink_gm" : " Brink : ", - "player_name" : "Character : " - -} \ No newline at end of file diff --git a/Ten candles/translations/ru.json b/Ten candles/translations/ru.json deleted file mode 100644 index 5285f68219ff..000000000000 --- a/Ten candles/translations/ru.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "TAB_card": "Cards", - "TAB_concept": "Concept", - "TAB_rule": "Rules", - "TAB_GM": "GM", - "virtue": " Virtue : ", - "vice": " Vice : ", - "moment": " Moment : I will find hope...", - "brink": " Brink : Someone seen you...", - "name": "Name : ", - "look": "Look : ", - "age": "Age : ", - "background": "Background ", - "moment_rule": "Moment : Burn this card and resolve a conflict roll. If successful, gain your hope dice.", - "brink_rule": "Brink : Reroll all the dice. Keep the card in case of success, but on a failure, burn the card and lose your Hope dice.", - "vice_virtue": "Vice and Virtue : Once the card is burned, allows you to reroll all 1s.", - "moment_gm" : " Moment : ", - "brink_gm" : " Brink : ", - "player_name" : "Character : " - -} \ No newline at end of file diff --git a/Ten candles/translations/sl.json b/Ten candles/translations/sl.json deleted file mode 100644 index 5285f68219ff..000000000000 --- a/Ten candles/translations/sl.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "TAB_card": "Cards", - "TAB_concept": "Concept", - "TAB_rule": "Rules", - "TAB_GM": "GM", - "virtue": " Virtue : ", - "vice": " Vice : ", - "moment": " Moment : I will find hope...", - "brink": " Brink : Someone seen you...", - "name": "Name : ", - "look": "Look : ", - "age": "Age : ", - "background": "Background ", - "moment_rule": "Moment : Burn this card and resolve a conflict roll. If successful, gain your hope dice.", - "brink_rule": "Brink : Reroll all the dice. Keep the card in case of success, but on a failure, burn the card and lose your Hope dice.", - "vice_virtue": "Vice and Virtue : Once the card is burned, allows you to reroll all 1s.", - "moment_gm" : " Moment : ", - "brink_gm" : " Brink : ", - "player_name" : "Character : " - -} \ No newline at end of file diff --git a/Ten candles/translations/sv.json b/Ten candles/translations/sv.json deleted file mode 100644 index 5285f68219ff..000000000000 --- a/Ten candles/translations/sv.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "TAB_card": "Cards", - "TAB_concept": "Concept", - "TAB_rule": "Rules", - "TAB_GM": "GM", - "virtue": " Virtue : ", - "vice": " Vice : ", - "moment": " Moment : I will find hope...", - "brink": " Brink : Someone seen you...", - "name": "Name : ", - "look": "Look : ", - "age": "Age : ", - "background": "Background ", - "moment_rule": "Moment : Burn this card and resolve a conflict roll. If successful, gain your hope dice.", - "brink_rule": "Brink : Reroll all the dice. Keep the card in case of success, but on a failure, burn the card and lose your Hope dice.", - "vice_virtue": "Vice and Virtue : Once the card is burned, allows you to reroll all 1s.", - "moment_gm" : " Moment : ", - "brink_gm" : " Brink : ", - "player_name" : "Character : " - -} \ No newline at end of file diff --git a/Ten candles/translations/tr.json b/Ten candles/translations/tr.json deleted file mode 100644 index 5285f68219ff..000000000000 --- a/Ten candles/translations/tr.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "TAB_card": "Cards", - "TAB_concept": "Concept", - "TAB_rule": "Rules", - "TAB_GM": "GM", - "virtue": " Virtue : ", - "vice": " Vice : ", - "moment": " Moment : I will find hope...", - "brink": " Brink : Someone seen you...", - "name": "Name : ", - "look": "Look : ", - "age": "Age : ", - "background": "Background ", - "moment_rule": "Moment : Burn this card and resolve a conflict roll. If successful, gain your hope dice.", - "brink_rule": "Brink : Reroll all the dice. Keep the card in case of success, but on a failure, burn the card and lose your Hope dice.", - "vice_virtue": "Vice and Virtue : Once the card is burned, allows you to reroll all 1s.", - "moment_gm" : " Moment : ", - "brink_gm" : " Brink : ", - "player_name" : "Character : " - -} \ No newline at end of file diff --git a/Ten candles/translations/uk.json b/Ten candles/translations/uk.json deleted file mode 100644 index 5285f68219ff..000000000000 --- a/Ten candles/translations/uk.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "TAB_card": "Cards", - "TAB_concept": "Concept", - "TAB_rule": "Rules", - "TAB_GM": "GM", - "virtue": " Virtue : ", - "vice": " Vice : ", - "moment": " Moment : I will find hope...", - "brink": " Brink : Someone seen you...", - "name": "Name : ", - "look": "Look : ", - "age": "Age : ", - "background": "Background ", - "moment_rule": "Moment : Burn this card and resolve a conflict roll. If successful, gain your hope dice.", - "brink_rule": "Brink : Reroll all the dice. Keep the card in case of success, but on a failure, burn the card and lose your Hope dice.", - "vice_virtue": "Vice and Virtue : Once the card is burned, allows you to reroll all 1s.", - "moment_gm" : " Moment : ", - "brink_gm" : " Brink : ", - "player_name" : "Character : " - -} \ No newline at end of file diff --git a/Ten candles/translations/zh.json b/Ten candles/translations/zh.json deleted file mode 100644 index 5285f68219ff..000000000000 --- a/Ten candles/translations/zh.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "TAB_card": "Cards", - "TAB_concept": "Concept", - "TAB_rule": "Rules", - "TAB_GM": "GM", - "virtue": " Virtue : ", - "vice": " Vice : ", - "moment": " Moment : I will find hope...", - "brink": " Brink : Someone seen you...", - "name": "Name : ", - "look": "Look : ", - "age": "Age : ", - "background": "Background ", - "moment_rule": "Moment : Burn this card and resolve a conflict roll. If successful, gain your hope dice.", - "brink_rule": "Brink : Reroll all the dice. Keep the card in case of success, but on a failure, burn the card and lose your Hope dice.", - "vice_virtue": "Vice and Virtue : Once the card is burned, allows you to reroll all 1s.", - "moment_gm" : " Moment : ", - "brink_gm" : " Brink : ", - "player_name" : "Character : " - -} \ No newline at end of file diff --git a/Ten candles/translations/zu.json b/Ten candles/translations/zu.json deleted file mode 100644 index 5285f68219ff..000000000000 --- a/Ten candles/translations/zu.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "TAB_card": "Cards", - "TAB_concept": "Concept", - "TAB_rule": "Rules", - "TAB_GM": "GM", - "virtue": " Virtue : ", - "vice": " Vice : ", - "moment": " Moment : I will find hope...", - "brink": " Brink : Someone seen you...", - "name": "Name : ", - "look": "Look : ", - "age": "Age : ", - "background": "Background ", - "moment_rule": "Moment : Burn this card and resolve a conflict roll. If successful, gain your hope dice.", - "brink_rule": "Brink : Reroll all the dice. Keep the card in case of success, but on a failure, burn the card and lose your Hope dice.", - "vice_virtue": "Vice and Virtue : Once the card is burned, allows you to reroll all 1s.", - "moment_gm" : " Moment : ", - "brink_gm" : " Brink : ", - "player_name" : "Character : " - -} \ No newline at end of file