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",
"ABILITIES": {
"strength": { "name": "Puissance"},
"constitution": { "name": "Résistance"},
"vigor": { "name": "Vigueur"},
"health": { "name": "Santé"},
"precision":{ "name": "Précision"},
"reflexes":{ "name": "Réflexes"},
"knowledge":{ "name": "Connaissance"},
@@ -56,17 +56,17 @@
"TOTEM.skill_level.master": "Maître",
"TOTEM.skill_level.legend": "Légende",
"INSTINCTS": {
"architect": { "name": "L'Architecte"},
"sword": { "name": "L'épée"},
"flail": { "name": "Le fléau"},
"man": { "name": "L'Homme"},
"keeper": { "name": "Le Gardien"},
"hand": { "name": "La Main"},
"mask": { "name": "Le Masque"},
"void": { "name": "Le Néant"},
"bone": { "name": "L'Os"},
"traveller": { "name": "Le Voyageur"}
"TOTEMS": {
"human": { "name": "L'Humain", "number":1},
"predator": { "name": "Le prédateur", "number":2},
"scavenger": { "name": "Le Charognard", "number":3},
"symbiote": { "name": "Le Symbiote", "number":4},
"parasite": { "name": "Le Parasite", "number":5},
"builder": { "name": "Le Bâtisseur", "number":6},
"horde": { "name": "La Horde", "number":7},
"hive": { "name": "La Ruche", "number":8},
"loner": { "name": "Le solitaire", "number":9},
"adapted": { "name": "L'adapté", "number":10}
},
"ABILITY_CATEGORIES": {
"physical": { "name": "Physique"},
@@ -89,71 +89,33 @@
"rumors": { "name": "Cité"},
"healing": { "name": "Soins"},
"animalism": { "name": "Animalisme"},
"riding": { "name": "Monture"},
"dissection": { "name": "Dissection"},
"wildlife": { "name": "Faune"},
"territory": { "name": "Territoire"},
"tracks": { "name": "Pistage"},
"repulsion": { "name": "Répulsion"},
"tracks": { "name": "Traces"},
"crafting": { "name": "Artisanat"},
"manipulation": { "name": "Adresse"},
"mecanisms": { "name": "Mécanismes"},
"runes": { "name": "Runes"},
"diy": { "name": "Bricolage"},
"mecanical": { "name": "Mécanique"},
"piloting": { "name": "Pilotage"},
"technology": { "name": "Technologie"},
"firearms": { "name": "Armes à feu"},
"armory": { "name": "Armurerie"},
"shield": { "name": "Bouclier"},
"close": { "name": "Corps-à-corps"},
"archery": { "name": "Tir"},
"archery": { "name": "Armes de tir"},
"throwing": { "name": "Lancer"},
"melee": { "name": "Mêlée"},
"atletics": { "name": "Atlétisme"},
"stealth": { "name": "Discrétion"},
"alertness": { "name": "Vigilance"},
"flora": { "name": "Flore"},
"road": { "name": "Voyage"},
"burst": { "name": "Eclat"},
"moons": { "name": "Lunes"},
"myths": { "name": "Mythes"},
"pantheons": { "name": "Panthéons"},
"rituals": { "name": "Rituels"}
"food": { "name": "Alimentation"},
"environment": { "name": "Environnement"},
"road": { "name": "Route"},
"toxics": { "name": "Toxiques"},
"ruins": { "name": "Vestiges"}
},
"TOTEM.sexes.male":"Masculin",
"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":""
}
}
"TOTEM.sexes.female":"Féminin"
}
+10 -8
View File
@@ -67,14 +67,16 @@ TOTEM.skillCategories = {
TOTEM.sexes = {"male": "TOTEM.sexes.male", "female": "TOTEM.sexes.female"};
TOTEM.signs = {"wolf":"SIGNS.wolf.name","child": "SIGNS.child.name" ,
"tree": "SIGNS.tree.name" ,
"specter": "SIGNS.specter.name" ,
"whirlwind": "SIGNS.whirlwind.name" ,
"vulture": "SIGNS.vulture.name" ,
"ship": "SIGNS.ship.name" ,
"sword": "SIGNS.sword.name" ,
"cat": "SIGNS.cat.name" }
TOTEM.totems = {"human":"TOTEMS.human.name",
"predator": "TOTEMS.predator.name" ,
"scavenger": "TOTEMS.scavenger.name" ,
"symbiote": "TOTEMS.symbiote.name" ,
"parasite": "TOTEMS.parasite.name" ,
"builder": "TOTEMS.builder.name" ,
"horde": "TOTEMS.horde.name" ,
"hive": "TOTEMS.hive.name" ,
"loner": "TOTEMS.loner.name",
"adapted": "TOTEMS.adapted.name" }
TOTEM.origins = {"aon":"Aon",
"avhorae": "Avhorae" ,
+1 -1
View File
@@ -12,7 +12,7 @@
"systems/totem/templates/actor/parts/actor-features.html",
"systems/totem/templates/actor/parts/actor-spells.html",
"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-header.hbs",
"systems/totem/templates/actor/parts/actor-items.html",
+44 -44
View File
@@ -22,7 +22,7 @@
"identity": {
"height": 0,
"weight": 0,
"sign": "",
"totem": "",
"age": 15,
"origin": ""
},
@@ -63,13 +63,13 @@
}
},
"abilities": {
"strength": {
"vigor": {
"value": 0,
"min": 0,
"max": 5,
"category": "physical"
},
"constitution": {
"health": {
"value": 0,
"min": 0,
"max": 5,
@@ -118,21 +118,21 @@
"min": 0,
"max": 5,
"category": "man",
"rarity":0
"rarity":1
},
"civilization": {
"value": 0,
"min": 0,
"max": 5,
"category": "man",
"rarity":0
"rarity":2
},
"psychology": {
"value": 0,
"min": 0,
"max": 5,
"category": "man",
"rarity":0
"rarity":1
},
"rumors": {
"value": 0,
@@ -146,7 +146,7 @@
"min": 0,
"max": 5,
"category": "man",
"rarity":0
"rarity":1
},
"animalism": {
"value": 0,
@@ -155,7 +155,7 @@
"category": "animal",
"rarity":1
},
"riding": {
"dissection": {
"value": 0,
"min": 0,
"max": 5,
@@ -167,9 +167,9 @@
"min": 0,
"max": 5,
"category": "animal",
"rarity":0
"rarity":1
},
"territory": {
"repulsion": {
"value": 0,
"min": 0,
"max": 5,
@@ -188,42 +188,42 @@
"min": 0,
"max": 5,
"category": "tool",
"rarity":1
"rarity":2
},
"manipulation": {
"diy": {
"value": 0,
"min": 0,
"max": 5,
"category": "tool",
"rarity":0
},
"mecanisms": {
"mecanical": {
"value": 0,
"min": 0,
"max": 5,
"category": "tool",
"rarity":2
},
"runes": {
"piloting": {
"value": 0,
"min": 0,
"max": 5,
"category": "tool",
"rarity":1
},
"armory": {
"technology": {
"value": 0,
"min": 0,
"max": 5,
"category": "tool",
"rarity":2
},
"shield": {
"firearms": {
"value": 0,
"min": 0,
"max": 5,
"category": "weapon",
"rarity":1
"rarity":2
},
"archery": {
"value": 0,
@@ -232,12 +232,12 @@
"category": "weapon",
"rarity":0
},
"close": {
"armory": {
"value": 0,
"min": 0,
"max": 5,
"category": "weapon",
"rarity":0
"rarity":2
},
"throwing": {
"value": 0,
@@ -267,7 +267,7 @@
"category": "survival",
"rarity":0
},
"flora": {
"food": {
"value": 0,
"min": 0,
"max": 5,
@@ -281,47 +281,47 @@
"category": "survival",
"rarity":0
},
"road": {
"close": {
"value": 0,
"min": 0,
"max": 5,
"category": "survival",
"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,
"min": 0,
"max": 5,
"category": "world",
"rarity":2
},
"moons": {
"ruins": {
"value": 0,
"min": 0,
"max": 5,
"category": "world",
"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 -->
<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>
</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>
</a>
<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"}}">
<a class="item" data-tab="equipment" title="{{localize "TOTEM.tab_equipment_label"}}">
<i class="fas fa-hammer"></i>
</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>
</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>
</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>
</a>
</nav>
@@ -49,16 +44,10 @@
<!-- Character -->
{{> "systems/totem/templates/actor/parts/character-features.hbs"}}
</div>
<div class="tab instincts" data-group="primary" data-tab="instincts">
<h3>Instincts</h3>
<div class="tab instincts" data-group="primary" data-tab="totem">
<h3>Totem</h3>
<!-- Rituals -->
{{> "systems/totem/templates/actor/parts/actor-instincts.hbs"}}
</div>
<div class="tab gods" data-group="primary" data-tab="gods">
<h3>Dieux</h3>
<!-- Rituals -->
{{> "systems/totem/templates/actor/parts/actor-spells.html"}}
{{> "systems/totem/templates/actor/parts/actor-totem.hbs"}}
</div>
<div class="tab equipment" data-group="primary" data-tab="equipment">
<h3>Equipement</h3>
+2 -2
View File
@@ -31,9 +31,9 @@
</li>
<li>
<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">
{{selectOptions config.signs selected=system.identity.sign localize=true}}
{{selectOptions config.totems selected=system.identity.totem localize=true}}
</select>
</div>
</li>
+1 -1
View File
@@ -2,7 +2,7 @@
<header class="char-header">
<section class="char-details">
<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>
</section>