From 81d68341ea2f3eff6cd5d454e0623cbcf9140409 Mon Sep 17 00:00:00 2001 From: TJ Date: Tue, 12 Jan 2021 16:14:39 -0600 Subject: [PATCH 1/2] Add in speed config button --- templates/actors/newActor/character-sheet.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/templates/actors/newActor/character-sheet.html b/templates/actors/newActor/character-sheet.html index 289c6c70..c2eb7d93 100644 --- a/templates/actors/newActor/character-sheet.html +++ b/templates/actors/newActor/character-sheet.html @@ -90,7 +90,10 @@ {{!-- SPEED / MOVEMENT TYPES --}}
-

{{ localize "SW5E.Movement" }}

+

+ {{ localize "SW5E.Movement" }} + +

{{movement.primary}}
From 685768baaf20e6c52d3dcc17ebd978121e67f59f Mon Sep 17 00:00:00 2001 From: CK <31608392+unrealkakeman89@users.noreply.github.com> Date: Fri, 15 Jan 2021 09:27:30 -0500 Subject: [PATCH 2/2] Update system.json Version R2-A1 = 1.2.0 D&D --- system.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system.json b/system.json index 7067102a..d67469c0 100644 --- a/system.json +++ b/system.json @@ -2,7 +2,7 @@ "name": "sw5e", "title": "SW 5th Edition", "description": "A comprehensive game system for running games of SW 5th Edition in the Foundry VTT environment.", - "version": "1.2.0", + "version": "R2-A1", "author": "Dev Team", "scripts": [], "esmodules": ["sw5e.js"],