From fed1340256a89c5a2022bd5963998169430e04f5 Mon Sep 17 00:00:00 2001 From: Michael Calleia Date: Mon, 14 Sep 2020 20:39:37 -0400 Subject: [PATCH] v1.3 * Fixed double quote issue in Rope making skill * Fixed error in Intelligence stats --- Empire-of-the_Petal_Throne/EPT.css | 2 +- Empire-of-the_Petal_Throne/EPT.html | 14 +++++++------- Empire-of-the_Petal_Throne/ReadMe.md | 12 +++++++++++- Empire-of-the_Petal_Throne/sheet.json | 2 +- 4 files changed, 20 insertions(+), 10 deletions(-) diff --git a/Empire-of-the_Petal_Throne/EPT.css b/Empire-of-the_Petal_Throne/EPT.css index 1aa00cf9cf..02b33b2a7f 100644 --- a/Empire-of-the_Petal_Throne/EPT.css +++ b/Empire-of-the_Petal_Throne/EPT.css @@ -1,5 +1,5 @@ /* Empire of the Petal Throne Character Sheet CSS */ -/* Version 1.2 */ +/* Version 1.3 */ /**************** diff --git a/Empire-of-the_Petal_Throne/EPT.html b/Empire-of-the_Petal_Throne/EPT.html index c37482ecb3..c9d9251e72 100644 --- a/Empire-of-the_Petal_Throne/EPT.html +++ b/Empire-of-the_Petal_Throne/EPT.html @@ -1,5 +1,5 @@ - + @@ -212,7 +212,7 @@ - + @@ -506,12 +506,12 @@ intelligence_special = "Average"; } else if (intelligence <= 80) { if ( profession == "Warrior") { - intelligence_hit = 0; - intelligence_damage = -1; + intelligence_hit = 1; + intelligence_damage = 0; intelligence_special = "Smart. Easily uses Eyes."; } else { - intelligence_hit = 0; - intelligence_damage = 1; + intelligence_hit = 1; + intelligence_damage = 0; intelligence_special = "Smart. Easily uses Eyes and spells."; } } else if (intelligence <= 95) { @@ -947,7 +947,7 @@ - + diff --git a/Empire-of-the_Petal_Throne/ReadMe.md b/Empire-of-the_Petal_Throne/ReadMe.md index eeaea0d149..a0eeace013 100644 --- a/Empire-of-the_Petal_Throne/ReadMe.md +++ b/Empire-of-the_Petal_Throne/ReadMe.md @@ -2,10 +2,14 @@ Player sheet for Empire of the Petal Throne by M.A.R. Barker, published by TSR in 1975. ## Current Version -1.2 +1.3 ### Change log +#### 1.3 +* Fixed double quote issue in Rope making skill +* Fixed error in Intelligence stats + #### 1.2 * Fixed hiding background for select input in Safari and Chrome * Fixed alignment of select input in Safari and Chrome @@ -41,6 +45,12 @@ Player sheet for Empire of the Petal Throne by M.A.R. Barker, published by TSR i * Sheet creation for Roll20 #### Todo List +* Check and if needed - Fix Professional skills auto calculation Sheet Worker +* Simplify - removed Skills list +* Make sure Warrior Professional Skills show up when a new sheet loads + +* Add Bonus Spells as check lists +* Add mitigation of old Bonus Spells list * Add spell slots for checked spells in Professional skills * Add space for Languages in Professional skills with a multi-select * Add items list from original sheet diff --git a/Empire-of-the_Petal_Throne/sheet.json b/Empire-of-the_Petal_Throne/sheet.json index ac2b0e9827..f8638a4314 100644 --- a/Empire-of-the_Petal_Throne/sheet.json +++ b/Empire-of-the_Petal_Throne/sheet.json @@ -4,5 +4,5 @@ "authors": "Malchor", "roll20userid": "2078012", "preview": "EPT.png", - "instructions": "# Empire of the Petal Throne\n\nPlayer sheet for Empire of the Petal Throne by M.A.R. Barker, published by TSR in 1975.\nThis sheet was created at the request of one of M.A.R. Barker's original players.\n\n\n## Player Sheet\n\n\n## Current Version: 1.2" + "instructions": "# Empire of the Petal Throne\n\nPlayer sheet for Empire of the Petal Throne by M.A.R. Barker, published by TSR in 1975.\nThis sheet was created at the request of one of M.A.R. Barker's original players.\n\n\n## Player Sheet\n\n\n## Current Version: 1.3" }