mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-09-11 09:32:33 +00:00
removed TODO list
This commit is contained in:
@@ -744,7 +744,6 @@
|
||||
<input name='attr_skill_R_mod3' type='checkbox' value='30' class='skills_item' />
|
||||
<input name='attr_skill_R_mod3' type='checkbox' value='40' class='skills_item' />
|
||||
<input name='attr_skill_R_mod3' type='checkbox' value='50' class='skills_item' />
|
||||
<!-- TODO: fix roll -->
|
||||
<button type='roll' name='skill_Roll' value='@{to-gm}&{template:mythic} {{character= @{character_name}}} {{roll-name=@{skill_R_name} }} {{roll=[[floor(([[@{skill_R_mod1}]]+@{skill_R_mod2}+[[@{skill_R_mod3} -20]]+@{inlinemod-toggle}-1d100)/10)]] }}' class='clear'><input name='attr_skill_R_total' value='@{skill_R_mod1}]]+@{skill_R_mod2}+[[@{skill_R_mod3}-20' class='input_background' disabled /></button>
|
||||
</div>
|
||||
</fieldset>
|
||||
@@ -773,7 +772,6 @@
|
||||
<input name='attr_linguistics_mod3' type='checkbox' value='30' class='skills_item' />
|
||||
<input name='attr_linguistics_mod3' type='checkbox' value='40' class='skills_item' />
|
||||
<input name='attr_linguistics_mod3' type='checkbox' value='50' class='skills_item' />
|
||||
<!-- TODO: fix roll -->
|
||||
<button name='linguistics_roll' type='roll' class='clear'
|
||||
value='@{to-gm}&{template:mythic} {{character= @{character_name}}} {{roll-name=@{linguistics_name} }} {{roll=[[1+floor(abs([[@{linguistics_mod1}+@{linguistics_mod2}+@{linguistics_mod3}-20+@{inlinemod-toggle}]]-[[1d100]])/10)]]}} {{target=$[[0]]}} {{roll=$[[1]]}} {{degrees= $[[2]]}}'>
|
||||
<input name='attr_linguistics_total' value='@{linguistics_mod1}+@{linguistics_mod2}+@{linguistics_mod3}-20' class='input_background' disabled /></button>
|
||||
@@ -790,7 +788,6 @@
|
||||
<input name='attr_linguistics_r_mod3' type='checkbox' value='30' class='skills_item' />
|
||||
<input name='attr_linguistics_r_mod3' type='checkbox' value='40' class='skills_item ' />
|
||||
<input name='attr_linguistics_r_mod3' type='checkbox' value='50' class='skills_item' />
|
||||
<!-- TODO: fix roll -->
|
||||
<button name='linguistics_roll' type='roll' class='clear'
|
||||
value='@{to-gm}&{template:mythic} {{character= @{character_name}}} {{roll-name=@{linguistics_name} }} {{roll=[[1+floor(abs([[@{linguistics_r_mod1}+@{linguistics_r_mod2}+@{linguistics_r_mod3}-20+@{inlinemod-toggle}]]-[[1d100]])/10)]]}} {{target=$[[0]]}} {{roll=$[[1]]}} {{degrees= $[[2]]}}'>
|
||||
<input name='attr_linguistics_r_total' value='@{linguistics_r_mod1}+@{linguistics_r_mod2}+@{linguistics_r_mod3}-20' class='input_background' disabled /></button>
|
||||
@@ -821,7 +818,6 @@
|
||||
<input name='attr_common-lore_mod3' type='checkbox' value='30' class='skills_item' />
|
||||
<input name='attr_common-lore_mod3' type='checkbox' value='40' class='skills_item' />
|
||||
<input name='attr_common-lore_mod3' type='checkbox' value='50' class='skills_item' />
|
||||
<!-- TODO: fix roll -->
|
||||
<button name='common-lore_roll' type='roll' class='clear'
|
||||
value='@{to-gm}&{template:mythic} {{character= @{character_name}}} {{roll-name=@{common-lore_name} }} {{roll=[[1+floor(abs([[@{common-lore_mod1}+@{common-lore_mod2}+@{common-lore_mod3}-20+@{inlinemod-toggle}]]-[[1d100]])/10)]]}} {{target=$[[0]]}} {{roll=$[[1]]}} {{degrees= $[[2]]}}'>
|
||||
<input name='attr_common-lore_total' value='@{common-lore_mod1}+@{common-lore_mod2}+@{common-lore_mod3}-20' class='input_background' disabled /></button>
|
||||
@@ -868,7 +864,6 @@
|
||||
<input name='attr_scholastic-lore_mod3' type='checkbox' value='30' class='skills_item' />
|
||||
<input name='attr_scholastic-lore_mod3' type='checkbox' value='40' class='skills_item' />
|
||||
<input name='attr_scholastic-lore_mod3' type='checkbox' value='50' class='skills_item' />
|
||||
<!-- TODO: fix roll -->
|
||||
<button name='scholastic-lore_roll' type='roll' class='clear'
|
||||
value='@{to-gm}&{template:mythic} {{character= @{character_name}}} {{roll-name=@{scholastic-lore_name} }} {{roll=[[1+floor(abs([[@{scholastic-lore_mod1}+@{scholastic-lore_mod2}+@{scholastic-lore_mod3}-20+@{inlinemod-toggle}]]-[[1d100]])/10)]]}} {{target=$[[0]]}} {{roll=$[[1]]}} {{degrees= $[[2]]}}'>
|
||||
<input name='attr_scholastic-lore_total' value='@{scholastic-lore_mod1}+@{scholastic-lore_mod2}+@{scholastic-lore_mod3}-20' class='input_background' disabled /></button>
|
||||
@@ -915,7 +910,6 @@
|
||||
<input name='attr_forbidden-lore_mod3' type='checkbox' value='30' class='skills_item' />
|
||||
<input name='attr_forbidden-lore_mod3' type='checkbox' value='40' class='skills_item' />
|
||||
<input name='attr_forbidden-lore_mod3' type='checkbox' value='50' class='skills_item' />
|
||||
<!-- TODO: fix roll -->
|
||||
<button name='forbidden-lore_roll' type='roll' class='clear'
|
||||
value='@{to-gm}&{template:mythic} {{character= @{character_name}}} {{roll-name=@{forbidden-lore_name} }} {{roll=[[1+floor(abs([[@{forbidden-lore_mod1}+@{forbidden-lore_mod2}+@{forbidden-lore_mod3}-20+@{inlinemod-toggle}]]-[[1d100]])/10)]]}} {{target=$[[0]]}} {{roll=$[[1]]}} {{degrees= $[[2]]}}'>
|
||||
<input name='attr_forbidden-lore_total' value='@{forbidden-lore_mod1}+@{forbidden-lore_mod2}+@{forbidden-lore_mod3}-20' class='input_background' disabled /></button>
|
||||
@@ -963,7 +957,6 @@
|
||||
<input name='attr_trade_mod3' type='checkbox' value='30' class='skills_item' />
|
||||
<input name='attr_trade_mod3' type='checkbox' value='40' class='skills_item' />
|
||||
<input name='attr_trade_mod3' type='checkbox' value='50' class='skills_item' />
|
||||
<!-- TODO: fix roll -->
|
||||
<button name='trade_roll' type='roll' class='clear'
|
||||
value='@{to-gm}&{template:mythic} {{character= @{character_name}}} {{roll-name=@{trade_name} }} {{roll=[[1+floor(abs([[@{trade_mod1}+@{trade_mod2}+@{trade_mod3}-20+@{inlinemod-toggle}]]-[[1d100]])/10)]]}} {{target=$[[0]]}} {{roll=$[[1]]}} {{degrees= $[[2]]}}'>
|
||||
<input name='attr_trade_total' value='@{trade_mod1}+@{trade_mod2}+@{trade_mod3}-20' class='input_background' disabled /></button>
|
||||
|
||||
Reference in New Issue
Block a user