Merge pull request #7818 from MichaelCalleia/EPT

Empire-of-the_Petal_Throne v1.5.1
This commit is contained in:
Miguel Peres
2020-12-03 15:32:04 -03:00
committed by GitHub
4 changed files with 10 additions and 7 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
/* Empire of the Petal Throne Character Sheet CSS */
/* Version 1.5 */
/* Version 1.5.1 */
/****************
+5 -5
View File
@@ -1,5 +1,5 @@
<!-- Empire of the Petal Throne Character Sheet CSS */ -->
<!-- Version 1.5 -->
<!-- Version 1.5.1 -->
<div class="ept">
@@ -1259,13 +1259,13 @@
}
}
} else if ( profession == "Priest") {
if ( strength > 95 ){
if ( intelligence > 95 ){
if ( constitution < 96 ){
xp_modifier = 10;
} else {
xp_modifier = 15;
}
} else if ( strength > 80 ) {
} else if ( intelligence > 80 ) {
if ( constitution < 96 ){
xp_modifier = 5;
} else {
@@ -1273,13 +1273,13 @@
}
}
} else if ( profession == "Magic-user") {
if ( strength > 95 ){
if ( intelligence > 95 ){
if ( constitution < 96 ){
xp_modifier = 10;
} else {
xp_modifier = 15;
}
} else if ( strength > 80 ) {
} else if ( intelligence > 80 ) {
if ( constitution < 96 ){
xp_modifier = 5;
} else {
+3
View File
@@ -6,6 +6,9 @@ Player sheet for Empire of the Petal Throne by M.A.R. Barker, published by TSR i
### Change log
#### 1.5.1
* Fixed Magic User ad Priest XP Bonus calculations
#### 1.5
* Fixed Revivification check scores for below 61
* Skills now integrates use of checkboxes and adding additional skills
+1 -1
View File
@@ -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.5"
"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.5.1"
}