diff --git a/Outbreak/outbreak.css b/Outbreak/outbreak.css index dba7120ea9..1d8efda6ce 100644 --- a/Outbreak/outbreak.css +++ b/Outbreak/outbreak.css @@ -532,7 +532,7 @@ input[name='attr_tab'][value='log'] ~ div.sheet-log { .sheet-rolltemplate-ou-small .sheet-speed-five .inlinerollresult.fullcrit, .sheet-rolltemplate-ou .sheet-speed-five .inlinerollresult.fullcrit { - background: url("https://raw.githubusercontent.com/clevett/roll20-character-sheets/outbreakv1/Outbreak/src/img/HuntersIcon_speed_16pxW_x16pxH.jpg") bottom; + background: url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Outbreak/src/img/HuntersIcon_speed_16pxW_x16pxH.jpg") bottom; background-size: 19px 19px; background-repeat: no-repeat; z-index: +1; @@ -541,7 +541,7 @@ input[name='attr_tab'][value='log'] ~ div.sheet-log { .sheet-rolltemplate-ou-small .sheet-damage-five .inlinerollresult.fullcrit, .sheet-rolltemplate-ou .sheet-damage-five .inlinerollresult.fullcrit { - background: url("https://raw.githubusercontent.com/clevett/roll20-character-sheets/outbreakv1/Outbreak/src/img/HuntersIcon_damage_16pxW_x16pxH.jpg") bottom; + background: url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Outbreak/src/img/HuntersIcon_damage_16pxW_x16pxH.jpg") bottom; background-size: 19px 19px; background-repeat: no-repeat; z-index: +1; @@ -550,7 +550,7 @@ input[name='attr_tab'][value='log'] ~ div.sheet-log { .sheet-rolltemplate-ou-small .sheet-deplete-five .inlinerollresult.fullcrit, .sheet-rolltemplate-ou .sheet-deplete-five .inlinerollresult.fullcrit { - background: url("https://raw.githubusercontent.com/clevett/roll20-character-sheets/outbreakv1/Outbreak/src/img/HuntersIcon_depletion_16pxW_x16pxH.jpg") bottom; + background: url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Outbreak/src/img/HuntersIcon_depletion_16pxW_x16pxH.jpg") bottom; background-size: 19px 19px; background-repeat: no-repeat; z-index: +1; diff --git a/Outbreak/outbreak.html b/Outbreak/outbreak.html index 1fa07b3f83..74cc6b3a1c 100644 --- a/Outbreak/outbreak.html +++ b/Outbreak/outbreak.html @@ -1,4 +1,4 @@ -

Name

Player

Campaign

S.P.E.W Attributes

Strength

Strength

Perception

Perception

Empathy

Empathy

Willpower

Willpower

Character Resources

Survival Points:

Gestalt Level:

Competance Points:

Skills

Basic Skills

Trained Skills

Expert Skills

Specalizations

Attr

Bonus

Adv

Skill

Roll

Equipment

difficulty dice
speed dice
damage dice
depletion dice

Vitality

Injuries

Damage Threshold

Sb + Wb

Bonus

Total

Viral

Symptoms

Psyche

Wb + Eb

Bonus

Total

Morale

+=

Coping Mechanisms

Training Value Bonus

Archery Gear

Long Gun

Bludgeoning

Pistol

Piercing

Throwing

Slashing

Martial Arts

Athletic Gear

First Aid Kits

Swimming/Diving

Climbing Gear

Medical Gear

Tools

Command App

Recon Gear

Value

Firefighting

Survival Kit

Vehicles

+

Name

Player

Campaign

S.P.E.W Attributes

Strength

Strength

Perception

Perception

Empathy

Empathy

Willpower

Willpower

Character Resources

Survival Points:

Gestalt Level:

Competance Points:

Skills

Basic Skills

Trained Skills

Expert Skills

Specalizations

Attr

Bonus

Adv

Skill

Roll

Equipment

difficulty dice
speed dice
damage dice
depletion dice

Vitality

Injuries

Damage Threshold

Sb + Wb

Bonus

Total

Viral

Symptoms

Psyche

Wb + Eb

Bonus

Total

Morale

+=

Coping Mechanisms

Training Value Bonus

Archery Gear

Long Gun

Bludgeoning

Pistol

Piercing

Throwing

Slashing

Martial Arts

Athletic Gear

First Aid Kits

Swimming/Diving

Climbing Gear

Medical Gear

Tools

Command App

Recon Gear

Value

Firefighting

Survival Kit

Vehicles

diff --git a/Outbreak/outbreak.pug b/Outbreak/outbreak.pug index e4fb9e27f8..186a77930f 100644 --- a/Outbreak/outbreak.pug +++ b/Outbreak/outbreak.pug @@ -1,7 +1,7 @@ //- VERSION //- ============================= -input(name='attr_version' type='hidden' value='1.01') +input(name='attr_version' type='hidden' value='1.02') //- MIXINS include src/pug/_mixins.pug diff --git a/Outbreak/src/scss/_rolltemplate.scss b/Outbreak/src/scss/_rolltemplate.scss index f1824ae10f..d0a5299423 100644 --- a/Outbreak/src/scss/_rolltemplate.scss +++ b/Outbreak/src/scss/_rolltemplate.scss @@ -104,7 +104,7 @@ } .sheet-rolltemplate-ou-small .sheet-speed-five .inlinerollresult.fullcrit, .sheet-rolltemplate-ou .sheet-speed-five .inlinerollresult.fullcrit { - background: url('https://raw.githubusercontent.com/clevett/roll20-character-sheets/outbreakv1/Outbreak/src/img/HuntersIcon_speed_16pxW_x16pxH.jpg') bottom; + background: url('https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Outbreak/src/img/HuntersIcon_speed_16pxW_x16pxH.jpg') bottom; background-size: 19px 19px; background-repeat: no-repeat; z-index: +1; @@ -113,7 +113,7 @@ } .sheet-rolltemplate-ou-small .sheet-damage-five .inlinerollresult.fullcrit, .sheet-rolltemplate-ou .sheet-damage-five .inlinerollresult.fullcrit { - background: url('https://raw.githubusercontent.com/clevett/roll20-character-sheets/outbreakv1/Outbreak/src/img/HuntersIcon_damage_16pxW_x16pxH.jpg') bottom; + background: url('https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Outbreak/src/img/HuntersIcon_damage_16pxW_x16pxH.jpg') bottom; background-size: 19px 19px; background-repeat: no-repeat; z-index: +1; @@ -122,7 +122,7 @@ } .sheet-rolltemplate-ou-small .sheet-deplete-five .inlinerollresult.fullcrit, .sheet-rolltemplate-ou .sheet-deplete-five .inlinerollresult.fullcrit { - background: url('https://raw.githubusercontent.com/clevett/roll20-character-sheets/outbreakv1/Outbreak/src/img/HuntersIcon_depletion_16pxW_x16pxH.jpg') bottom; + background: url('https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Outbreak/src/img/HuntersIcon_depletion_16pxW_x16pxH.jpg') bottom; background-size: 19px 19px; background-repeat: no-repeat; z-index: +1;
{{name}} rolls