Skip to content

Commit

Permalink
Merge pull request #12993 from LilLiteralist/master
Browse files Browse the repository at this point in the history
[Star Wars Saga Edition] Stealth size bugfix
  • Loading branch information
BronsonHall authored Jun 11, 2024
2 parents ab7c016 + 0dffc42 commit 3860310
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions Star Wars Saga Edition/StarWarsSagaEdition.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<!-- Top of the sheet, Star wars saga edit logo -->
<div class="character-record">
<label>
<input type="checkbox" class="hidden" name="attr_yellow-logo"/>
<input type="checkbox" class="hidden" name="attr_yellow-logo" value="1"/>
<img width="300px" src="https://i.imgur.com/darsW0s.png"/>
</label>
<span data-i18n="character-sheet">Character Record Sheet</span>
Expand Down Expand Up @@ -2036,7 +2036,7 @@ <h4 data-i18n="status">Status</h4>
<div class="sect skills-grid-formulas"> <!-- This can be hidden by the checkboxes at the beginning of the second or third row. -->
<span class="small bold">Skill Modifier Total Formula</span>
<br/>
<input type="text" name="attr_StealthFormula" class="skillFormula" spellcheck="false" title="Skill Total formula @{StealthFormula}" value="@{level|max}[Half Level]+@{StealthMod}[Mod]+@{StealthFeat}[Training]+@{StealthFeat|max}[Focus]+@{ArmorType|max}[Armor Penalty]+@{EquipmentLoad}[Heavy Load]+@{StealthMisc}[Misc]+@{CT}[CT]" />
<input type="text" name="attr_StealthFormula" class="skillFormula" spellcheck="false" title="Skill Total formula @{StealthFormula}" value="@{level|max}[Half Level]+@{StealthMod}[Mod]+@{StealthFeat}[Training]+@{StealthFeat|max}[Focus]+@{StealthSize}[Size]+@{ArmorType|max}[Armor Penalty]+@{EquipmentLoad}[Heavy Load]+@{StealthMisc}[Misc]+@{CT}[CT]" />
<span class="small bold">Template Formula</span>
<br/>
<input type="text" name="attr_StealthFormula_max" class="skillFormula" spellcheck="false" title="Skill Template formula @{StealthFormula|max}" value="&{template:skill} {{name=Stealth}} {{skill=[[1d20 + @{Stealth} + ?{Other Modifiers|0}[Other]]]}} {{notes=@{Stealth|max}}}" />
Expand Down Expand Up @@ -2822,7 +2822,7 @@ <h4 data-i18n="status">Status</h4>
<div class="tab-content tab2">
<div class="character-record">
<label>
<input type="checkbox" class="hidden" name="attr_yellow-logo"/>
<input type="checkbox" class="hidden" name="attr_yellow-logo" value="1"/>
<img width="300px" src="https://i.imgur.com/darsW0s.png"/>
</label>
<span data-i18n="npc_record_sheet">NPC Record Sheet</span>
Expand Down Expand Up @@ -4595,7 +4595,7 @@ <h4 data-i18n="initiative">Initiative</h4>
<div class="sect skills-grid-formulas"> <!-- This can be hidden by the checkboxes at the beginning of the second or third row. -->
<span class="small bold">Skill Modifier Total Formula</span>
<br/>
<input type="text" name="attr_StealthFormula" class="skillFormula" spellcheck="false" title="Skill Total formula @{StealthFormula}" value="@{level|max}[Half Level]+@{StealthMod}[Mod]+@{StealthFeat}[Training]+@{StealthFeat|max}[Focus]+@{ArmorType|max}[Armor Penalty]+@{EquipmentLoad}[Heavy Load]+@{StealthMisc}[Misc]+@{CT}[CT]" />
<input type="text" name="attr_StealthFormula" class="skillFormula" spellcheck="false" title="Skill Total formula @{StealthFormula}" value="@{level|max}[Half Level]+@{StealthMod}[Mod]+@{StealthFeat}[Training]+@{StealthFeat|max}[Focus]+@{StealthSize}[Size]+@{ArmorType|max}[Armor Penalty]+@{EquipmentLoad}[Heavy Load]+@{StealthMisc}[Misc]+@{CT}[CT]" />
<span class="small bold">Template Formula</span>
<br/>
<input type="text" name="attr_StealthFormula_max" class="skillFormula" spellcheck="false" title="Skill Template formula @{StealthFormula|max}" value="&{template:skill} {{name=Stealth}} {{skill=[[1d20 + @{Stealth} + ?{Other Modifiers|0}[Other]]]}} {{notes=@{Stealth|max}}}" />
Expand Down Expand Up @@ -5193,7 +5193,7 @@ <h4 data-i18n="initiative">Initiative</h4>
<div class="tab-content tab3">
<div class="character-record">
<label>
<input type="checkbox" class="hidden" name="attr_yellow-logo"/>
<input type="checkbox" class="hidden" name="attr_yellow-logo" value="1"/>
<img width="300px" src="https://i.imgur.com/darsW0s.png"/>
</label>
<span data-i18n="vehicle_record_sheet">Vehicle Record Sheet</span>
Expand Down Expand Up @@ -7998,7 +7998,3 @@ <h4>Available Emplacement Points</h4>
});
};
</script>




0 comments on commit 3860310

Please sign in to comment.