[Shadowrun 5th Advanced] move to non-legacy

This commit is contained in:
Stexinator
2021-04-08 19:55:04 +02:00
parent a88bfb54de
commit 4b5da6b4bc
3 changed files with 766 additions and 772 deletions
File diff suppressed because it is too large Load Diff
+1 -5
View File
@@ -6614,7 +6614,7 @@ Can lift overhead (Strength + Nethits) x 5kg}}"></button>
<input class="technomancycheckbox" type="checkbox" name="attr_istechnomancer" value="1">
<h2>Spells</h2>
<div class="magiciandrainattribute">
<button class="sheet-spellrollmage btn" type="roll" title="Click to roll custom drain" value="@{gmroll}&{template:shadowrun}{{name=@{character_name}}}{{roll_name=for drain resist}}{{val1=Drain Attribute}}{{val1_num=[[@{drainattribute}]]}}{{val2=@{wil_name}}}{{val2_num=[[@{wil_total}]]}}{{edge=@{edgeroll}}}{{edge_num=[[@{edg_total}]]}}{{result=[[(@{wil_total}+@{drainattribute}+?{Drain Resist Bonus|0})@{standardroll}]]}}{{drain=Drain}}{{drain_num=[[?{Drain|2}]]}}">Drain-Attribute</button>
<button class="spellrollmage btn" type="roll" title="Click to roll custom drain" value="@{gmroll}&{template:shadowrun}{{name=@{character_name}}}{{roll_name=for drain resist}}{{val1=Drain Attribute}}{{val1_num=[[@{drainattribute}]]}}{{val2=@{wil_name}}}{{val2_num=[[@{wil_total}]]}}{{edge=@{edgeroll}}}{{edge_num=[[@{edg_total}]]}}{{result=[[(@{wil_total}+@{drainattribute}+?{Drain Resist Bonus|0})@{standardroll}]]}}{{drain=Drain}}{{drain_num=[[?{Drain|2}]]}}">Drain-Attribute</button>
<div>
<select name="attr_drainattribute">
<option value="@{log_total}">LOG</option>
@@ -9924,10 +9924,6 @@ on("change:chummercheckbox", function(){
attributes["weaponrc"+i]="0";
attributes["weaponmode"+i]="11";
attributes["weaponnotes"+i]="";
getSectionIDs("repeating_equipment"+i, function(idarray) {
for(var i=0; i < idarray.length; i++) {
removeRepeatingRow("repeating_equipment"+i+idarray[i]);
}});
attributes["armorworn"+i]="0";
attributes["armorname"+i]="";
attributes["armorcapacity"+i]="0";
+1 -2
View File
@@ -4,6 +4,5 @@
"authors": "Jens 'xyro'",
"roll20userid": "857511",
"preview": "Shadowrun5th.png",
"instructions": "For use with Shadowrun 5th Edition. \r\rEverything has a tooltip, if unsure just hover over the element with your mouse \r\rIn general do not leave empty fields \rInput Numbers without a '+' for positive and no space between '-' and digits for negative \rThe only exception is drain/fade where you have to enter a '+' or '-' followed by a number that indicates what the offset from the spells force/complex forms level is \r alternatively enter a '*2' for rituals to show the number of dice to be thrown in contest\r\r Able to import data directly from chummer5a.\r Just follow the instructions on the last tab",
"legacy": true
"instructions": "For use with Shadowrun 5th Edition. \r\rEverything has a tooltip, if unsure just hover over the element with your mouse \r\rIn general do not leave empty fields \rInput Numbers without a '+' for positive and no space between '-' and digits for negative \rThe only exception is drain/fade where you have to enter a '+' or '-' followed by a number that indicates what the offset from the spells force/complex forms level is \r alternatively enter a '*2' for rituals to show the number of dice to be thrown in contest\r\r Able to import data directly from chummer5a.\r Just follow the instructions on the last tab"
}