diff --git a/src/lang/fr.json b/src/lang/fr.json index e5dfa1f..069551e 100644 --- a/src/lang/fr.json +++ b/src/lang/fr.json @@ -132,7 +132,7 @@ "OSE.NPCReaction": "Réaction", "OSE.RetainersMax": "#Suivants", - "OSE.category.attributes": "Caractéristiques", + "OSE.category.attributes": "Stats", "OSE.category.inventory": "Inventaire", "OSE.category.abilities": "Aptitudes", "OSE.category.spells": "Sorts", diff --git a/src/module/item/entity.js b/src/module/item/entity.js index e76b751..b51dc29 100644 --- a/src/module/item/entity.js +++ b/src/module/item/entity.js @@ -210,7 +210,6 @@ export class OseItem extends Item { update = values; } newData.tags = update; - console.log(newData); return this.update({ data: newData }); } diff --git a/src/templates/actors/partials/character-attributes-tab.html b/src/templates/actors/partials/character-attributes-tab.html index 6d3ec42..ad8bb63 100644 --- a/src/templates/actors/partials/character-attributes-tab.html +++ b/src/templates/actors/partials/character-attributes-tab.html @@ -234,7 +234,7 @@

{{ localize "OSE.saves.magic.long"}}

- {{data.scores.wis.mod}} + {{mod data.scores.wis.mod}}
diff --git a/src/templates/actors/partials/monster-attributes-tab.html b/src/templates/actors/partials/monster-attributes-tab.html index bcaa1d5..5a32e59 100644 --- a/src/templates/actors/partials/monster-attributes-tab.html +++ b/src/templates/actors/partials/monster-attributes-tab.html @@ -189,14 +189,6 @@ -
  • -

    - {{ localize "OSE.saves.magic.long"}}

    -
    - {{data.scores.wis.mod}} -
    -
  • diff --git a/src/templates/actors/partials/monster-header.html b/src/templates/actors/partials/monster-header.html index f7927aa..f4a240f 100644 --- a/src/templates/actors/partials/monster-header.html +++ b/src/templates/actors/partials/monster-header.html @@ -19,9 +19,7 @@
  • -
    - () -
    + (
    )
  • {{#if config.morale}}