mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-09-11 01:22:32 +00:00
Merge pull request #13211 from roguetradermago/RTI-rev5-hotfix-3
Rogue Trader Improved rev5 hotfix 3
This commit is contained in:
@@ -466,7 +466,7 @@
|
||||
</div>
|
||||
<div class="grid8b">
|
||||
<button name="roll_Swim" type="roll" id="subitem" value="@{gmroll}&{template:custom} {{name=**@{character_name} Test Swim**}} {{dosdof=[[((( ([[(@{Swim}+?{Modifier|0})]] - [[1d100cs1cf100]]) * 100 % 999 % 100 )))]] **Degrees**}} {{testtarget= $[[0]] }} {{d100= $[[1]] }} {{testresult= }}"><label>Swim</label></button>
|
||||
<span id="gridspan" itle="Swim allows the Explorer to swim through various liquid mediums. Under normal conditions swimming does not require a Test. More difficult waters, unusual circumstances, or long distances call for a Skill Test. -Skill Use: Full Action. -Category: Movement.">(S) 🛈</span>
|
||||
<span id="gridspan" title="Swim allows the Explorer to swim through various liquid mediums. Under normal conditions swimming does not require a Test. More difficult waters, unusual circumstances, or long distances call for a Skill Test. -Skill Use: Full Action. -Category: Movement.">(S) 🛈</span>
|
||||
<div id="cbitem"><input name="attr_Swim1" type="checkbox" value="0.5"/></div>
|
||||
<div id="cbitem"><input name="attr_Swim2" type="checkbox" value="10"/></div>
|
||||
<div id="cbitem"><input name="attr_Swim3" type="checkbox" value="10"/></div>
|
||||
@@ -1400,7 +1400,7 @@
|
||||
<div class="spacing" style="width:0.5%"></div>
|
||||
<input name="attr_gearwt" style="width:10%" type="number" placeholder="Wgt." title="Weight (Kg)"/>
|
||||
<div class="spacing" style="width:0.5%"></div>
|
||||
<button name="roll_geardesc" type="roll" style="width:10%" value="@{gmroll}&{template:custom} {{name=**@{character_name} @{GearName}**}} {{d1= Weight: [[@{gearwt}]] **Kg**}} {{t1= Quantity: [[@{gearqty}]] }} {{desc=@{GearNotes} }} "><label class="shct" title="Send to Chat">R</label></button>
|
||||
<button name="roll_geardesc" type="roll" style="width:10%" value="@{gmroll}&{template:custom} {{name=**@{character_name} @{GearName}**}} {{d1= **Weight: @{gearwt} Kg**}} {{t1= **Quantity: @{gearqty}** }} {{desc= @{GearNotes} }}"><label class="shct" title="Send to Chat">R</label></button>
|
||||
<input type="checkbox" name="attr_HideGear" style="width:5.5%" value="1" class="arrow icon" title="Hide Description"></input>
|
||||
<div class="hbody"><textarea style="height:65px" name="attr_GearNotes" placeholder="Gear Description"></textarea></div>
|
||||
</fieldset>
|
||||
@@ -3610,7 +3610,7 @@
|
||||
<div class="spacing" style="width:0.5%"></div>
|
||||
<button name="roll_PsyHit" type="roll" style="width:15%" value="@{PsyStrength}"><label>Manifest</label></button>
|
||||
<div class="spacing" style="width:0.5%"></div>
|
||||
<button name="roll_PsyInfo" type="roll" style="width:13%" value="@{gmroll}&{template:custom} {{name=**@{PsyName}**}} {{Action=**@{PsyAction}**}} {{Range=[[ @{PsyRange} ]]**m x Psy Rating**}} {{Sustainable?=**@{PsySustained}**}} {{desc=@{PsyPowersEffect} }}"><label class="shct" title="Send to Chat">R</label></button>
|
||||
<button name="roll_PsyInfo" type="roll" style="width:13%" value="@{gmroll}&{template:custom} {{name=**@{PsyName}**}} {{d1=**Cast Time: @{PsyAction}**}} {{t1=**Range @{PsyRange}m x EPR**}} {{p1=**Sustainable? @{PsySustained}**}} {{desc=@{PsyPowersEffect} }}"><label class="shct" title="Send to Chat">R</label></button>
|
||||
<div class="spacing" style="width:0.5%"></div>
|
||||
<input class="arrow icon" style="width:3%" name="attr_hidepsypower1" type="checkbox" value="1" title="Show/Hide Details"></input>
|
||||
<!-- end of line -->
|
||||
@@ -3693,7 +3693,7 @@
|
||||
<div class="spacing" style="width:0.5%"></div>
|
||||
<button name="roll_PsyHit1" type="roll" style="width:15%" value="@{PsyStrength1}"><label>Manifest</label></button>
|
||||
<div class="spacing" style="width:0.5%"></div>
|
||||
<button name="roll_PsyInfo1" type="roll" style="width:13%" value="@{gmroll}&{template:custom} {{name=**@{PsyName1}**}} {{Action=**@{PsyAction1}**}} {{Range=[[ @{PsyRange1} ]]**m x Psy Rating**}} {{Sustainable?=**@{PsySustained1}**}} {{desc=@{PsyPowersEffect1} }}"><label class="shct" title="Send to Chat">R</label></button>
|
||||
<button name="roll_PsyInfo1" type="roll" style="width:13%" value="@{gmroll}&{template:custom} {{name=**@{PsyName1}**}} {{d1=**Cast Time: @{PsyAction1}**}} {{t1=**Range @{PsyRange1}m x EPR**}} {{p1=**Sustainable? @{PsySustained1}**}} {{desc=@{PsyPowersEffect1} }}"><label class="shct" title="Send to Chat">R</label></button>
|
||||
<div class="spacing" style="width:0.5%"></div>
|
||||
<input class="arrow icon" style="width:3%" name="attr_hidepsypower2" type="checkbox" value="1" title="Show/Hide Details"></input>
|
||||
<!-- end of line -->
|
||||
@@ -6076,4 +6076,4 @@ on("change:startingFEL change:AdvancedFEL1 change:AdvancedFEL2 change:AdvancedFE
|
||||
{{/psydesc}}
|
||||
</div><!--container closing div -->
|
||||
<div class="sheet-footer"></div>
|
||||
</rolltemplate>
|
||||
</rolltemplate>
|
||||
@@ -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.\rThis Sheet does Not require API scripts.\r\rMost of the sheets functions are described with **Info Tooltips** hover over fields and buttons to see them\r\rFor more information visit the documentation wiki page at\r[Rogue Trader Improved Wiki](https://wiki.roll20.net/Rogue_trader_improved)\r\r**IMPORTANT TIP** The roll template is best displayed in chat when **turning off the ENABLE CHAT AVATARS** option in the My Settings tab.\r\rIf you have any questions, suggestions or feedback, send a private message to https://app.roll20.net/users/986445/mago\r\r**Revision 5 July 2024**",
|
||||
"instructions": "Character Sheet designed to play **Warhammer 40k Rogue Trader** pen & paper RPG\nby 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 wiki page at\n[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 5 July 2024**",
|
||||
"legacy": false
|
||||
}
|
||||
Reference in New Issue
Block a user