sheet terms

This commit is contained in:
François-Xavier Guillois
2023-05-30 15:42:33 +02:00
parent cb71f649f1
commit 411c8f9bce
8 changed files with 95 additions and 142 deletions
+28 -66
View File
@@ -33,8 +33,8 @@
"TOTEM.tooling":"Equipement", "TOTEM.tooling":"Equipement",
"ABILITIES": { "ABILITIES": {
"strength": { "name": "Puissance"}, "vigor": { "name": "Vigueur"},
"constitution": { "name": "Résistance"}, "health": { "name": "Santé"},
"precision":{ "name": "Précision"}, "precision":{ "name": "Précision"},
"reflexes":{ "name": "Réflexes"}, "reflexes":{ "name": "Réflexes"},
"knowledge":{ "name": "Connaissance"}, "knowledge":{ "name": "Connaissance"},
@@ -56,17 +56,17 @@
"TOTEM.skill_level.master": "Maître", "TOTEM.skill_level.master": "Maître",
"TOTEM.skill_level.legend": "Légende", "TOTEM.skill_level.legend": "Légende",
"INSTINCTS": { "TOTEMS": {
"architect": { "name": "L'Architecte"}, "human": { "name": "L'Humain", "number":1},
"sword": { "name": "L'épée"}, "predator": { "name": "Le prédateur", "number":2},
"flail": { "name": "Le fléau"}, "scavenger": { "name": "Le Charognard", "number":3},
"man": { "name": "L'Homme"}, "symbiote": { "name": "Le Symbiote", "number":4},
"keeper": { "name": "Le Gardien"}, "parasite": { "name": "Le Parasite", "number":5},
"hand": { "name": "La Main"}, "builder": { "name": "Le Bâtisseur", "number":6},
"mask": { "name": "Le Masque"}, "horde": { "name": "La Horde", "number":7},
"void": { "name": "Le Néant"}, "hive": { "name": "La Ruche", "number":8},
"bone": { "name": "L'Os"}, "loner": { "name": "Le solitaire", "number":9},
"traveller": { "name": "Le Voyageur"} "adapted": { "name": "L'adapté", "number":10}
}, },
"ABILITY_CATEGORIES": { "ABILITY_CATEGORIES": {
"physical": { "name": "Physique"}, "physical": { "name": "Physique"},
@@ -89,71 +89,33 @@
"rumors": { "name": "Cité"}, "rumors": { "name": "Cité"},
"healing": { "name": "Soins"}, "healing": { "name": "Soins"},
"animalism": { "name": "Animalisme"}, "animalism": { "name": "Animalisme"},
"riding": { "name": "Monture"}, "dissection": { "name": "Dissection"},
"wildlife": { "name": "Faune"}, "wildlife": { "name": "Faune"},
"territory": { "name": "Territoire"}, "repulsion": { "name": "Répulsion"},
"tracks": { "name": "Pistage"}, "tracks": { "name": "Traces"},
"crafting": { "name": "Artisanat"}, "crafting": { "name": "Artisanat"},
"manipulation": { "name": "Adresse"}, "diy": { "name": "Bricolage"},
"mecanisms": { "name": "Mécanismes"}, "mecanical": { "name": "Mécanique"},
"runes": { "name": "Runes"}, "piloting": { "name": "Pilotage"},
"technology": { "name": "Technologie"},
"firearms": { "name": "Armes à feu"},
"armory": { "name": "Armurerie"}, "armory": { "name": "Armurerie"},
"shield": { "name": "Bouclier"}, "shield": { "name": "Bouclier"},
"close": { "name": "Corps-à-corps"}, "close": { "name": "Corps-à-corps"},
"archery": { "name": "Tir"}, "archery": { "name": "Armes de tir"},
"throwing": { "name": "Lancer"}, "throwing": { "name": "Lancer"},
"melee": { "name": "Mêlée"}, "melee": { "name": "Mêlée"},
"atletics": { "name": "Atlétisme"}, "atletics": { "name": "Atlétisme"},
"stealth": { "name": "Discrétion"}, "stealth": { "name": "Discrétion"},
"alertness": { "name": "Vigilance"}, "alertness": { "name": "Vigilance"},
"flora": { "name": "Flore"}, "flora": { "name": "Flore"},
"road": { "name": "Voyage"}, "food": { "name": "Alimentation"},
"burst": { "name": "Eclat"}, "environment": { "name": "Environnement"},
"moons": { "name": "Lunes"}, "road": { "name": "Route"},
"myths": { "name": "Mythes"}, "toxics": { "name": "Toxiques"},
"pantheons": { "name": "Panthéons"}, "ruins": { "name": "Vestiges"}
"rituals": { "name": "Rituels"}
}, },
"TOTEM.sexes.male":"Masculin", "TOTEM.sexes.male":"Masculin",
"TOTEM.sexes.female":"Féminin", "TOTEM.sexes.female":"Féminin"
"SIGNS": {
"wolf":{
"name":"Le Loup",
"description":""
},
"child":{
"name":"L'Enfant",
"description":""
},
"tree":{
"name":"L'Arbre",
"description":""
},
"specter":{
"name":"Le Spectre",
"description":""
},
"whirlwind":{
"name":"Le Tourbillon",
"description":""
},
"vulture":{
"name":"Le Vautour",
"description":""
},
"ship":{
"name":"Le Navire",
"description":""
},
"sword":{
"name":"Le Glaive",
"description":""
},
"cat":{
"name":"Le Chat",
"description":""
}
}
} }
+10 -8
View File
@@ -67,14 +67,16 @@ TOTEM.skillCategories = {
TOTEM.sexes = {"male": "TOTEM.sexes.male", "female": "TOTEM.sexes.female"}; TOTEM.sexes = {"male": "TOTEM.sexes.male", "female": "TOTEM.sexes.female"};
TOTEM.signs = {"wolf":"SIGNS.wolf.name","child": "SIGNS.child.name" , TOTEM.totems = {"human":"TOTEMS.human.name",
"tree": "SIGNS.tree.name" , "predator": "TOTEMS.predator.name" ,
"specter": "SIGNS.specter.name" , "scavenger": "TOTEMS.scavenger.name" ,
"whirlwind": "SIGNS.whirlwind.name" , "symbiote": "TOTEMS.symbiote.name" ,
"vulture": "SIGNS.vulture.name" , "parasite": "TOTEMS.parasite.name" ,
"ship": "SIGNS.ship.name" , "builder": "TOTEMS.builder.name" ,
"sword": "SIGNS.sword.name" , "horde": "TOTEMS.horde.name" ,
"cat": "SIGNS.cat.name" } "hive": "TOTEMS.hive.name" ,
"loner": "TOTEMS.loner.name",
"adapted": "TOTEMS.adapted.name" }
TOTEM.origins = {"aon":"Aon", TOTEM.origins = {"aon":"Aon",
"avhorae": "Avhorae" , "avhorae": "Avhorae" ,
+1 -1
View File
@@ -12,7 +12,7 @@
"systems/totem/templates/actor/parts/actor-features.html", "systems/totem/templates/actor/parts/actor-features.html",
"systems/totem/templates/actor/parts/actor-spells.html", "systems/totem/templates/actor/parts/actor-spells.html",
"systems/totem/templates/actor/parts/actor-id.hbs", "systems/totem/templates/actor/parts/actor-id.hbs",
"systems/totem/templates/actor/parts/actor-instincts.hbs", "systems/totem/templates/actor/parts/actor-totem.hbs",
"systems/totem/templates/actor/parts/character-features.hbs", "systems/totem/templates/actor/parts/character-features.hbs",
"systems/totem/templates/actor/parts/character-header.hbs", "systems/totem/templates/actor/parts/character-header.hbs",
"systems/totem/templates/actor/parts/actor-items.html", "systems/totem/templates/actor/parts/actor-items.html",
+44 -44
View File
@@ -22,7 +22,7 @@
"identity": { "identity": {
"height": 0, "height": 0,
"weight": 0, "weight": 0,
"sign": "", "totem": "",
"age": 15, "age": 15,
"origin": "" "origin": ""
}, },
@@ -63,13 +63,13 @@
} }
}, },
"abilities": { "abilities": {
"strength": { "vigor": {
"value": 0, "value": 0,
"min": 0, "min": 0,
"max": 5, "max": 5,
"category": "physical" "category": "physical"
}, },
"constitution": { "health": {
"value": 0, "value": 0,
"min": 0, "min": 0,
"max": 5, "max": 5,
@@ -118,21 +118,21 @@
"min": 0, "min": 0,
"max": 5, "max": 5,
"category": "man", "category": "man",
"rarity":0 "rarity":1
}, },
"civilization": { "civilization": {
"value": 0, "value": 0,
"min": 0, "min": 0,
"max": 5, "max": 5,
"category": "man", "category": "man",
"rarity":0 "rarity":2
}, },
"psychology": { "psychology": {
"value": 0, "value": 0,
"min": 0, "min": 0,
"max": 5, "max": 5,
"category": "man", "category": "man",
"rarity":0 "rarity":1
}, },
"rumors": { "rumors": {
"value": 0, "value": 0,
@@ -146,7 +146,7 @@
"min": 0, "min": 0,
"max": 5, "max": 5,
"category": "man", "category": "man",
"rarity":0 "rarity":1
}, },
"animalism": { "animalism": {
"value": 0, "value": 0,
@@ -155,7 +155,7 @@
"category": "animal", "category": "animal",
"rarity":1 "rarity":1
}, },
"riding": { "dissection": {
"value": 0, "value": 0,
"min": 0, "min": 0,
"max": 5, "max": 5,
@@ -167,9 +167,9 @@
"min": 0, "min": 0,
"max": 5, "max": 5,
"category": "animal", "category": "animal",
"rarity":0 "rarity":1
}, },
"territory": { "repulsion": {
"value": 0, "value": 0,
"min": 0, "min": 0,
"max": 5, "max": 5,
@@ -188,42 +188,42 @@
"min": 0, "min": 0,
"max": 5, "max": 5,
"category": "tool", "category": "tool",
"rarity":1 "rarity":2
}, },
"manipulation": { "diy": {
"value": 0, "value": 0,
"min": 0, "min": 0,
"max": 5, "max": 5,
"category": "tool", "category": "tool",
"rarity":0 "rarity":0
}, },
"mecanisms": { "mecanical": {
"value": 0, "value": 0,
"min": 0, "min": 0,
"max": 5, "max": 5,
"category": "tool", "category": "tool",
"rarity":2 "rarity":2
}, },
"runes": { "piloting": {
"value": 0, "value": 0,
"min": 0, "min": 0,
"max": 5, "max": 5,
"category": "tool", "category": "tool",
"rarity":1 "rarity":1
}, },
"armory": { "technology": {
"value": 0, "value": 0,
"min": 0, "min": 0,
"max": 5, "max": 5,
"category": "tool", "category": "tool",
"rarity":2 "rarity":2
}, },
"shield": { "firearms": {
"value": 0, "value": 0,
"min": 0, "min": 0,
"max": 5, "max": 5,
"category": "weapon", "category": "weapon",
"rarity":1 "rarity":2
}, },
"archery": { "archery": {
"value": 0, "value": 0,
@@ -232,12 +232,12 @@
"category": "weapon", "category": "weapon",
"rarity":0 "rarity":0
}, },
"close": { "armory": {
"value": 0, "value": 0,
"min": 0, "min": 0,
"max": 5, "max": 5,
"category": "weapon", "category": "weapon",
"rarity":0 "rarity":2
}, },
"throwing": { "throwing": {
"value": 0, "value": 0,
@@ -267,7 +267,7 @@
"category": "survival", "category": "survival",
"rarity":0 "rarity":0
}, },
"flora": { "food": {
"value": 0, "value": 0,
"min": 0, "min": 0,
"max": 5, "max": 5,
@@ -281,47 +281,47 @@
"category": "survival", "category": "survival",
"rarity":0 "rarity":0
}, },
"road": { "close": {
"value": 0, "value": 0,
"min": 0, "min": 0,
"max": 5, "max": 5,
"category": "survival", "category": "survival",
"rarity":0 "rarity":0
}, },
"burst": { "environment": {
"value": 0,
"min": 0,
"max": 5,
"category": "world",
"rarity":1
},
"flora": {
"value": 0,
"min": 0,
"max": 5,
"category": "world",
"rarity":1
},
"road": {
"value": 0,
"min": 0,
"max": 5,
"category": "world",
"rarity":0
},
"toxics": {
"value": 0, "value": 0,
"min": 0, "min": 0,
"max": 5, "max": 5,
"category": "world", "category": "world",
"rarity":2 "rarity":2
}, },
"moons": { "ruins": {
"value": 0, "value": 0,
"min": 0, "min": 0,
"max": 5, "max": 5,
"category": "world", "category": "world",
"rarity":1 "rarity":1
},
"myths": {
"value": 0,
"min": 0,
"max": 5,
"category": "world",
"rarity":1
},
"pantheons": {
"value": 0,
"min": 0,
"max": 5,
"category": "world",
"rarity":1
},
"rituals": {
"value": 0,
"min": 0,
"max": 5,
"category": "world",
"rarity":2
} }
} }
}, },
+9 -20
View File
@@ -13,31 +13,26 @@
<!-- SHEET NAVIGATION --> <!-- SHEET NAVIGATION -->
<nav class="sheet-navigation sheet-tabs tabs flex-group-end" data-group="primary"> <nav class="sheet-navigation sheet-tabs tabs flex-group-end" data-group="primary">
<a class="item" data-tab="character" title="{{localize "GODS.tab_character_label"}}"> <a class="item" data-tab="character" title="{{localize "TOTEM.tab_character_label"}}">
<i class="fas fa-address-card"></i> <i class="fas fa-address-card"></i>
</a> </a>
<a class="item" data-tab="instincts" title="{{localize "GODS.tab_instincts_label"}}"> <a class="item" data-tab="instincts" title="{{localize "TOTEM.tab_instincts_label"}}">
<i class="fas fa-star"></i> <i class="fas fa-star"></i>
</a> </a>
<a class="item" data-tab="equipment" title="{{localize "TOTEM.tab_equipment_label"}}">
<a class="item" data-tab="gods" title="{{localize "GODS.tab_gods_label"}}">
<i class="fas fa-wand-magic-sparkles"></i>
</a>
<a class="item" data-tab="equipment" title="{{localize "GODS.tab_equipment_label"}}">
<i class="fas fa-hammer"></i> <i class="fas fa-hammer"></i>
</a> </a>
<a class="item" data-tab="stories" title="{{localize "GODS.tab_stories_label"}}"> <a class="item" data-tab="stories" title="{{localize "TOTEM.tab_stories_label"}}">
<i class="fas fa-hand-paper"></i> <i class="fas fa-hand-paper"></i>
</a> </a>
<a class="item" data-tab="combat" title="{{localize "GODS.tab_combat_label"}}"> <a class="item" data-tab="combat" title="{{localize "TOTEM.tab_combat_label"}}">
<i class="fas fa-medal"></i> <i class="fas fa-medal"></i>
</a> </a>
<a class="manage-tabs" data-action="manage-tabs" title="{{localize "GODS.tab_options"}}"> <a class="manage-tabs" data-action="manage-tabs" title="{{localize "TOTEM.tab_options"}}">
<i class="fas fa-fw fa-ellipsis-v"></i> <i class="fas fa-fw fa-ellipsis-v"></i>
</a> </a>
</nav> </nav>
@@ -49,16 +44,10 @@
<!-- Character --> <!-- Character -->
{{> "systems/totem/templates/actor/parts/character-features.hbs"}} {{> "systems/totem/templates/actor/parts/character-features.hbs"}}
</div> </div>
<div class="tab instincts" data-group="primary" data-tab="instincts"> <div class="tab instincts" data-group="primary" data-tab="totem">
<h3>Instincts</h3> <h3>Totem</h3>
<!-- Rituals --> <!-- Rituals -->
{{> "systems/totem/templates/actor/parts/actor-instincts.hbs"}} {{> "systems/totem/templates/actor/parts/actor-totem.hbs"}}
</div>
<div class="tab gods" data-group="primary" data-tab="gods">
<h3>Dieux</h3>
<!-- Rituals -->
{{> "systems/totem/templates/actor/parts/actor-spells.html"}}
</div> </div>
<div class="tab equipment" data-group="primary" data-tab="equipment"> <div class="tab equipment" data-group="primary" data-tab="equipment">
<h3>Equipement</h3> <h3>Equipement</h3>
+2 -2
View File
@@ -31,9 +31,9 @@
</li> </li>
<li> <li>
<div class="flexcol flex-group-center items-center w-full"> <div class="flexcol flex-group-center items-center w-full">
<label for="system.identity.sign" class="resource-label flexlarge align-left">Signe astro.</label> <label for="system.identity.sign" class="resource-label flexlarge align-left">Totem</label>
<select name="system.identity.sign" class="w-full"> <select name="system.identity.sign" class="w-full">
{{selectOptions config.signs selected=system.identity.sign localize=true}} {{selectOptions config.totems selected=system.identity.totem localize=true}}
</select> </select>
</div> </div>
</li> </li>
+1 -1
View File
@@ -2,7 +2,7 @@
<header class="char-header"> <header class="char-header">
<section class="char-details"> <section class="char-details">
<h1 class="char-name"> <h1 class="char-name">
<input name="name" type="text" value="{{actor.name}}" placeholder="{{localize "GODS.CharacterNamePlaceholder"}}" spellcheck="false" /> <input name="name" type="text" value="{{actor.name}}" placeholder="{{localize "TOTEM.CharacterNamePlaceholder"}}" spellcheck="false" />
</h1> </h1>
</section> </section>