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 @@
-
+
- + - -
-
- -
- -
-

Size

- -
-
-

Character Movement

- - - - - -

Half

-

Full

-

Charge

-

Run

-

Mod

-
-
-

Weight Capacity

- - - -

Carry

-

Lift

-

Push

-
- -
-
+
- + -
+
-
- - -

+

- -

+

- - -
+ + + + + + + + + + -
-
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Infographic - - -

- - - - -
- -
-
+
+
+
+

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

- -
- -
-

Conditions

-

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

+ +
+ +
+

Conditions

+

Expand ⯆

+
+
+ + + + + +
+
+
+ +
+ +

Head

+ +

Body

+ +

Left Arm

+ +

Right Arm

+ +

Left Leg

+ +

Right Leg

+ +
+ +
+
+ +
+
-
-
- - + + - + - +
-
- - - - - - - - - - - - - - -
+
+ + + + + + + + + + + + + + +
- + -
- +
+
-
-

Skills

-
-

Name

-

Char

-

Mod

-

T

-

+10

-

+20

-

+30

-

Roll

+
+

Skills

+
+

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

- - - - - - - -
-
-
- - - - - - - - -
-
-
-
-

Linguistics

-
-

Name

-

Char

-

Mod

-

T

-

+10

-

+20

-

+30

-

Roll

+
+

Linguistics

+
+

Name

+

Char

+

Mod

+

T

+

+10

+

+20

+

+30

+

Roll

+
+
+ + + + + + + + + + +
+
+
+ + + + + + + + + + +
+
-
- - - - - - - - -
-
-
- - - - - - - - -
-
-
-
-

Common Lore

-
-

Name

-

Char

-

Mod

-

T

-

+10

-

+20

-

+30

-

Roll

+
+

Common Lore

+
+

Name

+

Char

+

Mod

+

T

+

+10

+

+20

+

+30

+

Roll

+
+
+ + + + + + + + + + +
+
+
+ + + + + + + + + + +
+
-
- - - - - - - - -
-
-
- - - - - - - - -
-
-
-
-

Scholastic Lore

-
-

Name

-

Char

-

Mod

-

T

-

+10

-

+20

-

+30

-

Roll

+
+

Scholastic Lore

+
+

Name

+

Char

+

Mod

+

T

+

+10

+

+20

+

+30

+

Roll

+
+
+ + + + + + + + + + +
+
+
+ + + + + + + + + + +
+
-
- - - - - - - - -
-
-
- - - - - - - - -
-
-
-
-

Forbidden Lore

-
-

Name

-

Char

-

Mod

-

T

-

+10

-

+20

-

+30

-

Roll

+
+

Forbidden Lore

+
+

Name

+

Char

+

Mod

+

T

+

+10

+

+20

+

+30

+

Roll

+
+
+ + + + + + + + + + +
+
+
+ + + + + + + + + + +
+
-
- - - - - - - - -
-
-
- - - - - - - - -
-
-
-
-

Trade

-
-

Name

-

Char

-

Mod

-

T

-

+10

-

+20

-

+30

-

Roll

+
+

Trade

+
+

Name

+

Char

+

Mod

+

T

+

+10

+

+20

+

+30

+

Roll

+
+
+ + + + + + + + + + +
+
+
+ + + + + + + + + + +
+
-
- - - - - - - - -
-
-
- - - - - - - - -
-
-
+
@@ -1059,937 +1159,951 @@

Special Abilities / Talents

Expand ⯆

- - - - - -
- - - - - -
+ + + + + +
+ + + + + +

Traits

Expand ⯆

- - - - - -
- - - - - -
+ + + + + +
+ + + + + +
-
- - - - - -
-
-
-

Ranged Weapons

- -
-
- - -
- - - - - -
-
-
Name
- -
Class
- -
-
-
Range
- -
Damage
- -
Pen
- -
Type
- -
-
-
RoF
- -
/
- -
/
- -
Magazine
- -
/
- -
-
-
Trained?
- -
Hit Mod
- -
Reload
- -
Weight
- -
-
-
Domain
- -
Mishap Chance
- -
Spray?
- -
-
- - - - - -
-
-
- - -
-
-
-
-
- -
-

Melee Weapons

-
-
- - -
- - - - - -
-
-
Name
- -
Class
- -
-
-
Reach
- -
Damage
- -
Pen
- -
Type
- -
-
-
Trained?
- -
Hit Mod
- -
Weight
- -
Domain
- -
-
- - - - - -
-
-
- - -
-
-
-
-
- -
- Carry Capacity: - Weight Calculation: kilograms - - -
-
-
-
Carry
-
Gear / Item Name
-
Craftsmanship
-
Quantity
-
Availability
-
Weight
-
Page #
-
-
- - - - - - - - -
- - -
-
- - - - - - - - -
- - -
-
-
-
-

Armor Display

-
-
-
-

Head

- -

(1-10)

- -
-
-
-
-

Max AGI

- -

Armor Cap -

+ + + +
+
+
+

Ranged Weapons

+ +
+
+ + +
+ + + + + +
+
+
Name
+ +
Class
+ +
+
+
Range
+ +
Damage
+ +
Pen
+ +
Type
+ +
+
+
RoF
+ +
/
+ +
/
+ +
Magazine
+ +
/
+ +
+
+
Trained?
+ +
Hit Mod
+ +
Reload
+ +
Weight
+ +
+
+
Domain
+ +
Mishap Chance
+ +
Spray?
+ +
+
+ + + + + +
+
+
+ + +
-
-
-
-

Arm R

- -

(11-20)

- -
+
+
-
-
-

Body

- -

(31-70)

- -
-
-
-
-

Arm L

- -

(21-30)

- -
-
-
-
-
-
-
-
-

Leg R

- -

(71-85)

- -
-
-
-
-

Leg L

- -

(86-00)

- -
-
-
-
-
-

Cybernetics

-
-
-

Name

-

Location

-

Pg#

-
-
- - - -
- - - - -
-
-
-
- - - +
+

Melee Weapons

+
+
+ + +
+ + + + + +
+
+
Name
+ +
Class
+ +
+
+
Reach
+ +
Damage
+ +
Pen
+ +
Type
+ +
+
+
Trained?
+ +
Hit Mod
+ +
Weight
+ +
Domain
+ +
+
+ + + + + +
+
+
+ + +
+
+
+
- - - - -
+ +
+ Carry Capacity: + Weight Calculation: kilograms + + +
+
+
+ +
+
Carry
+
Gear / Item Name
+
Craftsmanship
+
Quantity
+
Availability
+
Weight
+
Page #
+
+
+ + + + + + + + +
+ + +
+
+ + + + + + + + +
+ +

-

Armor Description

- -
+ +
+
+

Armor Display

+
+
+
+

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)

+ +
+
+
+
+ +
+

Cybernetics

+
+
+

Name

+

Location

+

Pg#

+
+
+ + + +
+ + + + +
+
+
+
+ + + +
+ + + + +
+
+
+

Armor Description

+ +
+
+
-
+ - +
-
- -

Experience Summary

-
- Unspent XP: - Spent XP: - XP Total: -
-
-
-

Aptitudes

+

Experience Summary

+
+ Unspent XP: + Spent XP: + XP Total: +
+
+
+

Aptitudes

- - - + + +
-
-
- - - -
+
+
+ + + +
+
+
+
+
+
Name
+
XP Cost
+
Page #
+
Name
+
XP Cost
+
Page #
+
+
+
+ + + + + + + +
+ + +
+
+ + + + + + + +
+ +
-
-
-
-
Name
-
XP Cost
-
Page #
-
Name
-
XP Cost
-
Page #
-
-
-
- - - - - - - -
- - -
-
- - - - - - - -
- - -
-
-

Weapon Training

-
-
Bolt
-
Chain
-
Flame
-
Las
-
Launcher
-
Melta
-
Plasma
-
Power
-
Low-Tech
-
Shock
-
Solid Projectile
-
Heavy
-
-
- -
- - - - - -
- -

Journal: Objectives

-
-
- - -
-
-

Journal: Notes

-
-
- - -
-
- - - -
-
-

Insanity

-
- - -
Disorders
-
-
-
- - - - - -
+
+

Weapon Training

+
+
Bolt
+
Chain
+
Flame
+
Las
+
Launcher
+
Melta
+
Plasma
+
Power
+
Low-Tech
+
Shock
+
Solid Projectile
+
Heavy
-
-

Corruption

-
- - -
Malignancies and Mutations
-
-
-
- - - - - -
-
+ +
+ + + + + +
+ +

Journal: Objectives

+
+
+ + +
+
+

Journal: Notes

+
+
+ + +
+
+ + + +
+
+

Insanity

+
+ + +
Disorders
+
+
+
+ + + + + +
+
+
+
+

Corruption

+
+ + +
Malignancies and Mutations
+
+
+
+ + + + + +
+
+
-
- +
-
-
- +
+
+ - + - + - + -

SPEED AND MANEUVERABILITY

-
Tactical
-
Cruising
-
Maneuverability
-
Operate
- - - +
+

SPEED AND MANEUVERABILITY

+
+
Tactical
+
Cruising
+
Maneuverability
+
Operate
+ + + - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + -

CREW AND COMPLEMENT

-
Crew
-
Carrying Capacity
- - -
- -
-

HULL INTEGRITY AND ARMOR

-
Integrity
-
Front
-
Side
-
Rear
- - - - - -
-
- - - - - +
+

CREW AND COMPLEMENT

+
+
Crew
+
Carrying Capacity
+ +
-
- - - - - -
-
- - - - - +
+
+ + + + + +
+
+ + + + + -
-
-
-
-
- -
-
-

Vehicle Ranged Weapons

-
-
- - -
- - - - - -
-
-
Name
- -
Class
- -
-
-
Range
- -
Damage
- -
Pen
- -
Type
- -
-
-
RoF
- -
/
- -
/
- -
Magazine
- -
/
- -
-
-
Trained?
- -
Hit Mod
- -
Reload
- -
Weight
- -
-
-
Domain
- -
Mishap Chance
- -
Spray?
- -
-
- - - - - +
+

-
- - -
-
-
-
-
-

Vehicle Melee Weaponry

-
-
- - -
- - - - - +
+
+

Vehicle Ranged Weapons

+
+
+ + +
+ + + + + +
+
+
Name
+ +
Class
+ +
+
+
Range
+ +
Damage
+ +
Pen
+ +
Type
+ +
+
+
RoF
+ +
/
+ +
/
+ +
Magazine
+ +
/
+ +
+
+
Trained?
+ +
Hit Mod
+ +
Reload
+ +
Weight
+ +
+
+
Domain
+ +
Mishap Chance
+ +
Spray?
+ +
+
+ + + + + +
+
+
+ + +
+
+
+
-
-
Name
- -
Class
- + +
+

Vehicle Melee Weaponry

+
+
+ + +
+ + + + + +
+
+
Name
+ +
Class
+ +
+
+
Reach
+ +
Damage
+ +
Pen
+ +
Type
+ +
+
+
Trained?
+ +
Hit Mod
+ +
Weight
+ +
Domain
+ +
+
+ + + + + +
+
+
+ + +
+
+
+
-
-
Reach
- -
Damage
- -
Pen
- -
Type
- -
-
-
Trained?
- -
Hit Mod
- -
Weight
- -
Domain
- -
-
- - - - - -
-
-
- - -
-
-
-
-
@@ -1997,193 +2111,202 @@
-
-
-

Psychic Strength

-
-
Class
- -
Limit
- - -
Psy Rating
- - -
Push Level
- - -
Sustaining?
- - -
# Powers
- - -
Effective PR
- -
Phenomena
- - -
Focus Mod
- - - -
-
+
+
+

Psychic Strength

+
+
Class
+ +
Limit
+ + +
Psy Rating
+ + +
Push Level
+ + +
Sustaining?
+ + +
# Powers
+ + +
Effective PR
+ +
Phenomena
+ + +
Focus Mod
+ + + +
+
-
-

Minor Manifestations

-
-
- - - - - +
+

Minor Manifestations

+
+
+ + + + + +
+
-
-
-
-

Psyker Notes

-
-
- - - - - +
+

Psyker Notes

+
+
+ + + + + +
+
-
-
-
-

Psychic Abilities

-
-
-
-
Name
- -
Subtype
- +
+

Psychic Abilities

+
+
+
+
Name
+ +
Subtype
+ +
+
+
Range
+ +
Damage
+ +
Type
+ +
Pen
+ +
+
+
Focus Power
+ +
Power Mod
+ + + +
+
+
Action
+ +
Sustained
+ +
roll location?
+ +
+
+ + + + + +
+
+
+
-
-
Range
- -
Damage
- -
Type
- -
Pen
- -
-
-
Focus Power
- -
Power Mod
- - - -
-
-
Action
- -
Sustained
- -
-
- - - - - -
-
-
-
+ + + +
+ +

Settings

+ +

Initiative Overrides

+ +
+ +

Auto Roll Hit Locations

+ +
+ +

Fate roll options

+ +
+ +

Weapon Special in Damage Roll

+ +
+ +

Crunch Summary in Righteous Fury

+ +
+
- - -
- -

Settings

- -

Initiative Overrides

- -
- -

Auto Roll Hit Locations

- -
- -

Fate roll options

- -
- -

Weapon Special in Damage Roll

- -
- -

Crunch Summary in Righteous Fury

- -
- -
- -
- +