diff --git a/Hellywood/Hellywood.css b/Hellywood/Hellywood.css new file mode 100644 index 0000000000..3b4bdab550 --- /dev/null +++ b/Hellywood/Hellywood.css @@ -0,0 +1,527 @@ +.charsheet { + font-family: 'Times New Roman', Times, serif; +} + +.charsheet table { + width: 100%; +} +.charsheet td { + padding: 0px 2px 0px 2px; + border: 0px solid #000; + vertical-align: text-top; +} + +.charsheet th { + padding: 5px; + border: 0 solid #000; + background-color: #6d2b35; + color: #FFF +} +.sheet-image{ + float: left; +} + +img { + vertical-align:top; +} +/* roulette */ +.sheet-roulette{ + clear: both; + position:relative; + top:0px; + left:0px; + height: 135px; + width:135px + border: 1px solid green; +} + +.sheet-roulette-img{ + position:absolute; + top:15px; + left:2px; + border: 0px; + width:100px; +} + +/* ===== Sélection Check ===== */ +input[type="checkbox"].sheet-roulette-chk{ + width: 20px; + height: 20px; + max-width: 20px; + opacity: 0; + z-index: 2; + margin: 0; +} +input[type="checkbox"].sheet-roulette-chk + span{ + display: inline-block; + text-align: center; + padding: 0; + margin: 0; + margin-left: -20px; + width: 20px; + max-width: 20px; + height: 20px; + z-index: 1; + font-family: pictos; + color: #DDB29B; + opacity: 0.3; + filter: alpha(opacity=30); /* For IE8 and earlier */ + font-size: 15px; + line-height: 20px; +} +input[type="checkbox"].sheet-roulette-chk:hover + span{ + color: #000; + opacity: 0.4; + filter: alpha(opacity=40); /* For IE8 and earlier */ +} +input[type="checkbox"].sheet-roulette-chk:checked + span{ + font-weight: bold; + color: #CF3134; + opacity: 0.6; + filter: alpha(opacity=60); /* For IE8 and earlier */ +} + + +.sheet-roulette1{ + position:absolute; + top:20px; + left:20px; + border: 0px solid blue; +} + + +.sheet-roulette2{ + position:absolute; + top:20px; + left:50px; + border: 0px solid blue; +} +.sheet-roulette3{ + position:absolute; + top:45px; + left:62px; + border: 0px solid blue; +} +.sheet-roulette4{ + position:absolute; + top:70px; + left:50px; + border: 0px solid blue; +} +.sheet-roulette5{ + position:absolute; + top:70px; + left:20px; + border: 0px solid blue; +} +.sheet-roulette6{ + position:absolute; + top:42px; + left:10px; + border: 0px solid blue; +} + +.sheet-roulette-roll{ + position:absolute; + /* sur le côté top:80px; + left:82px;*/ + top:52px; + left:38px; + z-index:3; + + border: 0px solid blue; +} + +/* fin roulette */ + +/* Les cercles */ +.sheet-contenant-cercle{ + clear: both; + position:relative; + top:0px; + left:0px; + height: 525px; + width:565px; + border: 0px solid green; +} + +.sheet-obs-skills{ + position:absolute; + top:0px; + left:435px; +} + +.sheet-shotgun{ + position:absolute; + top:60px; + left:15px; + font-size: 30px; +} + +.sheet-circle-muscle{ + position:absolute; + top:0px; + left:150px; + border-radius:50%; + width:110px; + height:110px; + border:1px solid #000; + text-align: center; + display: flex; /* contexte sur le parent */ + flex-direction: column; /* direction d'affichage verticale */ + justify-content: center; /* alignement vertical */ +} +.sheet-circle-mojo{ + position:absolute; + top:0px; + left:300px; + width:110px; + height:110px; + border-radius:50%; + border:1px solid #000; + text-align: center; + display: flex; /* contexte sur le parent */ + flex-direction: column; /* direction d'affichage verticale */ + justify-content: center; /* alignement vertical */ +} + +.sheet-circle-toughness{ + position:absolute; + top:80px; + left:50px; + border-radius:50%; + width:110px; + height:110px; + border:1px solid #000; + text-align: center; + display: flex; /* contexte sur le parent */ + flex-direction: column; /* direction d'affichage verticale */ + justify-content: center; /* alignement vertical */ +} + +.sheet-circle-guts{ + position:absolute; + top:80px; + left:400px; + border-radius:50%; + width:110px; + height:110px; + border:1px solid #000; + text-align: center; + display: flex; /* contexte sur le parent */ + flex-direction: column; /* direction d'affichage verticale */ + justify-content: center; /* alignement vertical */ +} + +.sheet-circle-physical-damage{ + position:absolute; + top:160px; + left:150px; + border-radius:50%; + width:110px; + height:110px; + border:1px solid #000; + text-align: center; + display: flex; /* contexte sur le parent */ + flex-direction: column; /* direction d'affichage verticale */ + justify-content: center; /* alignement vertical */ +} + +.sheet-circle-mental-damage{ + position:absolute; + top:160px; + left:300px; + border-radius:50%; + width:110px; + height:110px; + border:1px solid #000; + text-align: center; + display: flex; /* contexte sur le parent */ + flex-direction: column; /* direction d'affichage verticale */ + justify-content: center; /* alignement vertical */ +} + +.sheet-circle-social-damage{ + position:absolute; + top:270px; + left:225px; + border-radius:50%; + width:110px; + height:110px; + border:1px solid #000; + text-align: center; + display: flex; /* contexte sur le parent */ + flex-direction: column; /* direction d'affichage verticale */ + justify-content: center; /* alignement vertical */ +} + +.sheet-circle-dexterity{ + position:absolute; + top:190px; + left:0px; + border-radius:50%; + width:110px; + height:110px; + border:1px solid #000; + text-align: center; + display: flex; /* contexte sur le parent */ + flex-direction: column; /* direction d'affichage verticale */ + justify-content: center; /* alignement vertical */ +} + +.sheet-circle-brains{ + position:absolute; + top:190px; + left:450px; + border-radius:50%; + width:110px; + height:110px; + border:1px solid #000; + text-align: center; + display: flex; /* contexte sur le parent */ + flex-direction: column; /* direction d'affichage verticale */ + justify-content: center; /* alignement vertical */ +} + +.sheet-circle-mug{ + position:absolute; + top:300px; + left:70px; + border-radius:50%; + width:110px; + height:110px; + border:1px solid #000; + text-align: center; + display: flex; /* contexte sur le parent */ + flex-direction: column; /* direction d'affichage verticale */ + justify-content: center; /* alignement vertical */ +} + +.sheet-circle-chutzpah{ + position:absolute; + top:300px; + left:380px; + border-radius:50%; + width:110px; + height:110px; + border:1px solid #000; + text-align: center; + display: flex; /* contexte sur le parent */ + flex-direction: column; /* direction d'affichage verticale */ + justify-content: center; /* alignement vertical */ +} + +.sheet-circle-cool{ + position:absolute; + top:410px; + left:225px; + border-radius:50%; + width:110px; + height:110px; + border:1px solid #000; + text-align: center; + display: flex; /* contexte sur le parent */ + flex-direction: column; /* direction d'affichage verticale */ + justify-content: center; /* alignement vertical */ +} +/* Fin des cercles */ + + +/* === fieldset button === */ +div.repcontrol{ + display: inline-block; + width: 100%; +} +.repcontrol_move{ + height: 11px; + line-height: 11px; + margin-top: 4px; +} +.repcontrol_del { + height: 22px; + line-height: 12px; + margin-top: 4px; + width: 30px; +} +.repcontrol_add, .repcontrol_edit { + color: transparent; + box-shadow: none; + background: transparent; + border-color: transparent; + text-shadow:none; + width: 100px; +} +.repcontrol_add:focus, .repcontrol_edit:focus { + outline: none; +} +.repcontrol .repcontrol_edit:after { + content: 'y'; + visibility: visible; + font-family: pictos; + border: 1px solid transparent; + border-radius: 2px; + font-size: 20px; + height: 20px; + width: 20px; + padding: 2px 4px 2px 4px; + color: rgba(177,121,63,0.7); +} +.editmode ~ .repcontrol .repcontrol_edit:after { + content: '2'; +} +.repcontrol .repcontrol_add:before { + content: '+'; + visibility: visible; + font-family: pictos; + border: 1px solid transparent; + border-radius: 2px; + font-size: 20px; + height: 20px; + width: 20px; + padding: 2px 4px 2px 4px; + color: rgba(177,121,63,0.7); +} +.repcontrol .repcontrol_edit:hover:after, +.repcontrol .repcontrol_add:hover:before +{ + box-shadow: 1px 1px 4px 2px rgba(147,35,21,0.8); + border-color: #CF3134; + color: #CF3134; +} +.repcontrol_add:focus:before, .repcontrol_edit:focus:after { + color: #CF3134; +} +/* === Fin fieldset button === */ + +input[type="text"] { + background-color: transparent; + border: 0 solid #000; + border-bottom-width: 1px; + border-left-width: 1px; + height:22px; +} + +input[type="number"] { + background-color: transparent; +} + +input[type="text"]:read-only, input[type="number"]:read-only { + background-color: #d9d9d9; +} + +select { + background-color: transparent; + border: 0 solid #000; + border-bottom-width: 1px; + border-left-width: 1px; + height:20px; + font-size: 12px; +} + +textarea{ + width:95%; +} + +.sheet-skill-level{ + width: 50px; + height:20px; + font-size: 11px; +} + + +.sheet-titre{ + font-size: 150%; + font-weight: bold; +} + + +.sheet-attribut{ + font-size: 105%; + font-weight: bold; +} + +.sheet-attribut2{ + font-size: 105%; + font-weight: bold; + color: #ccc; +} + +.sheet-mini{ + font-size: 75%; + color: #ccc; +} + +input[type="text"].sheet-consequence-repetition{ + width: 95%; +} + +select.sheet-consequence-level{ + width:50px; + height:22px; + font-size: 12px; +} + +input[type="text"].sheet-equipment-repetition{ + width: 95%; +} + +input[type="text"].sheet-past-repetition{ + width: 95%; +} + +.sheet-texte{ + color: #ccc; + font-styel: italic; +} + +div.sheet-skills{ + background-color: #F4F6F6; +} + + +button[type="roll"] { + color: #CF3134; + background: transparent; + border: none; + border-radius: 0px; +} +button[type="roll"]:hover{ + font-weight: bold; +} + + +/* Templates*/ +.sheet-rolltemplate-hellywood-roulette table, .sheet-rolltemplate-hellywood-skill table { + width: 100%; + background-color: #FFF; + border: 1px solid; + color: black; + font-size: 1em; + font-family: 'Times New Roman', Times, serif; +} +.sheet-rolltemplate-hellywood-skill th{ + background-color: #CF3134; + color: #ffffff; + padding: 2px; + border-bottom: 1px solid black; + line-height: 1.2em; + font-size: 1.1em; +} +.sheet-rolltemplate-hellywood-roulette th{ + background-color: #000; + color: #ffffff; + padding: 2px; + border-bottom: 1px solid black; + line-height: 1.2em; + font-size: 1.1em; +} + +.sheet-rolltemplate-hellywood-skill .sheet-success{ +font-weight: bold; +color: #28b463; +} + +.sheet-rolltemplate-hellywood-skill .sheet-failure{ +font-weight: bold; +color: red; +} \ No newline at end of file diff --git a/Hellywood/Hellywood.html b/Hellywood/Hellywood.html new file mode 100644 index 0000000000..396816e400 --- /dev/null +++ b/Hellywood/Hellywood.html @@ -0,0 +1,1258 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ Character + + +
+ Nature + + +
+ Advantage + + +
+ Disadvantage + + +
+ Nature + + +
+ Advantage + + +
+ Disadvantage + + +
+
+ Jokers
+ + + + + +
+
+ Russian Roulette + +
+ 3 +
+
+ 3 +
+
+ 3 +
+
+ 3 +
+
+ 3 +
+
+ 3 +
+
+ +
+
+
+ F.B.P. + +
+ Allows rerolling but be careful when it backfires. +
+
+
+ + Attributes + &
+ Damage +
+
+ +
+
+
+ Score +
+ +
+ Muscle +
+ +
+ Pool +
+
+
+
+ Score +
+ +
+ Mojo +
+ +
+ Pool +
+
+
+
+ Score +
+ +
+ Toughness +
+ +
+ Pool +
+
+
+
+ Score +
+ +
+ Guts +
+ +
+ Pool +
+
+
+
+ Score +
+ +
+ Dexterity +
+ +
+ Pool +
+
+
+
+ +
+ Physical Damage +
+
+
+
+ +
+ Mental Damage +
+
+
+
+ +
+ Social Damage +
+
+
+
+ Score +
+ +
+ Brains +
+ +
+ Pool +
+
+
+
+ Score +
+ +
+ Mug +
+ +
+ Pool +
+
+
+
+ Score +
+ +
+ Chutzpah +
+ +
+ Pool +
+
+
+
+ Score +
+ +
+ Cool +
+ +
+ Pool +
+
+
+ + + + + + + + + + + + + + + + + +
+ Amateur + +   +
+ Professional + + + +
+ Expert + + ++ +
+ Virtuoso + + ++ & 3d6k2 +
+
+
+
+
+ + Skills + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + Administrator + +
+ + Bum + +
+ + Artist + +
+ + Athlete + +
+ + Brawler + +
+ + Safecracker + +
+ + Driver + +
+ + Actor + +
+ + Merchant + +
+ + Demonist + +
+ + Diplomat + +
+ + Investigator + +
+ + Entertainer + +
+ + Gambler + +
+ + Mechanic + +
+ + Pilot + +
+ + Psychologist + +
+ + Scientist + +
+ + Seducer + +
+ + Technician + +
+ + Marksman + +
+ + Doc + +
+ + Bouncer + +
+ + Thief + +
+
+ Description +
+ +
+
+
+ Equipment +
+
+
+ +
+
+
+ Past +
+
+
+ +
+ +
+
+
+ Consequences +     + Flashback + +
+
+
+ +
+ +
+
+
+ Observations & Notes +
+ +
+ + + + + + + + + + + +
+ Russian Roulette +
+ {{name}} +
+ Survives if the number that comes up is not ticked. + + {{jet}} +
+
+ + + + + + + + + + {{#rollTotal() jet 2}} + + + + {{/rollTotal() jet 2}} + {{#rollTotal() jet 3}} + + + + {{/rollTotal() jet 3}} + {{#rollTotal() jet 4}} + + + + {{/rollTotal() jet 4}} + {{#rollTotal() jet 5}} + + + + + + + + + + + + + + + + + + + + + {{/rollTotal() jet 5}} + {{#rollTotal() jet 6}} + + + + + + + + + + + + + + + + + + + + + {{/rollTotal() jet 6}} + {{#rollTotal() jet 7}} + + + + {{/rollTotal() jet 7}} + {{#rollTotal() jet 8}} + + + + + + + + + + + + + + + + + + + + + {{/rollTotal() jet 8}} + {{#rollTotal() jet 9}} + + + + + + + + + + + + + + + + + + + + + {{/rollTotal() jet 9}} + {{#rollTotal() jet 10}} + + + + {{/rollTotal() jet 10}} + {{#rollTotal() jet 11}} + + + + {{/rollTotal() jet 11}} + {{#rollTotal() jet 12}} + + + + {{/rollTotal() jet 12}} +
+ {{name}} +
+ {{skill}} +
+ {{jet}} +
+ Failure +
+ Failure +
+ Neutral +
+ Base + + Neutral +
+ + + + Neutral +
+ ++ + + Neutral +
+ +++ + + Success +
+ ++++ + + Success +
+ Base + + Neutral +
+ + + + Success +
+ ++ + + Success +
+ +++ + + Success +
+ ++++ + + Success +
+ Success +
+ Base + + Neutral +
+ + + + Neutral +
+ ++ + + Success +
+ +++ + + Success +
+ ++++ + + Success +
+ Base + + Neutral +
+ + + + Neutral +
+ ++ + + Neutral +
+ +++ + + Neutral +
+ ++++ + + Success +
+ Neutral +
+ Success +
+ Failure +
+
+ + + \ No newline at end of file diff --git a/Hellywood/Hellywood.jpg b/Hellywood/Hellywood.jpg new file mode 100644 index 0000000000..97ad90c3b6 Binary files /dev/null and b/Hellywood/Hellywood.jpg differ diff --git a/Hellywood/Hellywood.png b/Hellywood/Hellywood.png new file mode 100644 index 0000000000..5ae7c98d61 Binary files /dev/null and b/Hellywood/Hellywood.png differ diff --git a/Hellywood/Hellywood_logo.png b/Hellywood/Hellywood_logo.png new file mode 100644 index 0000000000..46c69604d4 Binary files /dev/null and b/Hellywood/Hellywood_logo.png differ diff --git a/Hellywood/Hellywood_roulette.png b/Hellywood/Hellywood_roulette.png new file mode 100644 index 0000000000..a4d42271bd Binary files /dev/null and b/Hellywood/Hellywood_roulette.png differ diff --git a/Hellywood/ReadMe.md b/Hellywood/ReadMe.md new file mode 100644 index 0000000000..679ff41f4d --- /dev/null +++ b/Hellywood/ReadMe.md @@ -0,0 +1,8 @@ +# Hellywood + +Feuille de personnage pour Hellywood en anglais et français. +Plus d'informations : http://johndoe-rpg.com/catalogue/hellywood/ +La fiche utilise le système de traduction de Roll20. + +##v1.0 (2017-02-04) +Création de la fiche. diff --git a/Hellywood/sheet.json b/Hellywood/sheet.json new file mode 100644 index 0000000000..2aec5b853d --- /dev/null +++ b/Hellywood/sheet.json @@ -0,0 +1,8 @@ +{ + "html": "Hellywood.html", + "css": "Hellywood.css", + "authors": "DiChim Zoug", + "roll20userid": "47829", + "preview": "Hellywood.png", + "instructions": "Character sheet for Hellywood in english and french / Fiche de personnage pour Hellywood en anglais et français" +} diff --git a/Hellywood/translation.json b/Hellywood/translation.json new file mode 100644 index 0000000000..9301b17b43 --- /dev/null +++ b/Hellywood/translation.json @@ -0,0 +1,76 @@ +{ + "character-u": "Character", + "character_name": "Name", + "nature-u": "Nature", + "advantage-u": "Advantage", + "disadvantage-u": "Disadvantage", + "jokers-titre-u": "Jokers", + "russian-roulette-u": "Russian Roulette", + "roll_roulette-title": "Russian Roulette", + "fbp-u": "F.B.P.", + "fbp-title": "F*ck*n' b*st*rd points", + "fbp-text-u": "Allows rerolling but be careful when it backfires.", + "attributes-titre-u": "Attributes", + "damage-u": "Damage", + "shotgun": "Shotgun", + "score-u": "Score", + "muscle-u": "Muscle", + "pool-u": "Pool", + "mojo-u": "Mojo", + "toughness-u": "Toughness", + "guts-u": "Guts", + "dexterity-u": "Dexterity", + "physical-damage-u": "Physical Damage", + "mental-damage-u": "Mental Damage", + "social-damage-u": "Social Damage", + "brains-u": "Brains", + "mug-u": "Mug", + "chutzpah-u": "Chutzpah", + "cool-u": "Cool", + "skill-level-amateur-u": "Amateur", + "skill-level-profesional-u": "Professional", + "skill-level-expert-u": "Expert", + "skill-level-virtuoso-u": "Virtuoso", + "skills-titre-u": "Skills", + "administrator": "Administrator", + "level-professional": "Pro", + "level-expert": "Exp", + "level-vituoso": "Vir", + "bum": "Bum", + "artist": "Artist", + "athlete": "Athlete", + "brawler": "Brawler", + "safecracker": "Safecracker", + "driver": "Driver", + "actor": "Actor", + "merchant": "Merchant", + "demonist": "Demonist", + "diplomat": "Diplomat", + "investigator": "Investigator", + "entertainer": "Entertainer", + "gambler": "Gambler", + "mechanic": "Mechanic", + "pilot": "Pilot", + "psychologist": "Psychologist", + "scientist": "Scientist", + "seducer": "Seducer", + "technician": "Technician", + "marksman": "Marksman", + "doc": "Doc", + "bouncer": "Bouncer", + "thief": "Thief", + "description-u": "Description", + "equipment-u": "Equipment", + "equipement-p": "Equipment", + "past-u": "Past", + "past-p": "Past", + "consequences-u": "Consequences", + "flashback-u": "Flashback", + "consequence-p": "consequence", + "notes-u": "Observations & Notes", + "roulette-text-t": "Survives if the number that comes up is not ticked.", + "neutral-t": "Neutral", + "base-t": "Base", + "success-t": "Success", + "failure-t": "Failure" +} \ No newline at end of file diff --git a/Hellywood/translations/en.json b/Hellywood/translations/en.json new file mode 100644 index 0000000000..9301b17b43 --- /dev/null +++ b/Hellywood/translations/en.json @@ -0,0 +1,76 @@ +{ + "character-u": "Character", + "character_name": "Name", + "nature-u": "Nature", + "advantage-u": "Advantage", + "disadvantage-u": "Disadvantage", + "jokers-titre-u": "Jokers", + "russian-roulette-u": "Russian Roulette", + "roll_roulette-title": "Russian Roulette", + "fbp-u": "F.B.P.", + "fbp-title": "F*ck*n' b*st*rd points", + "fbp-text-u": "Allows rerolling but be careful when it backfires.", + "attributes-titre-u": "Attributes", + "damage-u": "Damage", + "shotgun": "Shotgun", + "score-u": "Score", + "muscle-u": "Muscle", + "pool-u": "Pool", + "mojo-u": "Mojo", + "toughness-u": "Toughness", + "guts-u": "Guts", + "dexterity-u": "Dexterity", + "physical-damage-u": "Physical Damage", + "mental-damage-u": "Mental Damage", + "social-damage-u": "Social Damage", + "brains-u": "Brains", + "mug-u": "Mug", + "chutzpah-u": "Chutzpah", + "cool-u": "Cool", + "skill-level-amateur-u": "Amateur", + "skill-level-profesional-u": "Professional", + "skill-level-expert-u": "Expert", + "skill-level-virtuoso-u": "Virtuoso", + "skills-titre-u": "Skills", + "administrator": "Administrator", + "level-professional": "Pro", + "level-expert": "Exp", + "level-vituoso": "Vir", + "bum": "Bum", + "artist": "Artist", + "athlete": "Athlete", + "brawler": "Brawler", + "safecracker": "Safecracker", + "driver": "Driver", + "actor": "Actor", + "merchant": "Merchant", + "demonist": "Demonist", + "diplomat": "Diplomat", + "investigator": "Investigator", + "entertainer": "Entertainer", + "gambler": "Gambler", + "mechanic": "Mechanic", + "pilot": "Pilot", + "psychologist": "Psychologist", + "scientist": "Scientist", + "seducer": "Seducer", + "technician": "Technician", + "marksman": "Marksman", + "doc": "Doc", + "bouncer": "Bouncer", + "thief": "Thief", + "description-u": "Description", + "equipment-u": "Equipment", + "equipement-p": "Equipment", + "past-u": "Past", + "past-p": "Past", + "consequences-u": "Consequences", + "flashback-u": "Flashback", + "consequence-p": "consequence", + "notes-u": "Observations & Notes", + "roulette-text-t": "Survives if the number that comes up is not ticked.", + "neutral-t": "Neutral", + "base-t": "Base", + "success-t": "Success", + "failure-t": "Failure" +} \ No newline at end of file diff --git a/Hellywood/translations/fr.json b/Hellywood/translations/fr.json new file mode 100644 index 0000000000..d43f51c20d --- /dev/null +++ b/Hellywood/translations/fr.json @@ -0,0 +1,76 @@ +{ + "character-u": "Personnage", + "character_name": "Nom", + "nature-u": "Nature", + "advantage-u": "Avantage", + "disadvantage-u": "Inconvénient", + "jokers-titre-u": "Jokers", + "russian-roulette-u": "Roulette Russe", + "roll_roulette-title": "Roulette Russe", + "fbp-u": "F.B.P.", + "fbp-title": "F*ck*n' b*st*rd points", + "fbp-text-u": "Permet une relance mais gare au retour de flamme.", + "attributes-titre-u": "Attributs", + "damage-u": "Dommages", + "shotgun": "Shotgun", + "score-u": "Score", + "muscle-u": "Punch", + "pool-u": "Cave", + "mojo-u": "Mojo", + "toughness-u": "Solidité", + "guts-u": "Tripes", + "dexterity-u": "Doigté", + "physical-damage-u": "Dommages Physiques", + "mental-damage-u": "Dommages Menteaux", + "social-damage-u": "Dommages Sociaux", + "brains-u": "Méninges", + "mug-u": "Trogne", + "chutzpah-u": "Bagout", + "cool-u": "Aplomb", + "skill-level-amateur-u": "Amateur", + "skill-level-profesional-u": "Professionel", + "skill-level-expert-u": "Expert", + "skill-level-virtuoso-u": "Virtuose", + "skills-titre-u": "Talents", + "administrator": "Administrateur", + "level-professional": "Pro", + "level-expert": "Exp", + "level-vituoso": "Vir", + "bum": "Arpenteur", + "artist": "Artiste", + "athlete": "Athlète", + "brawler": "Bagarreur", + "safecracker": "Casseur", + "driver": "Chauffeur", + "actor": "Comédien", + "merchant": "Commerçant", + "demonist": "Démoniste", + "diplomat": "Diplomate", + "investigator": "Enquêteur", + "entertainer": "Entertainer", + "gambler": "Joueur", + "mechanic": "Mécano", + "pilot": "Pilote", + "psychologist": "Psychologue", + "scientist": "Scientifique", + "seducer": "Séducteur", + "technician": "Technicien", + "marksman": "Tireur", + "doc": "Toubib", + "bouncer": "Videur", + "thief": "Voleur", + "description-u": "Description", + "equipment-u": "Equipment", + "equipement-p": "Equipement", + "past-u": "Passé", + "past-p": "Passé", + "consequences-u": "Séquelles", + "flashback-u": "Flashback", + "consequence-p": "Séquelle", + "notes-u": "Observations & Notes", + "roulette-text-t": "Survie si la face tirée n’est pas cochée.", + "neutral-t": "Neutre", + "base-t": "Base", + "success-t": "Succès", + "failure-t": "Échec" +} \ No newline at end of file