diff --git a/system.json b/system.json
index 88020fc..ebe9e51 100644
--- a/system.json
+++ b/system.json
@@ -148,11 +148,11 @@
"styles": [
"styles/simple.css"
],
- "templateVersion": 4,
+ "templateVersion": 5,
"title": "Crucible RPG",
"manifest": "https://www.uberwald.me/gitea/public/fvtt-crucible-rpg/raw/master/system.json",
- "download": "https://www.uberwald.me/gitea/public/fvtt-crucible-rpg/archive/fvtt-crucible-rpg-v0.1.6.zip",
+ "download": "https://www.uberwald.me/gitea/public/fvtt-crucible-rpg/archive/fvtt-crucible-rpg-v0.1.7.zip",
"url": "https://www.uberwald.me/gitea/public/fvtt-crucible-rpg",
- "version": "0.1.6",
+ "version": "0.1.7",
"background" : "./images/ui/crucible_welcome_page.webp"
}
diff --git a/template.json b/template.json
index 3a47919..1285798 100644
--- a/template.json
+++ b/template.json
@@ -118,6 +118,12 @@
"cost": 0,
"description":""
},
+ "shield": {
+ "shielddie": "",
+ "equipped": false,
+ "cost": 0,
+ "description":""
+ },
"equipment": {
"equiptype": "",
"cost": 0,
diff --git a/templates/chat-create-actor.html b/templates/chat-create-actor.html
deleted file mode 100644
index 3b2a9af..0000000
--- a/templates/chat-create-actor.html
+++ /dev/null
@@ -1,143 +0,0 @@
-
-
-
-
-
- {{#if (eq step "select-race")}}
-
Select a race from the list below
-
- {{/if}}
-
- {{#if (eq step "select-race-optionnal")}}
-
The selected Race has some optionnal abilities. Select one ability by clicking the relevant button below
- Remaining abilities to select : {{nboptionnal}}
-
-
- {{/if}}
-
- {{#if (eq step "select-race-stats")}}
-
Select Stats to gain +1 modifier :
- Remaining stats to select : {{numberstats}}
-
-
- {{#each stats as |stat key|}}
- {{#if @root.statsonlyonce}}
- {{#if stat.used}}
- {{else}}
-
- {{stat.label}} ({{stat.abbrev}})
- Select it !
-
- {{/if}}
- {{else}}
-
- {{stat.label}} ({{stat.abbrev}})
- Select it !
-
- {{/if}}
- {{/each}}
-
- {{/if}}
-
- {{#if (eq step "select-race-perks")}}
-
Now select {{nbraceperks}} Perk(s) for your character
-
-
- {{/if}}
-
- {{#if (eq step "select-role")}}
-
Now select a Role for your character.
-
-
- {{/if}}
-
- {{#if (eq step "select-role-start-spec")}}
-
Choose 1 Specialisation at +1DT :
-
-
- {{/if}}
-
- {{#if (eq step "select-role-stat")}}
-
Choose 1 Stat at +1DT :
-
-
- {{#each rolestats as |rolestat key|}}
-
- {{rolestat.label}}
- Select it !
-
- {{/each}}
-
- {{/if}}
-
- {{#if (eq step "select-role-spec")}}
-
Now select a specialisation at +{{dt}}DT.
-
-
- {{/if}}
-
- {{#if (eq step "select-role-perk")}}
-
Now select a Perk.
-
-
- {{/if}}
-
- {{#if (eq step "character-end")}}
-
Follow the next steps from the rulebook page 50 !. You can now spend 150 CDPs to customise your character.
-
- {{/if}}
-
-
-
diff --git a/templates/item-condition-sheet.html b/templates/item-condition-sheet.html
index 5e3e3ce..1410353 100644
--- a/templates/item-condition-sheet.html
+++ b/templates/item-condition-sheet.html
@@ -5,7 +5,7 @@
- {{> systems/fvtt-pegasus-rpg/templates/partial-item-nav.html}}
+ {{> systems/fvtt-crucible-rpg/templates/partial-item-nav.html}}
{{!-- Sheet Body --}}