Skip to content

Commit

Permalink
Merge pull request #13610 from BrittonWaffle/BrittonWaffle-Scion1e-patch
Browse files Browse the repository at this point in the history
Bugfixes [Scion 1e]
  • Loading branch information
kfroll20 authored Dec 19, 2024
2 parents 1acef6b + 2b41fa1 commit 5f871bc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Scion/Scion.html
Original file line number Diff line number Diff line change
Expand Up @@ -867,7 +867,7 @@
<input type="hidden" class="sheet-textbox" name="attr_Control_EpicRating" placeholder="Epic Rating" value=""/>
</td>
<td><input type="checkbox" class="sheet-bigcheck" name="attr_Medicine-box" value="1"/><span></span></td>
<td><button type='roll' class="sheet-skill_btn" name="roll_Medicine" value='&{template:wod} {{name= @{character_name} }} {{pool= Medicine }} {{attr= @{Medicine_attribe}:@{Medicine_AttRating} }} {{skill= Medicine: @{Medicine}}} {{mod= Modifier ?{Modifier?|0} }} {{injury= @{injury}}} {{result= [[ {( @{Medicine_AttRating} + @{Medicine} + ?{Modifier?|0} + @{injury} )d10s}>7f1]] }} {{epic= @{Medicine_EpicRating}}}'/>Medicine</td>
<td><button type='roll' class="sheet-skill_btn" name="roll_Medicine" value='&{template:wod} {{name= @{character_name} }} {{pool= Medicine }} {{attr= @{Medicine_attrib}:@{Medicine_AttRating} }} {{skill= Medicine: @{Medicine}}} {{mod= Modifier ?{Modifier?|0} }} {{injury= @{injury}}} {{result= [[ {( @{Medicine_AttRating} + @{Medicine} + ?{Modifier?|0} + @{injury} )d10s}>7f1]] }} {{epic= @{Medicine_EpicRating}}}'/>Medicine</td>
<td>
<input type="radio" class="sheet-normal sheet-zero" name="attr_Medicine" value="0" checked="checked" /><span></span>
<input type="radio" class="sheet-normal" name="attr_Medicine" value="1" /><span></span>
Expand Down Expand Up @@ -1309,7 +1309,7 @@ <h2 class="sheet-center">Experience</h2>
<tr>
<th colspan="5"><input type="text" class="sheet-textbox" style="text-align:center;" name="attr_Legend_Points" placeholder="Legend Points"/></th>
<td></td>
<th colspan="5"><input type="text" class="sheet-textbox" style="text-align:center;" name="attr_Legend_Points_most" value="@{Legend_Points} * @{Legend_Points}" disabled="true" /></th>
<th colspan="5"><input type="text" class="sheet-textbox" style="text-align:center;" name="attr_Legend_Points_most" value="@{Legend} * @{Legend}" disabled="true" /></th>
</tr>
</table>
</div>
Expand Down Expand Up @@ -3044,7 +3044,7 @@ <h2 style="text-align: center">Soak</h2>
});
//Attribute Showing
var stats = ['Appearance', 'Charisma', 'Dexterity', 'Intelligence', 'Manipulation', 'Perception', 'Strength', 'Stamina', 'Wits'],
skills = ['Academics', 'Animal_Ken', 'Art', 'Athletics', 'Awareness', 'Brawl', 'Control', 'Craft', 'Empathy', 'Fortitude', 'Integrity', 'Investigation', 'Larceny', 'Marksmanship', 'Medicine', 'Melee', 'Occult', 'Politics', 'Presence', 'Science', 'Stealth', 'Survival', 'Thrown', 'Other1', 'Other2', 'Other3', 'Other4', 'Other5', 'Other6', 'Other7', 'Other8', 'Other9', 'join_battle'];
skills = ['Academics', 'Animal_Ken', 'Art', 'Athletics', 'Awareness', 'Brawl', 'Command', 'Control', 'Craft', 'Empathy', 'Fortitude', 'Integrity', 'Investigation', 'Larceny', 'Marksmanship', 'Medicine', 'Melee', 'Occult', 'Politics', 'Presence', 'Science', 'Stealth', 'Survival', 'Thrown', 'Other1', 'Other2', 'Other3', 'Other4', 'Other5', 'Other6', 'Other7', 'Other8', 'Other9', 'join_battle'];
skills.forEach(function (skill) {
'use strict';
// relevantAttrs is e.g. ['Apperance', 'Charisma', ... , 'Appearance_box', ... , 'Academics_attrib']
Expand Down

0 comments on commit 5f871bc

Please sign in to comment.