diff --git a/system.json b/system.json index a8410e8..7c6dea7 100644 --- a/system.json +++ b/system.json @@ -180,9 +180,9 @@ "styles": [ "styles/simple.css" ], - "templateVersion": 104, + "templateVersion": 106, "title": "Pegasus RPG", "url": "https://www.uberwald.me/data/files/fvtt-pegasus-rpg", - "version": "0.6.16", + "version": "0.6.19", "background" : "./images/ui/pegasus_welcome_page.webp" } diff --git a/template.json b/template.json index 3aceafc..f38e0d8 100644 --- a/template.json +++ b/template.json @@ -626,6 +626,7 @@ "propulsionmodule": { "quality": "", "ad": "", + "topspeed": 0, "cost": 0, "space": 0 }, diff --git a/templates/item-effect-sheet.html b/templates/item-effect-sheet.html index 998fb5a..6a4c40b 100644 --- a/templates/item-effect-sheet.html +++ b/templates/item-effect-sheet.html @@ -99,7 +99,7 @@
  • diff --git a/templates/item-propulsionmodule-sheet.html b/templates/item-propulsionmodule-sheet.html index 9f78f6e..9a2fb6d 100644 --- a/templates/item-propulsionmodule-sheet.html +++ b/templates/item-propulsionmodule-sheet.html @@ -26,12 +26,13 @@
  • - +
  • + +
  • + +
  • +
  • diff --git a/templates/partial-options-statistics.html b/templates/partial-options-statistics.html index b379372..d2b55ec 100644 --- a/templates/partial-options-statistics.html +++ b/templates/partial-options-statistics.html @@ -27,3 +27,10 @@ {{/if}} +{{#if vehicle}} + + + + + +{{/if}}