diff --git a/css/style.css b/css/style.css index a4048bc..cdd74c0 100644 --- a/css/style.css +++ b/css/style.css @@ -283,8 +283,7 @@ .totem .sheet-body, .totem .sheet-body .tab, .totem .sheet-body .tab .editor { - height: auto; - min-height:164px; + height: 100%; } .totem .tox .tox-editor-container { background: #fff; diff --git a/lang/en.json b/lang/en.json index aa84f91..6d7fff3 100644 --- a/lang/en.json +++ b/lang/en.json @@ -9,29 +9,63 @@ "TOTEM.roll_tool": "Lanceur de dés", "TOTEM.roll_dice": "Jeter les dés", - "TOTEM.level": "Niveau", - "TOTEM.experience": "Expérience", - "TOTEM.reputation": "Réputation", - "TOTEM.pool": "Réserve", - "TOTEM.pools": "Réserves", - "TOTEM.self_control": "Sang-Froid", - "TOTEM.effort": "Effort", - "TOTEM.group": "Groupe", - "TOTEM.abilities":"Caractéristiques", - "TOTEM.ability":"Caractéristique", - "TOTEM.skills_title":"Compétences", - "TOTEM.skill_title":"Compétence", - "TOTEM.skill_mastery":"Maîtrise", - "TOTEM.bonus":"Bonus", - "TOTEM.penalty":"Malus", - "TOTEM.reroll":"Relance", - "TOTEM.specialty":"Spécialité", - "TOTEM.technique":"Technique", - "TOTEM.techniques":"Techniques", - "TOTEM.difficulty":"Difficulté", - "TOTEM.help":"Entraide", - "TOTEM.tooling":"Equipement", - + "TOTEM": { + "stats": "Statistiques", + "level": "Niveau", + "experience": "Expérience", + "reputation": "Réputation", + "pool": "Réserve", + "pools": "Réserves", + "self_control": "Sang-Froid", + "effort": "Effort", + "group": "Groupe", + "abilities":"Caractéristiques", + "ability":"Caractéristique", + "skills_title":"Compétences", + "skill_title":"Compétence", + "skill_mastery":"Maîtrise", + "bonus":"Bonus", + "penalty":"Malus", + "reroll":"Relance", + "specialty":"Spécialité", + "technique":"Technique", + "techniques":"Techniques", + "difficulty":"Difficulté", + "help":"Entraide", + "tooling":"Equipement", + "damage": "Dommage", + "damages": "Dommages", + "range": "Portée", + "ranges": "Portées", + "mobility": "Mobilité", + "rarity": "Rareté", + "reliability": "Fiabilité", + "ammo": "Munitions", + "trait": "Trait", + "traits": "Traits", + "objectives": "Objectifs", + "theme": "Concept", + "instinct": "Instinct", + "instincts": "Instincts", + "prohibited": "Interdit", + "prohibits": "Interdits", + "relations": "Relations", + "clew": "Indice" + }, + "ITEMS": { + "defense": "Protection", + "defenses": "Protections", + "weapon": "Arme", + "weapons": "Armes", + "backgrounds": "Historiques", + "traumas": "Traumatismes", + "rumor": "Rumeur", + "rumors": "Rumeurs", + "ability": "Capacité", + "abilities": "Capacités", + "evolution": "Adaptation", + "evolutions": "Adaptations" + }, "ABILITIES": { "vigor": { "name": "Vigueur"}, "health": { "name": "Santé"}, diff --git a/system.json b/system.json index df0715c..cf340c2 100644 --- a/system.json +++ b/system.json @@ -2,7 +2,7 @@ "id": "totem", "title": "Totem", "description": "The Totem system for FoundryVTT!", - "version": "0.0.6", + "version": "0.0.7", "compatibility": { "minimum": 10, "verified": "10.287", diff --git a/template.json b/template.json index 15c4861..9b85677 100644 --- a/template.json +++ b/template.json @@ -17,22 +17,25 @@ "value": 0, "min": 0, "max": 2 - }, - "instinct":0, - "identity": { - "height": 0, - "weight": 0, - "totem": "", - "age": 15, - "origin": "" - }, - "stories": { - "biography": "" } } }, "character": { "templates": ["base"], + "identity": { + "height": 0, + "weight": 0, + "totem": "", + "age": 15, + "profile": "", + "origin": "", + "theme": "", + "instincts": "", + "prohibits": "", + "objectives": "", + "relations": "", + "biography": "" + }, "attributes": { "level": { "value": 1, @@ -365,38 +368,55 @@ } }, "Item": { - "types": ["item", "weapon", "defense", "ritual", "technique", "trait"], + "types": ["item", "weapon", "defense", "ability", "specialty", "trait", "background", "trauma", "evolution", "rumor"], "templates": { "base": { + "description": "", + "rarity":3, + "reliability":3, + "quantity": 1, + "weight": 0 + }, + "list": { "description": "" } }, "item": { - "templates": ["base"], - "quantity": 1, - "weight": 0, - "rarity":3, - "reliability":3 + "templates": ["base"] }, "weapon": { "templates": ["base"], - "range":0, + "min_range":0, + "max_range":0, "damage":0, "ammo":0 }, "defense": { "templates": ["base"], - "level":0 + "level":0, + "mobility":3 }, - "ritual": { - "templates": ["base"] + "ability": { + "templates": ["list"] }, - "technique": { - "templates": ["base"] + "specialty": { + "templates": ["list"] }, "trait": { - "templates": ["base"], + "templates": ["list"], "level":0 + }, + "background": { + "templates": ["list"] + }, + "trauma": { + "templates": ["list"] + }, + "evolution": { + "templates": ["list"] + }, + "rumor": { + "templates": ["list"] } } } diff --git a/templates/item/item-technique-sheet.html b/templates/item/item-ability-sheet.html similarity index 100% rename from templates/item/item-technique-sheet.html rename to templates/item/item-ability-sheet.html diff --git a/templates/item/item-ritual-sheet.html b/templates/item/item-background-sheet.html similarity index 100% rename from templates/item/item-ritual-sheet.html rename to templates/item/item-background-sheet.html diff --git a/templates/item/item-defense-sheet.html b/templates/item/item-defense-sheet.html index 44780ff..037955e 100644 --- a/templates/item/item-defense-sheet.html +++ b/templates/item/item-defense-sheet.html @@ -5,22 +5,32 @@
- {{!-- Sheet Tab Navigation --}} - - {{!-- Sheet Body --}}