diff --git a/CHANGELOG.md b/CHANGELOG.md index 4648d92..e7560b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # CHANGELOG +## 0.1.10 + + ## 0.1.9 - versions condensées des méthodes (@kristov) - renommage des templates diff --git a/assets/icons/items/ability.webp b/assets/icons/items/ability.webp new file mode 100644 index 0000000..ad0e6d8 Binary files /dev/null and b/assets/icons/items/ability.webp differ diff --git a/assets/icons/items/evolution.webp b/assets/icons/items/evolution.webp new file mode 100644 index 0000000..ad0e6d8 Binary files /dev/null and b/assets/icons/items/evolution.webp differ diff --git a/assets/icons/items/historique.webp b/assets/icons/items/historique.webp new file mode 100644 index 0000000..ad0e6d8 Binary files /dev/null and b/assets/icons/items/historique.webp differ diff --git a/assets/icons/items/rumor.webp b/assets/icons/items/rumor.webp new file mode 100644 index 0000000..21d0134 Binary files /dev/null and b/assets/icons/items/rumor.webp differ diff --git a/assets/icons/items/specialization.webp b/assets/icons/items/specialty.webp similarity index 100% rename from assets/icons/items/specialization.webp rename to assets/icons/items/specialty.webp diff --git a/assets/icons/items/target.webp b/assets/icons/items/target.webp new file mode 100644 index 0000000..21d0134 Binary files /dev/null and b/assets/icons/items/target.webp differ diff --git a/assets/icons/items/trauma.webp b/assets/icons/items/trauma.webp new file mode 100644 index 0000000..ad0e6d8 Binary files /dev/null and b/assets/icons/items/trauma.webp differ diff --git a/template.json b/template.json index 18da50e..4cddf9e 100644 --- a/template.json +++ b/template.json @@ -470,10 +470,12 @@ "templates": ["list"] }, "trauma": { - "templates": ["list"] + "templates": ["list"], + "type": "" }, "evolution": { - "templates": ["list"] + "templates": ["list"], + "level":1 }, "rumor": { "templates": ["list"] diff --git a/templates/item/item-evolution-sheet.html b/templates/item/item-evolution-sheet.html index af6d632..efa84e2 100644 --- a/templates/item/item-evolution-sheet.html +++ b/templates/item/item-evolution-sheet.html @@ -8,22 +8,22 @@ {{!-- Sheet Tab Navigation --}} {{!-- Sheet Body --}}
- - {{!-- Description Tab --}} -
+ +
{{editor system.description target="system.description" rollData=rollData button=true owner=owner editable=editable}} -
- - {{!-- Attributes Tab --}} -
- {{!-- As you add new fields, add them in here! --}} -
+
diff --git a/templates/item/item-trauma-sheet.html b/templates/item/item-trauma-sheet.html index af6d632..e59d593 100644 --- a/templates/item/item-trauma-sheet.html +++ b/templates/item/item-trauma-sheet.html @@ -8,21 +8,25 @@ {{!-- Sheet Tab Navigation --}} {{!-- Sheet Body --}}
- {{!-- Description Tab --}} -
- {{editor system.description target="system.description" rollData=rollData button=true owner=owner editable=editable}} -
- - {{!-- Attributes Tab --}} -
- {{!-- As you add new fields, add them in here! --}} +
+ +
+ {{editor system.description target="system.description" rollData=rollData button=true owner=owner editable=editable}} +