diff --git a/ShadowbaneInquisition/README.md b/ShadowbaneInquisition/README.md new file mode 100644 index 0000000000..6f855f93d0 --- /dev/null +++ b/ShadowbaneInquisition/README.md @@ -0,0 +1,11 @@ +# Shadowbane Inquisition Character Sheet +head over to our [Discord](https://discord.gg/rc9Fwgp9qv) to learn more. +## Change log + +#### v 0.1.2 ++ Degrees of Failure have learned the correct Math ++ Psykana Powers now have damages options in a list ++ Psykana Powers now have a choice to roll hit location ++ you can now put a '+' in the modifier without breaking the roll ++ all Rolls will take unnaturals into account for Degrees of Success ++ all Rolls buttons can now be draged into the Macro Bar diff --git a/ShadowbaneInquisition/Shadowbane.css b/ShadowbaneInquisition/Shadowbane.css index 7b8bbbd74b..c685744919 100644 --- a/ShadowbaneInquisition/Shadowbane.css +++ b/ShadowbaneInquisition/Shadowbane.css @@ -744,7 +744,7 @@ ______________________________ start of equipment tab __________________________ .sheet-equipment_ranged_weapons_gs01 { grid-area: rw01; border-top-left-radius: 15px;} .sheet-equipment_ranged_weapons_gs02 { grid-area: rw02; border-top-left-radius: 15px;} .sheet-equipment_ranged_weapons_gs03 { grid-area: rw03; border-top-left-radius: 15px;} -.sheet-equipment_ranged_weapons_gs04 { grid-area: rw04; width: 50px!important;} +.sheet-equipment_ranged_weapons_gs04 { grid-area: rw04; width: 60px!important;} .sheet-equipment_ranged_weapons_gs05 { grid-area: rw05; width: 50px!important;} .sheet-equipment_ranged_weapons_gs1 { grid-area: rw1; /*color: white;*/ font-size: 12px; padding: 0px 2px; } @@ -771,7 +771,7 @@ ______________________________ start of equipment tab __________________________ .sheet-equipment_ranged_weapons_gs20 { grid-area: rw20; /*color: white;*/ font-size: 12px; } .sheet-equipment_ranged_weapons_gs21 { grid-area: rw21; /*color: white;*/ font-size: 30px; margin-top: -27px; text-align: center; height: 15px; } .sheet-equipment_ranged_weapons_gs22 { grid-area: rw22; /*color: white;*/ font-size: 12px; } -.sheet-equipment_ranged_weapons_gs23 { grid-area: rw23; /*color: white;*/ font-size: 12px; width: 50px!important;} +.sheet-equipment_ranged_weapons_gs23 { grid-area: rw23; /*color: white;*/ font-size: 12px; width: 60px!important;} .sheet-equipment_ranged_weapons_gs24 { grid-area: rw24; /*color: white;*/ font-size: 12px; width: 50px!important;} .sheet-equipment_ranged_weapons_gs25 { grid-area: rw25; /*color: white;*/ font-size: 12px; padding: 0px 2px; } @@ -841,7 +841,7 @@ ______________________________ start of equipment tab __________________________ .sheet-equipment_melee_weapons_gs01 { grid-area: mw01; border-top-left-radius: 15px;} .sheet-equipment_melee_weapons_gs02 { grid-area: mw02; border-top-left-radius: 15px;} .sheet-equipment_melee_weapons_gs03 { grid-area: mw03; border-top-left-radius: 15px;} -.sheet-equipment_melee_weapons_gs04 { grid-area: mw04; width: 50px!important;} +.sheet-equipment_melee_weapons_gs04 { grid-area: mw04; width: 60px!important;} .sheet-equipment_melee_weapons_gs05 { grid-area: mw05; width: 50px!important;} .sheet-equipment_melee_weapons_gs1 { grid-area: mw1; /*color: white;*/ font-size: 12px; padding: 0px 2px; } @@ -1169,13 +1169,15 @@ ______________________________ start of Psykana tab ____________________________ .sheet-psykana_ability_gs14 { grid-area: pa14; /*color: white;*/ font-size: 12px; padding: 0px 2px; } .sheet-psykana_ability_gs15 { grid-area: pa15; /*color: white;*/ font-size: 12px; padding: 0px 2px; } .sheet-psykana_ability_gs16 { grid-area: pa16; /*color: white;*/ font-size: 12px; } -.sheet-psykana_ability_gs17 { grid-area: pa17; /*color: white;*/ font-size: 12px; width: 50px!important;} +.sheet-psykana_ability_gs17 { grid-area: pa17; /*color: white;*/ font-size: 12px; width: 70px!important;} .sheet-psykana_ability_gs18 { grid-area: pa18; /*color: white;*/ font-size: 12px; width: 50px!important;} .sheet-psykana_ability_gs19 { grid-area: pa19; /*color: white;*/ font-size: 12px; padding: 0px 2px; } .sheet-psykana_ability_gs20 { grid-area: pa20; /*color: white;*/ font-size: 12px; } .sheet-psykana_ability_gs21 { grid-area: pa21; /*color: white;*/ font-size: 12px; padding: 0px 2px; } .sheet-psykana_ability_gs22 { grid-area: pa22; /*color: white;*/ font-size: 12px; } +.sheet-psykana_ability_gs23 { grid-area: pa23; /*color: white;*/ font-size: 12px; padding: 0px 2px; } +.sheet-psykana_ability_gs24 { grid-area: pa24; /*color: white;*/ font-size: 12px; } .sheet-psykana_ability_grid1 { /* gs1-4, Name, Subtype */ align-items: center; @@ -1196,7 +1198,7 @@ ______________________________ start of Psykana tab ____________________________ .sheet-psykana_ability_grid3 { /* gs13-18 Focus Power, Hit Mod, Hit/Dmg buttons */ align-items: center; display: grid; - grid-template-columns: auto auto auto auto auto auto auto auto 61px 61px; + grid-template-columns: auto auto auto auto auto auto auto auto 81px 61px; grid-template-areas: 'pa13 pa14 pa14 pa14 pa14 pa15 pa16 pa16 pa17 pa18'; } @@ -1206,7 +1208,7 @@ ______________________________ start of Psykana tab ____________________________ display: grid; grid-template-columns: auto auto auto auto auto auto auto auto auto auto; grid-template-areas: - 'pa19 pa19 pa20 pa20 pa20 pa21 pa22 pa22 pa22 .'; + 'pa19 pa19 pa20 pa20 pa21 pa22 pa22 pa23 pa24 .'; } diff --git a/ShadowbaneInquisition/Shadowbane.html b/ShadowbaneInquisition/Shadowbane.html index a52fa73123..c2369c35c4 100644 --- a/ShadowbaneInquisition/Shadowbane.html +++ b/ShadowbaneInquisition/Shadowbane.html @@ -2,1056 +2,1156 @@




Unnatural Characteristics
- - - - - - - - - - -WS
-BS
-STR
-TOU
-AGI
-INT
-PER
-WP
-FEL
-INF
-Size
- -Character Movement
- - - - - -Half
-Full
-Charge
-Run
-Mod
-Weight Capacity
- - - -Carry
-Lift
-Push
-+
- -+
- - -Unnatural Characteristics
+ + + + + + + + + + +WS
+BS
+STR
+TOU
+AGI
+INT
+PER
+WP
+FEL
+INF
+Current
- -Critical Damage
- -Max
- -Current
- -Max
- -Threshold Mod
- -Current
- -Max
- -Name
- -Overload
- -Protection
- -Expand ⯆
-Head
- -Body
- -Left Arm
- -Right Arm
- -Left Leg
- -Right Leg
- +Size
+ +Character Movement
+ + + + + +Half
+Full
+Charge
+Run
+Mod
+Weight Capacity
+ + + +Carry
+Lift
+Push
+
+ ++
+ + +Current
+ +Critical Damage
+ +Max
+ +Current
+ +Max
+ +Threshold Mod
+ +Current
+ +Max
+ +Name
+ +Overload
+ +Protection
+ +Expand ⯆
+Head
+ +Body
+ +Left Arm
+ +Right Arm
+ +Left Leg
+ +Right Leg
+ +Name
-Char
-Mod
-T
-+10
-+20
-+30
-Roll
+Name
+Char
+Mod
+T
++10
++20
++30
+Roll
+Acrobatics
+ + + + + + + + + +Athletics
+ + + + + + + + + +Awareness
+ + + + + + + + + +Charm
+ + + + + + + + + +Command
+ + + + + + + + + +Commerce
+ + + + + + + + + +Deceive
+ + + + + + + + + +Dodge
+ + + + + + + + + +Inquiry
+ + + + + + + + + +Interrogation
+ + + + + + + + + +Intimidate
+ + + + + + + + + +Logic
+ + + + + + + + + +Medicae
+ + + + + + + + + +Navigate: Surface
+ + + + + + + + + +Navigate: Stellar
+ + + + + + + + + +Navigate: Warp
+ + + + + + + + + +Operate: Aeronautica
+ + + + + + + + + +Operate: Surface
+ + + + + + + + + +Operate: Voidship
+ + + + + + + + + +Parry
+ + + + + + + + + +Psyniscience
+ + + + + + + + + +Scrutiny
+ + + + + + + + + +Security
+ + + + + + + + + +Sleight of Hand
+ + + + + + + + + +Stealth
+ + + + + + + + + +Survival
+ + + + + + + + + +Tech-Use
+ + + + + + + + + +Acrobatics
- - - - - - - -Athletics
- - - - - - - -Awareness
- - - - - - - -Charm
- - - - - - - -Command
- - - - - - - -Commerce
- - - - - - - -Deceive
- - - - - - - -Dodge
- - - - - - - -Inquiry
- - - - - - - -Interrogation
- - - - - - - -Intimidate
- - - - - - - -Logic
- - - - - - - -Medicae
- - - - - - - -Navigate: Surface
- - - - - - - -Navigate: Stellar
- - - - - - - -Navigate: Warp
- - - - - - - -Operate: Aeronautica
- - - - - - - -Operate: Surface
- - - - - - - -Operate: Voidship
- - - - - - - -Parry
- - - - - - - -Psyniscience
- - - - - - - -Scrutiny
- - - - - - - -Security
- - - - - - - -Sleight of Hand
- - - - - - - -Stealth
- - - - - - - -Survival
- - - - - - - -Tech-Use
- - - - - - - -Name
-Char
-Mod
-T
-+10
-+20
-+30
-Roll
+Name
+Char
+Mod
+T
++10
++20
++30
+Roll
+Name
-Char
-Mod
-T
-+10
-+20
-+30
-Roll
+Name
+Char
+Mod
+T
++10
++20
++30
+Roll
+Name
-Char
-Mod
-T
-+10
-+20
-+30
-Roll
+Name
+Char
+Mod
+T
++10
++20
++30
+Roll
+Name
-Char
-Mod
-T
-+10
-+20
-+30
-Roll
+Name
+Char
+Mod
+T
++10
++20
++30
+Roll
+Name
-Char
-Mod
-T
-+10
-+20
-+30
-Roll
+Name
+Char
+Mod
+T
++10
++20
++30
+Roll
+Expand ⯆
Expand ⯆
Head
- -(1-10)
- -Max AGI
- -Armor Cap -
+ + + +Arm R
- -(11-20)
- -Body
- -(31-70)
- -Arm L
- -(21-30)
- -Leg R
- -(71-85)
- -Leg L
- -(86-00)
- -Name
-Location
-Pg#
-Head
+ +(1-10)
+ +Max AGI
+ +Armor Cap +
+Arm R
+ +(11-20)
+ +Body
+ +(31-70)
+ +Arm L
+ +(21-30)
+ +Leg R
+ +(71-85)
+ +Leg L
+ +(86-00)
+ +Name
+Location
+Pg#
+