Rogue trader improved critical hotfix2

see details below
This commit is contained in:
Mago
2024-11-27 06:04:41 -05:00
parent 56e444c37d
commit 889ebab4aa
2 changed files with 21 additions and 21 deletions
+20 -20
View File
@@ -1699,16 +1699,16 @@
<!-- end of line-->
<label style="width:23%">Normal Move</label>
<label style="width:8%">Half:</label>
<input name="attr_HalfMove" type="text" style="width:8%" title="Agility Bonus (AB)" value="ceil( (@{AB} + @{CharSize}) * @{movementhalved})" disabled />
<input name="attr_HalfMove" type="text" style="width:8%" title="Agility Bonus" value="ceil( (floor(@{Agility}/10) + (@{CharSize})) * @{movementhalved} )" disabled />
<div class="spacing" style="width:3%"></div>
<label style="width:8%">Full:</label>
<input name="attr_FullMove" type="text" style="width:8%" title="Agility Bonus x2" value="ceil( ( (@{AB}*2) + @{CharSize}) * @{movementhalved})" disabled />
<input name="attr_FullMove" type="text" style="width:8%" title="Agility Bonus x2" value="ceil( ((floor(@{Agility}/10) + (@{CharSize}))*2) * @{movementhalved} )" disabled />
<div class="spacing" style="width:3%"></div>
<label style="width:12%">Charge:</label>
<input name="attr_ChargeMove" type="text" style="width:8%" title="Agility Bonus x3" value="ceil( ( (@{AB}*3) + @{CharSize} ) * @{movementhalved})" disabled />
<input name="attr_ChargeMove" type="text" style="width:8%" title="Agility Bonus x3" value="ceil( ((floor(@{Agility}/10) + (@{CharSize}))*3) * @{movementhalved} )" disabled />
<div class="spacing" style="width:3%"></div>
<label style="width:8%">Run:</label>
<input name="attr_RunMove" type="text" style="width:8%" title="Agility Bonus x6" value="ceil( ( (@{AB}*6) + @{CharSize} ) * @{movementhalved})" disabled />
<input name="attr_RunMove" type="text" style="width:8%" title="Agility Bonus x6" value="ceil( ((floor(@{Agility}/10) + (@{CharSize}))*6) * @{movementhalved} )" disabled />
<!-- end of line-->
<label style="width:23%">Custom Move</label>
<label style="width:8%">Half:</label>
@@ -4963,15 +4963,15 @@ on("change:startingFEL change:AdvancedFEL1 change:AdvancedFEL2 change:AdvancedFE
{{#p1}}
<div class="sheet-result">{{p1}}</div>
{{/p1}}
<!--section for attacks and hit location -->
{{#d100a}}
<div class="sheet-result">{{d100a}}&#160;d100 Roll</div>
{{#rollWasFumble() d100a }}
<!--section for attacks and hit location-->
{{#d100a}}
<div class="sheet-result">{{d100a}}&#160;d100 Roll</div>
{{#rollWasFumble() d100a }}
<div class="sheet-result" style="color:red">the weapon malfunctions!</div>
{{/rollWasFumble() d100a }}
{{/d100a}}
{{/rollWasFumble() d100a }}
{{/d100a}}
{{#attack}}
<div class="sheet-result">
<div class="sheet-result">{{attack}}
{{#rollGreater() d100a testtarget}}Missed...{{/rollGreater() d100a testtarget}}
{{#^rollGreater() d100a testtarget}}Attack Hits! &#x1F4A2; <br>
<!--head locations-->
@@ -5024,18 +5024,18 @@ on("change:startingFEL change:AdvancedFEL1 change:AdvancedFEL2 change:AdvancedFE
{{#rollTotal() hitloc 87}}Right Leg{{/rollTotal() hitloc 87}}
{{#rollTotal() hitloc 77}}Right Leg{{/rollTotal() hitloc 77}}
{{#rollTotal() hitloc 67}}Right Leg{{/rollTotal() hitloc 67}}
{{#rollBetween() hitloc 57 58}}Right Leg<{{/rollBetween() hitloc 57 58}}
{{#rollBetween() hitloc 47 48}}Right Leg<{{/rollBetween() hitloc 47 48}}
{{#rollBetween() hitloc 37 38}}Right Leg<{{/rollBetween() hitloc 37 38}}
{{#rollBetween() hitloc 27 28}}Right Leg<{{/rollBetween() hitloc 27 28}}
{{#rollBetween() hitloc 17 18}}Right Leg<{{/rollBetween() hitloc 17 18}}
{{#rollBetween() hitloc 57 58}}Right Leg{{/rollBetween() hitloc 57 58}}
{{#rollBetween() hitloc 47 48}}Right Leg{{/rollBetween() hitloc 47 48}}
{{#rollBetween() hitloc 37 38}}Right Leg{{/rollBetween() hitloc 37 38}}
{{#rollBetween() hitloc 27 28}}Right Leg{{/rollBetween() hitloc 27 28}}
{{#rollBetween() hitloc 17 18}}Right Leg{{/rollBetween() hitloc 17 18}}
{{#rollTotal() hitloc 08}}Right Leg{{/rollTotal() hitloc 08}}
<!--left leg locations-->
{{#rollTotal() hitloc 100}}Left Leg{{/rollTotal() hitloc 100}}
{{#rollBetween() hitloc 98 99}}Left Leg<{{/rollBetween() hitloc 98 99}}
{{#rollBetween() hitloc 88 89}}Left Leg<{{/rollBetween() hitloc 88 89}}
{{#rollBetween() hitloc 78 79}}Left Leg<{{/rollBetween() hitloc 78 79}}
{{#rollBetween() hitloc 68 69}}Left Leg<{{/rollBetween() hitloc 68 69}}
{{#rollBetween() hitloc 98 99}}Left Leg{{/rollBetween() hitloc 98 99}}
{{#rollBetween() hitloc 88 89}}Left Leg{{/rollBetween() hitloc 88 89}}
{{#rollBetween() hitloc 78 79}}Left Leg{{/rollBetween() hitloc 78 79}}
{{#rollBetween() hitloc 68 69}}Left Leg{{/rollBetween() hitloc 68 69}}
{{#rollTotal() hitloc 59}}Left Leg{{/rollTotal() hitloc 59}}
{{#rollTotal() hitloc 49}}Left Leg{{/rollTotal() hitloc 49}}
{{#rollTotal() hitloc 39}}Left Leg{{/rollTotal() hitloc 39}}
+1 -1
View File
@@ -4,6 +4,6 @@
"authors": "Mago",
"roll20userid": "986445",
"preview": "RTimprovedPreview.png",
"instructions": "Character Sheet designed to play **Warhammer 40k Rogue Trader** pen & paper RPG by Fantasy Flight Games.\nThis Sheet does Not require API scripts.\nMost of the sheets functions are described with **Info Tooltips** hover over fields and buttons to see them.\nFor more information visit the documentation page at [Rogue Trader Improved Wiki](https://wiki.roll20.net/Rogue_trader_improved)\n**IMPORTANT TIP** The roll template is best displayed in chat when **turning off the ENABLE CHAT AVATARS** option in the My Settings tab.\nIf you have any questions, suggestions or feedback, send a private message to [Author Mago](https://app.roll20.net/users/986445/mago)\n**Revision 6 October 2024**",
"instructions": "Character Sheet for Warhammer 40k Rogue Trader pen & paper RPG originally published by Fantasy Flight Games (2009) now published by Cubicle 7.\n\n* Sheet functions are described with INFO TOOLTIPS hover over fields and buttons to see them.\n\n* For full documentation visit [Rogue Trader Improved Wiki](https://wiki.roll20.net/Rogue_trader_improved) \n\n* The roll template is best displayed in chat by Disabling the ENABLE CHAT AVATARS option in the My Settings tab.\n\n* If you have any feedback, send a private message to [Author Mago](https://app.roll20.net/users/986445/mago) \n\n* Revision 6 October 2024",
"legacy": false
}