Files
2024-06-03 13:15:14 -04:00

5332 lines
338 KiB
HTML

<div class="sheet-overall-wrapper">
<!-- PC / NPC toggle -->
<input class="sheet-is-npc" type="checkbox" name="attr_is_npc" value="1"><span class="sheet-is-npc-tab"></span>
<div class="sheet-core-header sheet-padb">
<div class="sheet-row">
<div class="sheet-col-1-3 sheet-margin-top"><img src="https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/FF4e/images/FF4e_banner.png" alt="Final Fantasy RPG (4th Edition)"></div>
<div class="sheet-col-1-8 sheet-center sheet-margin-top"><p class="sheet-last-updated">Sheet version<br/>October 2020</p></div>
<div class="sheet-col-1-4 sheet-small-label sheet-center"><input class="sheet-underlined sheet-center" type="text" name="attr_character_name"><br/>Character Name</div>
<div class="sheet-col-1-7 sheet-small-label sheet-center"><input class="sheet-underlined sheet-center" type="text" name="attr_main_job"><br/>Main Job</div>
<div class="sheet-col-1-7 sheet-small-label sheet-center"><input class="sheet-underlined sheet-center" type="text" name="attr_second_job"><br/>Secondary Job</div>
</div>
</div>
<div class="sheet-player">
<input type="radio" name="attr_tab" class="sheet-tab sheet-tab1" value="1" title="Core Stats" checked="checked"/>
<span class="sheet-tab sheet-tab1">Stats</span>
<input type="radio" name="attr_tab" class="sheet-tab sheet-tab2" value="2"/>
<span class="sheet-tab sheet-tab2">Skills</span>
<input type="radio" name="attr_tab" class="sheet-tab sheet-tab3" value="3"/>
<span class="sheet-tab sheet-tab3">Description</span>
<input type="radio" name="attr_tab" class="sheet-tab sheet-tab4" value="4"/>
<span class="sheet-tab sheet-tab4">Jobs</span>
<input type="radio" name="attr_tab" class="sheet-tab sheet-tab5" value="5"/>
<span class="sheet-tab sheet-tab5">Weapons</span>
<input type="radio" name="attr_tab" class="sheet-tab sheet-tab6" value="6"/>
<span class="sheet-tab sheet-tab6">Spells</span>
<input type="radio" name="attr_tab" class="sheet-tab sheet-tab8" value="7"/>
<span class="sheet-tab sheet-tab8">Armor</span>
<input type="radio" name="attr_tab" class="sheet-tab sheet-tab7" value="8"/>
<span class="sheet-tab sheet-tab7">Inventory</span>
<input type="radio" name="attr_tab" class="sheet-tab sheet-tab99" value="99"/>
<span class="sheet-tab sheet-tab99">Show All</span>
<span class="sheet-spacer"></span>
<div class="sheet-section-core">
<div class="sheet-row">
<div class="sheet-col-1-2 sheet-padr">
<h4 class="sheet-center">Level and Experience <span class="sheet-pictos-three">d</span></h4>
<div class="sheet-row">
<div class="sheet-col-1-3 sheet-small-label sheet-center sheet-padr" title="Your character level"><input class="sheet-underlined" type="number" name="attr_level" value="(@{earth} + @{air} + @{fire} + @{water})" disabled="disabled"><br/>Level</div>
<div class="sheet-col-1-3 sheet-small-label sheet-center sheet-padl"><input class="sheet-underlined" type="number" name="attr_xp" min="0" step="1" value="0"><br/>Current XP</div>
<div class="sheet-col-1-3 sheet-small-label sheet-center sheet-padl"><input class="sheet-underlined" type="number" name="attr_xp_unspent" value="@{xp} - @{earth_xp} - @{air_xp} - @{fire_xp} - @{water_xp}" disabled="disabled"><br/>Unspent XP</div>
</div>
<h4 class="sheet-center">Stats <span class="sheet-pictos">3</span></h4>
<div class="sheet-row sheet-sub-header">
<div class="sheet-col-1-5 sheet-center sheet-small-label">Level</div>
<div class="sheet-col-1-5 sheet-center sheet-small-label">&nbsp;</div>
<div class="sheet-col-1-5 sheet-center sheet-small-label">Points</div>
<div class="sheet-col-1-5 sheet-center sheet-small-label">XP</div>
<div class="sheet-col-1-5 sheet-center sheet-small-label">Task</div>
</div>
<div class="sheet-row">
<div class="sheet-col-1-5"><input type="number" name="attr_earth" value="floor((@{earth_xp} / 10) ** 0.5)" disabled="disabled"></div>
<div class="sheet-col-1-5 sheet-core-stat-label">EARTH</div>
<div class="sheet-col-1-5"><input type="number" name="attr_earth_points" value="@{earth} * 10 + floor((@{earth_xp} - (@{earth} ** 2) * 10) / (1 + 2 * @{earth}))" disabled="disabled"/></div>
<div class="sheet-col-1-5"><input type="number" name="attr_earth_xp" min="0" step="1" value="0" /></div>
<div class="sheet-col-1-5 sheet-center"><button type="roll" class="sheet-default-skill" name="roll_Earth_Task_Check" value="&{template:FFRPG} {{character_name=@{character_name}}} {{title=Earth Task Check}} {{subheader=@{character_name}}} {{rollname=Earth Task}} {{roll=[[1d100]]}}">Roll</button></div>
</div>
<div class="sheet-row">
<div class="sheet-col-1-5"><input type="number" name="attr_air" value="floor((@{air_xp} / 10) ** 0.5)" disabled="disabled"></div>
<div class="sheet-col-1-5 sheet-core-stat-label">AIR</div>
<div class="sheet-col-1-5"><input type="number" name="attr_air_points" value="@{air} * 10 + floor((@{air_xp} - (@{air} ** 2) * 10) / (1 + 2 * @{air}))" disabled="disabled"/></div>
<div class="sheet-col-1-5"><input type="number" name="attr_air_xp" min="0" step="1" value="0" /></div>
<div class="sheet-col-1-5 sheet-center"><button type="roll" class="sheet-default-skill" name="roll_Air_Task_Check" value="&{template:FFRPG} {{character_name=@{character_name}}} {{title=Air Task Check}} {{subheader=@{character_name}}} {{rollname=Air Task}} {{roll=[[1d100]]}}">Roll</button></div>
</div>
<div class="sheet-row">
<div class="sheet-col-1-5"><input type="number" name="attr_fire" value="floor((@{fire_xp} / 10) ** 0.5)" disabled="disabled"></div>
<div class="sheet-col-1-5 sheet-core-stat-label">FIRE</div>
<div class="sheet-col-1-5"><input type="number" name="attr_fire_points" value="@{fire} * 10 + floor((@{fire_xp} - (@{fire} ** 2) * 10) / (1 + 2 * @{fire}))" disabled="disabled"/></div>
<div class="sheet-col-1-5"><input type="number" name="attr_fire_xp" min="0" step="1" value="0" /></div>
<div class="sheet-col-1-5 sheet-center"><button type="roll" class="sheet-default-skill" name="roll_Fire_Task_Check" value="&{template:FFRPG} {{character_name=@{character_name}}} {{title=Fire Task Check}} {{subheader=@{character_name}}} {{rollname=Fire Task}} {{roll=[[1d100]]}}">Roll</button></div>
</div>
<div class="sheet-row">
<div class="sheet-col-1-5"><input type="number" name="attr_water" value="floor((@{water_xp} / 10) ** 0.5)" disabled="disabled"></div>
<div class="sheet-col-1-5 sheet-core-stat-label">WATER</div>
<div class="sheet-col-1-5"><input type="number" name="attr_water_points" value="@{water} * 10 + floor((@{water_xp} - (@{water} ** 2) * 10) / (1 + 2 * @{water}))" disabled="disabled"/></div>
<div class="sheet-col-1-5"><input type="number" name="attr_water_xp" min="0" step="1" value="0" /></div>
<div class="sheet-col-1-5 sheet-center"><button type="roll" class="sheet-default-skill" name="roll_Water_Task_Check" value="&{template:FFRPG} {{character_name=@{character_name}}} {{title=Water Task Check}} {{subheader=@{character_name}}} {{rollname=Water Task}} {{roll=[[1d100]]}}">Roll</button></div>
</div>
<hr />
<h4 class="sheet-center sheet-margin-top">Elemental Affinity <span class="sheet-pictos-custom">r</span></h4>
<div class="sheet-row">
<div class="sheet-col-1-5 sheet-center sheet-margin-top"><b>Elemental Resistance</b></div>
<div class="sheet-col-4-5 sheet-center sheet-margin-top"><input class="sheet-center" type="text" name="attr_elementresist" value="None"></div>
</div>
<div class="sheet-row">
<div class="sheet-col-1-5 sheet-center sheet-margin-top"><b>Elemental Immunity</b></div>
<div class="sheet-col-4-5 sheet-center sheet-margin-top"><input class="sheet-center" type="text" name="attr_elementimmune" value="None"></div>
</div>
<div class="sheet-row">
<div class="sheet-col-1-5 sheet-center sheet-margin-top"><b>Elemental Absorb</b></div>
<div class="sheet-col-4-5 sheet-center sheet-margin-top"><input class="sheet-center" type="text" name="attr_elementabsorb" value="None"></div>
</div>
<div class="sheet-row">
<div class="sheet-col-1-5 sheet-center sheet-margin-top"><b>Elemental Weakness</b></div>
<div class="sheet-col-4-5 sheet-center sheet-margin-top"><input class="sheet-center" type="text" name="attr_elementweak" value="None"></div>
</div>
</div>
<div class="sheet-col-1-2 sheet-padr">
<h4 class="sheet-center">HP <span class="sheet-pictos">k</span> and MP <span class="sheet-pictos-three">g</span></h4>
<div class="sheet-row sheet-padb">
<div class="sheet-col-1-2 sheet-padr sheet-border-right">
<div class="sheet-row">
<div class="sheet-col-1-2 sheet-small-label sheet-center"><input class="sheet-underlined" type="number" name="attr_hp" min="0" step="1"><br/>Current HP</div>
<div class="sheet-col-1-2 sheet-padl sheet-small-label sheet-center"><input class="sheet-underlined" type="number" name="attr_hp_max" value="round(@{level} * @{hp_multiplier} * (1 + @{hp_boost} / 100) + @{hp_base})" disabled="disabled" ><br/>Max HP</div>
</div>
</div>
<div class="sheet-col-1-2 sheet-padl">
<div class="sheet-row sheet-padb">
<div class="sheet-col-1-2 sheet-small-label sheet-center"><input class="sheet-underlined" type="number" name="attr_mp" min="0" step="1" ><br/>Current MP</div>
<div class="sheet-col-1-2 sheet-padl sheet-small-label sheet-center"><input class="sheet-underlined sheet-center" type="number" name="attr_mp_max" value="round(@{level} * @{mp_multiplier} * (1 + @{mp_boost} / 100) + @{water_points})" disabled="disabled" ><br/>Max MP</div>
</div>
</div>
</div>
<h4 class="sheet-center">Armor <span class="sheet-pictos-custom">e</span> and Initiative <span class="sheet-pictos">t</span></h4>
<div class="sheet-row sheet-padb">
<div class="sheet-col-1-2 sheet-padr sheet-border-right">
<div class="sheet-row">
<div class="sheet-col-1-2 sheet-small-label sheet-center"><input class="sheet-underlined" type="number" name="attr_arm" value="@{arm_base} + (@{job_arm})" disabled="disabled" ><br/>ARM</div>
<div class="sheet-col-1-2 sheet-padl sheet-small-label sheet-center"><input class="sheet-underlined" type="number" name="attr_marm" value="@{marm_base} + (@{job_marm})" disabled="disabled" ><br/>MARM</div>
</div>
</div>
<div class="sheet-col-1-2 sheet-padl">
<div class="sheet-row sheet-padb">
<div class="sheet-col-1-2 sheet-small-label sheet-center" title="Enter the number of your initiative dice here."><input class="sheet-underlined sheet-center" type="number" name="attr_initiative" min="0" step="1"><br/>Initiative Dice</div>
<div class="sheet-col-1-2 sheet-center"><button type="roll" class="sheet-initiative sheet-large-button" name="roll_Initiative" value="!ffi [[@{initiative}+?{Modifier|0}]]">Initiative</button></div>
</div>
</div>
</div>
<h4 class="sheet-center">Limit Break <span class="sheet-pictos">S</span></h4>
<div class="sheet-row sheet-padb">
<div class="sheet-col-1-2 sheet-padr sheet-border-right">
<div class="sheet-row">
<div class="sheet-col-1-2 sheet-small-label sheet-center"><input class="sheet-underlined" type="number" name="attr_limit" min="0" step="1"><br/>Limit Meter</div>
<div class="sheet-col-1-2 sheet-padl sheet-small-label sheet-center"><input class="sheet-underlined" type="number" name="attr_limit_max" value="2 * (@{hp_max})" disabled="disabled" ><br/>Break Level</div>
</div>
</div>
<div class="sheet-col-1-2 sheet-padl">
<div class="sheet-row sheet-padb">
<div class="sheet-col-1-2 sheet-small-label sheet-center"><input class="sheet-underlined sheet-center" type="number" name="attr_limit_double" value="ceil((@{hp_max}) / 4)" disabled="disabled"><br/>Double Rate</div>
<div class="sheet-col-1-2 sheet-padl sheet-small-label sheet-center"><input class="sheet-underlined" type="number" name="attr_limit_triple" value="ceil((@{hp_max}) / 2)" disabled="disabled" ><br/>Triple Rate</div>
</div>
</div>
</div>
<hr />
<h4 class="sheet-center">Status Conditions <span class="sheet-pictos">Y</span></h4>
<div class="sheet-row">
<div class="sheet-col-1-6 sheet-center sheet-margin-top"><b>Current <br>Status</b></div>
<div class="sheet-col-5-6 sheet-center sheet-margin-top"><input class="sheet-center" type="text" name="attr_statuscurrent" value="None"></div>
</div>
<div class="sheet-row">
<div class="sheet-col-1-6 sheet-center sheet-margin-top"><b>SOS <br>Status</b></div>
<div class="sheet-col-5-6 sheet-center sheet-margin-top"><input class="sheet-center" type="text" name="attr_statussos" value="None"></div>
</div>
<div class="sheet-row">
<div class="sheet-col-1-6 sheet-center sheet-margin-top"><b>Auto <br>Status</b></div>
<div class="sheet-col-5-6 sheet-center sheet-margin-top"><input class="sheet-center" type="text" name="attr_statusauto" value="None"></div>
</div>
<div class="sheet-row">
<div class="sheet-col-1-6 sheet-center sheet-margin-top"><b>Status Immunity</b></div>
<div class="sheet-col-5-6 sheet-center sheet-margin-top"><input class="sheet-center" type="text" name="attr_statusimmune" value="None"></div>
</div>
<div class="sheet-row">
<div class="sheet-col-1-6 sheet-center sheet-margin-top"><b>Status Resistant</b></div>
<div class="sheet-col-5-6 sheet-center sheet-margin-top"><input class="sheet-center" type="text" name="attr_statusresist" value="None"></div>
</div>
<div class="sheet-row">
<div class="sheet-col-1-6 sheet-center sheet-margin-top"><b>Status <br>Weak</b></div>
<div class="sheet-col-5-6 sheet-center sheet-margin-top"><input class="sheet-center" type="text" name="attr_statusweak" value="None"></div>
</div>
</div>
</div>
</div>
<div class="sheet-section-skills">
<h4 class="sheet-center">Points and Capstones <span class="sheet-pictos-three">d</span></h4>
<div class="sheet-row sheet-padb">
<div class="sheet-col-1-2 sheet-padr sheet-border-right">
<div class="sheet-row">
<div class="sheet-col-1-2 sheet-small-label sheet-center sheet-padr"><input class="sheet-underlined" type="number" name="attr_sp" value="floor(@{level} / 3)" disabled="disabled"><br/>Current Skill Points</div>
<div class="sheet-col-1-2 sheet-small-label sheet-center"><input class="sheet-underlined" type="number" name="attr_sp_unspent" value="(@{sp} - @{acrobatics} - @{bluff} - @{charisma} - @{climbing} - @{animalhandling} - @{infiltration} - @{intimidation} - @{jumping} - @{magic} - @{medicine} - @{perception} - @{performance} - @{piloting} - @{riding} - @{running} - @{stealth} - @{strength} - @{survival} - @{swimming} - @{technology} - @{thievery} - @{tolerance} - @{willpower} - @{wisdom})" disabled="disabled"><br/>Unspent Skill Points</div>
</div>
</div>
<div class="sheet-col-1-8 sheet-padl sheet-small-label sheet-center"><input class="sheet-underlined" type="number" name="attr_earth_cap" value="@{earth}" disabled="disabled"><br/>Earth Cap</div>
<div class="sheet-col-1-8 sheet-padl sheet-small-label sheet-center"><input class="sheet-underlined" type="number" name="attr_air_cap" value="@{air}" disabled="disabled"><br/>Air Cap</div>
<div class="sheet-col-1-8 sheet-padl sheet-small-label sheet-center"><input class="sheet-underlined" type="number" name="attr_fire_cap" value="@{fire}" disabled="disabled"><br/>Fire Cap</div>
<div class="sheet-col-1-8 sheet-padl sheet-small-label sheet-center"><input class="sheet-underlined" type="number" name="attr_water_cap" value="@{water}" disabled="disabled"><br/>Water Cap</div>
</div>
<h4 class="sheet-center">Skills <span class="sheet-pictos">x</span></h4>
<div class="sheet-row">
<div class="sheet-col-1-2 sheet-padr">
<div class="sheet-row sheet-sub-header">
<div class="sheet-col-1-12 sheet-center sheet-small-label">&nbsp;</div>
<div class="sheet-col-7-24 sheet-small-label">Skill</div>
<div class="sheet-col-1-6 sheet-small-label">Stat</div>
<div class="sheet-col-1-6 sheet-small-label sheet-center">Level</div>
</div>
<div class="sheet-row sheet-skill-row">
<div class="sheet-col-1-12"><button class="sheet-skill-roll" type="roll" name="roll_Acrobatics_Check" value="&{template:FFRPG} {{title=Acrobatics}} {{subheader=@{character_name}}} {{subheaderright=Task Check}} {{rollname=Result}} {{roll=[[(1 + @{acrobatics})d100kh1]]}}"></button></div>
<div class="sheet-col-7-24 sheet-skill-name">Acrobatics</div>
<div class="sheet-col-1-6 sheet-skill-name">Air</div>
<div class="sheet-col-1-6"><input type="number" name="attr_acrobatics" value="0" min="0" max="@{air}" step="1"></div>
</div>
<div class="sheet-row sheet-skill-row">
<div class="sheet-col-1-12"><button class="sheet-skill-roll" type="roll" name="roll_Animalhandling_Check" value="&{template:FFRPG} {{title=Animal Handling}} {{subheader=@{character_name}}} {{subheaderright=Task Check}} {{rollname=Result}} {{roll=[[(1 + @{animalhandling})d100kh1]]}}"></button></div>
<div class="sheet-col-7-24 sheet-skill-name">Animal Handling</div>
<div class="sheet-col-1-6 sheet-skill-name">Water</div>
<div class="sheet-col-1-6"><input type="number" name="attr_animalhandling" value="0" min="0" max="@{water}" step="1"></div>
</div>
<div class="sheet-row sheet-skill-row">
<div class="sheet-col-1-12"><button class="sheet-skill-roll" type="roll" name="roll_Bluff_Check" value="&{template:FFRPG} {{title=Bluff}} {{subheader=@{character_name}}} {{subheaderright=Task Check}} {{rollname=Result}} {{roll=[[(1 + @{bluff})d100kh1]]}}"></button></div>
<div class="sheet-col-7-24 sheet-skill-name">Bluff</div>
<div class="sheet-col-1-6 sheet-skill-name">Water</div>
<div class="sheet-col-1-6"><input type="number" name="attr_bluff" value="0" min="0" max="@{water}" step="1"></div>
</div>
<div class="sheet-row sheet-skill-row">
<div class="sheet-col-1-12"><button class="sheet-skill-roll" type="roll" name="roll_Charisma_Check" value="&{template:FFRPG} {{title=Charisma}} {{subheader=@{character_name}}} {{subheaderright=Task Check}} {{rollname=Result}} {{roll=[[(1 + @{charisma})d100kh1]]}}"></button></div>
<div class="sheet-col-7-24 sheet-skill-name">Charisma</div>
<div class="sheet-col-1-6 sheet-skill-name">Water</div>
<div class="sheet-col-1-6"><input type="number" name="attr_charisma" value="0" min="0" max="@{water}" step="1"></div>
</div>
<div class="sheet-row sheet-skill-row">
<div class="sheet-col-1-12"><button class="sheet-skill-roll" type="roll" name="roll_Climbing_Check" value="&{template:FFRPG} {{title=Climbing}} {{subheader=@{character_name}}} {{subheaderright=Task Check}} {{rollname=Result}} {{roll=[[(1 + @{climbing})d100kh1]]}}"></button></div>
<div class="sheet-col-7-24 sheet-skill-name">Climbing</div>
<div class="sheet-col-1-6 sheet-skill-name">Earth</div>
<div class="sheet-col-1-6"><input type="number" name="attr_climbing" value="0" min="0" max="@{earth}" step="1"></div>
</div>
<div class="sheet-row sheet-skill-row">
<div class="sheet-col-1-12"><button class="sheet-skill-roll" type="roll" name="roll_Infiltration_Check" value="&{template:FFRPG} {{title=Infiltration}} {{subheader=@{character_name}}} {{subheaderright=Task Check}} {{rollname=Result}} {{roll=[[(1 + @{infiltration})d100kh1]]}}"></button></div>
<div class="sheet-col-7-24 sheet-skill-name">Infiltration</div>
<div class="sheet-col-1-6 sheet-skill-name">Fire</div>
<div class="sheet-col-1-6"><input type="number" name="attr_infiltration" value="0" min="0" max="@{fire}" step="1"></div>
</div>
<div class="sheet-row sheet-skill-row">
<div class="sheet-col-1-12"><button class="sheet-skill-roll" type="roll" name="roll_Intimidation_Check" value="&{template:FFRPG} {{title=Intimidation}} {{subheader=@{character_name}}} {{subheaderright=Task Check}} {{rollname=Result}} {{roll=[[(1 + @{intimidation})d100kh1]]}}"></button></div>
<div class="sheet-col-7-24 sheet-skill-name">Intimidation</div>
<div class="sheet-col-1-6 sheet-skill-name">Earth</div>
<div class="sheet-col-1-6"><input type="number" name="attr_intimidation" value="0" min="0" max="@{earth}" step="1"></div>
</div>
<div class="sheet-row sheet-skill-row">
<div class="sheet-col-1-12"><button class="sheet-skill-roll" type="roll" name="roll_Jumping_Check" value="&{template:FFRPG} {{title=Jumping}} {{subheader=@{character_name}}} {{subheaderright=Task Check}} {{rollname=Result}} {{roll=[[(1 + @{jumping})d100kh1]]}}"></button></div>
<div class="sheet-col-7-24 sheet-skill-name">Jumping</div>
<div class="sheet-col-1-6 sheet-skill-name">Earth</div>
<div class="sheet-col-1-6"><input type="number" name="attr_jumping" value="0" min="0" max="@{earth}" step="1"></div>
</div>
<div class="sheet-row sheet-skill-row">
<div class="sheet-col-1-12"><button class="sheet-skill-roll" type="roll" name="roll_Magic_Check" value="&{template:FFRPG} {{title=Magic}} {{subheader=@{character_name}}} {{subheaderright=Task Check}} {{rollname=Result}} {{roll=[[(1 + @{magic})d100kh1]]}}"></button></div>
<div class="sheet-col-7-24 sheet-skill-name">Magic</div>
<div class="sheet-col-1-6 sheet-skill-name">Water</div>
<div class="sheet-col-1-6"><input type="number" name="attr_magic" value="0" min="0" max="@{water}" step="1"></div>
</div>
<div class="sheet-row sheet-skill-row">
<div class="sheet-col-1-12"><button class="sheet-skill-roll" type="roll" name="roll_Medicine_Check" value="&{template:FFRPG} {{title=Medicine}} {{subheader=@{character_name}}} {{subheaderright=Task Check}} {{rollname=Result}} {{roll=[[(1 + @{medicine})d100kh1]]}}"></button></div>
<div class="sheet-col-7-24 sheet-skill-name">Medicine</div>
<div class="sheet-col-1-6 sheet-skill-name">Fire</div>
<div class="sheet-col-1-6"><input type="number" name="attr_medicine" value="0" min="0" max="@{fire}" step="1"></div>
</div>
<div class="sheet-row sheet-skill-row">
<div class="sheet-col-1-12"><button class="sheet-skill-roll" type="roll" name="roll_Perception_Check" value="&{template:FFRPG} {{title=Perception}} {{subheader=@{character_name}}} {{subheaderright=Task Check}} {{rollname=Result}} {{roll=[[(1 + @{perception})d100kh1]]}}"></button></div>
<div class="sheet-col-7-24 sheet-skill-name">Perception</div>
<div class="sheet-col-1-6 sheet-skill-name">Fire</div>
<div class="sheet-col-1-6"><input type="number" name="attr_perception" value="0" min="0" max="@{fire}" step="1"></div>
</div>
<div class="sheet-row sheet-skill-row">
<div class="sheet-col-1-12"><button class="sheet-skill-roll" type="roll" name="roll_Performance_Check" value="&{template:FFRPG} {{title=Performance}} {{subheader=@{character_name}}} {{subheaderright=Task Check}} {{rollname=Result}} {{roll=[[(1 + @{performance})d100kh1]]}}"></button></div>
<div class="sheet-col-7-24 sheet-skill-name">Performance</div>
<div class="sheet-col-1-6 sheet-skill-name">Water</div>
<div class="sheet-col-1-6"><input type="number" name="attr_performance" value="0" min="0" max="@{water}" step="1"></div>
</div>
</div>
<div class="sheet-col-1-2">
<div class="sheet-row sheet-sub-header">
<div class="sheet-col-1-12 sheet-center sheet-small-label">&nbsp;</div>
<div class="sheet-col-7-24 sheet-small-label">Skill</div>
<div class="sheet-col-1-6 sheet-small-label">Stat</div>
<div class="sheet-col-1-6 sheet-small-label sheet-center">Level</div>
</div>
<div class="sheet-row sheet-skill-row">
<div class="sheet-col-1-12"><button class="sheet-skill-roll" type="roll" name="roll_Piloting_Check" value="&{template:FFRPG} {{title=Piloting}} {{subheader=@{character_name}}} {{subheaderright=Task Check}} {{rollname=Result}} {{roll=[[(1 + @{piloting})d100kh1]]}}"></button></div>
<div class="sheet-col-7-24 sheet-skill-name">Piloting</div>
<div class="sheet-col-1-6 sheet-skill-name">Air</div>
<div class="sheet-col-1-6"><input type="number" name="attr_piloting" value="0" min="0" max="@{air}" step="1"></div>
</div>
<div class="sheet-row sheet-skill-row">
<div class="sheet-col-1-12"><button class="sheet-skill-roll" type="roll" name="roll_Riding_Check" value="&{template:FFRPG} {{title=Riding}} {{subheader=@{character_name}}} {{subheaderright=Task Check}} {{rollname=Result}} {{roll=[[(1 + @{riding})d100kh1]]}}"></button></div>
<div class="sheet-col-7-24 sheet-skill-name">Riding</div>
<div class="sheet-col-1-6 sheet-skill-name">Air</div>
<div class="sheet-col-1-6"><input type="number" name="attr_riding" value="0" min="0" max="@{air}" step="1"></div>
</div>
<div class="sheet-row sheet-skill-row">
<div class="sheet-col-1-12"><button class="sheet-skill-roll" type="roll" name="roll_Running_Check" value="&{template:FFRPG} {{title=Running}} {{subheader=@{character_name}}} {{subheaderright=Task Check}} {{rollname=Result}} {{roll=[[(1 + @{running})d100kh1]]}}"></button></div>
<div class="sheet-col-7-24 sheet-skill-name">Running</div>
<div class="sheet-col-1-6 sheet-skill-name">Air</div>
<div class="sheet-col-1-6"><input type="number" name="attr_running" value="0" min="0" max="@{air}" step="1"></div>
</div>
<div class="sheet-row sheet-skill-row">
<div class="sheet-col-1-12"><button class="sheet-skill-roll" type="roll" name="roll_Stealth_Check" value="&{template:FFRPG} {{title=Stealth}} {{subheader=@{character_name}}} {{subheaderright=Task Check}} {{rollname=Result}} {{roll=[[(1 + @{stealth})d100kh1]]}}"></button></div>
<div class="sheet-col-7-24 sheet-skill-name">Stealth</div>
<div class="sheet-col-1-6 sheet-skill-name">Air</div>
<div class="sheet-col-1-6"><input type="number" name="attr_stealth" value="0" min="0" max="@{air}" step="1"></div>
</div>
<div class="sheet-row sheet-skill-row">
<div class="sheet-col-1-12"><button class="sheet-skill-roll" type="roll" name="roll_Strength_Check" value="&{template:FFRPG} {{title=Strength}} {{subheader=@{character_name}}} {{subheaderright=Task Check}} {{rollname=Result}} {{roll=[[(1 + @{strength})d100kh1]]}}"></button></div>
<div class="sheet-col-7-24 sheet-skill-name">Strength</div>
<div class="sheet-col-1-6 sheet-skill-name">Earth</div>
<div class="sheet-col-1-6"><input type="number" name="attr_strength" value="0" min="0" max="@{earth}" step="1"></div>
</div>
<div class="sheet-row sheet-skill-row">
<div class="sheet-col-1-12"><button class="sheet-skill-roll" type="roll" name="roll_Survival_Check" value="&{template:FFRPG} {{title=Survival}} {{subheader=@{character_name}}} {{subheaderright=Task Check}} {{rollname=Result}} {{roll=[[(1 + @{survival})d100kh1]]}}"></button></div>
<div class="sheet-col-7-24 sheet-skill-name">Survival</div>
<div class="sheet-col-1-6 sheet-skill-name">Fire</div>
<div class="sheet-col-1-6"><input type="number" name="attr_survival" value="0" min="0" max="@{fire}" step="1"></div>
</div>
<div class="sheet-row sheet-skill-row">
<div class="sheet-col-1-12"><button class="sheet-skill-roll" type="roll" name="roll_Swimming_Check" value="&{template:FFRPG} {{title=Swimming}} {{subheader=@{character_name}}} {{subheaderright=Task Check}} {{rollname=Result}} {{roll=[[(1 + @{swimming})d100kh1]]}}"></button></div>
<div class="sheet-col-7-24 sheet-skill-name">Swimming</div>
<div class="sheet-col-1-6 sheet-skill-name">Earth</div>
<div class="sheet-col-1-6"><input type="number" name="attr_swimming" value="0" min="0" max="@{earth}" step="1"></div>
</div>
<div class="sheet-row sheet-skill-row">
<div class="sheet-col-1-12"><button class="sheet-skill-roll" type="roll" name="roll_Technology_Check" value="&{template:FFRPG} {{title=Technology}} {{subheader=@{character_name}}} {{subheaderright=Task Check}} {{rollname=Result}} {{roll=[[(1 + @{technology})d100kh1]]}}"></button></div>
<div class="sheet-col-7-24 sheet-skill-name">Technology</div>
<div class="sheet-col-1-6 sheet-skill-name">Fire</div>
<div class="sheet-col-1-6"><input type="number" name="attr_technology" value="0" min="0" max="@{fire}" step="1"></div>
</div>
<div class="sheet-row sheet-skill-row">
<div class="sheet-col-1-12"><button class="sheet-skill-roll" type="roll" name="roll_Thievery_Check" value="&{template:FFRPG} {{title=Thievery}} {{subheader=@{character_name}}} {{subheaderright=Task Check}} {{rollname=Result}} {{roll=[[(1 + @{thievery})d100kh1]]}}"></button></div>
<div class="sheet-col-7-24 sheet-skill-name">Thievery</div>
<div class="sheet-col-1-6 sheet-skill-name">Air</div>
<div class="sheet-col-1-6"><input type="number" name="attr_thievery" value="0" min="0" max="@{air}" step="1"></div>
</div>
<div class="sheet-row sheet-skill-row">
<div class="sheet-col-1-12"><button class="sheet-skill-roll" type="roll" name="roll_Tolerance_Check" value="&{template:FFRPG} {{title=Tolerance}} {{subheader=@{character_name}}} {{subheaderright=Task Check}} {{rollname=Result}} {{roll=[[(1 + @{tolerance})d100kh1]]}}"></button></div>
<div class="sheet-col-7-24 sheet-skill-name">Tolerance</div>
<div class="sheet-col-1-6 sheet-skill-name">Earth</div>
<div class="sheet-col-1-6"><input type="number" name="attr_tolerance" value="0" min="0" max="@{earth}" step="1"></div>
</div>
<div class="sheet-row sheet-skill-row">
<div class="sheet-col-1-12"><button class="sheet-skill-roll" type="roll" name="roll_Willpower_Check" value="&{template:FFRPG} {{title=Willpower}} {{subheader=@{character_name}}} {{subheaderright=Task Check}} {{rollname=Result}} {{roll=[[(1 + @{willpower})d100kh1]]}}"></button></div>
<div class="sheet-col-7-24 sheet-skill-name">Willpower</div>
<div class="sheet-col-1-6 sheet-skill-name">Water</div>
<div class="sheet-col-1-6"><input type="number" name="attr_willpower" value="0" min="0" max="@{water}" step="1"></div>
</div>
<div class="sheet-row sheet-skill-row">
<div class="sheet-col-1-12"><button class="sheet-skill-roll" type="roll" name="roll_Wisdom_Check" value="&{template:FFRPG} {{title=Wisdom}} {{subheader=@{character_name}}} {{subheaderright=Task Check}} {{rollname=Result}} {{roll=[[(1 + @{wisdom})d100kh1]]}}"></button></div>
<div class="sheet-col-7-24 sheet-skill-name">Wisdom</div>
<div class="sheet-col-1-6 sheet-skill-name">Fire</div>
<div class="sheet-col-1-6"><input type="number" name="attr_wisdom" value="0" min="0" max="@{fire}" step="1"></div>
</div>
</div>
</div>
</div>
<div class="sheet-section-background">
<h4 class="sheet-center">Appearance, Alignment, Ideology, Favorite Food and Zodiac Sign <span class="sheet-pictos">U</span></h4>
<div class="sheet-row">
<div class="sheet-col-1-7 sheet-small-label sheet-center"><input class="sheet-underlined sheet-center" type="text" name="attr_gender"><br/>Gender</div>
<div class="sheet-col-1-7 sheet-small-label sheet-center"><input class="sheet-underlined sheet-center" type="number" name="attr_age"><br/>Age</div>
<div class="sheet-col-1-7 sheet-small-label sheet-center"><input class="sheet-underlined sheet-center" type="text" name="attr_height"><br/>Height</div>
<div class="sheet-col-1-7 sheet-small-label sheet-center"><input class="sheet-underlined sheet-center" type="text" name="attr_weight"><br/>Weight</div>
<div class="sheet-col-1-7 sheet-small-label sheet-center"><input class="sheet-underlined sheet-center" type="text" name="attr_eyes"><br/>Eyes</div>
<div class="sheet-col-1-7 sheet-small-label sheet-center"><input class="sheet-underlined sheet-center" type="text" name="attr_hair"><br/>Hair</div>
<div class="sheet-col-1-7 sheet-small-label sheet-center"><input class="sheet-underlined sheet-center" type="text" name="attr_skintone"><br/>Skin Tone</div>
</div>
<div class="sheet-row sheet-padb">
<div class="sheet-col-1-6 sheet-small-label sheet-center"><input class="sheet-underlined sheet-center" type="text" name="attr_alignment"><br/>Alignment</div>
<div class="sheet-col-1-6 sheet-small-label sheet-center"><input class="sheet-underlined sheet-center" type="text" name="attr_ideology"><br/>Ideology</div>
<div class="sheet-col-1-6 sheet-small-label sheet-center"><input class="sheet-underlined sheet-center" type="text" name="attr_favfood"><br/>Favorite Food</div>
<div class="sheet-col-1-6 sheet-small-label sheet-center"><input class="sheet-underlined sheet-center" type="text" name="attr_zodiacsign"><br/>Zodiac Sign</div>
<div class="sheet-col-1-6 sheet-small-label sheet-center"><input class="sheet-underlined sheet-center" type="text" name="attr_hometown"><br/>Hometown</div>
<div class="sheet-col-1-6 sheet-small-label sheet-center"><input class="sheet-underlined sheet-center" type="text" name="attr_bloodtype"><br/>Blood Type</div>
</div>
<h4 class="sheet-center">Background, Personality, Possessions, Ideals, Goals and Quotes <span class="sheet-pictos">g</span></h4>
<div class="sheet-row sheet-sub-header">
<div class="sheet-col-1-3 sheet-center sheet-small-label">Background</div>
<div class="sheet-col-1-3 sheet-center sheet-small-label">Personality</div>
<div class="sheet-col-1-3 sheet-center sheet-small-label">Possessions</div>
</div>
<div class="sheet-row">
<div class="sheet-col-1-3"><textarea name="attr_background"></textarea></div>
<div class="sheet-col-1-3"><textarea name="attr_personality"></textarea></div>
<div class="sheet-col-1-3"><textarea name="attr_possessions"></textarea></div>
</div>
<div class="sheet-row sheet-sub-header">
<div class="sheet-col-1-3 sheet-center sheet-small-label">Ideals</div>
<div class="sheet-col-1-3 sheet-center sheet-small-label">Goals</div>
<div class="sheet-col-1-3 sheet-center sheet-small-label">Quotes</div>
</div>
<div class="sheet-row">
<div class="sheet-col-1-3"><textarea name="attr_ideals"></textarea></div>
<div class="sheet-col-1-3"><textarea name="attr_goals"></textarea></div>
<div class="sheet-col-1-3"><textarea name="attr_quotes"></textarea></div>
</div>
<h4 class="sheet-center">Traits <span class="sheet-pictos">x</span></h4>
<div class="sheet-row sheet-sub-header">
<div class="sheet-col-1-3"><input class="sheet-underlined sheet-center" type="text" style="font-weight: bold; font-style: italic" name="attr_trait1" value="1. Trait"></div>
<div class="sheet-col-1-3"><input class="sheet-underlined sheet-center" type="text" style="font-weight: bold; font-style: italic" name="attr_trait2" value="2. Trait"></div>
<div class="sheet-col-1-3"><input class="sheet-underlined sheet-center" type="text" style="font-weight: bold; font-style: italic" name="attr_trait3" value="3. Trait"></div>
</div>
<div class="sheet-row">
<div class="sheet-col-1-3"><textarea name="attr_trait1_text"></textarea></div>
<div class="sheet-col-1-3"><textarea name="attr_trait2_text"></textarea></div>
<div class="sheet-col-1-3"><textarea name="attr_trait3_text"></textarea></div>
</div>
<h4 class="sheet-center">Quirks <span class="sheet-pictos">x</span></h4>
<div class="sheet-row sheet-sub-header">
<div class="sheet-col-1-3"><input class="sheet-underlined sheet-center" type="text" style="font-weight: bold; font-style: italic" name="attr_quirk1" value="1. Quirk"></div>
<div class="sheet-col-1-3"><input class="sheet-underlined sheet-center" type="text" style="font-weight: bold; font-style: italic" name="attr_quirk2" value="2. Quirk"></div>
<div class="sheet-col-1-3"><input class="sheet-underlined sheet-center" type="text" style="font-weight: bold; font-style: italic" name="attr_quirk3" value="3. Quirk"></div>
</div>
<div class="sheet-row">
<div class="sheet-col-1-3"><textarea name="attr_quirk1_text"></textarea></div>
<div class="sheet-col-1-3"><textarea name="attr_quirk2_text"></textarea></div>
<div class="sheet-col-1-3"><textarea name="attr_quirk3_text"></textarea></div>
</div>
<h4 class="sheet-center">Any other notes</h4>
<div class="sheet-row">
<div class="sheet-col-1"><textarea name="attr_misc_notes"></textarea></div>
</div>
<hr/>
</div>
<div class="sheet-section-class">
<h4 class="sheet-center">Job Profile <span class="sheet-pictos">W</span></h4>
<div class="sheet-row">
<div class="sheet-col-1-6 sheet-center sheet-padl sheet-padr">
<select name="attr_main_job">
<option value="Not set" selected="selected">---</option>
<option value="Adept">Adept</option>
<option value="Archer">Archer</option>
<option value="Artist">Artist</option>
<option value="Black Mage">Black Mage</option>
<option value="Druid">Druid</option>
<option value="Freelancer">Freelancer</option>
<option value="Monk">Monk</option>
<option value="Rogue">Rogue</option>
<option value="Time Mage">Time Mage</option>
<option value="Warrior">Warrior</option>
<option value="White Mage">White Mage</option>
</select><b>Main Job</b>
</div>
<div class="sheet-col-1-7 sheet-center sheet-padr sheet-border-right">
<select name="attr_second_job">
<option value="Not set" selected="selected">---</option>
<option value="Alchemist">Alchemist</option>
<option value="Berserker">Berserker</option>
<option value="Defender">Defender</option>
<option value="Dervish">Dervish</option>
<option value="Fencer">Fencer</option>
<option value="Onion Knight">Onion Knight</option>
<option value="Phalanx">Phalanx</option>
<option value="Rune Knight">Rune Knight</option>
<option value="Squire">Squire</option>
<option value="Wizard">Wizard</option>
</select><b>Secondary Job</b>
</div>
<div class="sheet-col-1-8 sheet-center sheet-padl sheet-padr sheet-border-right">
<select name="attr_hp_base">
<option value="@{earth_points}" selected="selected">Earth</option>
<option value="@{air_points}">Air</option>
<option value="@{fire_points}">Fire</option>
</select><b>HP Base</b>
</div>
<div class="sheet-col-1-9 sheet-center sheet-padl"><input class="sheet-underlined" type="number" name="attr_hp_multiplier" value="1" min="1" step="1"><b>HP Bonus</b></div>
<div class="sheet-col-1-8 sheet-center sheet-padl sheet-padr sheet-border-right"><input class="sheet-underlined" type="number" name="attr_mp_multiplier" value="0" min="0" step="1"><b>MP Bonus</b></div>
<div class="sheet-col-1-8 sheet-center sheet-padl">
<select name="attr_job_arm">
<option value="0" selected="selected">---</option>
<option value="@{earth}">Earth</option>
<option value="@{air}">Air</option>
<option value="@{earth} + @{air}">Earth & Air</option>
</select><b>ARM Bonus</b>
</div>
<div class="sheet-col-1-7 sheet-center sheet-padl sheet-padr">
<select name="attr_job_marm">
<option value="0" selected="selected">---</option>
<option value="@{fire}">Fire</option>
<option value="@{water}">Water</option>
<option value="@{fire} + @{water}">Fire & Water</option>
</select><b>MARM Bonus</b>
</div>
</div>
<div class="sheet-row">
<div class="sheet-col-1-6 sheet-center sheet-margin-top"><b>Armor Restrictions</b></div>
<div class="sheet-col-3-4 sheet-center sheet-margin-top"><input type="text" name="attr_job_armorrestrict"></div>
</div>
<div class="sheet-row">
<div class="sheet-col-1-6 sheet-center sheet-margin-top"><b>Weapon Restrictions</b></div>
<div class="sheet-col-3-4 sheet-center sheet-margin-top"><input type="text" name="attr_job_weaponrestrict"></div>
</div>
</hr>
<h4 class="sheet-center">Job Notes <span class="sheet-pictos">l</span></h4>
<div class="sheet-row">
<div class="sheet-col-1-2 sheet-padr">
<div class="sheet-row">
<div class="sheet-col-1 sheet-sub-header sheet-center sheet-small-label">Core Abilities</div>
</div>
<textarea name="attr_core_abilities" class="sheet-large-textarea"></textarea>
</div>
<div class="sheet-col-1-2">
<div class="sheet-row">
<div class="sheet-col-1 sheet-sub-header sheet-center sheet-small-label">Specialties</div>
</div>
<textarea name="attr_specialties" class="sheet-large-textarea"></textarea>
</div>
</div>
<h4 class="sheet-center">Job Abilities <span class="sheet-pictos">e</span></h4>
<input type="radio" name="attr_classactiontab" class="sheet-classactiontab sheet-classactiontab1" value="1" title="Page 1" checked="checked"/>
<span class="sheet-inventorytab sheet-classactiontab1">Page 1</span>
<input type="radio" name="attr_classactiontab" class="sheet-classactiontab sheet-classactiontab2" value="2" title="Page 2"/>
<span class="sheet-classactiontab sheet-classactiontab2">Page 2</span>
<input type="radio" name="attr_classactiontab" class="sheet-classactiontab sheet-classactiontab3" value="3" title="Page 3"/>
<span class="sheet-classactiontab sheet-classactiontab3">Page 3</span>
<input type="radio" name="attr_classactiontab" class="sheet-classactiontab sheet-classactiontab4" value="4" title="Page 4"/>
<span class="sheet-classactiontab sheet-classactiontab4">Limit</span>
<input type="radio" name="attr_classactiontab" class="sheet-classactiontab sheet-classactiontab99" value="99" title="Show All"/>
<span class="sheet-classactiontab sheet-classactiontab99">Show All</span>
<span class="sheet-spacer"></span>
<!-- BEGIN auto generated classactions section -->
<!-- BEGIN new classaction page -->
<div class="sheet-classaction-page1">
<!-- BEGIN classaction row -->
<fieldset class="repeating_actions1">
<div class="sheet-classaction-row1 sheet-margin-bottom sheet-padr sheet-padl">
<div class="sheet-row">
<div class="sheet-offset-1-6 sheet-col-7-24 sheet-center sheet-small-label sheet-vert-bottom">Name</div>
<div class="sheet-col-1-8 sheet-center sheet-small-label sheet-vert-bottom">Type</div>
<div class="sheet-col-1-6 sheet-center sheet-small-label sheet-vert-bottom">Action Speed</div>
<div class="sheet-col-1-12 sheet-offset-1-12 sheet-center sheet-small-label sheet-vert-bottom">Macro</div>
</div>
<div class="sheet-row">
<div class="sheet-offset-1-6 sheet-col-7-24 sheet-center"><input type="text" class="sheet-center" name="attr_action_name"></div>
<div class="sheet-col-1-8">
<select name="attr_action_type">
<option value="Not set" selected="selected">---</option>
<option value="Physical">Physical</option>
<option value="Magical">Magical</option>
</select>
</div>
<div class="sheet-col-1-6">
<select name="attr_action_speed">
<option value="Not set" selected="selected">---</option>
<option value="Quick Action">Quick Action</option>
<option value="Slow Action">Slow Action</option>
<option value="Reaction">Reaction</option>
<option value="Free Action">Free Action</option>
</select>
</div>
<input type="hidden" name="attr_job-ability" value="&{template:FFRPG} {{title=@{action_name}}} {{subheader=@{character_name}}} {{subheaderright=@{action_type} @{action_speed}}} {{emote=@{action_description}}} @{actionmacrooptions}">
<div class="sheet-col-1-12 sheet-offset-1-12 sheet-center"><button type="roll" class="sheet-roll" name="roll_Action" value="@{job-ability}" >Use</button></div>
</div>
<div class="sheet-row">
<div class="sheet-col-1-6 sheet-offset-1-4 sheet-vert-bottom sheet-center sheet-small-label">Target</div>
<div class="sheet-col-1-12 sheet-vert-bottom sheet-center sheet-small-label">AOE</div>
<div class="sheet-col-1-12 sheet-vert-bottom sheet-center sheet-small-label">CT</div>
<div class="sheet-col-1-12 sheet-vert-bottom sheet-center sheet-small-label">MP Cost</div>
<div class="sheet-col-1-12 sheet-offset-1-6 sheet-vert-bottom sheet-center sheet-small-label">Show Info</div>
</div>
<div class="sheet-row">
<div class="sheet-col-1-6 sheet-offset-1-4">
<select name="attr_actiontarget">
<option value="Not set" selected="selected">---</option>
<option value="Self">Self</option>
<option value="Enemy">Enemy</option>
<option value="Ally">Ally</option>
<option value="Unfocused">Unfocused</option>
<option value="All">All</option>
<option value="Random Enemy">Random Enemy</option>
<option value="Random Ally">Random Ally</option>
<option value="Random All">Random All</option>
</select>
</div>
<div class="sheet-col-1-12">
<select name="attr_actionaoe">
<option value="Single" selected="selected">Single</option>
<option value="Group">Group</option>
</select>
</div>
<div class="sheet-col-1-12"><input type="number" name="attr_actionct" value="0" min="0" step="1"/></div>
<div class="sheet-col-1-12"><input type="number" name="attr_actionmpcost" value="0" min="0" step="1"/></div>
<div class="sheet-col-1-12 sheet-offset-1-6 sheet-center"><input type="checkbox" name="attr_actionshowinfo" value="{{actionshowinfo=1}} {{actiontarget=@{actiontarget}}} {{actionaoe=@{actionaoe}}} {{actioncharge=@{actionct}}} {{actionmpcost=@{actionmpcost}}}" /></div>
</div>
<div class="sheet-row sheet-padb sheet-spell-macro-output-options">
<div class="sheet-col-1-8 sheet-vert-middle sheet-small-label sheet-padl">Macro Display Options</div>
<div class="sheet-col-1-12 sheet-center sheet-small-label">Trigger<br/><input type="checkbox" name="attr_actionshowtrigger" value="{{actionshowtrigger=1}} {{actiontrigger=@{actiontrigger}}}" /></div>
<div class="sheet-col-1-12 sheet-center sheet-small-label">Attack Roll<br/><input type="checkbox" name="attr_actionshowattack" value="{{actionshowattack=1}} {{actionrange=@{actionrange}}} {{actionattack=@{actionattackroll} vs @{actionthreshold}}}" /></div>
<div class="sheet-col-1-12 sheet-center sheet-small-label">Damage<br/><input type="checkbox" name="attr_actionshowdamage" value="{{actionshowdamage=1}} {{actiondamage=@{actiondamage} @{actiondamagetype}}}" /></div>
<div class="sheet-col-1-12 sheet-center sheet-small-label">Healing<br/><input type="checkbox" name="attr_actionshowhealing" value="{{actionshowhealing=1}} {{actionhealing=@{actionhealmacro}}}" /></div>
<div class="sheet-col-1-12 sheet-center sheet-small-label">St Cancel<br/><input type="checkbox" name="attr_actionshowstatuscancel" value="{{actionshowstatuscancel=1}} {{actionstatuscancel=@{actionstatuscancel}}}" /></div>
<div class="sheet-col-1-12 sheet-center sheet-small-label">Special<br/><input type="checkbox" name="attr_actionshowspecial" value="{{actionshowspecial=1}} {{actionspecial=@{actionspecial}}}" /></div>
<div class="sheet-col-1-12 sheet-center sheet-small-label">Effect 1<br/><input type="checkbox" name="attr_actionshoweffect1" value="{{actionshoweffect1=1}} {{actioneffectname1=@{actioneffectname1}}} {{actioneffectduration1=@{actioneffectduration1}}} {{actioneffectnote1=@{actioneffect1}}}" /></div>
<div class="sheet-col-1-12 sheet-center sheet-small-label">Effect 2<br/><input type="checkbox" name="attr_actionshoweffect2" value="{{actionshoweffect2=1}} {{actioneffectname2=@{actioneffectname2}}} {{actioneffectduration2=@{actioneffectduration2}}} {{actioneffectnote2=@{actioneffect2}}}" /></div>
<div class="sheet-col-1-12 sheet-center sheet-small-label">Effect 3<br/><input type="checkbox" name="attr_actionshoweffect3" value="{{actionshoweffect3=1}} {{actioneffectname3=@{actioneffectname3}}} {{actioneffectduration3=@{actioneffectduration3}}} {{actioneffectnote3=@{actioneffect3}}}" /></div>
<div class="sheet-col-1-12 sheet-center sheet-small-label">Effect 4<br/><input type="checkbox" name="attr_actionshoweffect4" value="{{actionshoweffect4=1}} {{actioneffectname4=@{actioneffectname4}}} {{actioneffectduration4=@{actioneffectduration4}}} {{actioneffectnote4=@{actioneffect4}}}" /></div>
<input type="hidden" name="attr_actionmacrooptions" value="@{actionshowinfo} @{actionshowtrigger} @{actionshowattack} @{actionshowdamage} @{actionshowhealing} @{actionshowstatuscancel} @{actionshowspecial} @{actionshoweffect1} @{actionshoweffect2} @{actionshoweffect3} @{actionshoweffect4}" />
</div>
<span class="sheet-spacer"></span>
<span class="sheet offset-1-12 sheet-small-label">Show :</span>
<input type="checkbox" name="attr_spelltypeadvanced" class="sheet-spelltypetab sheet-spelltypeadvanced" value="1"/><span class="sheet-spelltypetab sheet-spelltypeadvanced">Description</span> |
<input type="checkbox" name="attr_spelltypeattack" class="sheet-spelltypetab sheet-spelltypeattack" value="1"/><span class="sheet-spelltypetab sheet-spelltypeattack">Attack</span> |
<input type="checkbox" name="attr_spelltypdamage" class="sheet-spelltypetab sheet-spelltypedamage" value="1"/><span class="sheet-spelltypetab sheet-spelltypedamage">Damage</span> |
<input type="checkbox" name="attr_spelltypeheal" class="sheet-spelltypetab sheet-spelltypeheal" value="1"/><span class="sheet-spelltypetab sheet-spelltypeheal">Healing</span> |
<input type="checkbox" name="attr_spelltypeeffects" class="sheet-spelltypetab sheet-spelltypeeffects" value="1"/><span class="sheet-spelltypetab sheet-spelltypeeffects">Effects</span>
<span class="sheet-spacer"></span>
<div class="sheet-spell-type-advanced">
<div class="sheet-row">
<div class="sheet-col-1-2 sheet-vert-bottom sheet-center sheet-small-label">Action Description</div>
<div class="sheet-col-1-2 sheet-vert-bottom sheet-center sheet-small-label">Action Mechanics/Flavour</div>
</div>
<div class="sheet-row">
<div class="sheet-col-1-2 sheet-small-label sheet-center"><textarea class="sheet-medium-textarea" name="attr_action_description"></textarea></div>
<div class="sheet-col-1-2 sheet-small-label sheet-center"><textarea name="attr_action_mechanics1" class="sheet-medium-textarea"></textarea></div>
</div>
</div>
<div class="sheet-spell-type-attack">
<div class="sheet-row">
<div class="sheet-offset-1-12 sheet-col-5-6 sheet-vert-bottom sheet-center sheet-small-label">Trigger</div>
</div>
<div class="sheet-row">
<div class="sheet-offset-1-12 sheet-col-5-6 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_actiontrigger" value="None"></div>
</div>
<div class="sheet-row">
<div class="sheet-offset-1-12 sheet-col-1-8 sheet-vert-bottom sheet-center sheet-small-label">Range</div>
<div class="sheet-col-1-2 sheet-vert-bottom sheet-center sheet-small-label">Attack Macro</div>
<div class="sheet-col-5-24 sheet-vert-bottom sheet-center sheet-small-label">Threshold</div>
</div>
<div class="sheet-row">
<div class=" sheet-offset-1-12 sheet-col-1-8">
<select name="attr_actionrange">
<option value="Melee">Melee</option>
<option value="Ranged" selected="selected">Ranged</option>
</select>
</div>
<div class="sheet-col-1-2 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_actionattackroll" value="[[[[@{fire_points}]]+1d100cs>101-40]]"></div>
<div class="sheet-col-5-24 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_actionthreshold" value="None"></div>
</div>
</div>
<div class="sheet-spell-type-damage">
<div class="sheet-row">
<div class="sheet-col-1-2 sheet-offset-1-12 sheet-vert-bottom sheet-center sheet-small-label">Damage Macro</div>
<div class="sheet-col-1-3 sheet-vert-bottom sheet-center sheet-small-label">Damage Type</div>
</div>
<div class="sheet-row">
<div class="sheet-col-1-2 sheet-offset-1-12 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_actiondamage" value="[[4*[[@{fire}]]]]"></div>
<div class="sheet-col-1-3 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_actiondamagetype" value="None"></div>
</div>
</div>
<div class="sheet-spell-type-heal">
<div class="sheet-row">
<div class="sheet-col-1-2 sheet-offset-1-12 sheet-vert-bottom sheet-center sheet-small-label">Heal Macro</div>
<div class="sheet-col-1-3 sheet-vert-bottom sheet-center sheet-small-label">Status Cancelled</div>
</div>
<div class="sheet-row">
<div class="sheet-col-1-2 sheet-offset-1-12 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_actionhealmacro" value="[[4*[[@{fire}]]]]"></div>
<div class="sheet-col-1-3 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_actionstatuscancel" value="None"></div>
</div>
</div>
<div class="sheet-spell-type-effects">
<div class="sheet-row">
<div class="sheet-offset-1-12 sheet-col-5-6 sheet-vert-bottom sheet-center sheet-small-label">Special</div>
</div>
<div class="sheet-row">
<div class="sheet-offset-1-12 sheet-col-5-6 sheet-small-label sheet-center"><textarea class="sheet-medium-textarea" name="attr_actionspecial"></textarea></div>
</div>
<div class="sheet-row">
<div class="sheet-offset-1-12 sheet-col-1-4 sheet-vert-bottom sheet-center sheet-small-label">Name</div>
<div class="sheet-col-1-2 sheet-vert-bottom sheet-center sheet-small-label">Effect Note</div>
<div class="sheet-col-1-12 sheet-vert-bottom sheet-center sheet-small-label">Duration</div>
</div>
<div class="sheet-row">
<div class="sheet-offset-1-12 sheet-col-1-4 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_actioneffectname1" value="None"></div>
<div class="sheet-col-1-2 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_actioneffect1" value="None"></div>
<div class="sheet-col-1-12 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_actioneffectduration1" value="∞"></div>
</div>
<div class="sheet-row">
<div class="sheet-offset-1-12 sheet-col-1-4 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_actioneffectname2" value="None"></div>
<div class="sheet-col-1-2 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_actioneffect2" value="None"></div>
<div class="sheet-col-1-12 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_actioneffectduration2" value="∞"></div>
</div>
<div class="sheet-row">
<div class="sheet-offset-1-12 sheet-col-1-4 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_actioneffectname3" value="None"></div>
<div class="sheet-col-1-2 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_actioneffect3" value="None"></div>
<div class="sheet-col-1-12 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_actioneffectduration3" value="∞"></div>
</div>
<div class="sheet-row">
<div class="sheet-offset-1-12 sheet-col-1-4 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_actioneffectname4" value="None"></div>
<div class="sheet-col-1-2 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_actioneffect4" value="None"></div>
<div class="sheet-col-1-12 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_actioneffectduration4" value="∞"></div>
</div>
</div>
</div>
</fieldset>
</div>
<!-- END classaction page --> <!-- BEGIN new classaction page -->
<div class="sheet-classaction-page2">
<!-- BEGIN classaction row -->
<fieldset class="repeating_actions2">
<div class="sheet-classaction-row1 sheet-margin-bottom sheet-padr sheet-padl">
<div class="sheet-row">
<div class="sheet-offset-1-6 sheet-col-7-24 sheet-center sheet-small-label sheet-vert-bottom">Name</div>
<div class="sheet-col-1-8 sheet-center sheet-small-label sheet-vert-bottom">Type</div>
<div class="sheet-col-1-6 sheet-center sheet-small-label sheet-vert-bottom">Action Speed</div>
<div class="sheet-col-1-12 sheet-offset-1-12 sheet-center sheet-small-label sheet-vert-bottom">Macro</div>
</div>
<div class="sheet-row">
<div class="sheet-offset-1-6 sheet-col-7-24 sheet-center"><input type="text" class="sheet-center" name="attr_action_name"></div>
<div class="sheet-col-1-8">
<select name="attr_action_type">
<option value="Not set" selected="selected">---</option>
<option value="Physical">Physical</option>
<option value="Magical">Magical</option>
</select>
</div>
<div class="sheet-col-1-6">
<select name="attr_action_speed">
<option value="Not set" selected="selected">---</option>
<option value="Quick Action">Quick Action</option>
<option value="Slow Action">Slow Action</option>
<option value="Reaction">Reaction</option>
<option value="Free Action">Free Action</option>
</select>
</div>
<input type="hidden" name="attr_job-ability" value="&{template:FFRPG} {{title=@{action_name}}} {{subheader=@{character_name}}} {{subheaderright=@{action_type} @{action_speed}}} {{emote=@{action_description}}} @{actionmacrooptions}">
<div class="sheet-col-1-12 sheet-offset-1-12 sheet-center"><button type="roll" class="sheet-roll" name="roll_Action" value="@{job-ability}" >Use</button></div>
</div>
<div class="sheet-row">
<div class="sheet-col-1-6 sheet-offset-1-4 sheet-vert-bottom sheet-center sheet-small-label">Target</div>
<div class="sheet-col-1-12 sheet-vert-bottom sheet-center sheet-small-label">AOE</div>
<div class="sheet-col-1-12 sheet-vert-bottom sheet-center sheet-small-label">CT</div>
<div class="sheet-col-1-12 sheet-vert-bottom sheet-center sheet-small-label">MP Cost</div>
<div class="sheet-col-1-12 sheet-offset-1-6 sheet-vert-bottom sheet-center sheet-small-label">Show Info</div>
</div>
<div class="sheet-row">
<div class="sheet-col-1-6 sheet-offset-1-4">
<select name="attr_actiontarget">
<option value="Not set" selected="selected">---</option>
<option value="Self">Self</option>
<option value="Enemy">Enemy</option>
<option value="Ally">Ally</option>
<option value="Unfocused">Unfocused</option>
<option value="All">All</option>
<option value="Random Enemy">Random Enemy</option>
<option value="Random Ally">Random Ally</option>
<option value="Random All">Random All</option>
</select>
</div>
<div class="sheet-col-1-12">
<select name="attr_actionaoe">
<option value="Single" selected="selected">Single</option>
<option value="Group">Group</option>
</select>
</div>
<div class="sheet-col-1-12"><input type="number" name="attr_actionct" value="0" min="0" step="1"/></div>
<div class="sheet-col-1-12"><input type="number" name="attr_actionmpcost" value="0" min="0" step="1"/></div>
<div class="sheet-col-1-12 sheet-offset-1-6 sheet-center"><input type="checkbox" name="attr_actionshowinfo" value="{{actionshowinfo=1}} {{actiontarget=@{actiontarget}}} {{actionaoe=@{actionaoe}}} {{actioncharge=@{actionct}}} {{actionmpcost=@{actionmpcost}}}" /></div>
</div>
<div class="sheet-row sheet-padb sheet-spell-macro-output-options">
<div class="sheet-col-1-8 sheet-vert-middle sheet-small-label sheet-padl">Macro Display Options</div>
<div class="sheet-col-1-12 sheet-center sheet-small-label">Trigger<br/><input type="checkbox" name="attr_actionshowtrigger" value="{{actionshowtrigger=1}} {{actiontrigger=@{actiontrigger}}}" /></div>
<div class="sheet-col-1-12 sheet-center sheet-small-label">Attack Roll<br/><input type="checkbox" name="attr_actionshowattack" value="{{actionshowattack=1}} {{actionrange=@{actionrange}}} {{actionattack=@{actionattackroll} vs @{actionthreshold}}}" /></div>
<div class="sheet-col-1-12 sheet-center sheet-small-label">Damage<br/><input type="checkbox" name="attr_actionshowdamage" value="{{actionshowdamage=1}} {{actiondamage=@{actiondamage} @{actiondamagetype}}}" /></div>
<div class="sheet-col-1-12 sheet-center sheet-small-label">Healing<br/><input type="checkbox" name="attr_actionshowhealing" value="{{actionshowhealing=1}} {{actionhealing=@{actionhealmacro}}}" /></div>
<div class="sheet-col-1-12 sheet-center sheet-small-label">St Cancel<br/><input type="checkbox" name="attr_actionshowstatuscancel" value="{{actionshowstatuscancel=1}} {{actionstatuscancel=@{actionstatuscancel}}}" /></div>
<div class="sheet-col-1-12 sheet-center sheet-small-label">Special<br/><input type="checkbox" name="attr_actionshowspecial" value="{{actionshowspecial=1}} {{actionspecial=@{actionspecial}}}" /></div>
<div class="sheet-col-1-12 sheet-center sheet-small-label">Effect 1<br/><input type="checkbox" name="attr_actionshoweffect1" value="{{actionshoweffect1=1}} {{actioneffectname1=@{actioneffectname1}}} {{actioneffectduration1=@{actioneffectduration1}}} {{actioneffectnote1=@{actioneffect1}}}" /></div>
<div class="sheet-col-1-12 sheet-center sheet-small-label">Effect 2<br/><input type="checkbox" name="attr_actionshoweffect2" value="{{actionshoweffect2=1}} {{actioneffectname2=@{actioneffectname2}}} {{actioneffectduration2=@{actioneffectduration2}}} {{actioneffectnote2=@{actioneffect2}}}" /></div>
<div class="sheet-col-1-12 sheet-center sheet-small-label">Effect 3<br/><input type="checkbox" name="attr_actionshoweffect3" value="{{actionshoweffect3=1}} {{actioneffectname3=@{actioneffectname3}}} {{actioneffectduration3=@{actioneffectduration3}}} {{actioneffectnote3=@{actioneffect3}}}" /></div>
<div class="sheet-col-1-12 sheet-center sheet-small-label">Effect 4<br/><input type="checkbox" name="attr_actionshoweffect4" value="{{actionshoweffect4=1}} {{actioneffectname4=@{actioneffectname4}}} {{actioneffectduration4=@{actioneffectduration4}}} {{actioneffectnote4=@{actioneffect4}}}" /></div>
<input type="hidden" name="attr_actionmacrooptions" value="@{actionshowinfo} @{actionshowtrigger} @{actionshowattack} @{actionshowdamage} @{actionshowhealing} @{actionshowstatuscancel} @{actionshowspecial} @{actionshoweffect1} @{actionshoweffect2} @{actionshoweffect3} @{actionshoweffect4}" />
</div>
<span class="sheet-spacer"></span>
<span class="sheet offset-1-12 sheet-small-label">Show :</span>
<input type="checkbox" name="attr_spelltypeadvanced" class="sheet-spelltypetab sheet-spelltypeadvanced" value="1"/><span class="sheet-spelltypetab sheet-spelltypeadvanced">Description</span> |
<input type="checkbox" name="attr_spelltypeattack" class="sheet-spelltypetab sheet-spelltypeattack" value="1"/><span class="sheet-spelltypetab sheet-spelltypeattack">Attack</span> |
<input type="checkbox" name="attr_spelltypdamage" class="sheet-spelltypetab sheet-spelltypedamage" value="1"/><span class="sheet-spelltypetab sheet-spelltypedamage">Damage</span> |
<input type="checkbox" name="attr_spelltypeheal" class="sheet-spelltypetab sheet-spelltypeheal" value="1"/><span class="sheet-spelltypetab sheet-spelltypeheal">Healing</span> |
<input type="checkbox" name="attr_spelltypeeffects" class="sheet-spelltypetab sheet-spelltypeeffects" value="1"/><span class="sheet-spelltypetab sheet-spelltypeeffects">Effects</span>
<span class="sheet-spacer"></span>
<div class="sheet-spell-type-advanced">
<div class="sheet-row">
<div class="sheet-col-1-2 sheet-vert-bottom sheet-center sheet-small-label">Action Description</div>
<div class="sheet-col-1-2 sheet-vert-bottom sheet-center sheet-small-label">Action Mechanics/Flavour</div>
</div>
<div class="sheet-row">
<div class="sheet-col-1-2 sheet-small-label sheet-center"><textarea class="sheet-medium-textarea" name="attr_action_description"></textarea></div>
<div class="sheet-col-1-2 sheet-small-label sheet-center"><textarea name="attr_action_mechanics1" class="sheet-medium-textarea"></textarea></div>
</div>
</div>
<div class="sheet-spell-type-attack">
<div class="sheet-row">
<div class="sheet-offset-1-12 sheet-col-5-6 sheet-vert-bottom sheet-center sheet-small-label">Trigger</div>
</div>
<div class="sheet-row">
<div class="sheet-offset-1-12 sheet-col-5-6 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_actiontrigger" value="None"></div>
</div>
<div class="sheet-row">
<div class="sheet-offset-1-12 sheet-col-1-8 sheet-vert-bottom sheet-center sheet-small-label">Range</div>
<div class="sheet-col-1-2 sheet-vert-bottom sheet-center sheet-small-label">Attack Macro</div>
<div class="sheet-col-5-24 sheet-vert-bottom sheet-center sheet-small-label">Threshold</div>
</div>
<div class="sheet-row">
<div class=" sheet-offset-1-12 sheet-col-1-8">
<select name="attr_actionrange">
<option value="Melee">Melee</option>
<option value="Ranged" selected="selected">Ranged</option>
</select>
</div>
<div class="sheet-col-1-2 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_actionattackroll" value="[[[[@{fire_points}]]+1d100cs>101-40]]"></div>
<div class="sheet-col-5-24 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_actionthreshold" value="None"></div>
</div>
</div>
<div class="sheet-spell-type-damage">
<div class="sheet-row">
<div class="sheet-col-1-2 sheet-offset-1-12 sheet-vert-bottom sheet-center sheet-small-label">Damage Macro</div>
<div class="sheet-col-1-3 sheet-vert-bottom sheet-center sheet-small-label">Damage Type</div>
</div>
<div class="sheet-row">
<div class="sheet-col-1-2 sheet-offset-1-12 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_actiondamage" value="[[4*[[@{fire}]]]]"></div>
<div class="sheet-col-1-3 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_actiondamagetype" value="None"></div>
</div>
</div>
<div class="sheet-spell-type-heal">
<div class="sheet-row">
<div class="sheet-col-1-2 sheet-offset-1-12 sheet-vert-bottom sheet-center sheet-small-label">Heal Macro</div>
<div class="sheet-col-1-3 sheet-vert-bottom sheet-center sheet-small-label">Status Cancelled</div>
</div>
<div class="sheet-row">
<div class="sheet-col-1-2 sheet-offset-1-12 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_actionhealmacro" value="[[4*[[@{fire}]]]]"></div>
<div class="sheet-col-1-3 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_actionstatuscancel" value="None"></div>
</div>
</div>
<div class="sheet-spell-type-effects">
<div class="sheet-row">
<div class="sheet-offset-1-12 sheet-col-5-6 sheet-vert-bottom sheet-center sheet-small-label">Special</div>
</div>
<div class="sheet-row">
<div class="sheet-offset-1-12 sheet-col-5-6 sheet-small-label sheet-center"><textarea class="sheet-medium-textarea" name="attr_actionspecial"></textarea></div>
</div>
<div class="sheet-row">
<div class="sheet-offset-1-12 sheet-col-1-4 sheet-vert-bottom sheet-center sheet-small-label">Name</div>
<div class="sheet-col-1-2 sheet-vert-bottom sheet-center sheet-small-label">Effect Note</div>
<div class="sheet-col-1-12 sheet-vert-bottom sheet-center sheet-small-label">Duration</div>
</div>
<div class="sheet-row">
<div class="sheet-offset-1-12 sheet-col-1-4 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_actioneffectname1" value="None"></div>
<div class="sheet-col-1-2 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_actioneffect1" value="None"></div>
<div class="sheet-col-1-12 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_actioneffectduration1" value="∞"></div>
</div>
<div class="sheet-row">
<div class="sheet-offset-1-12 sheet-col-1-4 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_actioneffectname2" value="None"></div>
<div class="sheet-col-1-2 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_actioneffect2" value="None"></div>
<div class="sheet-col-1-12 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_actioneffectduration2" value="∞"></div>
</div>
<div class="sheet-row">
<div class="sheet-offset-1-12 sheet-col-1-4 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_actioneffectname3" value="None"></div>
<div class="sheet-col-1-2 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_actioneffect3" value="None"></div>
<div class="sheet-col-1-12 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_actioneffectduration3" value="∞"></div>
</div>
<div class="sheet-row">
<div class="sheet-offset-1-12 sheet-col-1-4 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_actioneffectname4" value="None"></div>
<div class="sheet-col-1-2 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_actioneffect4" value="None"></div>
<div class="sheet-col-1-12 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_actioneffectduration4" value="∞"></div>
</div>
</div>
</div>
</fieldset>
</div>
<!-- END classaction page --> <!-- BEGIN new classaction page -->
<div class="sheet-classaction-page3">
<!-- BEGIN classaction row -->
<fieldset class="repeating_actions3">
<div class="sheet-classaction-row1 sheet-margin-bottom sheet-padr sheet-padl">
<div class="sheet-row">
<div class="sheet-offset-1-6 sheet-col-7-24 sheet-center sheet-small-label sheet-vert-bottom">Name</div>
<div class="sheet-col-1-8 sheet-center sheet-small-label sheet-vert-bottom">Type</div>
<div class="sheet-col-1-6 sheet-center sheet-small-label sheet-vert-bottom">Action Speed</div>
<div class="sheet-col-1-12 sheet-offset-1-12 sheet-center sheet-small-label sheet-vert-bottom">Macro</div>
</div>
<div class="sheet-row">
<div class="sheet-offset-1-6 sheet-col-7-24 sheet-center"><input type="text" class="sheet-center" name="attr_action_name"></div>
<div class="sheet-col-1-8">
<select name="attr_action_type">
<option value="Not set" selected="selected">---</option>
<option value="Physical">Physical</option>
<option value="Magical">Magical</option>
</select>
</div>
<div class="sheet-col-1-6">
<select name="attr_action_speed">
<option value="Not set" selected="selected">---</option>
<option value="Quick Action">Quick Action</option>
<option value="Slow Action">Slow Action</option>
<option value="Reaction">Reaction</option>
<option value="Free Action">Free Action</option>
</select>
</div>
<input type="hidden" name="attr_job-ability" value="&{template:FFRPG} {{title=@{action_name}}} {{subheader=@{character_name}}} {{subheaderright=@{action_type} @{action_speed}}} {{emote=@{action_description}}} @{actionmacrooptions}">
<div class="sheet-col-1-12 sheet-offset-1-12 sheet-center"><button type="roll" class="sheet-roll" name="roll_Action" value="@{job-ability}" >Use</button></div>
</div>
<div class="sheet-row">
<div class="sheet-col-1-6 sheet-offset-1-4 sheet-vert-bottom sheet-center sheet-small-label">Target</div>
<div class="sheet-col-1-12 sheet-vert-bottom sheet-center sheet-small-label">AOE</div>
<div class="sheet-col-1-12 sheet-vert-bottom sheet-center sheet-small-label">CT</div>
<div class="sheet-col-1-12 sheet-vert-bottom sheet-center sheet-small-label">MP Cost</div>
<div class="sheet-col-1-12 sheet-offset-1-6 sheet-vert-bottom sheet-center sheet-small-label">Show Info</div>
</div>
<div class="sheet-row">
<div class="sheet-col-1-6 sheet-offset-1-4">
<select name="attr_actiontarget">
<option value="Not set" selected="selected">---</option>
<option value="Self">Self</option>
<option value="Enemy">Enemy</option>
<option value="Ally">Ally</option>
<option value="Unfocused">Unfocused</option>
<option value="All">All</option>
<option value="Random Enemy">Random Enemy</option>
<option value="Random Ally">Random Ally</option>
<option value="Random All">Random All</option>
</select>
</div>
<div class="sheet-col-1-12">
<select name="attr_actionaoe">
<option value="Single" selected="selected">Single</option>
<option value="Group">Group</option>
</select>
</div>
<div class="sheet-col-1-12"><input type="number" name="attr_actionct" value="0" min="0" step="1"/></div>
<div class="sheet-col-1-12"><input type="number" name="attr_actionmpcost" value="0" min="0" step="1"/></div>
<div class="sheet-col-1-12 sheet-offset-1-6 sheet-center"><input type="checkbox" name="attr_actionshowinfo" value="{{actionshowinfo=1}} {{actiontarget=@{actiontarget}}} {{actionaoe=@{actionaoe}}} {{actioncharge=@{actionct}}} {{actionmpcost=@{actionmpcost}}}" /></div>
</div>
<div class="sheet-row sheet-padb sheet-spell-macro-output-options">
<div class="sheet-col-1-8 sheet-vert-middle sheet-small-label sheet-padl">Macro Display Options</div>
<div class="sheet-col-1-12 sheet-center sheet-small-label">Trigger<br/><input type="checkbox" name="attr_actionshowtrigger" value="{{actionshowtrigger=1}} {{actiontrigger=@{actiontrigger}}}" /></div>
<div class="sheet-col-1-12 sheet-center sheet-small-label">Attack Roll<br/><input type="checkbox" name="attr_actionshowattack" value="{{actionshowattack=1}} {{actionrange=@{actionrange}}} {{actionattack=@{actionattackroll} vs @{actionthreshold}}}" /></div>
<div class="sheet-col-1-12 sheet-center sheet-small-label">Damage<br/><input type="checkbox" name="attr_actionshowdamage" value="{{actionshowdamage=1}} {{actiondamage=@{actiondamage} @{actiondamagetype}}}" /></div>
<div class="sheet-col-1-12 sheet-center sheet-small-label">Healing<br/><input type="checkbox" name="attr_actionshowhealing" value="{{actionshowhealing=1}} {{actionhealing=@{actionhealmacro}}}" /></div>
<div class="sheet-col-1-12 sheet-center sheet-small-label">St Cancel<br/><input type="checkbox" name="attr_actionshowstatuscancel" value="{{actionshowstatuscancel=1}} {{actionstatuscancel=@{actionstatuscancel}}}" /></div>
<div class="sheet-col-1-12 sheet-center sheet-small-label">Special<br/><input type="checkbox" name="attr_actionshowspecial" value="{{actionshowspecial=1}} {{actionspecial=@{actionspecial}}}" /></div>
<div class="sheet-col-1-12 sheet-center sheet-small-label">Effect 1<br/><input type="checkbox" name="attr_actionshoweffect1" value="{{actionshoweffect1=1}} {{actioneffectname1=@{actioneffectname1}}} {{actioneffectduration1=@{actioneffectduration1}}} {{actioneffectnote1=@{actioneffect1}}}" /></div>
<div class="sheet-col-1-12 sheet-center sheet-small-label">Effect 2<br/><input type="checkbox" name="attr_actionshoweffect2" value="{{actionshoweffect2=1}} {{actioneffectname2=@{actioneffectname2}}} {{actioneffectduration2=@{actioneffectduration2}}} {{actioneffectnote2=@{actioneffect2}}}" /></div>
<div class="sheet-col-1-12 sheet-center sheet-small-label">Effect 3<br/><input type="checkbox" name="attr_actionshoweffect3" value="{{actionshoweffect3=1}} {{actioneffectname3=@{actioneffectname3}}} {{actioneffectduration3=@{actioneffectduration3}}} {{actioneffectnote3=@{actioneffect3}}}" /></div>
<div class="sheet-col-1-12 sheet-center sheet-small-label">Effect 4<br/><input type="checkbox" name="attr_actionshoweffect4" value="{{actionshoweffect4=1}} {{actioneffectname4=@{actioneffectname4}}} {{actioneffectduration4=@{actioneffectduration4}}} {{actioneffectnote4=@{actioneffect4}}}" /></div>
<input type="hidden" name="attr_actionmacrooptions" value="@{actionshowinfo} @{actionshowtrigger} @{actionshowattack} @{actionshowdamage} @{actionshowhealing} @{actionshowstatuscancel} @{actionshowspecial} @{actionshoweffect1} @{actionshoweffect2} @{actionshoweffect3} @{actionshoweffect4}" />
</div>
<span class="sheet-spacer"></span>
<span class="sheet offset-1-12 sheet-small-label">Show :</span>
<input type="checkbox" name="attr_spelltypeadvanced" class="sheet-spelltypetab sheet-spelltypeadvanced" value="1"/><span class="sheet-spelltypetab sheet-spelltypeadvanced">Description</span> |
<input type="checkbox" name="attr_spelltypeattack" class="sheet-spelltypetab sheet-spelltypeattack" value="1"/><span class="sheet-spelltypetab sheet-spelltypeattack">Attack</span> |
<input type="checkbox" name="attr_spelltypdamage" class="sheet-spelltypetab sheet-spelltypedamage" value="1"/><span class="sheet-spelltypetab sheet-spelltypedamage">Damage</span> |
<input type="checkbox" name="attr_spelltypeheal" class="sheet-spelltypetab sheet-spelltypeheal" value="1"/><span class="sheet-spelltypetab sheet-spelltypeheal">Healing</span> |
<input type="checkbox" name="attr_spelltypeeffects" class="sheet-spelltypetab sheet-spelltypeeffects" value="1"/><span class="sheet-spelltypetab sheet-spelltypeeffects">Effects</span>
<span class="sheet-spacer"></span>
<div class="sheet-spell-type-advanced">
<div class="sheet-row">
<div class="sheet-col-1-2 sheet-vert-bottom sheet-center sheet-small-label">Action Description</div>
<div class="sheet-col-1-2 sheet-vert-bottom sheet-center sheet-small-label">Action Mechanics/Flavour</div>
</div>
<div class="sheet-row">
<div class="sheet-col-1-2 sheet-small-label sheet-center"><textarea class="sheet-medium-textarea" name="attr_action_description"></textarea></div>
<div class="sheet-col-1-2 sheet-small-label sheet-center"><textarea name="attr_action_mechanics1" class="sheet-medium-textarea"></textarea></div>
</div>
</div>
<div class="sheet-spell-type-attack">
<div class="sheet-row">
<div class="sheet-offset-1-12 sheet-col-5-6 sheet-vert-bottom sheet-center sheet-small-label">Trigger</div>
</div>
<div class="sheet-row">
<div class="sheet-offset-1-12 sheet-col-5-6 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_actiontrigger" value="None"></div>
</div>
<div class="sheet-row">
<div class="sheet-offset-1-12 sheet-col-1-8 sheet-vert-bottom sheet-center sheet-small-label">Range</div>
<div class="sheet-col-1-2 sheet-vert-bottom sheet-center sheet-small-label">Attack Macro</div>
<div class="sheet-col-5-24 sheet-vert-bottom sheet-center sheet-small-label">Threshold</div>
</div>
<div class="sheet-row">
<div class=" sheet-offset-1-12 sheet-col-1-8">
<select name="attr_actionrange">
<option value="Melee">Melee</option>
<option value="Ranged" selected="selected">Ranged</option>
</select>
</div>
<div class="sheet-col-1-2 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_actionattackroll" value="[[[[@{fire_points}]]+1d100cs>101-40]]"></div>
<div class="sheet-col-5-24 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_actionthreshold" value="None"></div>
</div>
</div>
<div class="sheet-spell-type-damage">
<div class="sheet-row">
<div class="sheet-col-1-2 sheet-offset-1-12 sheet-vert-bottom sheet-center sheet-small-label">Damage Macro</div>
<div class="sheet-col-1-3 sheet-vert-bottom sheet-center sheet-small-label">Damage Type</div>
</div>
<div class="sheet-row">
<div class="sheet-col-1-2 sheet-offset-1-12 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_actiondamage" value="[[4*[[@{fire}]]]]"></div>
<div class="sheet-col-1-3 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_actiondamagetype" value="None"></div>
</div>
</div>
<div class="sheet-spell-type-heal">
<div class="sheet-row">
<div class="sheet-col-1-2 sheet-offset-1-12 sheet-vert-bottom sheet-center sheet-small-label">Heal Macro</div>
<div class="sheet-col-1-3 sheet-vert-bottom sheet-center sheet-small-label">Status Cancelled</div>
</div>
<div class="sheet-row">
<div class="sheet-col-1-2 sheet-offset-1-12 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_actionhealmacro" value="[[4*[[@{fire}]]]]"></div>
<div class="sheet-col-1-3 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_actionstatuscancel" value="None"></div>
</div>
</div>
<div class="sheet-spell-type-effects">
<div class="sheet-row">
<div class="sheet-offset-1-12 sheet-col-5-6 sheet-vert-bottom sheet-center sheet-small-label">Special</div>
</div>
<div class="sheet-row">
<div class="sheet-offset-1-12 sheet-col-5-6 sheet-small-label sheet-center"><textarea class="sheet-medium-textarea" name="attr_actionspecial"></textarea></div>
</div>
<div class="sheet-row">
<div class="sheet-offset-1-12 sheet-col-1-4 sheet-vert-bottom sheet-center sheet-small-label">Name</div>
<div class="sheet-col-1-2 sheet-vert-bottom sheet-center sheet-small-label">Effect Note</div>
<div class="sheet-col-1-12 sheet-vert-bottom sheet-center sheet-small-label">Duration</div>
</div>
<div class="sheet-row">
<div class="sheet-offset-1-12 sheet-col-1-4 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_actioneffectname1" value="None"></div>
<div class="sheet-col-1-2 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_actioneffect1" value="None"></div>
<div class="sheet-col-1-12 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_actioneffectduration1" value="∞"></div>
</div>
<div class="sheet-row">
<div class="sheet-offset-1-12 sheet-col-1-4 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_actioneffectname2" value="None"></div>
<div class="sheet-col-1-2 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_actioneffect2" value="None"></div>
<div class="sheet-col-1-12 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_actioneffectduration2" value="∞"></div>
</div>
<div class="sheet-row">
<div class="sheet-offset-1-12 sheet-col-1-4 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_actioneffectname3" value="None"></div>
<div class="sheet-col-1-2 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_actioneffect3" value="None"></div>
<div class="sheet-col-1-12 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_actioneffectduration3" value="∞"></div>
</div>
<div class="sheet-row">
<div class="sheet-offset-1-12 sheet-col-1-4 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_actioneffectname4" value="None"></div>
<div class="sheet-col-1-2 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_actioneffect4" value="None"></div>
<div class="sheet-col-1-12 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_actioneffectduration4" value="∞"></div>
</div>
</div>
</div>
</fieldset>
</div>
<!-- END classaction page --> <!-- BEGIN new classaction page -->
<div class="sheet-classaction-page4">
<!-- BEGIN classaction row -->
<fieldset class="repeating_actions4">
<div class="sheet-classaction-row1 sheet-margin-bottom sheet-padr sheet-padl">
<div class="sheet-row">
<div class="sheet-offset-1-6 sheet-col-7-24 sheet-center sheet-small-label sheet-vert-bottom">Name</div>
<div class="sheet-col-1-8 sheet-center sheet-small-label sheet-vert-bottom">Type</div>
<div class="sheet-col-1-6 sheet-center sheet-small-label sheet-vert-bottom">Action Speed</div>
<div class="sheet-col-1-12 sheet-offset-1-12 sheet-center sheet-small-label sheet-vert-bottom">Macro</div>
</div>
<div class="sheet-row">
<div class="sheet-offset-1-6 sheet-col-7-24 sheet-center"><input type="text" class="sheet-center" name="attr_action_name"></div>
<div class="sheet-col-1-8">
<select name="attr_action_type">
<option value="Not set" selected="selected">---</option>
<option value="Physical">Physical</option>
<option value="Magical">Magical</option>
<option value="Black">Black</option>
<option value="White">White</option>
<option value="Time">Time</option>
<option value="Blue">Blue</option>
<option value="Other">Other</option>
<option value="Summon">Summon</option>
</select>
</div>
<div class="sheet-col-1-6">
<select name="attr_action_speed">
<option value="Not set" selected="selected">---</option>
<option value="Quick Action">Quick Action</option>
<option value="Slow Action">Slow Action</option>
<option value="Reaction">Reaction</option>
<option value="Free Action">Free Action</option>
<option value="Spell">Spell</option>
</select>
</div>
<input type="hidden" name="attr_job-ability" value="&{template:FFRPG} {{title=@{action_name}}} {{subheader=@{character_name}}} {{subheaderright=Limit • @{action_type} @{action_speed}}} {{emote=@{action_description}}} @{actionmacrooptions}">
<div class="sheet-col-1-12 sheet-offset-1-12 sheet-center"><button type="roll" class="sheet-roll" name="roll_Action" value="@{job-ability}" >Use</button></div>
</div>
<div class="sheet-row">
<div class="sheet-col-1-6 sheet-offset-1-4 sheet-vert-bottom sheet-center sheet-small-label">Target</div>
<div class="sheet-col-1-12 sheet-vert-bottom sheet-center sheet-small-label">AOE</div>
<div class="sheet-col-1-12 sheet-vert-bottom sheet-center sheet-small-label">CT</div>
<div class="sheet-col-1-12 sheet-vert-bottom sheet-center sheet-small-label">MP Cost</div>
<div class="sheet-col-1-12 sheet-offset-1-6 sheet-vert-bottom sheet-center sheet-small-label">Show Info</div>
</div>
<div class="sheet-row">
<div class="sheet-col-1-6 sheet-offset-1-4">
<select name="attr_actiontarget">
<option value="Not set" selected="selected">---</option>
<option value="Self">Self</option>
<option value="Enemy">Enemy</option>
<option value="Ally">Ally</option>
<option value="Unfocused">Unfocused</option>
<option value="All">All</option>
<option value="Random Enemy">Random Enemy</option>
<option value="Random Ally">Random Ally</option>
<option value="Random All">Random All</option>
</select>
</div>
<div class="sheet-col-1-12">
<select name="attr_actionaoe">
<option value="Single" selected="selected">Single</option>
<option value="Group">Group</option>
</select>
</div>
<div class="sheet-col-1-12"><input type="number" name="attr_actionct" value="0" min="0" step="1"/></div>
<div class="sheet-col-1-12"><input type="number" name="attr_actionmpcost" value="0" min="0" step="1"/></div>
<div class="sheet-col-1-12 sheet-offset-1-6 sheet-center"><input type="checkbox" name="attr_actionshowinfo" value="{{actionshowinfo=1}} {{actiontarget=@{actiontarget}}} {{actionaoe=@{actionaoe}}} {{actioncharge=@{actionct}}} {{actionmpcost=@{actionmpcost}}}" /></div>
</div>
<div class="sheet-row sheet-padb sheet-spell-macro-output-options">
<div class="sheet-col-1-8 sheet-vert-middle sheet-small-label sheet-padl">Macro Display Options</div>
<div class="sheet-col-1-12 sheet-center sheet-small-label">Trigger<br/><input type="checkbox" name="attr_actionshowtrigger" value="{{actionshowtrigger=1}} {{actiontrigger=@{actiontrigger}}}" /></div>
<div class="sheet-col-1-12 sheet-center sheet-small-label">Attack Roll<br/><input type="checkbox" name="attr_actionshowattack" value="{{actionshowattack=1}} {{actionrange=@{actionrange}}} {{actionattack=@{actionattackroll} vs @{actionthreshold}}}" /></div>
<div class="sheet-col-1-12 sheet-center sheet-small-label">Damage<br/><input type="checkbox" name="attr_actionshowdamage" value="{{actionshowdamage=1}} {{actiondamage=@{actiondamage} @{actiondamagetype}}}" /></div>
<div class="sheet-col-1-12 sheet-center sheet-small-label">Healing<br/><input type="checkbox" name="attr_actionshowhealing" value="{{actionshowhealing=1}} {{actionhealing=@{actionhealmacro}}}" /></div>
<div class="sheet-col-1-12 sheet-center sheet-small-label">St Cancel<br/><input type="checkbox" name="attr_actionshowstatuscancel" value="{{actionshowstatuscancel=1}} {{actionstatuscancel=@{actionstatuscancel}}}" /></div>
<div class="sheet-col-1-12 sheet-center sheet-small-label">Special<br/><input type="checkbox" name="attr_actionshowspecial" value="{{actionshowspecial=1}} {{actionspecial=@{actionspecial}}}" /></div>
<div class="sheet-col-1-12 sheet-center sheet-small-label">Effect 1<br/><input type="checkbox" name="attr_actionshoweffect1" value="{{actionshoweffect1=1}} {{actioneffectname1=@{actioneffectname1}}} {{actioneffectduration1=@{actioneffectduration1}}} {{actioneffectnote1=@{actioneffect1}}}" /></div>
<div class="sheet-col-1-12 sheet-center sheet-small-label">Effect 2<br/><input type="checkbox" name="attr_actionshoweffect2" value="{{actionshoweffect2=1}} {{actioneffectname2=@{actioneffectname2}}} {{actioneffectduration2=@{actioneffectduration2}}} {{actioneffectnote2=@{actioneffect2}}}" /></div>
<div class="sheet-col-1-12 sheet-center sheet-small-label">Effect 3<br/><input type="checkbox" name="attr_actionshoweffect3" value="{{actionshoweffect3=1}} {{actioneffectname3=@{actioneffectname3}}} {{actioneffectduration3=@{actioneffectduration3}}} {{actioneffectnote3=@{actioneffect3}}}" /></div>
<div class="sheet-col-1-12 sheet-center sheet-small-label">Effect 4<br/><input type="checkbox" name="attr_actionshoweffect4" value="{{actionshoweffect4=1}} {{actioneffectname4=@{actioneffectname4}}} {{actioneffectduration4=@{actioneffectduration4}}} {{actioneffectnote4=@{actioneffect4}}}" /></div>
<input type="hidden" name="attr_actionmacrooptions" value="@{actionshowinfo} @{actionshowtrigger} @{actionshowattack} @{actionshowdamage} @{actionshowhealing} @{actionshowstatuscancel} @{actionshowspecial} @{actionshoweffect1} @{actionshoweffect2} @{actionshoweffect3} @{actionshoweffect4}" />
</div>
<span class="sheet-spacer"></span>
<span class="sheet offset-1-12 sheet-small-label">Show :</span>
<input type="checkbox" name="attr_spelltypeadvanced" class="sheet-spelltypetab sheet-spelltypeadvanced" value="1"/><span class="sheet-spelltypetab sheet-spelltypeadvanced">Description</span> |
<input type="checkbox" name="attr_spelltypeattack" class="sheet-spelltypetab sheet-spelltypeattack" value="1"/><span class="sheet-spelltypetab sheet-spelltypeattack">Attack</span> |
<input type="checkbox" name="attr_spelltypdamage" class="sheet-spelltypetab sheet-spelltypedamage" value="1"/><span class="sheet-spelltypetab sheet-spelltypedamage">Damage</span> |
<input type="checkbox" name="attr_spelltypeheal" class="sheet-spelltypetab sheet-spelltypeheal" value="1"/><span class="sheet-spelltypetab sheet-spelltypeheal">Healing</span> |
<input type="checkbox" name="attr_spelltypeeffects" class="sheet-spelltypetab sheet-spelltypeeffects" value="1"/><span class="sheet-spelltypetab sheet-spelltypeeffects">Effects</span>
<span class="sheet-spacer"></span>
<div class="sheet-spell-type-advanced">
<div class="sheet-row">
<div class="sheet-col-1-2 sheet-vert-bottom sheet-center sheet-small-label">Action Description</div>
<div class="sheet-col-1-2 sheet-vert-bottom sheet-center sheet-small-label">Action Mechanics/Flavour</div>
</div>
<div class="sheet-row">
<div class="sheet-col-1-2 sheet-small-label sheet-center"><textarea class="sheet-medium-textarea" name="attr_action_description"></textarea></div>
<div class="sheet-col-1-2 sheet-small-label sheet-center"><textarea name="attr_action_mechanics1" class="sheet-medium-textarea"></textarea></div>
</div>
</div>
<div class="sheet-spell-type-attack">
<div class="sheet-row">
<div class="sheet-offset-1-12 sheet-col-5-6 sheet-vert-bottom sheet-center sheet-small-label">Trigger</div>
</div>
<div class="sheet-row">
<div class="sheet-offset-1-12 sheet-col-5-6 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_actiontrigger" value="None"></div>
</div>
<div class="sheet-row">
<div class="sheet-offset-1-12 sheet-col-1-8 sheet-vert-bottom sheet-center sheet-small-label">Range</div>
<div class="sheet-col-1-2 sheet-vert-bottom sheet-center sheet-small-label">Attack Macro</div>
<div class="sheet-col-5-24 sheet-vert-bottom sheet-center sheet-small-label">Threshold</div>
</div>
<div class="sheet-row">
<div class=" sheet-offset-1-12 sheet-col-1-8">
<select name="attr_actionrange">
<option value="Melee">Melee</option>
<option value="Ranged" selected="selected">Ranged</option>
</select>
</div>
<div class="sheet-col-1-2 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_actionattackroll" value="[[[[{@{earth_points},@{air_points},@{fire_points},@{water_points}}kh1]]+1d100cs>101]]"></div>
<div class="sheet-col-5-24 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_actionthreshold" value="None"></div>
</div>
</div>
<div class="sheet-spell-type-damage">
<div class="sheet-row">
<div class="sheet-col-1-2 sheet-offset-1-12 sheet-vert-bottom sheet-center sheet-small-label">Damage Macro</div>
<div class="sheet-col-1-3 sheet-vert-bottom sheet-center sheet-small-label">Damage Type</div>
</div>
<div class="sheet-row">
<div class="sheet-col-1-2 sheet-offset-1-12 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_actiondamage" value="[[7*[[{@{earth},@{air},@{fire},@{water}}kh1]]]]"></div>
<div class="sheet-col-1-3 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_actiondamagetype" value="None"></div>
</div>
</div>
<div class="sheet-spell-type-heal">
<div class="sheet-row">
<div class="sheet-col-1-2 sheet-offset-1-12 sheet-vert-bottom sheet-center sheet-small-label">Heal Macro</div>
<div class="sheet-col-1-3 sheet-vert-bottom sheet-center sheet-small-label">Status Cancelled</div>
</div>
<div class="sheet-row">
<div class="sheet-col-1-2 sheet-offset-1-12 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_actionhealmacro" value="[[7*[[{@{earth},@{air},@{fire},@{water}}kh1]]]]"></div>
<div class="sheet-col-1-3 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_actionstatuscancel" value="None"></div>
</div>
</div>
<div class="sheet-spell-type-effects">
<div class="sheet-row">
<div class="sheet-offset-1-12 sheet-col-5-6 sheet-vert-bottom sheet-center sheet-small-label">Special</div>
</div>
<div class="sheet-row">
<div class="sheet-offset-1-12 sheet-col-5-6 sheet-small-label sheet-center"><textarea class="sheet-medium-textarea" name="attr_actionspecial"></textarea></div>
</div>
<div class="sheet-row">
<div class="sheet-offset-1-12 sheet-col-1-4 sheet-vert-bottom sheet-center sheet-small-label">Name</div>
<div class="sheet-col-1-2 sheet-vert-bottom sheet-center sheet-small-label">Effect Note</div>
<div class="sheet-col-1-12 sheet-vert-bottom sheet-center sheet-small-label">Duration</div>
</div>
<div class="sheet-row">
<div class="sheet-offset-1-12 sheet-col-1-4 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_actioneffectname1" value="None"></div>
<div class="sheet-col-1-2 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_actioneffect1" value="None"></div>
<div class="sheet-col-1-12 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_actioneffectduration1" value="∞"></div>
</div>
<div class="sheet-row">
<div class="sheet-offset-1-12 sheet-col-1-4 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_actioneffectname2" value="None"></div>
<div class="sheet-col-1-2 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_actioneffect2" value="None"></div>
<div class="sheet-col-1-12 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_actioneffectduration2" value="∞"></div>
</div>
<div class="sheet-row">
<div class="sheet-offset-1-12 sheet-col-1-4 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_actioneffectname3" value="None"></div>
<div class="sheet-col-1-2 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_actioneffect3" value="None"></div>
<div class="sheet-col-1-12 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_actioneffectduration3" value="∞"></div>
</div>
<div class="sheet-row">
<div class="sheet-offset-1-12 sheet-col-1-4 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_actioneffectname4" value="None"></div>
<div class="sheet-col-1-2 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_actioneffect4" value="None"></div>
<div class="sheet-col-1-12 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_actioneffectduration4" value="∞"></div>
</div>
</div>
</div>
</fieldset>
</div>
<!-- END classaction page -->
<!-- END auto generated class actions section -->
<div class="sheet-row sheet-footer">
<div class="sheet-col-1 sheet-small-label sheet-center">How to reference example - @{repeating_actions1_$0_job-ability}</div>
</div>
<hr/>
</div>
<div class="sheet-section-weapons">
<!-- BEGIN AUTO GENERATED WEAPON SECTION -->
<h4 class="sheet-center">Weapons <span class="sheet-pictos-custom">t</span></h4>
<fieldset class="repeating_weapons">
<div class="sheet-npc-row">
<div class="sheet-row">
<div class="sheet-offset-1-12 sheet-col-1-4 sheet-center sheet-small-label sheet-vert-bottom" title="Name of the weapon.">Name</div>
<div class="sheet-col-1-6 sheet-center sheet-small-label sheet-vert-bottom" title="Weapon type. Used for determing which Offensive and Defensive Stats apply.">Weapon Type</div>
<div class="sheet-col-1-12 sheet-center sheet-small-label sheet-vert-bottom" title="Which Stat is used to calculate hits and damage.">Offensive Stat</div>
<div class="sheet-col-1-12 sheet-center sheet-small-label sheet-vert-bottom" title="Which Stat is used to calculate attack difficulty.">Defensive Stat</div>
<div class="sheet-col-1-8 sheet-center sheet-small-label sheet-vert-bottom" title="Range of the weapon. Put 'Melee' or 'Ranged'.">Range</div>
<div class="sheet-col-1-12 sheet-center sheet-small-label sheet-vert-bottom" title="This button allows you to make an attack with this weapon without having to type anything manually into the chatbox.">Macro</div>
</div>
<div class="sheet-row">
<div class="sheet-offset-1-12 sheet-col-1-4 sheet-center"><input type="text" class="sheet-center" name="attr_weapon_name"></div>
<div class="sheet-col-1-6">
<select name="attr_weapon_type">
<option value="Not set" selected="selected">---</option>
<option value="Bow">Bow</option>
<option value="Claws / Gloves">Claws / Gloves</option>
<option value="Gunblade">Gunblade</option>
<option value="Heavy Weapon">Heavy Weapon</option>
<option value="Instrument">Instrument</option>
<option value="Katana">Katana</option>
<option value="Light Sword / Knife">Light Sword / Knife</option>
<option value="Polearm">Polearm</option>
<option value="Rifle / Crossbow">Rifle / Crossbow</option>
<option value="Staff">Staff</option>
<option value="Throwing Weapon">Throwing Weapon</option>
<option value="Twin Blades">Twin Blades</option>
<option value="Wand">Wand</option>
<option value="Weapon & Shield">Weapon & Shield</option>
<option value="Whip / Flail">Whip / Flail</option>
</select>
</div>
<div class="sheet-col-1-12">
<select name="attr_weapon_off">
<option value="Not set" selected="selected">---</option>
<option value="@{earth_points}">Earth</option>
<option value="@{air_points}">Air</option>
<option value="@{fire_points}">Fire</option>
<option value="@{water_points}">Water</option>
</select>
</div>
<div class="sheet-col-1-12">
<select name="attr_weapon_def">
<option value="Not set" selected="selected">---</option>
<option value="Earth">Earth</option>
<option value="Air">Air</option>
<option value="Fire">Fire</option>
<option value="Water">Water</option>
</select>
</div>
<div class="sheet-col-1-8">
<select name="attr_weapon_range">
<option value="Melee" selected="selected">Melee</option>
<option value="Ranged">Ranged</option>
</select>
</div>
<input type="hidden" name="attr_equipped-weapon" value="&{template:FFRPG} {{title=@{weapon_name}}} {{subheader=@{character_name}}} {{subheaderright=@{weapon_type} Attack}} {{emote=@{weapon_description}}} {{weaponshowrange=1}} {{weaponrange=@{weapon_range}}} {{weaponshowattack=1}} {{weaponattack=@{weaponattackroll} vs @{weaponthreshold}}} @{weaponmacrooptions}" />
<div class="sheet-col-1-12 sheet-center"><button type="roll" class="sheet-roll" name="roll_Action" value="@{equipped-weapon}" >Attack</button></div>
</div>
<div class="sheet-row sheet-padb sheet-spell-macro-output-options">
<div class="sheet-col-1-8 sheet-offset-1-8 sheet-vert-middle sheet-small-label sheet-padl">Macro Display Options</div>
<div class="sheet-col-1-12 sheet-center sheet-small-label">Damage<br/><input type="checkbox" name="attr_weaponshowdamage" value="{{weaponshowdamage=1}} {{weapondamage=@{weapondamage} @{weapondamagetype}}}" /></div>
<div class="sheet-col-1-12 sheet-center sheet-small-label">Healing<br/><input type="checkbox" name="attr_weaponshowhealing" value="{{weaponshowhealing=1}} {{weaponhealing=@{weaponhealmacro}}}" /></div>
<div class="sheet-col-1-12 sheet-center sheet-small-label">St Cancel<br/><input type="checkbox" name="attr_weaponshowstatuscancel" value="{{weaponshowstatuscancel=1}} {{weaponstatuscancel=@{weaponstatuscancel}}}" /></div>
<div class="sheet-col-1-12 sheet-center sheet-small-label">Special<br/><input type="checkbox" name="attr_weaponshowspecial" value="{{weaponshowspecial=1}} {{weaponspecial=@{weaponspecial}}}" /></div>
<div class="sheet-col-1-12 sheet-center sheet-small-label">Effect 1<br/><input type="checkbox" name="attr_weaponshoweffect1" value="{{weaponshoweffect1=1}} {{weaponeffectname1=@{weaponeffectname1}}} {{weaponeffectduration1=@{weaponeffectduration1}}} {{weaponeffectnote1=@{weaponeffect1}}}" /></div>
<div class="sheet-col-1-12 sheet-center sheet-small-label">Effect 2<br/><input type="checkbox" name="attr_weaponshoweffect2" value="{{weaponshoweffect2=1}} {{weaponeffectname2=@{weaponeffectname2}}} {{weaponeffectduration2=@{weaponeffectduration2}}} {{weaponeffectnote2=@{weaponeffect2}}}" /></div>
<div class="sheet-col-1-12 sheet-center sheet-small-label">Effect 3<br/><input type="checkbox" name="attr_weaponshoweffect3" value="{{weaponshoweffect3=1}} {{weaponeffectname3=@{weaponeffectname3}}} {{weaponeffectduration3=@{weaponeffectduration3}}} {{weaponeffectnote3=@{weaponeffect3}}}" /></div>
<input type="hidden" name="attr_weaponmacrooptions" value="@{weaponshowdamage} @{weaponshowhealing} @{weaponshowstatuscancel} @{weaponshowspecial} @{weaponshoweffect1} @{weaponshoweffect2} @{weaponshoweffect3}" />
</div>
<span class="sheet-spacer"></span>
<span class="sheet offset-1-12 sheet-small-label">Show :</span>
<input type="checkbox" name="attr_spelltypeadvanced" class="sheet-spelltypetab sheet-spelltypeadvanced" value="1"/><span class="sheet-spelltypetab sheet-spelltypeadvanced">Description</span> |
<input type="checkbox" name="attr_spelltypeattack" class="sheet-spelltypetab sheet-spelltypeattack" value="1"/><span class="sheet-spelltypetab sheet-spelltypeattack">Attack</span> |
<input type="checkbox" name="attr_spelltypdamage" class="sheet-spelltypetab sheet-spelltypedamage" value="1"/><span class="sheet-spelltypetab sheet-spelltypedamage">Damage</span> |
<input type="checkbox" name="attr_spelltypeheal" class="sheet-spelltypetab sheet-spelltypeheal" value="1"/><span class="sheet-spelltypetab sheet-spelltypeheal">Healing</span> |
<input type="checkbox" name="attr_spelltypeeffects" class="sheet-spelltypetab sheet-spelltypeeffects" value="1"/><span class="sheet-spelltypetab sheet-spelltypeeffects">Effects</span>
<span class="sheet-spacer"></span>
<div class="sheet-spell-type-advanced">
<div class="sheet-row">
<div class="sheet-col-1-2 sheet-vert-bottom sheet-center sheet-small-label">Attack Description</div>
<div class="sheet-col-1-2 sheet-vert-bottom sheet-center sheet-small-label">Weapon Mechanics/Flavour</div>
</div>
<div class="sheet-row">
<div class="sheet-col-1-2 sheet-small-label sheet-center"><textarea class="sheet-medium-textarea" name="attr_weapon_description"></textarea></div>
<div class="sheet-col-1-2 sheet-small-label sheet-center"><textarea name="attr_weapon_mechanics" class="sheet-medium-textarea"></textarea></div>
</div>
</div>
<div class="sheet-spell-type-attack">
<div class="sheet-row">
<div class="sheet-col-7-12 sheet-offset-1-12 sheet-vert-bottom sheet-center sheet-small-label">Attack Macro</div>
<div class="sheet-col-1-4 sheet-vert-bottom sheet-center sheet-small-label">Threshold</div>
</div>
<div class="sheet-row">
<div class="sheet-col-7-12 sheet-offset-1-12 sheet-padr sheet-border-right"><input type="text" class="sheet-center" name="attr_weaponattackroll" value="[[[[@{weapon_off}]]+d100cs11cs22cs33cs44cs55cs66cs77cs88cs99cs100-40]]"></div>
<div class="sheet-col-1-4 sheet-padl"><input type="text" class="sheet-center" name="attr_weaponthreshold" value="@{weapon_def}"></div>
</div>
</div>
<div class="sheet-spell-type-damage">
<div class="sheet-row">
<div class="sheet-offset-1-12 sheet-col-7-12 sheet-vert-bottom sheet-center sheet-small-label">Damage Macro</div>
<div class="sheet-col-1-4 sheet-vert-bottom sheet-center sheet-small-label">Damage Type</div>
</div>
<div class="sheet-row">
<div class="sheet-offset-1-12 sheet-col-7-12 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_weapondamage" value="[[2*[[@{fire}]]]]"></div>
<div class="sheet-col-1-4 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_weapondamagetype" value="None"></div>
</div>
</div>
<div class="sheet-spell-type-heal">
<div class="sheet-row">
<div class="sheet-col-1-2 sheet-offset-1-12 sheet-vert-bottom sheet-center sheet-small-label">Heal Macro</div>
<div class="sheet-col-1-3 sheet-vert-bottom sheet-center sheet-small-label">Status Cancelled</div>
</div>
<div class="sheet-row">
<div class="sheet-col-1-2 sheet-offset-1-12 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_weaponhealmacro" value="[[2*[[@{fire}]]]]"></div>
<div class="sheet-col-1-3 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_weaponstatuscancel" value="None"></div>
</div>
</div>
<div class="sheet-spell-type-effects">
<div class="sheet-row">
<div class="sheet-offset-1-12 sheet-col-5-6 sheet-vert-bottom sheet-center sheet-small-label">Special</div>
</div>
<div class="sheet-row">
<div class="sheet-offset-1-12 sheet-col-5-6 sheet-small-label sheet-center"><textarea class="sheet-medium-textarea" name="attr_weaponspecial"></textarea></div>
</div>
<div class="sheet-row">
<div class="sheet-offset-1-12 sheet-col-1-4 sheet-vert-bottom sheet-center sheet-small-label">Name</div>
<div class="sheet-col-1-2 sheet-vert-bottom sheet-center sheet-small-label">Effect Note</div>
<div class="sheet-col-1-12 sheet-vert-bottom sheet-center sheet-small-label">Duration</div>
</div>
<div class="sheet-row">
<div class="sheet-offset-1-12 sheet-col-1-4 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_weaponeffectname1" value="None"></div>
<div class="sheet-col-1-2 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_weaponeffect1" value="None"></div>
<div class="sheet-col-1-12 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_weaponeffectduration1" value="∞"></div>
</div>
<div class="sheet-row">
<div class="sheet-offset-1-12 sheet-col-1-4 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_weaponeffectname2" value="None"></div>
<div class="sheet-col-1-2 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_weaponeffect2" value="None"></div>
<div class="sheet-col-1-12 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_weaponeffectduration2" value="∞"></div>
</div>
<div class="sheet-row">
<div class="sheet-offset-1-12 sheet-col-1-4 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_weaponeffectname3" value="None"></div>
<div class="sheet-col-1-2 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_weaponeffect3" value="None"></div>
<div class="sheet-col-1-12 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_weaponeffectduration3" value="∞"></div>
</div>
</div>
</div>
</fieldset>
<!-- END AUTO GENERATED WEAPON SECTION -->
<div class="sheet-row sheet-footer">
<div class="sheet-col-1 sheet-small-label sheet-center">How to reference example - @{repeating_weapons_$0_equipped-weapon}</div>
</div>
<hr/>
</div>
<div class="sheet-section-armour">
<div class="sheet-row">
<div class="sheet-col-1">
<h4 class="sheet-center">Armor <span class="sheet-pictos-three">b</span> and Accessories <span class="sheet-pictos-three">a</span></h4>
</div>
</div>
<div class="sheet-row sheet-padb">
<div class="sheet-col-1-5 sheet-offset-1-10 sheet-small-label sheet-center sheet-padr"><input class="sheet-underlined" type="number" name="attr_arm_base" value="@{armoractive1}+@{armoractive2}+@{armoractive3}" disabled="disabled" ><br/>Base Armor</div>
<div class="sheet-col-1-5 sheet-small-label sheet-center sheet-padr sheet-border-right"><input class="sheet-underlined" type="number" name="attr_marm_base" value="@{marmoractive1}+@{marmoractive2}+@{marmoractive3}" disabled="disabled" ><br/>Base Magic Armor</div>
<div class="sheet-col-1-5 sheet-small-label sheet-center sheet-padl" title="Please input without the % symbol. 10% for instance would be 10, 15% would be 15, etc."><input class="sheet-underlined sheet-center" type="number" name="attr_hp_boost" min="0" step="1" value="0" ><br/>HP % Boost</div>
<div class="sheet-col-1-5 sheet-small-label sheet-center sheet-padl" title="Please input without the % symbol. 10% for instance would be 10, 15% would be 15, etc."><input class="sheet-underlined sheet-center" type="number" name="attr_mp_boost"min="0" step="1" value="0" ><br/>MP % Boost</div>
</div>
<div class="sheet-row">
<div class="sheet-col-1">
<div class="sheet-row sheet-sub-header">
<div class="sheet-col-1-6 sheet-center sheet-small-label sheet-vert-bottom">Name</div>
<div class="sheet-col-1-8 sheet-center sheet-small-label sheet-vert-bottom">Type</div>
<div class="sheet-col-1-12 sheet-center sheet-small-label sheet-vert-bottom">ARM</div>
<div class="sheet-col-1-12 sheet-center sheet-small-label sheet-vert-bottom">MARM</div>
<div class="sheet-col-13-24 sheet-center sheet-small-label sheet-vert-bottom">Effect</div>
</div>
<div class="sheet-row">
<div class="sheet-col-1-6"><input class="sheet-center" type="text" name="attr_armorname1"></div>
<div class="sheet-col-1-8">
<select name="attr_armortype1">
<option value="Not set" selected="selected">---</option>
<option value="Light Armor">Light Armor</option>
<option value="Medium Armor">Medium Armor</option>
<option value="Heavy Armor">Heavy Armor</option>
</select>
</div>
<div class="sheet-col-1-12"><input type="number" name="attr_armoractive1" value="0" step="1"></div>
<div class="sheet-col-1-12"><input type="number" name="attr_marmoractive1" value="0" step="1"></div>
<div class="sheet-col-13-24"><input class="sheet-center" type="text" name="attr_armoreffects1"></div>
</div>
<hr/>
<div class="sheet-row">
<div class="sheet-col-1-6"><input class="sheet-center" type="text" name="attr_armorname2"></div>
<div class="sheet-col-1-8"><input class="sheet-center" type="text" style="background: white" name="attr_armortype2" value="Accessory" disabled="disabled"></div>
<div class="sheet-col-1-12"><input type="number" name="attr_armoractive2" value="0" step="1"></div>
<div class="sheet-col-1-12"><input type="number" name="attr_marmoractive2" value="0" step="1"></div>
<div class="sheet-col-13-24"><input class="sheet-center" type="text" name="attr_armoreffects2"></div>
</div>
<div class="sheet-row">
<div class="sheet-col-1-6"><input class="sheet-center" type="text" name="attr_armorname3"></div>
<div class="sheet-col-1-8"><input class="sheet-center" type="text" style="background: white" name="attr_armortype3" value="Accessory" disabled="disabled"></div>
<div class="sheet-col-1-12"><input type="number" name="attr_armoractive3" value="0" step="1"></div>
<div class="sheet-col-1-12"><input type="number" name="attr_marmoractive3" value="0" step="1"></div>
<div class="sheet-col-13-24"><input class="sheet-center" type="text" name="attr_armoreffects3"></div>
</div>
</div>
</div>
<hr/>
</div>
<div class="sheet-section-spellbook">
<h4 class="sheet-center">Spell Book <span class="sheet-pictos-three">g</span></h4>
<input type="radio" name="attr_spellpagetab" class="sheet-spellpagetab sheet-spelltab0" value="0" title="Page 0" checked="checked"/>
<span class="sheet-spellpagetab sheet-spelltab0">Page 1</span>
<input type="radio" name="attr_spellpagetab" class="sheet-spellpagetab sheet-spelltab1" value="1" title="Page 1"/>
<span class="sheet-spellpagetab sheet-spelltab1">Page 2</span>
<input type="radio" name="attr_spellpagetab" class="sheet-spellpagetab sheet-spelltab2" value="2" title="Page 2"/>
<span class="sheet-spellpagetab sheet-spelltab2">Page 3</span>
<input type="radio" name="attr_spellpagetab" class="sheet-spellpagetab sheet-spelltab3" value="3" title="Page 3"/>
<span class="sheet-spellpagetab sheet-spelltab3">Page 4</span>
<input type="radio" name="attr_spellpagetab" class="sheet-spellpagetab sheet-spelltab4" value="4" title="Page 4"/>
<span class="sheet-spellpagetab sheet-spelltab4">Page 5</span>
<input type="radio" name="attr_spellpagetab" class="sheet-spellpagetab sheet-spelltab5" value="5" title="Page 5"/>
<span class="sheet-spellpagetab sheet-spelltab5">Page 6</span>
<input type="radio" name="attr_spellpagetab" class="sheet-spellpagetab sheet-spelltab6" value="6" title="Page 6"/>
<span class="sheet-spellpagetab sheet-spelltab6">Page 7</span>
<input type="radio" name="attr_spellpagetab" class="sheet-spellpagetab sheet-spelltab7" value="7" title="Page 7"/>
<span class="sheet-spellpagetab sheet-spelltab7">Page 8</span>
<input type="radio" name="attr_spellpagetab" class="sheet-spellpagetab sheet-spelltab8" value="8" title="Page 8"/>
<span class="sheet-spellpagetab sheet-spelltab8">Page 9</span>
<input type="radio" name="attr_spellpagetab" class="sheet-spellpagetab sheet-spelltab9" value="9" title="Page 9"/>
<span class="sheet-spellpagetab sheet-spelltab9">Page 10</span>
<input type="radio" name="attr_spellpagetab" class="sheet-spellpagetab sheet-spelltab99" value="99" title="Show All"/>
<span class="sheet-spellpagetab sheet-spelltab99">Show All</span>
<span class="sheet-spacer"></span>
<!-- BEGIN AUTO GENERATED SPELL PAGES -->
<!-- BEGIN new spell page -->
<div class="sheet-spell-page0">
<fieldset class="repeating_spellbook1">
<!-- BEGIN spell row -->
<div class="sheet-margin-bottom sheet-padr sheet-padl">
<div class="sheet-row">
<div class="sheet-offset-1-8 sheet-col-1-3 sheet-center sheet-small-label sheet-vert-bottom">Name</div>
<div class="sheet-col-1-6 sheet-center sheet-small-label sheet-vert-bottom">Spell Class</div>
<div class="sheet-col-1-6 sheet-vert-bottom sheet-center sheet-small-label">Spell Type</div>
<div class="sheet-col-1-12 sheet-offset-1-12 sheet-center sheet-small-label sheet-vert-bottom">Macro</div>
</div>
<div class="sheet-row">
<div class="sheet-offset-1-8 sheet-col-1-3 sheet-center"><input type="text" class="sheet-center" name="attr_spell_name"></div>
<div class="sheet-col-1-6">
<select name="attr_spellclass">
<option value="Not set" selected="selected">---</option>
<option value="Black Magic">Black Magic</option>
<option value="White Magic">White Magic</option>
<option value="Time Magic">Time Magic</option>
<option value="Blue Magic">Blue Magic</option>
<option value="Other Magic">Other Magic</option>
<option value="Summoning">Summoning</option>
<option value="Geomancy">Geomancy</option>
<option value="Performances">Performances</option>
</select>
</div>
<div class="sheet-col-1-6 sheet-center"><input type="text" class="sheet-center" name="attr_spell_type" value="Elemental • Fire"></div>
<input type="hidden" name="attr_spell" value="&{template:FFRPG} {{title=@{spell_name}}} {{subheader=@{character_name}}} {{subheaderright=@{spell_type} Spell}} {{emote=@{spell_description}}} @{spellmacrooptions}">
<div class="sheet-col-1-12 sheet-offset-1-12 sheet-center"><button type="roll" class="sheet-roll" name="roll_cast" value="@{spell}" >Cast</button></div>
</div>
<div class="sheet-row">
<div class="sheet-col-1-6 sheet-offset-1-4 sheet-vert-bottom sheet-center sheet-small-label">Target</div>
<div class="sheet-col-1-12 sheet-vert-bottom sheet-center sheet-small-label">AOE</div>
<div class="sheet-col-1-8 sheet-vert-bottom sheet-center sheet-small-label">Reflect?</div>
<div class="sheet-col-1-12 sheet-vert-bottom sheet-center sheet-small-label">MP Cost</div>
<div class="sheet-col-1-12 sheet-offset-1-6 sheet-vert-bottom sheet-center sheet-small-label">Show Info</div>
</div>
<div class="sheet-row">
<div class="sheet-col-1-6 sheet-offset-1-4">
<select name="attr_spelltarget">
<option value="Not set" selected="selected">---</option>
<option value="Self">Self</option>
<option value="Enemy">Enemy</option>
<option value="Ally">Ally</option>
<option value="Unfocused">Unfocused</option>
<option value="All">All</option>
<option value="Random Enemy">Random Enemy</option>
<option value="Random Ally">Random Ally</option>
<option value="Random All">Random All</option>
</select>
</div>
<div class="sheet-col-1-12">
<select name="attr_spellaoe">
<option value="Single" selected="selected">Single</option>
<option value="Group">Group</option>
</select>
</div>
<div class="sheet-col-1-8">
<select name="attr_spellreflect">
<option value="Yes" selected="selected">Yes</option>
<option value="No">No</option>
</select>
</div>
<div class="sheet-col-1-12"><input type="number" name="attr_spellmpcost" value="0" min="0" step="1"/></div>
<div class="sheet-col-1-12 sheet-offset-1-6 sheet-center"><input type="checkbox" name="attr_spellshowinfo" value="{{spellshowinfo=1}} {{spelltarget=@{spelltarget}}} {{spellaoe=@{spellaoe}}} {{spellreflect=@{spellreflect}}} {{spellmpcost=@{spellmpcost}}}" /></div>
</div>
<div class="sheet-row sheet-padb sheet-spell-macro-output-options">
<div class="sheet-col-1-8 sheet-vert-middle sheet-small-label sheet-padl">Macro Display Options</div>
<div class="sheet-col-1-12 sheet-center sheet-small-label">Attack Roll<br/><input type="checkbox" name="attr_spellshowattack" value="{{spellshowattack=1}} {{spellrange=Ranged}} {{spellattack=@{spellattackroll} vs @{spellthreshold}}}" /></div>
<div class="sheet-col-1-12 sheet-center sheet-small-label">Damage<br/><input type="checkbox" name="attr_spellshowdamage" value="{{spellshowdamage=1}} {{spelldamage=@{spelldamage} @{spelldamagetype}}}" /></div>
<div class="sheet-col-1-12 sheet-center sheet-small-label">Healing<br/><input type="checkbox" name="attr_spellshowhealing" value="{{spellshowhealing=1}} {{spellhealing=@{spellhealmacro}}}" /></div>
<div class="sheet-col-1-12 sheet-center sheet-small-label">St Cancel<br/><input type="checkbox" name="attr_spellshowstatuscancel" value="{{spellshowstatuscancel=1}} {{spellstatuscancel=@{spellstatuscancel}}}" /></div>
<div class="sheet-col-1-12 sheet-center sheet-small-label">Special<br/><input type="checkbox" name="attr_spellshowspecial" value="{{spellshowspecial=1}} {{spellspecial=@{spellspecial}}}" /></div>
<div class="sheet-col-1-12 sheet-center sheet-small-label">Effect 1<br/><input type="checkbox" name="attr_spellshoweffect1" value="{{spellshoweffect1=1}} {{spelleffectname1=@{spelleffectname1}}} {{spelleffectduration1=@{spelleffectduration1}}} {{spelleffectnote1=@{spelleffect1}}}" /></div>
<div class="sheet-col-1-12 sheet-center sheet-small-label">Effect 2<br/><input type="checkbox" name="attr_spellshoweffect2" value="{{spellshoweffect2=1}} {{spelleffectname2=@{spelleffectname2}}} {{spelleffectduration2=@{spelleffectduration2}}} {{spelleffectnote2=@{spelleffect2}}}" /></div>
<div class="sheet-col-1-12 sheet-center sheet-small-label">Effect 3<br/><input type="checkbox" name="attr_spellshoweffect3" value="{{spellshoweffect3=1}} {{spelleffectname3=@{spelleffectname3}}} {{spelleffectduration3=@{spelleffectduration3}}} {{spelleffectnote3=@{spelleffect3}}}" /></div>
<div class="sheet-col-1-12 sheet-center sheet-small-label">Effect 4<br/><input type="checkbox" name="attr_spellshoweffect4" value="{{spellshoweffect4=1}} {{spelleffectname4=@{spelleffectname4}}} {{spelleffectduration4=@{spelleffectduration4}}} {{spelleffectnote4=@{spelleffect4}}}" /></div>
<input type="hidden" name="attr_spellmacrooptions" value="@{spellshowinfo} @{spellshowattack} @{spellshowdamage} @{spellshowhealing} @{spellshowstatuscancel} @{spellshowspecial} @{spellshoweffect1} @{spellshoweffect2} @{spellshoweffect3} @{spellshoweffect4}" />
</div>
<span class="sheet-spacer"></span>
<span class="sheet offset-1-12 sheet-small-label">Show :</span>
<input type="checkbox" name="attr_spelltypeadvanced" class="sheet-spelltypetab sheet-spelltypeadvanced" value="1"/><span class="sheet-spelltypetab sheet-spelltypeadvanced">Description</span> |
<input type="checkbox" name="attr_spelltypeattack" class="sheet-spelltypetab sheet-spelltypeattack" value="1"/><span class="sheet-spelltypetab sheet-spelltypeattack">Attack</span> |
<input type="checkbox" name="attr_spelltypdamage" class="sheet-spelltypetab sheet-spelltypedamage" value="1"/><span class="sheet-spelltypetab sheet-spelltypedamage">Damage</span> |
<input type="checkbox" name="attr_spelltypeheal" class="sheet-spelltypetab sheet-spelltypeheal" value="1"/><span class="sheet-spelltypetab sheet-spelltypeheal">Healing</span> |
<input type="checkbox" name="attr_spelltypeeffects" class="sheet-spelltypetab sheet-spelltypeeffects" value="1"/><span class="sheet-spelltypetab sheet-spelltypeeffects">Effects</span>
<span class="sheet-spacer"></span>
<div class="sheet-spell-type-advanced">
<div class="sheet-row">
<div class="sheet-col-1-2 sheet-vert-bottom sheet-center sheet-small-label">Spell Description</div>
<div class="sheet-col-1-2 sheet-vert-bottom sheet-center sheet-small-label">Spell Mechanics/Flavour</div>
</div>
<div class="sheet-row">
<div class="sheet-col-1-2 sheet-small-label sheet-center"><textarea class="sheet-medium-textarea" name="attr_spell_description"></textarea></div>
<div class="sheet-col-1-2 sheet-small-label sheet-center"><textarea name="attr_spell_mechanics" class="sheet-medium-textarea"></textarea></div>
</div>
</div>
<div class="sheet-spell-type-attack">
<div class="sheet-row">
<div class="sheet-col-7-12 sheet-offset-1-12 sheet-vert-bottom sheet-center sheet-small-label">Attack Macro</div>
<div class="sheet-col-1-4 sheet-vert-bottom sheet-center sheet-small-label">Threshold</div>
</div>
<div class="sheet-row">
<div class="sheet-col-7-12 sheet-offset-1-12 sheet-padr sheet-border-right"><input type="text" class="sheet-center" name="attr_spellattackroll" value="[[[[@{fire_points}]]+1d100cs>101]]"></div>
<div class="sheet-col-1-4 sheet-padl"><input type="text" class="sheet-center" name="attr_spellthreshold" value="Water"></div>
</div>
</div>
<div class="sheet-spell-type-damage">
<div class="sheet-row">
<div class="sheet-offset-1-12 sheet-col-1-2 sheet-vert-bottom sheet-center sheet-small-label">Damage Macro</div>
<div class="sheet-col-1-3 sheet-vert-bottom sheet-center sheet-small-label">Damage Type</div>
</div>
<div class="sheet-row">
<div class="sheet-offset-1-12 sheet-col-1-2 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_spelldamage" value="[[5*[[@{fire}]]]]"></div>
<div class="sheet-col-1-3 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_spelldamagetype" value="None"></div>
</div>
</div>
<div class="sheet-spell-type-heal">
<div class="sheet-row">
<div class="sheet-col-1-2 sheet-offset-1-12 sheet-vert-bottom sheet-center sheet-small-label">Heal Macro</div>
<div class="sheet-col-1-3 sheet-vert-bottom sheet-center sheet-small-label">Status Cancelled</div>
</div>
<div class="sheet-row">
<div class="sheet-col-1-2 sheet-offset-1-12 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_spellhealmacro" value="[[5*[[@{fire}]]]]"></div>
<div class="sheet-col-1-3 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_spellstatuscancel" value="None"></div>
</div>
</div>
<div class="sheet-spell-type-effects">
<div class="sheet-row">
<div class="sheet-offset-1-12 sheet-col-5-6 sheet-vert-bottom sheet-center sheet-small-label">Special</div>
</div>
<div class="sheet-row">
<div class="sheet-offset-1-12 sheet-col-5-6 sheet-small-label sheet-center"><textarea class="sheet-medium-textarea" name="attr_spellspecial"></textarea></div>
</div>
<div class="sheet-row">
<div class="sheet-offset-1-12 sheet-col-1-4 sheet-vert-bottom sheet-center sheet-small-label">Name</div>
<div class="sheet-col-1-2 sheet-vert-bottom sheet-center sheet-small-label">Effect Note</div>
<div class="sheet-col-1-12 sheet-vert-bottom sheet-center sheet-small-label">Duration</div>
</div>
<div class="sheet-row">
<div class="sheet-offset-1-12 sheet-col-1-4 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_spelleffectname1" value="None"></div>
<div class="sheet-col-1-2 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_spelleffect1" value="None"></div>
<div class="sheet-col-1-12 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_spelleffectduration1" value="∞"></div>
</div>
<div class="sheet-row">
<div class="sheet-offset-1-12 sheet-col-1-4 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_spelleffectname2" value="None"></div>
<div class="sheet-col-1-2 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_spelleffect2" value="None"></div>
<div class="sheet-col-1-12 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_spelleffectduration2" value="∞"></div>
</div>
<div class="sheet-row">
<div class="sheet-offset-1-12 sheet-col-1-4 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_spelleffectname3" value="None"></div>
<div class="sheet-col-1-2 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_spelleffect3" value="None"></div>
<div class="sheet-col-1-12 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_spelleffectduration3" value="∞"></div>
</div>
<div class="sheet-row">
<div class="sheet-offset-1-12 sheet-col-1-4 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_spelleffectname4" value="None"></div>
<div class="sheet-col-1-2 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_spelleffect4" value="None"></div>
<div class="sheet-col-1-12 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_spelleffectduration4" value="∞"></div>
</div>
</div>
</div>
</fieldset>
</div>
<!-- END spell page --> <!-- BEGIN new spell page -->
<div class="sheet-spell-page1">
<fieldset class="repeating_spellbook2">
<!-- BEGIN spell row -->
<div class="sheet-margin-bottom sheet-padr sheet-padl">
<div class="sheet-row">
<div class="sheet-offset-1-8 sheet-col-1-3 sheet-center sheet-small-label sheet-vert-bottom">Name</div>
<div class="sheet-col-1-6 sheet-center sheet-small-label sheet-vert-bottom">Spell Class</div>
<div class="sheet-col-1-6 sheet-vert-bottom sheet-center sheet-small-label">Spell Type</div>
<div class="sheet-col-1-12 sheet-offset-1-12 sheet-center sheet-small-label sheet-vert-bottom">Macro</div>
</div>
<div class="sheet-row">
<div class="sheet-offset-1-8 sheet-col-1-3 sheet-center"><input type="text" class="sheet-center" name="attr_spell_name"></div>
<div class="sheet-col-1-6">
<select name="attr_spellclass">
<option value="Not set" selected="selected">---</option>
<option value="Black Magic">Black Magic</option>
<option value="White Magic">White Magic</option>
<option value="Time Magic">Time Magic</option>
<option value="Blue Magic">Blue Magic</option>
<option value="Other Magic">Other Magic</option>
<option value="Summoning">Summoning</option>
<option value="Geomancy">Geomancy</option>
<option value="Performances">Performances</option>
</select>
</div>
<div class="sheet-col-1-6 sheet-center"><input type="text" class="sheet-center" name="attr_spell_type" value="Elemental • Fire"></div>
<input type="hidden" name="attr_spell" value="&{template:FFRPG} {{title=@{spell_name}}} {{subheader=@{character_name}}} {{subheaderright=@{spell_type} Spell}} {{emote=@{spell_description}}} @{spellmacrooptions}">
<div class="sheet-col-1-12 sheet-offset-1-12 sheet-center"><button type="roll" class="sheet-roll" name="roll_cast" value="@{spell}" >Cast</button></div>
</div>
<div class="sheet-row">
<div class="sheet-col-1-6 sheet-offset-1-4 sheet-vert-bottom sheet-center sheet-small-label">Target</div>
<div class="sheet-col-1-12 sheet-vert-bottom sheet-center sheet-small-label">AOE</div>
<div class="sheet-col-1-8 sheet-vert-bottom sheet-center sheet-small-label">Reflect?</div>
<div class="sheet-col-1-12 sheet-vert-bottom sheet-center sheet-small-label">MP Cost</div>
<div class="sheet-col-1-12 sheet-offset-1-6 sheet-vert-bottom sheet-center sheet-small-label">Show Info</div>
</div>
<div class="sheet-row">
<div class="sheet-col-1-6 sheet-offset-1-4">
<select name="attr_spelltarget">
<option value="Not set" selected="selected">---</option>
<option value="Self">Self</option>
<option value="Enemy">Enemy</option>
<option value="Ally">Ally</option>
<option value="Unfocused">Unfocused</option>
<option value="All">All</option>
<option value="Random Enemy">Random Enemy</option>
<option value="Random Ally">Random Ally</option>
<option value="Random All">Random All</option>
</select>
</div>
<div class="sheet-col-1-12">
<select name="attr_spellaoe">
<option value="Single" selected="selected">Single</option>
<option value="Group">Group</option>
</select>
</div>
<div class="sheet-col-1-8">
<select name="attr_spellreflect">
<option value="Yes" selected="selected">Yes</option>
<option value="No">No</option>
</select>
</div>
<div class="sheet-col-1-12"><input type="number" name="attr_spellmpcost" value="0" min="0" step="1"/></div>
<div class="sheet-col-1-12 sheet-offset-1-6 sheet-center"><input type="checkbox" name="attr_spellshowinfo" value="{{spellshowinfo=1}} {{spelltarget=@{spelltarget}}} {{spellaoe=@{spellaoe}}} {{spellreflect=@{spellreflect}}} {{spellmpcost=@{spellmpcost}}}" /></div>
</div>
<div class="sheet-row sheet-padb sheet-spell-macro-output-options">
<div class="sheet-col-1-8 sheet-vert-middle sheet-small-label sheet-padl">Macro Display Options</div>
<div class="sheet-col-1-12 sheet-center sheet-small-label">Attack Roll<br/><input type="checkbox" name="attr_spellshowattack" value="{{spellshowattack=1}} {{spellrange=Ranged}} {{spellattack=@{spellattackroll} vs @{spellthreshold}}}" /></div>
<div class="sheet-col-1-12 sheet-center sheet-small-label">Damage<br/><input type="checkbox" name="attr_spellshowdamage" value="{{spellshowdamage=1}} {{spelldamage=@{spelldamage} @{spelldamagetype}}}" /></div>
<div class="sheet-col-1-12 sheet-center sheet-small-label">Healing<br/><input type="checkbox" name="attr_spellshowhealing" value="{{spellshowhealing=1}} {{spellhealing=@{spellhealmacro}}}" /></div>
<div class="sheet-col-1-12 sheet-center sheet-small-label">St Cancel<br/><input type="checkbox" name="attr_spellshowstatuscancel" value="{{spellshowstatuscancel=1}} {{spellstatuscancel=@{spellstatuscancel}}}" /></div>
<div class="sheet-col-1-12 sheet-center sheet-small-label">Special<br/><input type="checkbox" name="attr_spellshowspecial" value="{{spellshowspecial=1}} {{spellspecial=@{spellspecial}}}" /></div>
<div class="sheet-col-1-12 sheet-center sheet-small-label">Effect 1<br/><input type="checkbox" name="attr_spellshoweffect1" value="{{spellshoweffect1=1}} {{spelleffectname1=@{spelleffectname1}}} {{spelleffectduration1=@{spelleffectduration1}}} {{spelleffectnote1=@{spelleffect1}}}" /></div>
<div class="sheet-col-1-12 sheet-center sheet-small-label">Effect 2<br/><input type="checkbox" name="attr_spellshoweffect2" value="{{spellshoweffect2=1}} {{spelleffectname2=@{spelleffectname2}}} {{spelleffectduration2=@{spelleffectduration2}}} {{spelleffectnote2=@{spelleffect2}}}" /></div>
<div class="sheet-col-1-12 sheet-center sheet-small-label">Effect 3<br/><input type="checkbox" name="attr_spellshoweffect3" value="{{spellshoweffect3=1}} {{spelleffectname3=@{spelleffectname3}}} {{spelleffectduration3=@{spelleffectduration3}}} {{spelleffectnote3=@{spelleffect3}}}" /></div>
<div class="sheet-col-1-12 sheet-center sheet-small-label">Effect 4<br/><input type="checkbox" name="attr_spellshoweffect4" value="{{spellshoweffect4=1}} {{spelleffectname4=@{spelleffectname4}}} {{spelleffectduration4=@{spelleffectduration4}}} {{spelleffectnote4=@{spelleffect4}}}" /></div>
<input type="hidden" name="attr_spellmacrooptions" value="@{spellshowinfo} @{spellshowattack} @{spellshowdamage} @{spellshowhealing} @{spellshowstatuscancel} @{spellshowspecial} @{spellshoweffect1} @{spellshoweffect2} @{spellshoweffect3} @{spellshoweffect4}" />
</div>
<span class="sheet-spacer"></span>
<span class="sheet offset-1-12 sheet-small-label">Show :</span>
<input type="checkbox" name="attr_spelltypeadvanced" class="sheet-spelltypetab sheet-spelltypeadvanced" value="1"/><span class="sheet-spelltypetab sheet-spelltypeadvanced">Description</span> |
<input type="checkbox" name="attr_spelltypeattack" class="sheet-spelltypetab sheet-spelltypeattack" value="1"/><span class="sheet-spelltypetab sheet-spelltypeattack">Attack</span> |
<input type="checkbox" name="attr_spelltypdamage" class="sheet-spelltypetab sheet-spelltypedamage" value="1"/><span class="sheet-spelltypetab sheet-spelltypedamage">Damage</span> |
<input type="checkbox" name="attr_spelltypeheal" class="sheet-spelltypetab sheet-spelltypeheal" value="1"/><span class="sheet-spelltypetab sheet-spelltypeheal">Healing</span> |
<input type="checkbox" name="attr_spelltypeeffects" class="sheet-spelltypetab sheet-spelltypeeffects" value="1"/><span class="sheet-spelltypetab sheet-spelltypeeffects">Effects</span>
<span class="sheet-spacer"></span>
<div class="sheet-spell-type-advanced">
<div class="sheet-row">
<div class="sheet-col-1-2 sheet-vert-bottom sheet-center sheet-small-label">Spell Description</div>
<div class="sheet-col-1-2 sheet-vert-bottom sheet-center sheet-small-label">Spell Mechanics/Flavour</div>
</div>
<div class="sheet-row">
<div class="sheet-col-1-2 sheet-small-label sheet-center"><textarea class="sheet-medium-textarea" name="attr_spell_description"></textarea></div>
<div class="sheet-col-1-2 sheet-small-label sheet-center"><textarea name="attr_spell_mechanics" class="sheet-medium-textarea"></textarea></div>
</div>
</div>
<div class="sheet-spell-type-attack">
<div class="sheet-row">
<div class="sheet-col-7-12 sheet-offset-1-12 sheet-vert-bottom sheet-center sheet-small-label">Attack Macro</div>
<div class="sheet-col-1-4 sheet-vert-bottom sheet-center sheet-small-label">Threshold</div>
</div>
<div class="sheet-row">
<div class="sheet-col-7-12 sheet-offset-1-12 sheet-padr sheet-border-right"><input type="text" class="sheet-center" name="attr_spellattackroll" value="[[[[@{fire_points}]]+1d100cs>101]]"></div>
<div class="sheet-col-1-4 sheet-padl"><input type="text" class="sheet-center" name="attr_spellthreshold" value="Water"></div>
</div>
</div>
<div class="sheet-spell-type-damage">
<div class="sheet-row">
<div class="sheet-offset-1-12 sheet-col-1-2 sheet-vert-bottom sheet-center sheet-small-label">Damage Macro</div>
<div class="sheet-col-1-3 sheet-vert-bottom sheet-center sheet-small-label">Damage Type</div>
</div>
<div class="sheet-row">
<div class="sheet-offset-1-12 sheet-col-1-2 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_spelldamage" value="[[5*[[@{fire}]]]]"></div>
<div class="sheet-col-1-3 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_spelldamagetype" value="None"></div>
</div>
</div>
<div class="sheet-spell-type-heal">
<div class="sheet-row">
<div class="sheet-col-1-2 sheet-offset-1-12 sheet-vert-bottom sheet-center sheet-small-label">Heal Macro</div>
<div class="sheet-col-1-3 sheet-vert-bottom sheet-center sheet-small-label">Status Cancelled</div>
</div>
<div class="sheet-row">
<div class="sheet-col-1-2 sheet-offset-1-12 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_spellhealmacro" value="[[5*[[@{fire}]]]]"></div>
<div class="sheet-col-1-3 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_spellstatuscancel" value="None"></div>
</div>
</div>
<div class="sheet-spell-type-effects">
<div class="sheet-row">
<div class="sheet-offset-1-12 sheet-col-5-6 sheet-vert-bottom sheet-center sheet-small-label">Special</div>
</div>
<div class="sheet-row">
<div class="sheet-offset-1-12 sheet-col-5-6 sheet-small-label sheet-center"><textarea class="sheet-medium-textarea" name="attr_spellspecial"></textarea></div>
</div>
<div class="sheet-row">
<div class="sheet-offset-1-12 sheet-col-1-4 sheet-vert-bottom sheet-center sheet-small-label">Name</div>
<div class="sheet-col-1-2 sheet-vert-bottom sheet-center sheet-small-label">Effect Note</div>
<div class="sheet-col-1-12 sheet-vert-bottom sheet-center sheet-small-label">Duration</div>
</div>
<div class="sheet-row">
<div class="sheet-offset-1-12 sheet-col-1-4 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_spelleffectname1" value="None"></div>
<div class="sheet-col-1-2 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_spelleffect1" value="None"></div>
<div class="sheet-col-1-12 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_spelleffectduration1" value="∞"></div>
</div>
<div class="sheet-row">
<div class="sheet-offset-1-12 sheet-col-1-4 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_spelleffectname2" value="None"></div>
<div class="sheet-col-1-2 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_spelleffect2" value="None"></div>
<div class="sheet-col-1-12 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_spelleffectduration2" value="∞"></div>
</div>
<div class="sheet-row">
<div class="sheet-offset-1-12 sheet-col-1-4 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_spelleffectname3" value="None"></div>
<div class="sheet-col-1-2 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_spelleffect3" value="None"></div>
<div class="sheet-col-1-12 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_spelleffectduration3" value="∞"></div>
</div>
<div class="sheet-row">
<div class="sheet-offset-1-12 sheet-col-1-4 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_spelleffectname4" value="None"></div>
<div class="sheet-col-1-2 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_spelleffect4" value="None"></div>
<div class="sheet-col-1-12 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_spelleffectduration4" value="∞"></div>
</div>
</div>
</div>
</fieldset>
</div>
<!-- END spell page --> <!-- BEGIN new spell page -->
<div class="sheet-spell-page2">
<fieldset class="repeating_spellbook3">
<!-- BEGIN spell row -->
<div class="sheet-margin-bottom sheet-padr sheet-padl">
<div class="sheet-row">
<div class="sheet-offset-1-8 sheet-col-1-3 sheet-center sheet-small-label sheet-vert-bottom">Name</div>
<div class="sheet-col-1-6 sheet-center sheet-small-label sheet-vert-bottom">Spell Class</div>
<div class="sheet-col-1-6 sheet-vert-bottom sheet-center sheet-small-label">Spell Type</div>
<div class="sheet-col-1-12 sheet-offset-1-12 sheet-center sheet-small-label sheet-vert-bottom">Macro</div>
</div>
<div class="sheet-row">
<div class="sheet-offset-1-8 sheet-col-1-3 sheet-center"><input type="text" class="sheet-center" name="attr_spell_name"></div>
<div class="sheet-col-1-6">
<select name="attr_spellclass">
<option value="Not set" selected="selected">---</option>
<option value="Black Magic">Black Magic</option>
<option value="White Magic">White Magic</option>
<option value="Time Magic">Time Magic</option>
<option value="Blue Magic">Blue Magic</option>
<option value="Other Magic">Other Magic</option>
<option value="Summoning">Summoning</option>
<option value="Geomancy">Geomancy</option>
<option value="Performances">Performances</option>
</select>
</div>
<div class="sheet-col-1-6 sheet-center"><input type="text" class="sheet-center" name="attr_spell_type" value="Elemental • Fire"></div>
<input type="hidden" name="attr_spell" value="&{template:FFRPG} {{title=@{spell_name}}} {{subheader=@{character_name}}} {{subheaderright=@{spell_type} Spell}} {{emote=@{spell_description}}} @{spellmacrooptions}">
<div class="sheet-col-1-12 sheet-offset-1-12 sheet-center"><button type="roll" class="sheet-roll" name="roll_cast" value="@{spell}" >Cast</button></div>
</div>
<div class="sheet-row">
<div class="sheet-col-1-6 sheet-offset-1-4 sheet-vert-bottom sheet-center sheet-small-label">Target</div>
<div class="sheet-col-1-12 sheet-vert-bottom sheet-center sheet-small-label">AOE</div>
<div class="sheet-col-1-8 sheet-vert-bottom sheet-center sheet-small-label">Reflect?</div>
<div class="sheet-col-1-12 sheet-vert-bottom sheet-center sheet-small-label">MP Cost</div>
<div class="sheet-col-1-12 sheet-offset-1-6 sheet-vert-bottom sheet-center sheet-small-label">Show Info</div>
</div>
<div class="sheet-row">
<div class="sheet-col-1-6 sheet-offset-1-4">
<select name="attr_spelltarget">
<option value="Not set" selected="selected">---</option>
<option value="Self">Self</option>
<option value="Enemy">Enemy</option>
<option value="Ally">Ally</option>
<option value="Unfocused">Unfocused</option>
<option value="All">All</option>
<option value="Random Enemy">Random Enemy</option>
<option value="Random Ally">Random Ally</option>
<option value="Random All">Random All</option>
</select>
</div>
<div class="sheet-col-1-12">
<select name="attr_spellaoe">
<option value="Single" selected="selected">Single</option>
<option value="Group">Group</option>
</select>
</div>
<div class="sheet-col-1-8">
<select name="attr_spellreflect">
<option value="Yes" selected="selected">Yes</option>
<option value="No">No</option>
</select>
</div>
<div class="sheet-col-1-12"><input type="number" name="attr_spellmpcost" value="0" min="0" step="1"/></div>
<div class="sheet-col-1-12 sheet-offset-1-6 sheet-center"><input type="checkbox" name="attr_spellshowinfo" value="{{spellshowinfo=1}} {{spelltarget=@{spelltarget}}} {{spellaoe=@{spellaoe}}} {{spellreflect=@{spellreflect}}} {{spellmpcost=@{spellmpcost}}}" /></div>
</div>
<div class="sheet-row sheet-padb sheet-spell-macro-output-options">
<div class="sheet-col-1-8 sheet-vert-middle sheet-small-label sheet-padl">Macro Display Options</div>
<div class="sheet-col-1-12 sheet-center sheet-small-label">Attack Roll<br/><input type="checkbox" name="attr_spellshowattack" value="{{spellshowattack=1}} {{spellrange=Ranged}} {{spellattack=@{spellattackroll} vs @{spellthreshold}}}" /></div>
<div class="sheet-col-1-12 sheet-center sheet-small-label">Damage<br/><input type="checkbox" name="attr_spellshowdamage" value="{{spellshowdamage=1}} {{spelldamage=@{spelldamage} @{spelldamagetype}}}" /></div>
<div class="sheet-col-1-12 sheet-center sheet-small-label">Healing<br/><input type="checkbox" name="attr_spellshowhealing" value="{{spellshowhealing=1}} {{spellhealing=@{spellhealmacro}}}" /></div>
<div class="sheet-col-1-12 sheet-center sheet-small-label">St Cancel<br/><input type="checkbox" name="attr_spellshowstatuscancel" value="{{spellshowstatuscancel=1}} {{spellstatuscancel=@{spellstatuscancel}}}" /></div>
<div class="sheet-col-1-12 sheet-center sheet-small-label">Special<br/><input type="checkbox" name="attr_spellshowspecial" value="{{spellshowspecial=1}} {{spellspecial=@{spellspecial}}}" /></div>
<div class="sheet-col-1-12 sheet-center sheet-small-label">Effect 1<br/><input type="checkbox" name="attr_spellshoweffect1" value="{{spellshoweffect1=1}} {{spelleffectname1=@{spelleffectname1}}} {{spelleffectduration1=@{spelleffectduration1}}} {{spelleffectnote1=@{spelleffect1}}}" /></div>
<div class="sheet-col-1-12 sheet-center sheet-small-label">Effect 2<br/><input type="checkbox" name="attr_spellshoweffect2" value="{{spellshoweffect2=1}} {{spelleffectname2=@{spelleffectname2}}} {{spelleffectduration2=@{spelleffectduration2}}} {{spelleffectnote2=@{spelleffect2}}}" /></div>
<div class="sheet-col-1-12 sheet-center sheet-small-label">Effect 3<br/><input type="checkbox" name="attr_spellshoweffect3" value="{{spellshoweffect3=1}} {{spelleffectname3=@{spelleffectname3}}} {{spelleffectduration3=@{spelleffectduration3}}} {{spelleffectnote3=@{spelleffect3}}}" /></div>
<div class="sheet-col-1-12 sheet-center sheet-small-label">Effect 4<br/><input type="checkbox" name="attr_spellshoweffect4" value="{{spellshoweffect4=1}} {{spelleffectname4=@{spelleffectname4}}} {{spelleffectduration4=@{spelleffectduration4}}} {{spelleffectnote4=@{spelleffect4}}}" /></div>
<input type="hidden" name="attr_spellmacrooptions" value="@{spellshowinfo} @{spellshowattack} @{spellshowdamage} @{spellshowhealing} @{spellshowstatuscancel} @{spellshowspecial} @{spellshoweffect1} @{spellshoweffect2} @{spellshoweffect3} @{spellshoweffect4}" />
</div>
<span class="sheet-spacer"></span>
<span class="sheet offset-1-12 sheet-small-label">Show :</span>
<input type="checkbox" name="attr_spelltypeadvanced" class="sheet-spelltypetab sheet-spelltypeadvanced" value="1"/><span class="sheet-spelltypetab sheet-spelltypeadvanced">Description</span> |
<input type="checkbox" name="attr_spelltypeattack" class="sheet-spelltypetab sheet-spelltypeattack" value="1"/><span class="sheet-spelltypetab sheet-spelltypeattack">Attack</span> |
<input type="checkbox" name="attr_spelltypdamage" class="sheet-spelltypetab sheet-spelltypedamage" value="1"/><span class="sheet-spelltypetab sheet-spelltypedamage">Damage</span> |
<input type="checkbox" name="attr_spelltypeheal" class="sheet-spelltypetab sheet-spelltypeheal" value="1"/><span class="sheet-spelltypetab sheet-spelltypeheal">Healing</span> |
<input type="checkbox" name="attr_spelltypeeffects" class="sheet-spelltypetab sheet-spelltypeeffects" value="1"/><span class="sheet-spelltypetab sheet-spelltypeeffects">Effects</span>
<span class="sheet-spacer"></span>
<div class="sheet-spell-type-advanced">
<div class="sheet-row">
<div class="sheet-col-1-2 sheet-vert-bottom sheet-center sheet-small-label">Spell Description</div>
<div class="sheet-col-1-2 sheet-vert-bottom sheet-center sheet-small-label">Spell Mechanics/Flavour</div>
</div>
<div class="sheet-row">
<div class="sheet-col-1-2 sheet-small-label sheet-center"><textarea class="sheet-medium-textarea" name="attr_spell_description"></textarea></div>
<div class="sheet-col-1-2 sheet-small-label sheet-center"><textarea name="attr_spell_mechanics" class="sheet-medium-textarea"></textarea></div>
</div>
</div>
<div class="sheet-spell-type-attack">
<div class="sheet-row">
<div class="sheet-col-7-12 sheet-offset-1-12 sheet-vert-bottom sheet-center sheet-small-label">Attack Macro</div>
<div class="sheet-col-1-4 sheet-vert-bottom sheet-center sheet-small-label">Threshold</div>
</div>
<div class="sheet-row">
<div class="sheet-col-7-12 sheet-offset-1-12 sheet-padr sheet-border-right"><input type="text" class="sheet-center" name="attr_spellattackroll" value="[[[[@{fire_points}]]+1d100cs>101]]"></div>
<div class="sheet-col-1-4 sheet-padl"><input type="text" class="sheet-center" name="attr_spellthreshold" value="Water"></div>
</div>
</div>
<div class="sheet-spell-type-damage">
<div class="sheet-row">
<div class="sheet-offset-1-12 sheet-col-1-2 sheet-vert-bottom sheet-center sheet-small-label">Damage Macro</div>
<div class="sheet-col-1-3 sheet-vert-bottom sheet-center sheet-small-label">Damage Type</div>
</div>
<div class="sheet-row">
<div class="sheet-offset-1-12 sheet-col-1-2 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_spelldamage" value="[[5*[[@{fire}]]]]"></div>
<div class="sheet-col-1-3 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_spelldamagetype" value="None"></div>
</div>
</div>
<div class="sheet-spell-type-heal">
<div class="sheet-row">
<div class="sheet-col-1-2 sheet-offset-1-12 sheet-vert-bottom sheet-center sheet-small-label">Heal Macro</div>
<div class="sheet-col-1-3 sheet-vert-bottom sheet-center sheet-small-label">Status Cancelled</div>
</div>
<div class="sheet-row">
<div class="sheet-col-1-2 sheet-offset-1-12 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_spellhealmacro" value="[[5*[[@{fire}]]]]"></div>
<div class="sheet-col-1-3 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_spellstatuscancel" value="None"></div>
</div>
</div>
<div class="sheet-spell-type-effects">
<div class="sheet-row">
<div class="sheet-offset-1-12 sheet-col-5-6 sheet-vert-bottom sheet-center sheet-small-label">Special</div>
</div>
<div class="sheet-row">
<div class="sheet-offset-1-12 sheet-col-5-6 sheet-small-label sheet-center"><textarea class="sheet-medium-textarea" name="attr_spellspecial"></textarea></div>
</div>
<div class="sheet-row">
<div class="sheet-offset-1-12 sheet-col-1-4 sheet-vert-bottom sheet-center sheet-small-label">Name</div>
<div class="sheet-col-1-2 sheet-vert-bottom sheet-center sheet-small-label">Effect Note</div>
<div class="sheet-col-1-12 sheet-vert-bottom sheet-center sheet-small-label">Duration</div>
</div>
<div class="sheet-row">
<div class="sheet-offset-1-12 sheet-col-1-4 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_spelleffectname1" value="None"></div>
<div class="sheet-col-1-2 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_spelleffect1" value="None"></div>
<div class="sheet-col-1-12 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_spelleffectduration1" value="∞"></div>
</div>
<div class="sheet-row">
<div class="sheet-offset-1-12 sheet-col-1-4 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_spelleffectname2" value="None"></div>
<div class="sheet-col-1-2 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_spelleffect2" value="None"></div>
<div class="sheet-col-1-12 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_spelleffectduration2" value="∞"></div>
</div>
<div class="sheet-row">
<div class="sheet-offset-1-12 sheet-col-1-4 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_spelleffectname3" value="None"></div>
<div class="sheet-col-1-2 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_spelleffect3" value="None"></div>
<div class="sheet-col-1-12 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_spelleffectduration3" value="∞"></div>
</div>
<div class="sheet-row">
<div class="sheet-offset-1-12 sheet-col-1-4 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_spelleffectname4" value="None"></div>
<div class="sheet-col-1-2 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_spelleffect4" value="None"></div>
<div class="sheet-col-1-12 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_spelleffectduration4" value="∞"></div>
</div>
</div>
</div>
</fieldset>
</div>
<!-- END spell page --> <!-- BEGIN new spell page -->
<div class="sheet-spell-page3">
<fieldset class="repeating_spellbook4">
<!-- BEGIN spell row -->
<div class="sheet-margin-bottom sheet-padr sheet-padl">
<div class="sheet-row">
<div class="sheet-offset-1-8 sheet-col-1-3 sheet-center sheet-small-label sheet-vert-bottom">Name</div>
<div class="sheet-col-1-6 sheet-center sheet-small-label sheet-vert-bottom">Spell Class</div>
<div class="sheet-col-1-6 sheet-vert-bottom sheet-center sheet-small-label">Spell Type</div>
<div class="sheet-col-1-12 sheet-offset-1-12 sheet-center sheet-small-label sheet-vert-bottom">Macro</div>
</div>
<div class="sheet-row">
<div class="sheet-offset-1-8 sheet-col-1-3 sheet-center"><input type="text" class="sheet-center" name="attr_spell_name"></div>
<div class="sheet-col-1-6">
<select name="attr_spellclass">
<option value="Not set" selected="selected">---</option>
<option value="Black Magic">Black Magic</option>
<option value="White Magic">White Magic</option>
<option value="Time Magic">Time Magic</option>
<option value="Blue Magic">Blue Magic</option>
<option value="Other Magic">Other Magic</option>
<option value="Summoning">Summoning</option>
<option value="Geomancy">Geomancy</option>
<option value="Performances">Performances</option>
</select>
</div>
<div class="sheet-col-1-6 sheet-center"><input type="text" class="sheet-center" name="attr_spell_type" value="Elemental • Fire"></div>
<input type="hidden" name="attr_spell" value="&{template:FFRPG} {{title=@{spell_name}}} {{subheader=@{character_name}}} {{subheaderright=@{spell_type} Spell}} {{emote=@{spell_description}}} @{spellmacrooptions}">
<div class="sheet-col-1-12 sheet-offset-1-12 sheet-center"><button type="roll" class="sheet-roll" name="roll_cast" value="@{spell}" >Cast</button></div>
</div>
<div class="sheet-row">
<div class="sheet-col-1-6 sheet-offset-1-4 sheet-vert-bottom sheet-center sheet-small-label">Target</div>
<div class="sheet-col-1-12 sheet-vert-bottom sheet-center sheet-small-label">AOE</div>
<div class="sheet-col-1-8 sheet-vert-bottom sheet-center sheet-small-label">Reflect?</div>
<div class="sheet-col-1-12 sheet-vert-bottom sheet-center sheet-small-label">MP Cost</div>
<div class="sheet-col-1-12 sheet-offset-1-6 sheet-vert-bottom sheet-center sheet-small-label">Show Info</div>
</div>
<div class="sheet-row">
<div class="sheet-col-1-6 sheet-offset-1-4">
<select name="attr_spelltarget">
<option value="Not set" selected="selected">---</option>
<option value="Self">Self</option>
<option value="Enemy">Enemy</option>
<option value="Ally">Ally</option>
<option value="Unfocused">Unfocused</option>
<option value="All">All</option>
<option value="Random Enemy">Random Enemy</option>
<option value="Random Ally">Random Ally</option>
<option value="Random All">Random All</option>
</select>
</div>
<div class="sheet-col-1-12">
<select name="attr_spellaoe">
<option value="Single" selected="selected">Single</option>
<option value="Group">Group</option>
</select>
</div>
<div class="sheet-col-1-8">
<select name="attr_spellreflect">
<option value="Yes" selected="selected">Yes</option>
<option value="No">No</option>
</select>
</div>
<div class="sheet-col-1-12"><input type="number" name="attr_spellmpcost" value="0" min="0" step="1"/></div>
<div class="sheet-col-1-12 sheet-offset-1-6 sheet-center"><input type="checkbox" name="attr_spellshowinfo" value="{{spellshowinfo=1}} {{spelltarget=@{spelltarget}}} {{spellaoe=@{spellaoe}}} {{spellreflect=@{spellreflect}}} {{spellmpcost=@{spellmpcost}}}" /></div>
</div>
<div class="sheet-row sheet-padb sheet-spell-macro-output-options">
<div class="sheet-col-1-8 sheet-vert-middle sheet-small-label sheet-padl">Macro Display Options</div>
<div class="sheet-col-1-12 sheet-center sheet-small-label">Attack Roll<br/><input type="checkbox" name="attr_spellshowattack" value="{{spellshowattack=1}} {{spellrange=Ranged}} {{spellattack=@{spellattackroll} vs @{spellthreshold}}}" /></div>
<div class="sheet-col-1-12 sheet-center sheet-small-label">Damage<br/><input type="checkbox" name="attr_spellshowdamage" value="{{spellshowdamage=1}} {{spelldamage=@{spelldamage} @{spelldamagetype}}}" /></div>
<div class="sheet-col-1-12 sheet-center sheet-small-label">Healing<br/><input type="checkbox" name="attr_spellshowhealing" value="{{spellshowhealing=1}} {{spellhealing=@{spellhealmacro}}}" /></div>
<div class="sheet-col-1-12 sheet-center sheet-small-label">St Cancel<br/><input type="checkbox" name="attr_spellshowstatuscancel" value="{{spellshowstatuscancel=1}} {{spellstatuscancel=@{spellstatuscancel}}}" /></div>
<div class="sheet-col-1-12 sheet-center sheet-small-label">Special<br/><input type="checkbox" name="attr_spellshowspecial" value="{{spellshowspecial=1}} {{spellspecial=@{spellspecial}}}" /></div>
<div class="sheet-col-1-12 sheet-center sheet-small-label">Effect 1<br/><input type="checkbox" name="attr_spellshoweffect1" value="{{spellshoweffect1=1}} {{spelleffectname1=@{spelleffectname1}}} {{spelleffectduration1=@{spelleffectduration1}}} {{spelleffectnote1=@{spelleffect1}}}" /></div>
<div class="sheet-col-1-12 sheet-center sheet-small-label">Effect 2<br/><input type="checkbox" name="attr_spellshoweffect2" value="{{spellshoweffect2=1}} {{spelleffectname2=@{spelleffectname2}}} {{spelleffectduration2=@{spelleffectduration2}}} {{spelleffectnote2=@{spelleffect2}}}" /></div>
<div class="sheet-col-1-12 sheet-center sheet-small-label">Effect 3<br/><input type="checkbox" name="attr_spellshoweffect3" value="{{spellshoweffect3=1}} {{spelleffectname3=@{spelleffectname3}}} {{spelleffectduration3=@{spelleffectduration3}}} {{spelleffectnote3=@{spelleffect3}}}" /></div>
<div class="sheet-col-1-12 sheet-center sheet-small-label">Effect 4<br/><input type="checkbox" name="attr_spellshoweffect4" value="{{spellshoweffect4=1}} {{spelleffectname4=@{spelleffectname4}}} {{spelleffectduration4=@{spelleffectduration4}}} {{spelleffectnote4=@{spelleffect4}}}" /></div>
<input type="hidden" name="attr_spellmacrooptions" value="@{spellshowinfo} @{spellshowattack} @{spellshowdamage} @{spellshowhealing} @{spellshowstatuscancel} @{spellshowspecial} @{spellshoweffect1} @{spellshoweffect2} @{spellshoweffect3} @{spellshoweffect4}" />
</div>
<span class="sheet-spacer"></span>
<span class="sheet offset-1-12 sheet-small-label">Show :</span>
<input type="checkbox" name="attr_spelltypeadvanced" class="sheet-spelltypetab sheet-spelltypeadvanced" value="1"/><span class="sheet-spelltypetab sheet-spelltypeadvanced">Description</span> |
<input type="checkbox" name="attr_spelltypeattack" class="sheet-spelltypetab sheet-spelltypeattack" value="1"/><span class="sheet-spelltypetab sheet-spelltypeattack">Attack</span> |
<input type="checkbox" name="attr_spelltypdamage" class="sheet-spelltypetab sheet-spelltypedamage" value="1"/><span class="sheet-spelltypetab sheet-spelltypedamage">Damage</span> |
<input type="checkbox" name="attr_spelltypeheal" class="sheet-spelltypetab sheet-spelltypeheal" value="1"/><span class="sheet-spelltypetab sheet-spelltypeheal">Healing</span> |
<input type="checkbox" name="attr_spelltypeeffects" class="sheet-spelltypetab sheet-spelltypeeffects" value="1"/><span class="sheet-spelltypetab sheet-spelltypeeffects">Effects</span>
<span class="sheet-spacer"></span>
<div class="sheet-spell-type-advanced">
<div class="sheet-row">
<div class="sheet-col-1-2 sheet-vert-bottom sheet-center sheet-small-label">Spell Description</div>
<div class="sheet-col-1-2 sheet-vert-bottom sheet-center sheet-small-label">Spell Mechanics/Flavour</div>
</div>
<div class="sheet-row">
<div class="sheet-col-1-2 sheet-small-label sheet-center"><textarea class="sheet-medium-textarea" name="attr_spell_description"></textarea></div>
<div class="sheet-col-1-2 sheet-small-label sheet-center"><textarea name="attr_spell_mechanics" class="sheet-medium-textarea"></textarea></div>
</div>
</div>
<div class="sheet-spell-type-attack">
<div class="sheet-row">
<div class="sheet-col-7-12 sheet-offset-1-12 sheet-vert-bottom sheet-center sheet-small-label">Attack Macro</div>
<div class="sheet-col-1-4 sheet-vert-bottom sheet-center sheet-small-label">Threshold</div>
</div>
<div class="sheet-row">
<div class="sheet-col-7-12 sheet-offset-1-12 sheet-padr sheet-border-right"><input type="text" class="sheet-center" name="attr_spellattackroll" value="[[[[@{fire_points}]]+1d100cs>101]]"></div>
<div class="sheet-col-1-4 sheet-padl"><input type="text" class="sheet-center" name="attr_spellthreshold" value="Water"></div>
</div>
</div>
<div class="sheet-spell-type-damage">
<div class="sheet-row">
<div class="sheet-offset-1-12 sheet-col-1-2 sheet-vert-bottom sheet-center sheet-small-label">Damage Macro</div>
<div class="sheet-col-1-3 sheet-vert-bottom sheet-center sheet-small-label">Damage Type</div>
</div>
<div class="sheet-row">
<div class="sheet-offset-1-12 sheet-col-1-2 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_spelldamage" value="[[5*[[@{fire}]]]]"></div>
<div class="sheet-col-1-3 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_spelldamagetype" value="None"></div>
</div>
</div>
<div class="sheet-spell-type-heal">
<div class="sheet-row">
<div class="sheet-col-1-2 sheet-offset-1-12 sheet-vert-bottom sheet-center sheet-small-label">Heal Macro</div>
<div class="sheet-col-1-3 sheet-vert-bottom sheet-center sheet-small-label">Status Cancelled</div>
</div>
<div class="sheet-row">
<div class="sheet-col-1-2 sheet-offset-1-12 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_spellhealmacro" value="[[5*[[@{fire}]]]]"></div>
<div class="sheet-col-1-3 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_spellstatuscancel" value="None"></div>
</div>
</div>
<div class="sheet-spell-type-effects">
<div class="sheet-row">
<div class="sheet-offset-1-12 sheet-col-5-6 sheet-vert-bottom sheet-center sheet-small-label">Special</div>
</div>
<div class="sheet-row">
<div class="sheet-offset-1-12 sheet-col-5-6 sheet-small-label sheet-center"><textarea class="sheet-medium-textarea" name="attr_spellspecial"></textarea></div>
</div>
<div class="sheet-row">
<div class="sheet-offset-1-12 sheet-col-1-4 sheet-vert-bottom sheet-center sheet-small-label">Name</div>
<div class="sheet-col-1-2 sheet-vert-bottom sheet-center sheet-small-label">Effect Note</div>
<div class="sheet-col-1-12 sheet-vert-bottom sheet-center sheet-small-label">Duration</div>
</div>
<div class="sheet-row">
<div class="sheet-offset-1-12 sheet-col-1-4 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_spelleffectname1" value="None"></div>
<div class="sheet-col-1-2 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_spelleffect1" value="None"></div>
<div class="sheet-col-1-12 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_spelleffectduration1" value="∞"></div>
</div>
<div class="sheet-row">
<div class="sheet-offset-1-12 sheet-col-1-4 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_spelleffectname2" value="None"></div>
<div class="sheet-col-1-2 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_spelleffect2" value="None"></div>
<div class="sheet-col-1-12 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_spelleffectduration2" value="∞"></div>
</div>
<div class="sheet-row">
<div class="sheet-offset-1-12 sheet-col-1-4 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_spelleffectname3" value="None"></div>
<div class="sheet-col-1-2 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_spelleffect3" value="None"></div>
<div class="sheet-col-1-12 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_spelleffectduration3" value="∞"></div>
</div>
<div class="sheet-row">
<div class="sheet-offset-1-12 sheet-col-1-4 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_spelleffectname4" value="None"></div>
<div class="sheet-col-1-2 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_spelleffect4" value="None"></div>
<div class="sheet-col-1-12 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_spelleffectduration4" value="∞"></div>
</div>
</div>
</div>
</fieldset>
</div>
<!-- END spell page --> <!-- BEGIN new spell page -->
<div class="sheet-spell-page4">
<fieldset class="repeating_spellbook5">
<!-- BEGIN spell row -->
<div class="sheet-margin-bottom sheet-padr sheet-padl">
<div class="sheet-row">
<div class="sheet-offset-1-8 sheet-col-1-3 sheet-center sheet-small-label sheet-vert-bottom">Name</div>
<div class="sheet-col-1-6 sheet-center sheet-small-label sheet-vert-bottom">Spell Class</div>
<div class="sheet-col-1-6 sheet-vert-bottom sheet-center sheet-small-label">Spell Type</div>
<div class="sheet-col-1-12 sheet-offset-1-12 sheet-center sheet-small-label sheet-vert-bottom">Macro</div>
</div>
<div class="sheet-row">
<div class="sheet-offset-1-8 sheet-col-1-3 sheet-center"><input type="text" class="sheet-center" name="attr_spell_name"></div>
<div class="sheet-col-1-6">
<select name="attr_spellclass">
<option value="Not set" selected="selected">---</option>
<option value="Black Magic">Black Magic</option>
<option value="White Magic">White Magic</option>
<option value="Time Magic">Time Magic</option>
<option value="Blue Magic">Blue Magic</option>
<option value="Other Magic">Other Magic</option>
<option value="Summoning">Summoning</option>
<option value="Geomancy">Geomancy</option>
<option value="Performances">Performances</option>
</select>
</div>
<div class="sheet-col-1-6 sheet-center"><input type="text" class="sheet-center" name="attr_spell_type" value="Elemental • Fire"></div>
<input type="hidden" name="attr_spell" value="&{template:FFRPG} {{title=@{spell_name}}} {{subheader=@{character_name}}} {{subheaderright=@{spell_type} Spell}} {{emote=@{spell_description}}} @{spellmacrooptions}">
<div class="sheet-col-1-12 sheet-offset-1-12 sheet-center"><button type="roll" class="sheet-roll" name="roll_cast" value="@{spell}" >Cast</button></div>
</div>
<div class="sheet-row">
<div class="sheet-col-1-6 sheet-offset-1-4 sheet-vert-bottom sheet-center sheet-small-label">Target</div>
<div class="sheet-col-1-12 sheet-vert-bottom sheet-center sheet-small-label">AOE</div>
<div class="sheet-col-1-8 sheet-vert-bottom sheet-center sheet-small-label">Reflect?</div>
<div class="sheet-col-1-12 sheet-vert-bottom sheet-center sheet-small-label">MP Cost</div>
<div class="sheet-col-1-12 sheet-offset-1-6 sheet-vert-bottom sheet-center sheet-small-label">Show Info</div>
</div>
<div class="sheet-row">
<div class="sheet-col-1-6 sheet-offset-1-4">
<select name="attr_spelltarget">
<option value="Not set" selected="selected">---</option>
<option value="Self">Self</option>
<option value="Enemy">Enemy</option>
<option value="Ally">Ally</option>
<option value="Unfocused">Unfocused</option>
<option value="All">All</option>
<option value="Random Enemy">Random Enemy</option>
<option value="Random Ally">Random Ally</option>
<option value="Random All">Random All</option>
</select>
</div>
<div class="sheet-col-1-12">
<select name="attr_spellaoe">
<option value="Single" selected="selected">Single</option>
<option value="Group">Group</option>
</select>
</div>
<div class="sheet-col-1-8">
<select name="attr_spellreflect">
<option value="Yes" selected="selected">Yes</option>
<option value="No">No</option>
</select>
</div>
<div class="sheet-col-1-12"><input type="number" name="attr_spellmpcost" value="0" min="0" step="1"/></div>
<div class="sheet-col-1-12 sheet-offset-1-6 sheet-center"><input type="checkbox" name="attr_spellshowinfo" value="{{spellshowinfo=1}} {{spelltarget=@{spelltarget}}} {{spellaoe=@{spellaoe}}} {{spellreflect=@{spellreflect}}} {{spellmpcost=@{spellmpcost}}}" /></div>
</div>
<div class="sheet-row sheet-padb sheet-spell-macro-output-options">
<div class="sheet-col-1-8 sheet-vert-middle sheet-small-label sheet-padl">Macro Display Options</div>
<div class="sheet-col-1-12 sheet-center sheet-small-label">Attack Roll<br/><input type="checkbox" name="attr_spellshowattack" value="{{spellshowattack=1}} {{spellrange=Ranged}} {{spellattack=@{spellattackroll} vs @{spellthreshold}}}" /></div>
<div class="sheet-col-1-12 sheet-center sheet-small-label">Damage<br/><input type="checkbox" name="attr_spellshowdamage" value="{{spellshowdamage=1}} {{spelldamage=@{spelldamage} @{spelldamagetype}}}" /></div>
<div class="sheet-col-1-12 sheet-center sheet-small-label">Healing<br/><input type="checkbox" name="attr_spellshowhealing" value="{{spellshowhealing=1}} {{spellhealing=@{spellhealmacro}}}" /></div>
<div class="sheet-col-1-12 sheet-center sheet-small-label">St Cancel<br/><input type="checkbox" name="attr_spellshowstatuscancel" value="{{spellshowstatuscancel=1}} {{spellstatuscancel=@{spellstatuscancel}}}" /></div>
<div class="sheet-col-1-12 sheet-center sheet-small-label">Special<br/><input type="checkbox" name="attr_spellshowspecial" value="{{spellshowspecial=1}} {{spellspecial=@{spellspecial}}}" /></div>
<div class="sheet-col-1-12 sheet-center sheet-small-label">Effect 1<br/><input type="checkbox" name="attr_spellshoweffect1" value="{{spellshoweffect1=1}} {{spelleffectname1=@{spelleffectname1}}} {{spelleffectduration1=@{spelleffectduration1}}} {{spelleffectnote1=@{spelleffect1}}}" /></div>
<div class="sheet-col-1-12 sheet-center sheet-small-label">Effect 2<br/><input type="checkbox" name="attr_spellshoweffect2" value="{{spellshoweffect2=1}} {{spelleffectname2=@{spelleffectname2}}} {{spelleffectduration2=@{spelleffectduration2}}} {{spelleffectnote2=@{spelleffect2}}}" /></div>
<div class="sheet-col-1-12 sheet-center sheet-small-label">Effect 3<br/><input type="checkbox" name="attr_spellshoweffect3" value="{{spellshoweffect3=1}} {{spelleffectname3=@{spelleffectname3}}} {{spelleffectduration3=@{spelleffectduration3}}} {{spelleffectnote3=@{spelleffect3}}}" /></div>
<div class="sheet-col-1-12 sheet-center sheet-small-label">Effect 4<br/><input type="checkbox" name="attr_spellshoweffect4" value="{{spellshoweffect4=1}} {{spelleffectname4=@{spelleffectname4}}} {{spelleffectduration4=@{spelleffectduration4}}} {{spelleffectnote4=@{spelleffect4}}}" /></div>
<input type="hidden" name="attr_spellmacrooptions" value="@{spellshowinfo} @{spellshowattack} @{spellshowdamage} @{spellshowhealing} @{spellshowstatuscancel} @{spellshowspecial} @{spellshoweffect1} @{spellshoweffect2} @{spellshoweffect3} @{spellshoweffect4}" />
</div>
<span class="sheet-spacer"></span>
<span class="sheet offset-1-12 sheet-small-label">Show :</span>
<input type="checkbox" name="attr_spelltypeadvanced" class="sheet-spelltypetab sheet-spelltypeadvanced" value="1"/><span class="sheet-spelltypetab sheet-spelltypeadvanced">Description</span> |
<input type="checkbox" name="attr_spelltypeattack" class="sheet-spelltypetab sheet-spelltypeattack" value="1"/><span class="sheet-spelltypetab sheet-spelltypeattack">Attack</span> |
<input type="checkbox" name="attr_spelltypdamage" class="sheet-spelltypetab sheet-spelltypedamage" value="1"/><span class="sheet-spelltypetab sheet-spelltypedamage">Damage</span> |
<input type="checkbox" name="attr_spelltypeheal" class="sheet-spelltypetab sheet-spelltypeheal" value="1"/><span class="sheet-spelltypetab sheet-spelltypeheal">Healing</span> |
<input type="checkbox" name="attr_spelltypeeffects" class="sheet-spelltypetab sheet-spelltypeeffects" value="1"/><span class="sheet-spelltypetab sheet-spelltypeeffects">Effects</span>
<span class="sheet-spacer"></span>
<div class="sheet-spell-type-advanced">
<div class="sheet-row">
<div class="sheet-col-1-2 sheet-vert-bottom sheet-center sheet-small-label">Spell Description</div>
<div class="sheet-col-1-2 sheet-vert-bottom sheet-center sheet-small-label">Spell Mechanics/Flavour</div>
</div>
<div class="sheet-row">
<div class="sheet-col-1-2 sheet-small-label sheet-center"><textarea class="sheet-medium-textarea" name="attr_spell_description"></textarea></div>
<div class="sheet-col-1-2 sheet-small-label sheet-center"><textarea name="attr_spell_mechanics" class="sheet-medium-textarea"></textarea></div>
</div>
</div>
<div class="sheet-spell-type-attack">
<div class="sheet-row">
<div class="sheet-col-7-12 sheet-offset-1-12 sheet-vert-bottom sheet-center sheet-small-label">Attack Macro</div>
<div class="sheet-col-1-4 sheet-vert-bottom sheet-center sheet-small-label">Threshold</div>
</div>
<div class="sheet-row">
<div class="sheet-col-7-12 sheet-offset-1-12 sheet-padr sheet-border-right"><input type="text" class="sheet-center" name="attr_spellattackroll" value="[[[[@{fire_points}]]+1d100cs>101]]"></div>
<div class="sheet-col-1-4 sheet-padl"><input type="text" class="sheet-center" name="attr_spellthreshold" value="Water"></div>
</div>
</div>
<div class="sheet-spell-type-damage">
<div class="sheet-row">
<div class="sheet-offset-1-12 sheet-col-1-2 sheet-vert-bottom sheet-center sheet-small-label">Damage Macro</div>
<div class="sheet-col-1-3 sheet-vert-bottom sheet-center sheet-small-label">Damage Type</div>
</div>
<div class="sheet-row">
<div class="sheet-offset-1-12 sheet-col-1-2 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_spelldamage" value="[[5*[[@{fire}]]]]"></div>
<div class="sheet-col-1-3 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_spelldamagetype" value="None"></div>
</div>
</div>
<div class="sheet-spell-type-heal">
<div class="sheet-row">
<div class="sheet-col-1-2 sheet-offset-1-12 sheet-vert-bottom sheet-center sheet-small-label">Heal Macro</div>
<div class="sheet-col-1-3 sheet-vert-bottom sheet-center sheet-small-label">Status Cancelled</div>
</div>
<div class="sheet-row">
<div class="sheet-col-1-2 sheet-offset-1-12 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_spellhealmacro" value="[[5*[[@{fire}]]]]"></div>
<div class="sheet-col-1-3 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_spellstatuscancel" value="None"></div>
</div>
</div>
<div class="sheet-spell-type-effects">
<div class="sheet-row">
<div class="sheet-offset-1-12 sheet-col-5-6 sheet-vert-bottom sheet-center sheet-small-label">Special</div>
</div>
<div class="sheet-row">
<div class="sheet-offset-1-12 sheet-col-5-6 sheet-small-label sheet-center"><textarea class="sheet-medium-textarea" name="attr_spellspecial"></textarea></div>
</div>
<div class="sheet-row">
<div class="sheet-offset-1-12 sheet-col-1-4 sheet-vert-bottom sheet-center sheet-small-label">Name</div>
<div class="sheet-col-1-2 sheet-vert-bottom sheet-center sheet-small-label">Effect Note</div>
<div class="sheet-col-1-12 sheet-vert-bottom sheet-center sheet-small-label">Duration</div>
</div>
<div class="sheet-row">
<div class="sheet-offset-1-12 sheet-col-1-4 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_spelleffectname1" value="None"></div>
<div class="sheet-col-1-2 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_spelleffect1" value="None"></div>
<div class="sheet-col-1-12 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_spelleffectduration1" value="∞"></div>
</div>
<div class="sheet-row">
<div class="sheet-offset-1-12 sheet-col-1-4 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_spelleffectname2" value="None"></div>
<div class="sheet-col-1-2 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_spelleffect2" value="None"></div>
<div class="sheet-col-1-12 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_spelleffectduration2" value="∞"></div>
</div>
<div class="sheet-row">
<div class="sheet-offset-1-12 sheet-col-1-4 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_spelleffectname3" value="None"></div>
<div class="sheet-col-1-2 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_spelleffect3" value="None"></div>
<div class="sheet-col-1-12 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_spelleffectduration3" value="∞"></div>
</div>
<div class="sheet-row">
<div class="sheet-offset-1-12 sheet-col-1-4 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_spelleffectname4" value="None"></div>
<div class="sheet-col-1-2 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_spelleffect4" value="None"></div>
<div class="sheet-col-1-12 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_spelleffectduration4" value="∞"></div>
</div>
</div>
</div>
</fieldset>
</div>
<!-- END spell page --> <!-- BEGIN new spell page -->
<div class="sheet-spell-page5">
<fieldset class="repeating_spellbook6">
<!-- BEGIN spell row -->
<div class="sheet-margin-bottom sheet-padr sheet-padl">
<div class="sheet-row">
<div class="sheet-offset-1-8 sheet-col-1-3 sheet-center sheet-small-label sheet-vert-bottom">Name</div>
<div class="sheet-col-1-6 sheet-center sheet-small-label sheet-vert-bottom">Spell Class</div>
<div class="sheet-col-1-6 sheet-vert-bottom sheet-center sheet-small-label">Spell Type</div>
<div class="sheet-col-1-12 sheet-offset-1-12 sheet-center sheet-small-label sheet-vert-bottom">Macro</div>
</div>
<div class="sheet-row">
<div class="sheet-offset-1-8 sheet-col-1-3 sheet-center"><input type="text" class="sheet-center" name="attr_spell_name"></div>
<div class="sheet-col-1-6">
<select name="attr_spellclass">
<option value="Not set" selected="selected">---</option>
<option value="Black Magic">Black Magic</option>
<option value="White Magic">White Magic</option>
<option value="Time Magic">Time Magic</option>
<option value="Blue Magic">Blue Magic</option>
<option value="Other Magic">Other Magic</option>
<option value="Summoning">Summoning</option>
<option value="Geomancy">Geomancy</option>
<option value="Performances">Performances</option>
</select>
</div>
<div class="sheet-col-1-6 sheet-center"><input type="text" class="sheet-center" name="attr_spell_type" value="Elemental • Fire"></div>
<input type="hidden" name="attr_spell" value="&{template:FFRPG} {{title=@{spell_name}}} {{subheader=@{character_name}}} {{subheaderright=@{spell_type} Spell}} {{emote=@{spell_description}}} @{spellmacrooptions}">
<div class="sheet-col-1-12 sheet-offset-1-12 sheet-center"><button type="roll" class="sheet-roll" name="roll_cast" value="@{spell}" >Cast</button></div>
</div>
<div class="sheet-row">
<div class="sheet-col-1-6 sheet-offset-1-4 sheet-vert-bottom sheet-center sheet-small-label">Target</div>
<div class="sheet-col-1-12 sheet-vert-bottom sheet-center sheet-small-label">AOE</div>
<div class="sheet-col-1-8 sheet-vert-bottom sheet-center sheet-small-label">Reflect?</div>
<div class="sheet-col-1-12 sheet-vert-bottom sheet-center sheet-small-label">MP Cost</div>
<div class="sheet-col-1-12 sheet-offset-1-6 sheet-vert-bottom sheet-center sheet-small-label">Show Info</div>
</div>
<div class="sheet-row">
<div class="sheet-col-1-6 sheet-offset-1-4">
<select name="attr_spelltarget">
<option value="Not set" selected="selected">---</option>
<option value="Self">Self</option>
<option value="Enemy">Enemy</option>
<option value="Ally">Ally</option>
<option value="Unfocused">Unfocused</option>
<option value="All">All</option>
<option value="Random Enemy">Random Enemy</option>
<option value="Random Ally">Random Ally</option>
<option value="Random All">Random All</option>
</select>
</div>
<div class="sheet-col-1-12">
<select name="attr_spellaoe">
<option value="Single" selected="selected">Single</option>
<option value="Group">Group</option>
</select>
</div>
<div class="sheet-col-1-8">
<select name="attr_spellreflect">
<option value="Yes" selected="selected">Yes</option>
<option value="No">No</option>
</select>
</div>
<div class="sheet-col-1-12"><input type="number" name="attr_spellmpcost" value="0" min="0" step="1"/></div>
<div class="sheet-col-1-12 sheet-offset-1-6 sheet-center"><input type="checkbox" name="attr_spellshowinfo" value="{{spellshowinfo=1}} {{spelltarget=@{spelltarget}}} {{spellaoe=@{spellaoe}}} {{spellreflect=@{spellreflect}}} {{spellmpcost=@{spellmpcost}}}" /></div>
</div>
<div class="sheet-row sheet-padb sheet-spell-macro-output-options">
<div class="sheet-col-1-8 sheet-vert-middle sheet-small-label sheet-padl">Macro Display Options</div>
<div class="sheet-col-1-12 sheet-center sheet-small-label">Attack Roll<br/><input type="checkbox" name="attr_spellshowattack" value="{{spellshowattack=1}} {{spellrange=Ranged}} {{spellattack=@{spellattackroll} vs @{spellthreshold}}}" /></div>
<div class="sheet-col-1-12 sheet-center sheet-small-label">Damage<br/><input type="checkbox" name="attr_spellshowdamage" value="{{spellshowdamage=1}} {{spelldamage=@{spelldamage} @{spelldamagetype}}}" /></div>
<div class="sheet-col-1-12 sheet-center sheet-small-label">Healing<br/><input type="checkbox" name="attr_spellshowhealing" value="{{spellshowhealing=1}} {{spellhealing=@{spellhealmacro}}}" /></div>
<div class="sheet-col-1-12 sheet-center sheet-small-label">St Cancel<br/><input type="checkbox" name="attr_spellshowstatuscancel" value="{{spellshowstatuscancel=1}} {{spellstatuscancel=@{spellstatuscancel}}}" /></div>
<div class="sheet-col-1-12 sheet-center sheet-small-label">Special<br/><input type="checkbox" name="attr_spellshowspecial" value="{{spellshowspecial=1}} {{spellspecial=@{spellspecial}}}" /></div>
<div class="sheet-col-1-12 sheet-center sheet-small-label">Effect 1<br/><input type="checkbox" name="attr_spellshoweffect1" value="{{spellshoweffect1=1}} {{spelleffectname1=@{spelleffectname1}}} {{spelleffectduration1=@{spelleffectduration1}}} {{spelleffectnote1=@{spelleffect1}}}" /></div>
<div class="sheet-col-1-12 sheet-center sheet-small-label">Effect 2<br/><input type="checkbox" name="attr_spellshoweffect2" value="{{spellshoweffect2=1}} {{spelleffectname2=@{spelleffectname2}}} {{spelleffectduration2=@{spelleffectduration2}}} {{spelleffectnote2=@{spelleffect2}}}" /></div>
<div class="sheet-col-1-12 sheet-center sheet-small-label">Effect 3<br/><input type="checkbox" name="attr_spellshoweffect3" value="{{spellshoweffect3=1}} {{spelleffectname3=@{spelleffectname3}}} {{spelleffectduration3=@{spelleffectduration3}}} {{spelleffectnote3=@{spelleffect3}}}" /></div>
<div class="sheet-col-1-12 sheet-center sheet-small-label">Effect 4<br/><input type="checkbox" name="attr_spellshoweffect4" value="{{spellshoweffect4=1}} {{spelleffectname4=@{spelleffectname4}}} {{spelleffectduration4=@{spelleffectduration4}}} {{spelleffectnote4=@{spelleffect4}}}" /></div>
<input type="hidden" name="attr_spellmacrooptions" value="@{spellshowinfo} @{spellshowattack} @{spellshowdamage} @{spellshowhealing} @{spellshowstatuscancel} @{spellshowspecial} @{spellshoweffect1} @{spellshoweffect2} @{spellshoweffect3} @{spellshoweffect4}" />
</div>
<span class="sheet-spacer"></span>
<span class="sheet offset-1-12 sheet-small-label">Show :</span>
<input type="checkbox" name="attr_spelltypeadvanced" class="sheet-spelltypetab sheet-spelltypeadvanced" value="1"/><span class="sheet-spelltypetab sheet-spelltypeadvanced">Description</span> |
<input type="checkbox" name="attr_spelltypeattack" class="sheet-spelltypetab sheet-spelltypeattack" value="1"/><span class="sheet-spelltypetab sheet-spelltypeattack">Attack</span> |
<input type="checkbox" name="attr_spelltypdamage" class="sheet-spelltypetab sheet-spelltypedamage" value="1"/><span class="sheet-spelltypetab sheet-spelltypedamage">Damage</span> |
<input type="checkbox" name="attr_spelltypeheal" class="sheet-spelltypetab sheet-spelltypeheal" value="1"/><span class="sheet-spelltypetab sheet-spelltypeheal">Healing</span> |
<input type="checkbox" name="attr_spelltypeeffects" class="sheet-spelltypetab sheet-spelltypeeffects" value="1"/><span class="sheet-spelltypetab sheet-spelltypeeffects">Effects</span>
<span class="sheet-spacer"></span>
<div class="sheet-spell-type-advanced">
<div class="sheet-row">
<div class="sheet-col-1-2 sheet-vert-bottom sheet-center sheet-small-label">Spell Description</div>
<div class="sheet-col-1-2 sheet-vert-bottom sheet-center sheet-small-label">Spell Mechanics/Flavour</div>
</div>
<div class="sheet-row">
<div class="sheet-col-1-2 sheet-small-label sheet-center"><textarea class="sheet-medium-textarea" name="attr_spell_description"></textarea></div>
<div class="sheet-col-1-2 sheet-small-label sheet-center"><textarea name="attr_spell_mechanics" class="sheet-medium-textarea"></textarea></div>
</div>
</div>
<div class="sheet-spell-type-attack">
<div class="sheet-row">
<div class="sheet-col-7-12 sheet-offset-1-12 sheet-vert-bottom sheet-center sheet-small-label">Attack Macro</div>
<div class="sheet-col-1-4 sheet-vert-bottom sheet-center sheet-small-label">Threshold</div>
</div>
<div class="sheet-row">
<div class="sheet-col-7-12 sheet-offset-1-12 sheet-padr sheet-border-right"><input type="text" class="sheet-center" name="attr_spellattackroll" value="[[[[@{fire_points}]]+1d100cs>101]]"></div>
<div class="sheet-col-1-4 sheet-padl"><input type="text" class="sheet-center" name="attr_spellthreshold" value="Water"></div>
</div>
</div>
<div class="sheet-spell-type-damage">
<div class="sheet-row">
<div class="sheet-offset-1-12 sheet-col-1-2 sheet-vert-bottom sheet-center sheet-small-label">Damage Macro</div>
<div class="sheet-col-1-3 sheet-vert-bottom sheet-center sheet-small-label">Damage Type</div>
</div>
<div class="sheet-row">
<div class="sheet-offset-1-12 sheet-col-1-2 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_spelldamage" value="[[5*[[@{fire}]]]]"></div>
<div class="sheet-col-1-3 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_spelldamagetype" value="None"></div>
</div>
</div>
<div class="sheet-spell-type-heal">
<div class="sheet-row">
<div class="sheet-col-1-2 sheet-offset-1-12 sheet-vert-bottom sheet-center sheet-small-label">Heal Macro</div>
<div class="sheet-col-1-3 sheet-vert-bottom sheet-center sheet-small-label">Status Cancelled</div>
</div>
<div class="sheet-row">
<div class="sheet-col-1-2 sheet-offset-1-12 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_spellhealmacro" value="[[5*[[@{fire}]]]]"></div>
<div class="sheet-col-1-3 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_spellstatuscancel" value="None"></div>
</div>
</div>
<div class="sheet-spell-type-effects">
<div class="sheet-row">
<div class="sheet-offset-1-12 sheet-col-5-6 sheet-vert-bottom sheet-center sheet-small-label">Special</div>
</div>
<div class="sheet-row">
<div class="sheet-offset-1-12 sheet-col-5-6 sheet-small-label sheet-center"><textarea class="sheet-medium-textarea" name="attr_spellspecial"></textarea></div>
</div>
<div class="sheet-row">
<div class="sheet-offset-1-12 sheet-col-1-4 sheet-vert-bottom sheet-center sheet-small-label">Name</div>
<div class="sheet-col-1-2 sheet-vert-bottom sheet-center sheet-small-label">Effect Note</div>
<div class="sheet-col-1-12 sheet-vert-bottom sheet-center sheet-small-label">Duration</div>
</div>
<div class="sheet-row">
<div class="sheet-offset-1-12 sheet-col-1-4 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_spelleffectname1" value="None"></div>
<div class="sheet-col-1-2 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_spelleffect1" value="None"></div>
<div class="sheet-col-1-12 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_spelleffectduration1" value="∞"></div>
</div>
<div class="sheet-row">
<div class="sheet-offset-1-12 sheet-col-1-4 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_spelleffectname2" value="None"></div>
<div class="sheet-col-1-2 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_spelleffect2" value="None"></div>
<div class="sheet-col-1-12 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_spelleffectduration2" value="∞"></div>
</div>
<div class="sheet-row">
<div class="sheet-offset-1-12 sheet-col-1-4 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_spelleffectname3" value="None"></div>
<div class="sheet-col-1-2 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_spelleffect3" value="None"></div>
<div class="sheet-col-1-12 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_spelleffectduration3" value="∞"></div>
</div>
<div class="sheet-row">
<div class="sheet-offset-1-12 sheet-col-1-4 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_spelleffectname4" value="None"></div>
<div class="sheet-col-1-2 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_spelleffect4" value="None"></div>
<div class="sheet-col-1-12 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_spelleffectduration4" value="∞"></div>
</div>
</div>
</div>
</fieldset>
</div>
<!-- END spell page --> <!-- BEGIN new spell page -->
<div class="sheet-spell-page6">
<fieldset class="repeating_spellbook7">
<!-- BEGIN spell row -->
<div class="sheet-margin-bottom sheet-padr sheet-padl">
<div class="sheet-row">
<div class="sheet-offset-1-8 sheet-col-1-3 sheet-center sheet-small-label sheet-vert-bottom">Name</div>
<div class="sheet-col-1-6 sheet-center sheet-small-label sheet-vert-bottom">Spell Class</div>
<div class="sheet-col-1-6 sheet-vert-bottom sheet-center sheet-small-label">Spell Type</div>
<div class="sheet-col-1-12 sheet-offset-1-12 sheet-center sheet-small-label sheet-vert-bottom">Macro</div>
</div>
<div class="sheet-row">
<div class="sheet-offset-1-8 sheet-col-1-3 sheet-center"><input type="text" class="sheet-center" name="attr_spell_name"></div>
<div class="sheet-col-1-6">
<select name="attr_spellclass">
<option value="Not set" selected="selected">---</option>
<option value="Black Magic">Black Magic</option>
<option value="White Magic">White Magic</option>
<option value="Time Magic">Time Magic</option>
<option value="Blue Magic">Blue Magic</option>
<option value="Other Magic">Other Magic</option>
<option value="Summoning">Summoning</option>
<option value="Geomancy">Geomancy</option>
<option value="Performances">Performances</option>
</select>
</div>
<div class="sheet-col-1-6 sheet-center"><input type="text" class="sheet-center" name="attr_spell_type" value="Elemental • Fire"></div>
<input type="hidden" name="attr_spell" value="&{template:FFRPG} {{title=@{spell_name}}} {{subheader=@{character_name}}} {{subheaderright=@{spell_type} Spell}} {{emote=@{spell_description}}} @{spellmacrooptions}">
<div class="sheet-col-1-12 sheet-offset-1-12 sheet-center"><button type="roll" class="sheet-roll" name="roll_cast" value="@{spell}" >Cast</button></div>
</div>
<div class="sheet-row">
<div class="sheet-col-1-6 sheet-offset-1-4 sheet-vert-bottom sheet-center sheet-small-label">Target</div>
<div class="sheet-col-1-12 sheet-vert-bottom sheet-center sheet-small-label">AOE</div>
<div class="sheet-col-1-8 sheet-vert-bottom sheet-center sheet-small-label">Reflect?</div>
<div class="sheet-col-1-12 sheet-vert-bottom sheet-center sheet-small-label">MP Cost</div>
<div class="sheet-col-1-12 sheet-offset-1-6 sheet-vert-bottom sheet-center sheet-small-label">Show Info</div>
</div>
<div class="sheet-row">
<div class="sheet-col-1-6 sheet-offset-1-4">
<select name="attr_spelltarget">
<option value="Not set" selected="selected">---</option>
<option value="Self">Self</option>
<option value="Enemy">Enemy</option>
<option value="Ally">Ally</option>
<option value="Unfocused">Unfocused</option>
<option value="All">All</option>
<option value="Random Enemy">Random Enemy</option>
<option value="Random Ally">Random Ally</option>
<option value="Random All">Random All</option>
</select>
</div>
<div class="sheet-col-1-12">
<select name="attr_spellaoe">
<option value="Single" selected="selected">Single</option>
<option value="Group">Group</option>
</select>
</div>
<div class="sheet-col-1-8">
<select name="attr_spellreflect">
<option value="Yes" selected="selected">Yes</option>
<option value="No">No</option>
</select>
</div>
<div class="sheet-col-1-12"><input type="number" name="attr_spellmpcost" value="0" min="0" step="1"/></div>
<div class="sheet-col-1-12 sheet-offset-1-6 sheet-center"><input type="checkbox" name="attr_spellshowinfo" value="{{spellshowinfo=1}} {{spelltarget=@{spelltarget}}} {{spellaoe=@{spellaoe}}} {{spellreflect=@{spellreflect}}} {{spellmpcost=@{spellmpcost}}}" /></div>
</div>
<div class="sheet-row sheet-padb sheet-spell-macro-output-options">
<div class="sheet-col-1-8 sheet-vert-middle sheet-small-label sheet-padl">Macro Display Options</div>
<div class="sheet-col-1-12 sheet-center sheet-small-label">Attack Roll<br/><input type="checkbox" name="attr_spellshowattack" value="{{spellshowattack=1}} {{spellrange=Ranged}} {{spellattack=@{spellattackroll} vs @{spellthreshold}}}" /></div>
<div class="sheet-col-1-12 sheet-center sheet-small-label">Damage<br/><input type="checkbox" name="attr_spellshowdamage" value="{{spellshowdamage=1}} {{spelldamage=@{spelldamage} @{spelldamagetype}}}" /></div>
<div class="sheet-col-1-12 sheet-center sheet-small-label">Healing<br/><input type="checkbox" name="attr_spellshowhealing" value="{{spellshowhealing=1}} {{spellhealing=@{spellhealmacro}}}" /></div>
<div class="sheet-col-1-12 sheet-center sheet-small-label">St Cancel<br/><input type="checkbox" name="attr_spellshowstatuscancel" value="{{spellshowstatuscancel=1}} {{spellstatuscancel=@{spellstatuscancel}}}" /></div>
<div class="sheet-col-1-12 sheet-center sheet-small-label">Special<br/><input type="checkbox" name="attr_spellshowspecial" value="{{spellshowspecial=1}} {{spellspecial=@{spellspecial}}}" /></div>
<div class="sheet-col-1-12 sheet-center sheet-small-label">Effect 1<br/><input type="checkbox" name="attr_spellshoweffect1" value="{{spellshoweffect1=1}} {{spelleffectname1=@{spelleffectname1}}} {{spelleffectduration1=@{spelleffectduration1}}} {{spelleffectnote1=@{spelleffect1}}}" /></div>
<div class="sheet-col-1-12 sheet-center sheet-small-label">Effect 2<br/><input type="checkbox" name="attr_spellshoweffect2" value="{{spellshoweffect2=1}} {{spelleffectname2=@{spelleffectname2}}} {{spelleffectduration2=@{spelleffectduration2}}} {{spelleffectnote2=@{spelleffect2}}}" /></div>
<div class="sheet-col-1-12 sheet-center sheet-small-label">Effect 3<br/><input type="checkbox" name="attr_spellshoweffect3" value="{{spellshoweffect3=1}} {{spelleffectname3=@{spelleffectname3}}} {{spelleffectduration3=@{spelleffectduration3}}} {{spelleffectnote3=@{spelleffect3}}}" /></div>
<div class="sheet-col-1-12 sheet-center sheet-small-label">Effect 4<br/><input type="checkbox" name="attr_spellshoweffect4" value="{{spellshoweffect4=1}} {{spelleffectname4=@{spelleffectname4}}} {{spelleffectduration4=@{spelleffectduration4}}} {{spelleffectnote4=@{spelleffect4}}}" /></div>
<input type="hidden" name="attr_spellmacrooptions" value="@{spellshowinfo} @{spellshowattack} @{spellshowdamage} @{spellshowhealing} @{spellshowstatuscancel} @{spellshowspecial} @{spellshoweffect1} @{spellshoweffect2} @{spellshoweffect3} @{spellshoweffect4}" />
</div>
<span class="sheet-spacer"></span>
<span class="sheet offset-1-12 sheet-small-label">Show :</span>
<input type="checkbox" name="attr_spelltypeadvanced" class="sheet-spelltypetab sheet-spelltypeadvanced" value="1"/><span class="sheet-spelltypetab sheet-spelltypeadvanced">Description</span> |
<input type="checkbox" name="attr_spelltypeattack" class="sheet-spelltypetab sheet-spelltypeattack" value="1"/><span class="sheet-spelltypetab sheet-spelltypeattack">Attack</span> |
<input type="checkbox" name="attr_spelltypdamage" class="sheet-spelltypetab sheet-spelltypedamage" value="1"/><span class="sheet-spelltypetab sheet-spelltypedamage">Damage</span> |
<input type="checkbox" name="attr_spelltypeheal" class="sheet-spelltypetab sheet-spelltypeheal" value="1"/><span class="sheet-spelltypetab sheet-spelltypeheal">Healing</span> |
<input type="checkbox" name="attr_spelltypeeffects" class="sheet-spelltypetab sheet-spelltypeeffects" value="1"/><span class="sheet-spelltypetab sheet-spelltypeeffects">Effects</span>
<span class="sheet-spacer"></span>
<div class="sheet-spell-type-advanced">
<div class="sheet-row">
<div class="sheet-col-1-2 sheet-vert-bottom sheet-center sheet-small-label">Spell Description</div>
<div class="sheet-col-1-2 sheet-vert-bottom sheet-center sheet-small-label">Spell Mechanics/Flavour</div>
</div>
<div class="sheet-row">
<div class="sheet-col-1-2 sheet-small-label sheet-center"><textarea class="sheet-medium-textarea" name="attr_spell_description"></textarea></div>
<div class="sheet-col-1-2 sheet-small-label sheet-center"><textarea name="attr_spell_mechanics" class="sheet-medium-textarea"></textarea></div>
</div>
</div>
<div class="sheet-spell-type-attack">
<div class="sheet-row">
<div class="sheet-col-7-12 sheet-offset-1-12 sheet-vert-bottom sheet-center sheet-small-label">Attack Macro</div>
<div class="sheet-col-1-4 sheet-vert-bottom sheet-center sheet-small-label">Threshold</div>
</div>
<div class="sheet-row">
<div class="sheet-col-7-12 sheet-offset-1-12 sheet-padr sheet-border-right"><input type="text" class="sheet-center" name="attr_spellattackroll" value="[[[[@{fire_points}]]+1d100cs>101]]"></div>
<div class="sheet-col-1-4 sheet-padl"><input type="text" class="sheet-center" name="attr_spellthreshold" value="Water"></div>
</div>
</div>
<div class="sheet-spell-type-damage">
<div class="sheet-row">
<div class="sheet-offset-1-12 sheet-col-1-2 sheet-vert-bottom sheet-center sheet-small-label">Damage Macro</div>
<div class="sheet-col-1-3 sheet-vert-bottom sheet-center sheet-small-label">Damage Type</div>
</div>
<div class="sheet-row">
<div class="sheet-offset-1-12 sheet-col-1-2 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_spelldamage" value="[[5*[[@{fire}]]]]"></div>
<div class="sheet-col-1-3 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_spelldamagetype" value="None"></div>
</div>
</div>
<div class="sheet-spell-type-heal">
<div class="sheet-row">
<div class="sheet-col-1-2 sheet-offset-1-12 sheet-vert-bottom sheet-center sheet-small-label">Heal Macro</div>
<div class="sheet-col-1-3 sheet-vert-bottom sheet-center sheet-small-label">Status Cancelled</div>
</div>
<div class="sheet-row">
<div class="sheet-col-1-2 sheet-offset-1-12 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_spellhealmacro" value="[[5*[[@{fire}]]]]"></div>
<div class="sheet-col-1-3 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_spellstatuscancel" value="None"></div>
</div>
</div>
<div class="sheet-spell-type-effects">
<div class="sheet-row">
<div class="sheet-offset-1-12 sheet-col-5-6 sheet-vert-bottom sheet-center sheet-small-label">Special</div>
</div>
<div class="sheet-row">
<div class="sheet-offset-1-12 sheet-col-5-6 sheet-small-label sheet-center"><textarea class="sheet-medium-textarea" name="attr_spellspecial"></textarea></div>
</div>
<div class="sheet-row">
<div class="sheet-offset-1-12 sheet-col-1-4 sheet-vert-bottom sheet-center sheet-small-label">Name</div>
<div class="sheet-col-1-2 sheet-vert-bottom sheet-center sheet-small-label">Effect Note</div>
<div class="sheet-col-1-12 sheet-vert-bottom sheet-center sheet-small-label">Duration</div>
</div>
<div class="sheet-row">
<div class="sheet-offset-1-12 sheet-col-1-4 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_spelleffectname1" value="None"></div>
<div class="sheet-col-1-2 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_spelleffect1" value="None"></div>
<div class="sheet-col-1-12 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_spelleffectduration1" value="∞"></div>
</div>
<div class="sheet-row">
<div class="sheet-offset-1-12 sheet-col-1-4 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_spelleffectname2" value="None"></div>
<div class="sheet-col-1-2 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_spelleffect2" value="None"></div>
<div class="sheet-col-1-12 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_spelleffectduration2" value="∞"></div>
</div>
<div class="sheet-row">
<div class="sheet-offset-1-12 sheet-col-1-4 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_spelleffectname3" value="None"></div>
<div class="sheet-col-1-2 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_spelleffect3" value="None"></div>
<div class="sheet-col-1-12 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_spelleffectduration3" value="∞"></div>
</div>
<div class="sheet-row">
<div class="sheet-offset-1-12 sheet-col-1-4 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_spelleffectname4" value="None"></div>
<div class="sheet-col-1-2 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_spelleffect4" value="None"></div>
<div class="sheet-col-1-12 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_spelleffectduration4" value="∞"></div>
</div>
</div>
</div>
</fieldset>
</div>
<!-- END spell page --> <!-- BEGIN new spell page -->
<div class="sheet-spell-page7">
<fieldset class="repeating_spellbook8">
<!-- BEGIN spell row -->
<div class="sheet-margin-bottom sheet-padr sheet-padl">
<div class="sheet-row">
<div class="sheet-offset-1-8 sheet-col-1-3 sheet-center sheet-small-label sheet-vert-bottom">Name</div>
<div class="sheet-col-1-6 sheet-center sheet-small-label sheet-vert-bottom">Spell Class</div>
<div class="sheet-col-1-6 sheet-vert-bottom sheet-center sheet-small-label">Spell Type</div>
<div class="sheet-col-1-12 sheet-offset-1-12 sheet-center sheet-small-label sheet-vert-bottom">Macro</div>
</div>
<div class="sheet-row">
<div class="sheet-offset-1-8 sheet-col-1-3 sheet-center"><input type="text" class="sheet-center" name="attr_spell_name"></div>
<div class="sheet-col-1-6">
<select name="attr_spellclass">
<option value="Not set" selected="selected">---</option>
<option value="Black Magic">Black Magic</option>
<option value="White Magic">White Magic</option>
<option value="Time Magic">Time Magic</option>
<option value="Blue Magic">Blue Magic</option>
<option value="Other Magic">Other Magic</option>
<option value="Summoning">Summoning</option>
<option value="Geomancy">Geomancy</option>
<option value="Performances">Performances</option>
</select>
</div>
<div class="sheet-col-1-6 sheet-center"><input type="text" class="sheet-center" name="attr_spell_type" value="Elemental • Fire"></div>
<input type="hidden" name="attr_spell" value="&{template:FFRPG} {{title=@{spell_name}}} {{subheader=@{character_name}}} {{subheaderright=@{spell_type} Spell}} {{emote=@{spell_description}}} @{spellmacrooptions}">
<div class="sheet-col-1-12 sheet-offset-1-12 sheet-center"><button type="roll" class="sheet-roll" name="roll_cast" value="@{spell}" >Cast</button></div>
</div>
<div class="sheet-row">
<div class="sheet-col-1-6 sheet-offset-1-4 sheet-vert-bottom sheet-center sheet-small-label">Target</div>
<div class="sheet-col-1-12 sheet-vert-bottom sheet-center sheet-small-label">AOE</div>
<div class="sheet-col-1-8 sheet-vert-bottom sheet-center sheet-small-label">Reflect?</div>
<div class="sheet-col-1-12 sheet-vert-bottom sheet-center sheet-small-label">MP Cost</div>
<div class="sheet-col-1-12 sheet-offset-1-6 sheet-vert-bottom sheet-center sheet-small-label">Show Info</div>
</div>
<div class="sheet-row">
<div class="sheet-col-1-6 sheet-offset-1-4">
<select name="attr_spelltarget">
<option value="Not set" selected="selected">---</option>
<option value="Self">Self</option>
<option value="Enemy">Enemy</option>
<option value="Ally">Ally</option>
<option value="Unfocused">Unfocused</option>
<option value="All">All</option>
<option value="Random Enemy">Random Enemy</option>
<option value="Random Ally">Random Ally</option>
<option value="Random All">Random All</option>
</select>
</div>
<div class="sheet-col-1-12">
<select name="attr_spellaoe">
<option value="Single" selected="selected">Single</option>
<option value="Group">Group</option>
</select>
</div>
<div class="sheet-col-1-8">
<select name="attr_spellreflect">
<option value="Yes" selected="selected">Yes</option>
<option value="No">No</option>
</select>
</div>
<div class="sheet-col-1-12"><input type="number" name="attr_spellmpcost" value="0" min="0" step="1"/></div>
<div class="sheet-col-1-12 sheet-offset-1-6 sheet-center"><input type="checkbox" name="attr_spellshowinfo" value="{{spellshowinfo=1}} {{spelltarget=@{spelltarget}}} {{spellaoe=@{spellaoe}}} {{spellreflect=@{spellreflect}}} {{spellmpcost=@{spellmpcost}}}" /></div>
</div>
<div class="sheet-row sheet-padb sheet-spell-macro-output-options">
<div class="sheet-col-1-8 sheet-vert-middle sheet-small-label sheet-padl">Macro Display Options</div>
<div class="sheet-col-1-12 sheet-center sheet-small-label">Attack Roll<br/><input type="checkbox" name="attr_spellshowattack" value="{{spellshowattack=1}} {{spellrange=Ranged}} {{spellattack=@{spellattackroll} vs @{spellthreshold}}}" /></div>
<div class="sheet-col-1-12 sheet-center sheet-small-label">Damage<br/><input type="checkbox" name="attr_spellshowdamage" value="{{spellshowdamage=1}} {{spelldamage=@{spelldamage} @{spelldamagetype}}}" /></div>
<div class="sheet-col-1-12 sheet-center sheet-small-label">Healing<br/><input type="checkbox" name="attr_spellshowhealing" value="{{spellshowhealing=1}} {{spellhealing=@{spellhealmacro}}}" /></div>
<div class="sheet-col-1-12 sheet-center sheet-small-label">St Cancel<br/><input type="checkbox" name="attr_spellshowstatuscancel" value="{{spellshowstatuscancel=1}} {{spellstatuscancel=@{spellstatuscancel}}}" /></div>
<div class="sheet-col-1-12 sheet-center sheet-small-label">Special<br/><input type="checkbox" name="attr_spellshowspecial" value="{{spellshowspecial=1}} {{spellspecial=@{spellspecial}}}" /></div>
<div class="sheet-col-1-12 sheet-center sheet-small-label">Effect 1<br/><input type="checkbox" name="attr_spellshoweffect1" value="{{spellshoweffect1=1}} {{spelleffectname1=@{spelleffectname1}}} {{spelleffectduration1=@{spelleffectduration1}}} {{spelleffectnote1=@{spelleffect1}}}" /></div>
<div class="sheet-col-1-12 sheet-center sheet-small-label">Effect 2<br/><input type="checkbox" name="attr_spellshoweffect2" value="{{spellshoweffect2=1}} {{spelleffectname2=@{spelleffectname2}}} {{spelleffectduration2=@{spelleffectduration2}}} {{spelleffectnote2=@{spelleffect2}}}" /></div>
<div class="sheet-col-1-12 sheet-center sheet-small-label">Effect 3<br/><input type="checkbox" name="attr_spellshoweffect3" value="{{spellshoweffect3=1}} {{spelleffectname3=@{spelleffectname3}}} {{spelleffectduration3=@{spelleffectduration3}}} {{spelleffectnote3=@{spelleffect3}}}" /></div>
<div class="sheet-col-1-12 sheet-center sheet-small-label">Effect 4<br/><input type="checkbox" name="attr_spellshoweffect4" value="{{spellshoweffect4=1}} {{spelleffectname4=@{spelleffectname4}}} {{spelleffectduration4=@{spelleffectduration4}}} {{spelleffectnote4=@{spelleffect4}}}" /></div>
<input type="hidden" name="attr_spellmacrooptions" value="@{spellshowinfo} @{spellshowattack} @{spellshowdamage} @{spellshowhealing} @{spellshowstatuscancel} @{spellshowspecial} @{spellshoweffect1} @{spellshoweffect2} @{spellshoweffect3} @{spellshoweffect4}" />
</div>
<span class="sheet-spacer"></span>
<span class="sheet offset-1-12 sheet-small-label">Show :</span>
<input type="checkbox" name="attr_spelltypeadvanced" class="sheet-spelltypetab sheet-spelltypeadvanced" value="1"/><span class="sheet-spelltypetab sheet-spelltypeadvanced">Description</span> |
<input type="checkbox" name="attr_spelltypeattack" class="sheet-spelltypetab sheet-spelltypeattack" value="1"/><span class="sheet-spelltypetab sheet-spelltypeattack">Attack</span> |
<input type="checkbox" name="attr_spelltypdamage" class="sheet-spelltypetab sheet-spelltypedamage" value="1"/><span class="sheet-spelltypetab sheet-spelltypedamage">Damage</span> |
<input type="checkbox" name="attr_spelltypeheal" class="sheet-spelltypetab sheet-spelltypeheal" value="1"/><span class="sheet-spelltypetab sheet-spelltypeheal">Healing</span> |
<input type="checkbox" name="attr_spelltypeeffects" class="sheet-spelltypetab sheet-spelltypeeffects" value="1"/><span class="sheet-spelltypetab sheet-spelltypeeffects">Effects</span>
<span class="sheet-spacer"></span>
<div class="sheet-spell-type-advanced">
<div class="sheet-row">
<div class="sheet-col-1-2 sheet-vert-bottom sheet-center sheet-small-label">Spell Description</div>
<div class="sheet-col-1-2 sheet-vert-bottom sheet-center sheet-small-label">Spell Mechanics/Flavour</div>
</div>
<div class="sheet-row">
<div class="sheet-col-1-2 sheet-small-label sheet-center"><textarea class="sheet-medium-textarea" name="attr_spell_description"></textarea></div>
<div class="sheet-col-1-2 sheet-small-label sheet-center"><textarea name="attr_spell_mechanics" class="sheet-medium-textarea"></textarea></div>
</div>
</div>
<div class="sheet-spell-type-attack">
<div class="sheet-row">
<div class="sheet-col-7-12 sheet-offset-1-12 sheet-vert-bottom sheet-center sheet-small-label">Attack Macro</div>
<div class="sheet-col-1-4 sheet-vert-bottom sheet-center sheet-small-label">Threshold</div>
</div>
<div class="sheet-row">
<div class="sheet-col-7-12 sheet-offset-1-12 sheet-padr sheet-border-right"><input type="text" class="sheet-center" name="attr_spellattackroll" value="[[[[@{fire_points}]]+1d100cs>101]]"></div>
<div class="sheet-col-1-4 sheet-padl"><input type="text" class="sheet-center" name="attr_spellthreshold" value="Water"></div>
</div>
</div>
<div class="sheet-spell-type-damage">
<div class="sheet-row">
<div class="sheet-offset-1-12 sheet-col-1-2 sheet-vert-bottom sheet-center sheet-small-label">Damage Macro</div>
<div class="sheet-col-1-3 sheet-vert-bottom sheet-center sheet-small-label">Damage Type</div>
</div>
<div class="sheet-row">
<div class="sheet-offset-1-12 sheet-col-1-2 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_spelldamage" value="[[5*[[@{fire}]]]]"></div>
<div class="sheet-col-1-3 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_spelldamagetype" value="None"></div>
</div>
</div>
<div class="sheet-spell-type-heal">
<div class="sheet-row">
<div class="sheet-col-1-2 sheet-offset-1-12 sheet-vert-bottom sheet-center sheet-small-label">Heal Macro</div>
<div class="sheet-col-1-3 sheet-vert-bottom sheet-center sheet-small-label">Status Cancelled</div>
</div>
<div class="sheet-row">
<div class="sheet-col-1-2 sheet-offset-1-12 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_spellhealmacro" value="[[5*[[@{fire}]]]]"></div>
<div class="sheet-col-1-3 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_spellstatuscancel" value="None"></div>
</div>
</div>
<div class="sheet-spell-type-effects">
<div class="sheet-row">
<div class="sheet-offset-1-12 sheet-col-5-6 sheet-vert-bottom sheet-center sheet-small-label">Special</div>
</div>
<div class="sheet-row">
<div class="sheet-offset-1-12 sheet-col-5-6 sheet-small-label sheet-center"><textarea class="sheet-medium-textarea" name="attr_spellspecial"></textarea></div>
</div>
<div class="sheet-row">
<div class="sheet-offset-1-12 sheet-col-1-4 sheet-vert-bottom sheet-center sheet-small-label">Name</div>
<div class="sheet-col-1-2 sheet-vert-bottom sheet-center sheet-small-label">Effect Note</div>
<div class="sheet-col-1-12 sheet-vert-bottom sheet-center sheet-small-label">Duration</div>
</div>
<div class="sheet-row">
<div class="sheet-offset-1-12 sheet-col-1-4 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_spelleffectname1" value="None"></div>
<div class="sheet-col-1-2 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_spelleffect1" value="None"></div>
<div class="sheet-col-1-12 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_spelleffectduration1" value="∞"></div>
</div>
<div class="sheet-row">
<div class="sheet-offset-1-12 sheet-col-1-4 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_spelleffectname2" value="None"></div>
<div class="sheet-col-1-2 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_spelleffect2" value="None"></div>
<div class="sheet-col-1-12 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_spelleffectduration2" value="∞"></div>
</div>
<div class="sheet-row">
<div class="sheet-offset-1-12 sheet-col-1-4 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_spelleffectname3" value="None"></div>
<div class="sheet-col-1-2 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_spelleffect3" value="None"></div>
<div class="sheet-col-1-12 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_spelleffectduration3" value="∞"></div>
</div>
<div class="sheet-row">
<div class="sheet-offset-1-12 sheet-col-1-4 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_spelleffectname4" value="None"></div>
<div class="sheet-col-1-2 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_spelleffect4" value="None"></div>
<div class="sheet-col-1-12 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_spelleffectduration4" value="∞"></div>
</div>
</div>
</div>
</fieldset>
</div>
<!-- END spell page --> <!-- BEGIN new spell page -->
<div class="sheet-spell-page8">
<fieldset class="repeating_spellbook9">
<!-- BEGIN spell row -->
<div class="sheet-margin-bottom sheet-padr sheet-padl">
<div class="sheet-row">
<div class="sheet-offset-1-8 sheet-col-1-3 sheet-center sheet-small-label sheet-vert-bottom">Name</div>
<div class="sheet-col-1-6 sheet-center sheet-small-label sheet-vert-bottom">Spell Class</div>
<div class="sheet-col-1-6 sheet-vert-bottom sheet-center sheet-small-label">Spell Type</div>
<div class="sheet-col-1-12 sheet-offset-1-12 sheet-center sheet-small-label sheet-vert-bottom">Macro</div>
</div>
<div class="sheet-row">
<div class="sheet-offset-1-8 sheet-col-1-3 sheet-center"><input type="text" class="sheet-center" name="attr_spell_name"></div>
<div class="sheet-col-1-6">
<select name="attr_spellclass">
<option value="Not set" selected="selected">---</option>
<option value="Black Magic">Black Magic</option>
<option value="White Magic">White Magic</option>
<option value="Time Magic">Time Magic</option>
<option value="Blue Magic">Blue Magic</option>
<option value="Other Magic">Other Magic</option>
<option value="Summoning">Summoning</option>
<option value="Geomancy">Geomancy</option>
<option value="Performances">Performances</option>
</select>
</div>
<div class="sheet-col-1-6 sheet-center"><input type="text" class="sheet-center" name="attr_spell_type" value="Elemental • Fire"></div>
<input type="hidden" name="attr_spell" value="&{template:FFRPG} {{title=@{spell_name}}} {{subheader=@{character_name}}} {{subheaderright=@{spell_type} Spell}} {{emote=@{spell_description}}} @{spellmacrooptions}">
<div class="sheet-col-1-12 sheet-offset-1-12 sheet-center"><button type="roll" class="sheet-roll" name="roll_cast" value="@{spell}" >Cast</button></div>
</div>
<div class="sheet-row">
<div class="sheet-col-1-6 sheet-offset-1-4 sheet-vert-bottom sheet-center sheet-small-label">Target</div>
<div class="sheet-col-1-12 sheet-vert-bottom sheet-center sheet-small-label">AOE</div>
<div class="sheet-col-1-8 sheet-vert-bottom sheet-center sheet-small-label">Reflect?</div>
<div class="sheet-col-1-12 sheet-vert-bottom sheet-center sheet-small-label">MP Cost</div>
<div class="sheet-col-1-12 sheet-offset-1-6 sheet-vert-bottom sheet-center sheet-small-label">Show Info</div>
</div>
<div class="sheet-row">
<div class="sheet-col-1-6 sheet-offset-1-4">
<select name="attr_spelltarget">
<option value="Not set" selected="selected">---</option>
<option value="Self">Self</option>
<option value="Enemy">Enemy</option>
<option value="Ally">Ally</option>
<option value="Unfocused">Unfocused</option>
<option value="All">All</option>
<option value="Random Enemy">Random Enemy</option>
<option value="Random Ally">Random Ally</option>
<option value="Random All">Random All</option>
</select>
</div>
<div class="sheet-col-1-12">
<select name="attr_spellaoe">
<option value="Single" selected="selected">Single</option>
<option value="Group">Group</option>
</select>
</div>
<div class="sheet-col-1-8">
<select name="attr_spellreflect">
<option value="Yes" selected="selected">Yes</option>
<option value="No">No</option>
</select>
</div>
<div class="sheet-col-1-12"><input type="number" name="attr_spellmpcost" value="0" min="0" step="1"/></div>
<div class="sheet-col-1-12 sheet-offset-1-6 sheet-center"><input type="checkbox" name="attr_spellshowinfo" value="{{spellshowinfo=1}} {{spelltarget=@{spelltarget}}} {{spellaoe=@{spellaoe}}} {{spellreflect=@{spellreflect}}} {{spellmpcost=@{spellmpcost}}}" /></div>
</div>
<div class="sheet-row sheet-padb sheet-spell-macro-output-options">
<div class="sheet-col-1-8 sheet-vert-middle sheet-small-label sheet-padl">Macro Display Options</div>
<div class="sheet-col-1-12 sheet-center sheet-small-label">Attack Roll<br/><input type="checkbox" name="attr_spellshowattack" value="{{spellshowattack=1}} {{spellrange=Ranged}} {{spellattack=@{spellattackroll} vs @{spellthreshold}}}" /></div>
<div class="sheet-col-1-12 sheet-center sheet-small-label">Damage<br/><input type="checkbox" name="attr_spellshowdamage" value="{{spellshowdamage=1}} {{spelldamage=@{spelldamage} @{spelldamagetype}}}" /></div>
<div class="sheet-col-1-12 sheet-center sheet-small-label">Healing<br/><input type="checkbox" name="attr_spellshowhealing" value="{{spellshowhealing=1}} {{spellhealing=@{spellhealmacro}}}" /></div>
<div class="sheet-col-1-12 sheet-center sheet-small-label">St Cancel<br/><input type="checkbox" name="attr_spellshowstatuscancel" value="{{spellshowstatuscancel=1}} {{spellstatuscancel=@{spellstatuscancel}}}" /></div>
<div class="sheet-col-1-12 sheet-center sheet-small-label">Special<br/><input type="checkbox" name="attr_spellshowspecial" value="{{spellshowspecial=1}} {{spellspecial=@{spellspecial}}}" /></div>
<div class="sheet-col-1-12 sheet-center sheet-small-label">Effect 1<br/><input type="checkbox" name="attr_spellshoweffect1" value="{{spellshoweffect1=1}} {{spelleffectname1=@{spelleffectname1}}} {{spelleffectduration1=@{spelleffectduration1}}} {{spelleffectnote1=@{spelleffect1}}}" /></div>
<div class="sheet-col-1-12 sheet-center sheet-small-label">Effect 2<br/><input type="checkbox" name="attr_spellshoweffect2" value="{{spellshoweffect2=1}} {{spelleffectname2=@{spelleffectname2}}} {{spelleffectduration2=@{spelleffectduration2}}} {{spelleffectnote2=@{spelleffect2}}}" /></div>
<div class="sheet-col-1-12 sheet-center sheet-small-label">Effect 3<br/><input type="checkbox" name="attr_spellshoweffect3" value="{{spellshoweffect3=1}} {{spelleffectname3=@{spelleffectname3}}} {{spelleffectduration3=@{spelleffectduration3}}} {{spelleffectnote3=@{spelleffect3}}}" /></div>
<div class="sheet-col-1-12 sheet-center sheet-small-label">Effect 4<br/><input type="checkbox" name="attr_spellshoweffect4" value="{{spellshoweffect4=1}} {{spelleffectname4=@{spelleffectname4}}} {{spelleffectduration4=@{spelleffectduration4}}} {{spelleffectnote4=@{spelleffect4}}}" /></div>
<input type="hidden" name="attr_spellmacrooptions" value="@{spellshowinfo} @{spellshowattack} @{spellshowdamage} @{spellshowhealing} @{spellshowstatuscancel} @{spellshowspecial} @{spellshoweffect1} @{spellshoweffect2} @{spellshoweffect3} @{spellshoweffect4}" />
</div>
<span class="sheet-spacer"></span>
<span class="sheet offset-1-12 sheet-small-label">Show :</span>
<input type="checkbox" name="attr_spelltypeadvanced" class="sheet-spelltypetab sheet-spelltypeadvanced" value="1"/><span class="sheet-spelltypetab sheet-spelltypeadvanced">Description</span> |
<input type="checkbox" name="attr_spelltypeattack" class="sheet-spelltypetab sheet-spelltypeattack" value="1"/><span class="sheet-spelltypetab sheet-spelltypeattack">Attack</span> |
<input type="checkbox" name="attr_spelltypdamage" class="sheet-spelltypetab sheet-spelltypedamage" value="1"/><span class="sheet-spelltypetab sheet-spelltypedamage">Damage</span> |
<input type="checkbox" name="attr_spelltypeheal" class="sheet-spelltypetab sheet-spelltypeheal" value="1"/><span class="sheet-spelltypetab sheet-spelltypeheal">Healing</span> |
<input type="checkbox" name="attr_spelltypeeffects" class="sheet-spelltypetab sheet-spelltypeeffects" value="1"/><span class="sheet-spelltypetab sheet-spelltypeeffects">Effects</span>
<span class="sheet-spacer"></span>
<div class="sheet-spell-type-advanced">
<div class="sheet-row">
<div class="sheet-col-1-2 sheet-vert-bottom sheet-center sheet-small-label">Spell Description</div>
<div class="sheet-col-1-2 sheet-vert-bottom sheet-center sheet-small-label">Spell Mechanics/Flavour</div>
</div>
<div class="sheet-row">
<div class="sheet-col-1-2 sheet-small-label sheet-center"><textarea class="sheet-medium-textarea" name="attr_spell_description"></textarea></div>
<div class="sheet-col-1-2 sheet-small-label sheet-center"><textarea name="attr_spell_mechanics" class="sheet-medium-textarea"></textarea></div>
</div>
</div>
<div class="sheet-spell-type-attack">
<div class="sheet-row">
<div class="sheet-col-7-12 sheet-offset-1-12 sheet-vert-bottom sheet-center sheet-small-label">Attack Macro</div>
<div class="sheet-col-1-4 sheet-vert-bottom sheet-center sheet-small-label">Threshold</div>
</div>
<div class="sheet-row">
<div class="sheet-col-7-12 sheet-offset-1-12 sheet-padr sheet-border-right"><input type="text" class="sheet-center" name="attr_spellattackroll" value="[[[[@{fire_points}]]+1d100cs>101]]"></div>
<div class="sheet-col-1-4 sheet-padl"><input type="text" class="sheet-center" name="attr_spellthreshold" value="Water"></div>
</div>
</div>
<div class="sheet-spell-type-damage">
<div class="sheet-row">
<div class="sheet-offset-1-12 sheet-col-1-2 sheet-vert-bottom sheet-center sheet-small-label">Damage Macro</div>
<div class="sheet-col-1-3 sheet-vert-bottom sheet-center sheet-small-label">Damage Type</div>
</div>
<div class="sheet-row">
<div class="sheet-offset-1-12 sheet-col-1-2 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_spelldamage" value="[[5*[[@{fire}]]]]"></div>
<div class="sheet-col-1-3 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_spelldamagetype" value="None"></div>
</div>
</div>
<div class="sheet-spell-type-heal">
<div class="sheet-row">
<div class="sheet-col-1-2 sheet-offset-1-12 sheet-vert-bottom sheet-center sheet-small-label">Heal Macro</div>
<div class="sheet-col-1-3 sheet-vert-bottom sheet-center sheet-small-label">Status Cancelled</div>
</div>
<div class="sheet-row">
<div class="sheet-col-1-2 sheet-offset-1-12 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_spellhealmacro" value="[[5*[[@{fire}]]]]"></div>
<div class="sheet-col-1-3 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_spellstatuscancel" value="None"></div>
</div>
</div>
<div class="sheet-spell-type-effects">
<div class="sheet-row">
<div class="sheet-offset-1-12 sheet-col-5-6 sheet-vert-bottom sheet-center sheet-small-label">Special</div>
</div>
<div class="sheet-row">
<div class="sheet-offset-1-12 sheet-col-5-6 sheet-small-label sheet-center"><textarea class="sheet-medium-textarea" name="attr_spellspecial"></textarea></div>
</div>
<div class="sheet-row">
<div class="sheet-offset-1-12 sheet-col-1-4 sheet-vert-bottom sheet-center sheet-small-label">Name</div>
<div class="sheet-col-1-2 sheet-vert-bottom sheet-center sheet-small-label">Effect Note</div>
<div class="sheet-col-1-12 sheet-vert-bottom sheet-center sheet-small-label">Duration</div>
</div>
<div class="sheet-row">
<div class="sheet-offset-1-12 sheet-col-1-4 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_spelleffectname1" value="None"></div>
<div class="sheet-col-1-2 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_spelleffect1" value="None"></div>
<div class="sheet-col-1-12 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_spelleffectduration1" value="∞"></div>
</div>
<div class="sheet-row">
<div class="sheet-offset-1-12 sheet-col-1-4 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_spelleffectname2" value="None"></div>
<div class="sheet-col-1-2 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_spelleffect2" value="None"></div>
<div class="sheet-col-1-12 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_spelleffectduration2" value="∞"></div>
</div>
<div class="sheet-row">
<div class="sheet-offset-1-12 sheet-col-1-4 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_spelleffectname3" value="None"></div>
<div class="sheet-col-1-2 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_spelleffect3" value="None"></div>
<div class="sheet-col-1-12 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_spelleffectduration3" value="∞"></div>
</div>
<div class="sheet-row">
<div class="sheet-offset-1-12 sheet-col-1-4 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_spelleffectname4" value="None"></div>
<div class="sheet-col-1-2 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_spelleffect4" value="None"></div>
<div class="sheet-col-1-12 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_spelleffectduration4" value="∞"></div>
</div>
</div>
</div>
</fieldset>
</div>
<!-- END spell page --> <!-- BEGIN new spell page -->
<div class="sheet-spell-page9">
<fieldset class="repeating_spellbook10">
<!-- BEGIN spell row -->
<div class="sheet-margin-bottom sheet-padr sheet-padl">
<div class="sheet-row">
<div class="sheet-offset-1-8 sheet-col-1-3 sheet-center sheet-small-label sheet-vert-bottom">Name</div>
<div class="sheet-col-1-6 sheet-center sheet-small-label sheet-vert-bottom">Spell Class</div>
<div class="sheet-col-1-6 sheet-vert-bottom sheet-center sheet-small-label">Spell Type</div>
<div class="sheet-col-1-12 sheet-offset-1-12 sheet-center sheet-small-label sheet-vert-bottom">Macro</div>
</div>
<div class="sheet-row">
<div class="sheet-offset-1-8 sheet-col-1-3 sheet-center"><input type="text" class="sheet-center" name="attr_spell_name"></div>
<div class="sheet-col-1-6">
<select name="attr_spellclass">
<option value="Not set" selected="selected">---</option>
<option value="Black Magic">Black Magic</option>
<option value="White Magic">White Magic</option>
<option value="Time Magic">Time Magic</option>
<option value="Blue Magic">Blue Magic</option>
<option value="Other Magic">Other Magic</option>
<option value="Summoning">Summoning</option>
<option value="Geomancy">Geomancy</option>
<option value="Performances">Performances</option>
</select>
</div>
<div class="sheet-col-1-6 sheet-center"><input type="text" class="sheet-center" name="attr_spell_type" value="Elemental • Fire"></div>
<input type="hidden" name="attr_spell" value="&{template:FFRPG} {{title=@{spell_name}}} {{subheader=@{character_name}}} {{subheaderright=@{spell_type} Spell}} {{emote=@{spell_description}}} @{spellmacrooptions}">
<div class="sheet-col-1-12 sheet-offset-1-12 sheet-center"><button type="roll" class="sheet-roll" name="roll_cast" value="@{spell}" >Cast</button></div>
</div>
<div class="sheet-row">
<div class="sheet-col-1-6 sheet-offset-1-4 sheet-vert-bottom sheet-center sheet-small-label">Target</div>
<div class="sheet-col-1-12 sheet-vert-bottom sheet-center sheet-small-label">AOE</div>
<div class="sheet-col-1-8 sheet-vert-bottom sheet-center sheet-small-label">Reflect?</div>
<div class="sheet-col-1-12 sheet-vert-bottom sheet-center sheet-small-label">MP Cost</div>
<div class="sheet-col-1-12 sheet-offset-1-6 sheet-vert-bottom sheet-center sheet-small-label">Show Info</div>
</div>
<div class="sheet-row">
<div class="sheet-col-1-6 sheet-offset-1-4">
<select name="attr_spelltarget">
<option value="Not set" selected="selected">---</option>
<option value="Self">Self</option>
<option value="Enemy">Enemy</option>
<option value="Ally">Ally</option>
<option value="Unfocused">Unfocused</option>
<option value="All">All</option>
<option value="Random Enemy">Random Enemy</option>
<option value="Random Ally">Random Ally</option>
<option value="Random All">Random All</option>
</select>
</div>
<div class="sheet-col-1-12">
<select name="attr_spellaoe">
<option value="Single" selected="selected">Single</option>
<option value="Group">Group</option>
</select>
</div>
<div class="sheet-col-1-8">
<select name="attr_spellreflect">
<option value="Yes" selected="selected">Yes</option>
<option value="No">No</option>
</select>
</div>
<div class="sheet-col-1-12"><input type="number" name="attr_spellmpcost" value="0" min="0" step="1"/></div>
<div class="sheet-col-1-12 sheet-offset-1-6 sheet-center"><input type="checkbox" name="attr_spellshowinfo" value="{{spellshowinfo=1}} {{spelltarget=@{spelltarget}}} {{spellaoe=@{spellaoe}}} {{spellreflect=@{spellreflect}}} {{spellmpcost=@{spellmpcost}}}" /></div>
</div>
<div class="sheet-row sheet-padb sheet-spell-macro-output-options">
<div class="sheet-col-1-8 sheet-vert-middle sheet-small-label sheet-padl">Macro Display Options</div>
<div class="sheet-col-1-12 sheet-center sheet-small-label">Attack Roll<br/><input type="checkbox" name="attr_spellshowattack" value="{{spellshowattack=1}} {{spellrange=Ranged}} {{spellattack=@{spellattackroll} vs @{spellthreshold}}}" /></div>
<div class="sheet-col-1-12 sheet-center sheet-small-label">Damage<br/><input type="checkbox" name="attr_spellshowdamage" value="{{spellshowdamage=1}} {{spelldamage=@{spelldamage} @{spelldamagetype}}}" /></div>
<div class="sheet-col-1-12 sheet-center sheet-small-label">Healing<br/><input type="checkbox" name="attr_spellshowhealing" value="{{spellshowhealing=1}} {{spellhealing=@{spellhealmacro}}}" /></div>
<div class="sheet-col-1-12 sheet-center sheet-small-label">St Cancel<br/><input type="checkbox" name="attr_spellshowstatuscancel" value="{{spellshowstatuscancel=1}} {{spellstatuscancel=@{spellstatuscancel}}}" /></div>
<div class="sheet-col-1-12 sheet-center sheet-small-label">Special<br/><input type="checkbox" name="attr_spellshowspecial" value="{{spellshowspecial=1}} {{spellspecial=@{spellspecial}}}" /></div>
<div class="sheet-col-1-12 sheet-center sheet-small-label">Effect 1<br/><input type="checkbox" name="attr_spellshoweffect1" value="{{spellshoweffect1=1}} {{spelleffectname1=@{spelleffectname1}}} {{spelleffectduration1=@{spelleffectduration1}}} {{spelleffectnote1=@{spelleffect1}}}" /></div>
<div class="sheet-col-1-12 sheet-center sheet-small-label">Effect 2<br/><input type="checkbox" name="attr_spellshoweffect2" value="{{spellshoweffect2=1}} {{spelleffectname2=@{spelleffectname2}}} {{spelleffectduration2=@{spelleffectduration2}}} {{spelleffectnote2=@{spelleffect2}}}" /></div>
<div class="sheet-col-1-12 sheet-center sheet-small-label">Effect 3<br/><input type="checkbox" name="attr_spellshoweffect3" value="{{spellshoweffect3=1}} {{spelleffectname3=@{spelleffectname3}}} {{spelleffectduration3=@{spelleffectduration3}}} {{spelleffectnote3=@{spelleffect3}}}" /></div>
<div class="sheet-col-1-12 sheet-center sheet-small-label">Effect 4<br/><input type="checkbox" name="attr_spellshoweffect4" value="{{spellshoweffect4=1}} {{spelleffectname4=@{spelleffectname4}}} {{spelleffectduration4=@{spelleffectduration4}}} {{spelleffectnote4=@{spelleffect4}}}" /></div>
<input type="hidden" name="attr_spellmacrooptions" value="@{spellshowinfo} @{spellshowattack} @{spellshowdamage} @{spellshowhealing} @{spellshowstatuscancel} @{spellshowspecial} @{spellshoweffect1} @{spellshoweffect2} @{spellshoweffect3} @{spellshoweffect4}" />
</div>
<span class="sheet-spacer"></span>
<span class="sheet offset-1-12 sheet-small-label">Show :</span>
<input type="checkbox" name="attr_spelltypeadvanced" class="sheet-spelltypetab sheet-spelltypeadvanced" value="1"/><span class="sheet-spelltypetab sheet-spelltypeadvanced">Description</span> |
<input type="checkbox" name="attr_spelltypeattack" class="sheet-spelltypetab sheet-spelltypeattack" value="1"/><span class="sheet-spelltypetab sheet-spelltypeattack">Attack</span> |
<input type="checkbox" name="attr_spelltypdamage" class="sheet-spelltypetab sheet-spelltypedamage" value="1"/><span class="sheet-spelltypetab sheet-spelltypedamage">Damage</span> |
<input type="checkbox" name="attr_spelltypeheal" class="sheet-spelltypetab sheet-spelltypeheal" value="1"/><span class="sheet-spelltypetab sheet-spelltypeheal">Healing</span> |
<input type="checkbox" name="attr_spelltypeeffects" class="sheet-spelltypetab sheet-spelltypeeffects" value="1"/><span class="sheet-spelltypetab sheet-spelltypeeffects">Effects</span>
<span class="sheet-spacer"></span>
<div class="sheet-spell-type-advanced">
<div class="sheet-row">
<div class="sheet-col-1-2 sheet-vert-bottom sheet-center sheet-small-label">Spell Description</div>
<div class="sheet-col-1-2 sheet-vert-bottom sheet-center sheet-small-label">Spell Mechanics/Flavour</div>
</div>
<div class="sheet-row">
<div class="sheet-col-1-2 sheet-small-label sheet-center"><textarea class="sheet-medium-textarea" name="attr_spell_description"></textarea></div>
<div class="sheet-col-1-2 sheet-small-label sheet-center"><textarea name="attr_spell_mechanics" class="sheet-medium-textarea"></textarea></div>
</div>
</div>
<div class="sheet-spell-type-attack">
<div class="sheet-row">
<div class="sheet-col-7-12 sheet-offset-1-12 sheet-vert-bottom sheet-center sheet-small-label">Attack Macro</div>
<div class="sheet-col-1-4 sheet-vert-bottom sheet-center sheet-small-label">Threshold</div>
</div>
<div class="sheet-row">
<div class="sheet-col-7-12 sheet-offset-1-12 sheet-padr sheet-border-right"><input type="text" class="sheet-center" name="attr_spellattackroll" value="[[[[@{fire_points}]]+1d100cs>101]]"></div>
<div class="sheet-col-1-4 sheet-padl"><input type="text" class="sheet-center" name="attr_spellthreshold" value="Water"></div>
</div>
</div>
<div class="sheet-spell-type-damage">
<div class="sheet-row">
<div class="sheet-offset-1-12 sheet-col-1-2 sheet-vert-bottom sheet-center sheet-small-label">Damage Macro</div>
<div class="sheet-col-1-3 sheet-vert-bottom sheet-center sheet-small-label">Damage Type</div>
</div>
<div class="sheet-row">
<div class="sheet-offset-1-12 sheet-col-1-2 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_spelldamage" value="[[5*[[@{fire}]]]]"></div>
<div class="sheet-col-1-3 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_spelldamagetype" value="None"></div>
</div>
</div>
<div class="sheet-spell-type-heal">
<div class="sheet-row">
<div class="sheet-col-1-2 sheet-offset-1-12 sheet-vert-bottom sheet-center sheet-small-label">Heal Macro</div>
<div class="sheet-col-1-3 sheet-vert-bottom sheet-center sheet-small-label">Status Cancelled</div>
</div>
<div class="sheet-row">
<div class="sheet-col-1-2 sheet-offset-1-12 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_spellhealmacro" value="[[5*[[@{fire}]]]]"></div>
<div class="sheet-col-1-3 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_spellstatuscancel" value="None"></div>
</div>
</div>
<div class="sheet-spell-type-effects">
<div class="sheet-row">
<div class="sheet-offset-1-12 sheet-col-5-6 sheet-vert-bottom sheet-center sheet-small-label">Special</div>
</div>
<div class="sheet-row">
<div class="sheet-offset-1-12 sheet-col-5-6 sheet-small-label sheet-center"><textarea class="sheet-medium-textarea" name="attr_spellspecial"></textarea></div>
</div>
<div class="sheet-row">
<div class="sheet-offset-1-12 sheet-col-1-4 sheet-vert-bottom sheet-center sheet-small-label">Name</div>
<div class="sheet-col-1-2 sheet-vert-bottom sheet-center sheet-small-label">Effect Note</div>
<div class="sheet-col-1-12 sheet-vert-bottom sheet-center sheet-small-label">Duration</div>
</div>
<div class="sheet-row">
<div class="sheet-offset-1-12 sheet-col-1-4 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_spelleffectname1" value="None"></div>
<div class="sheet-col-1-2 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_spelleffect1" value="None"></div>
<div class="sheet-col-1-12 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_spelleffectduration1" value="∞"></div>
</div>
<div class="sheet-row">
<div class="sheet-offset-1-12 sheet-col-1-4 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_spelleffectname2" value="None"></div>
<div class="sheet-col-1-2 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_spelleffect2" value="None"></div>
<div class="sheet-col-1-12 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_spelleffectduration2" value="∞"></div>
</div>
<div class="sheet-row">
<div class="sheet-offset-1-12 sheet-col-1-4 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_spelleffectname3" value="None"></div>
<div class="sheet-col-1-2 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_spelleffect3" value="None"></div>
<div class="sheet-col-1-12 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_spelleffectduration3" value="∞"></div>
</div>
<div class="sheet-row">
<div class="sheet-offset-1-12 sheet-col-1-4 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_spelleffectname4" value="None"></div>
<div class="sheet-col-1-2 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_spelleffect4" value="None"></div>
<div class="sheet-col-1-12 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_spelleffectduration4" value="∞"></div>
</div>
</div>
</div>
</fieldset>
</div>
<!-- END spell page -->
<!-- END AUTO GENERATED SPELL PAGES -->
<div class="sheet-row sheet-footer">
<div class="sheet-col-1 sheet-small-label sheet-center">How to reference example - @{repeating_spellbook1_$0_spell}</div>
</div>
<hr/>
</div>
<div class="sheet-section-inventory">
<h4 class="sheet-center">Inventory <span class="sheet-pictos">O</span></h4>
<div class="sheet-row sheet-margin-bottom">
<div class="sheet-col-1-4 sheet-margin-top sheet-small-label"><span class="sheet-pictos">h</span> Total Gil Carried is: </div>
<div class="sheet-col-1-6"><input type="number" name="attr_totalgil" min="0" step="1"></div>
</div>
<input type="radio" name="attr_inventorytab" class="sheet-inventorytab sheet-inventorytab1" value="1" title="Page 1" checked="checked"/>
<span class="sheet-inventorytab sheet-inventorytab1">Page 1</span>
<input type="radio" name="attr_inventorytab" class="sheet-inventorytab sheet-inventorytab2" value="2" title="Page 2"/>
<span class="sheet-inventorytab sheet-inventorytab2">Page 2</span>
<input type="radio" name="attr_inventorytab" class="sheet-inventorytab sheet-inventorytab3" value="3" title="Page 3"/>
<span class="sheet-inventorytab sheet-inventorytab3">Page 3</span>
<input type="radio" name="attr_inventorytab" class="sheet-inventorytab sheet-inventorytab4" value="4" title="Page 4"/>
<span class="sheet-inventorytab sheet-inventorytab4">Page 4</span>
<input type="radio" name="attr_inventorytab" class="sheet-inventorytab sheet-inventorytab99" value="99" title="Show All"/>
<span class="sheet-inventorytab sheet-inventorytab99">Show All</span>
<span class="sheet-spacer"></span>
<!-- BEGIN AUTO GENERATED CONTENT -->
<!-- BEGIN new inventory page -->
<div class="sheet-inventory-page1">
<div class="sheet-row sheet-sub-header">
<div class="sheet-col-1-15 sheet-center sheet-small-label">Row #</div>
<div class="sheet-col-1-15 sheet-center sheet-small-label">Carried?</div>
<div class="sheet-col-1-15 sheet-center sheet-small-label">Qty</div>
<div class="sheet-col-4-15 sheet-center sheet-small-label">Name</div>
<div class="sheet-col-8-15 sheet-center sheet-small-label">Descripton</div>
</div>
<!-- BEGIN inventory row -->
<div class="sheet-inventory-row1">
<div class="sheet-row sheet-grey-row">
<div class="sheet-col-1-15 sheet-vert-middle sheet-inventory-row-number">1</div>
<div class="sheet-col-1-15 sheet-vert-middle sheet-checkbox-row"><input type="checkbox" name="attr_inventorycarried1" checked="checked" /></div>
<div class="sheet-col-1-15"><input type="number" name="attr_inventoryqty1" value="1" min="0" step="1"></div>
<div class="sheet-col-4-15"><input type="text" name="attr_inventoryname1"></div>
<div class="sheet-col-8-15"><input type="text" name="attr_inventorydescription1"></div>
</div>
</div>
<!-- END inventory row -->
<!-- BEGIN inventory row -->
<div class="sheet-inventory-row2">
<div class="sheet-row sheet-grey-row">
<div class="sheet-col-1-15 sheet-vert-middle sheet-inventory-row-number">2</div>
<div class="sheet-col-1-15 sheet-vert-middle sheet-checkbox-row"><input type="checkbox" name="attr_inventorycarried2" checked="checked" /></div>
<div class="sheet-col-1-15"><input type="number" name="attr_inventoryqty2" value="1" min="0" step="1"></div>
<div class="sheet-col-4-15"><input type="text" name="attr_inventoryname2"></div>
<div class="sheet-col-8-15"><input type="text" name="attr_inventorydescription2"></div>
</div>
</div>
<!-- END inventory row -->
<!-- BEGIN inventory row -->
<div class="sheet-inventory-row3">
<div class="sheet-row sheet-grey-row">
<div class="sheet-col-1-15 sheet-vert-middle sheet-inventory-row-number">3</div>
<div class="sheet-col-1-15 sheet-vert-middle sheet-checkbox-row"><input type="checkbox" name="attr_inventorycarried3" checked="checked" /></div>
<div class="sheet-col-1-15"><input type="number" name="attr_inventoryqty3" value="1" min="0" step="1"></div>
<div class="sheet-col-4-15"><input type="text" name="attr_inventoryname3"></div>
<div class="sheet-col-8-15"><input type="text" name="attr_inventorydescription3"></div>
</div>
</div>
<!-- END inventory row -->
<!-- BEGIN inventory row -->
<div class="sheet-inventory-row4">
<div class="sheet-row sheet-grey-row">
<div class="sheet-col-1-15 sheet-vert-middle sheet-inventory-row-number">4</div>
<div class="sheet-col-1-15 sheet-vert-middle sheet-checkbox-row"><input type="checkbox" name="attr_inventorycarried4" checked="checked" /></div>
<div class="sheet-col-1-15"><input type="number" name="attr_inventoryqty4" value="1" min="0" step="1"></div>
<div class="sheet-col-4-15"><input type="text" name="attr_inventoryname4"></div>
<div class="sheet-col-8-15"><input type="text" name="attr_inventorydescription4"></div>
</div>
</div>
<!-- END inventory row -->
<!-- BEGIN inventory row -->
<div class="sheet-inventory-row5">
<div class="sheet-row sheet-grey-row">
<div class="sheet-col-1-15 sheet-vert-middle sheet-inventory-row-number">5</div>
<div class="sheet-col-1-15 sheet-vert-middle sheet-checkbox-row"><input type="checkbox" name="attr_inventorycarried5" checked="checked" /></div>
<div class="sheet-col-1-15"><input type="number" name="attr_inventoryqty5" value="1" min="0" step="1"></div>
<div class="sheet-col-4-15"><input type="text" name="attr_inventoryname5"></div>
<div class="sheet-col-8-15"><input type="text" name="attr_inventorydescription5"></div>
</div>
</div>
<!-- END inventory row -->
<!-- BEGIN inventory row -->
<div class="sheet-inventory-row6">
<div class="sheet-row sheet-grey-row">
<div class="sheet-col-1-15 sheet-vert-middle sheet-inventory-row-number">6</div>
<div class="sheet-col-1-15 sheet-vert-middle sheet-checkbox-row"><input type="checkbox" name="attr_inventorycarried6" checked="checked" /></div>
<div class="sheet-col-1-15"><input type="number" name="attr_inventoryqty6" value="1" min="0" step="1"></div>
<div class="sheet-col-4-15"><input type="text" name="attr_inventoryname6"></div>
<div class="sheet-col-8-15"><input type="text" name="attr_inventorydescription6"></div>
</div>
</div>
<!-- END inventory row -->
<!-- BEGIN inventory row -->
<div class="sheet-inventory-row7">
<div class="sheet-row sheet-grey-row">
<div class="sheet-col-1-15 sheet-vert-middle sheet-inventory-row-number">7</div>
<div class="sheet-col-1-15 sheet-vert-middle sheet-checkbox-row"><input type="checkbox" name="attr_inventorycarried7" checked="checked" /></div>
<div class="sheet-col-1-15"><input type="number" name="attr_inventoryqty7" value="1" min="0" step="1"></div>
<div class="sheet-col-4-15"><input type="text" name="attr_inventoryname7"></div>
<div class="sheet-col-8-15"><input type="text" name="attr_inventorydescription7"></div>
</div>
</div>
<!-- END inventory row -->
<!-- BEGIN inventory row -->
<div class="sheet-inventory-row8">
<div class="sheet-row sheet-grey-row">
<div class="sheet-col-1-15 sheet-vert-middle sheet-inventory-row-number">8</div>
<div class="sheet-col-1-15 sheet-vert-middle sheet-checkbox-row"><input type="checkbox" name="attr_inventorycarried8" checked="checked" /></div>
<div class="sheet-col-1-15"><input type="number" name="attr_inventoryqty8" value="1" min="0" step="1"></div>
<div class="sheet-col-4-15"><input type="text" name="attr_inventoryname8"></div>
<div class="sheet-col-8-15"><input type="text" name="attr_inventorydescription8"></div>
</div>
</div>
<!-- END inventory row -->
<!-- BEGIN inventory row -->
<div class="sheet-inventory-row9">
<div class="sheet-row sheet-grey-row">
<div class="sheet-col-1-15 sheet-vert-middle sheet-inventory-row-number">9</div>
<div class="sheet-col-1-15 sheet-vert-middle sheet-checkbox-row"><input type="checkbox" name="attr_inventorycarried9" checked="checked" /></div>
<div class="sheet-col-1-15"><input type="number" name="attr_inventoryqty9" value="1" min="0" step="1"></div>
<div class="sheet-col-4-15"><input type="text" name="attr_inventoryname9"></div>
<div class="sheet-col-8-15"><input type="text" name="attr_inventorydescription9"></div>
</div>
</div>
<!-- END inventory row -->
<!-- BEGIN inventory row -->
<div class="sheet-inventory-row10">
<div class="sheet-row sheet-grey-row">
<div class="sheet-col-1-15 sheet-vert-middle sheet-inventory-row-number">10</div>
<div class="sheet-col-1-15 sheet-vert-middle sheet-checkbox-row"><input type="checkbox" name="attr_inventorycarried10" checked="checked" /></div>
<div class="sheet-col-1-15"><input type="number" name="attr_inventoryqty10" value="1" min="0" step="1"></div>
<div class="sheet-col-4-15"><input type="text" name="attr_inventoryname10"></div>
<div class="sheet-col-8-15"><input type="text" name="attr_inventorydescription10"></div>
</div>
</div>
<!-- END inventory row -->
</div>
<!-- END inventory page --> <!-- BEGIN new inventory page -->
<div class="sheet-inventory-page2">
<div class="sheet-row sheet-sub-header">
<div class="sheet-col-1-15 sheet-center sheet-small-label">Row #</div>
<div class="sheet-col-1-15 sheet-center sheet-small-label">Carried?</div>
<div class="sheet-col-1-15 sheet-center sheet-small-label">Qty</div>
<div class="sheet-col-4-15 sheet-center sheet-small-label">Name</div>
<div class="sheet-col-8-15 sheet-center sheet-small-label">Descripton</div>
</div>
<!-- BEGIN inventory row -->
<div class="sheet-inventory-row11">
<div class="sheet-row sheet-grey-row">
<div class="sheet-col-1-15 sheet-vert-middle sheet-inventory-row-number">11</div>
<div class="sheet-col-1-15 sheet-vert-middle sheet-checkbox-row"><input type="checkbox" name="attr_inventorycarried11" checked="checked" /></div>
<div class="sheet-col-1-15"><input type="number" name="attr_inventoryqty11" value="1" min="0" step="1"></div>
<div class="sheet-col-4-15"><input type="text" name="attr_inventoryname11"></div>
<div class="sheet-col-8-15"><input type="text" name="attr_inventorydescription11"></div>
</div>
</div>
<!-- END inventory row -->
<!-- BEGIN inventory row -->
<div class="sheet-inventory-row12">
<div class="sheet-row sheet-grey-row">
<div class="sheet-col-1-15 sheet-vert-middle sheet-inventory-row-number">12</div>
<div class="sheet-col-1-15 sheet-vert-middle sheet-checkbox-row"><input type="checkbox" name="attr_inventorycarried12" checked="checked" /></div>
<div class="sheet-col-1-15"><input type="number" name="attr_inventoryqty12" value="1" min="0" step="1"></div>
<div class="sheet-col-4-15"><input type="text" name="attr_inventoryname12"></div>
<div class="sheet-col-8-15"><input type="text" name="attr_inventorydescription12"></div>
</div>
</div>
<!-- END inventory row -->
<!-- BEGIN inventory row -->
<div class="sheet-inventory-row13">
<div class="sheet-row sheet-grey-row">
<div class="sheet-col-1-15 sheet-vert-middle sheet-inventory-row-number">13</div>
<div class="sheet-col-1-15 sheet-vert-middle sheet-checkbox-row"><input type="checkbox" name="attr_inventorycarried13" checked="checked" /></div>
<div class="sheet-col-1-15"><input type="number" name="attr_inventoryqty13" value="1" min="0" step="1"></div>
<div class="sheet-col-4-15"><input type="text" name="attr_inventoryname13"></div>
<div class="sheet-col-8-15"><input type="text" name="attr_inventorydescription13"></div>
</div>
</div>
<!-- END inventory row -->
<!-- BEGIN inventory row -->
<div class="sheet-inventory-row14">
<div class="sheet-row sheet-grey-row">
<div class="sheet-col-1-15 sheet-vert-middle sheet-inventory-row-number">14</div>
<div class="sheet-col-1-15 sheet-vert-middle sheet-checkbox-row"><input type="checkbox" name="attr_inventorycarried14" checked="checked" /></div>
<div class="sheet-col-1-15"><input type="number" name="attr_inventoryqty14" value="1" min="0" step="1"></div>
<div class="sheet-col-4-15"><input type="text" name="attr_inventoryname14"></div>
<div class="sheet-col-8-15"><input type="text" name="attr_inventorydescription14"></div>
</div>
</div>
<!-- END inventory row -->
<!-- BEGIN inventory row -->
<div class="sheet-inventory-row15">
<div class="sheet-row sheet-grey-row">
<div class="sheet-col-1-15 sheet-vert-middle sheet-inventory-row-number">15</div>
<div class="sheet-col-1-15 sheet-vert-middle sheet-checkbox-row"><input type="checkbox" name="attr_inventorycarried15" checked="checked" /></div>
<div class="sheet-col-1-15"><input type="number" name="attr_inventoryqty15" value="1" min="0" step="1"></div>
<div class="sheet-col-4-15"><input type="text" name="attr_inventoryname15"></div>
<div class="sheet-col-8-15"><input type="text" name="attr_inventorydescription15"></div>
</div>
</div>
<!-- END inventory row -->
<!-- BEGIN inventory row -->
<div class="sheet-inventory-row16">
<div class="sheet-row sheet-grey-row">
<div class="sheet-col-1-15 sheet-vert-middle sheet-inventory-row-number">16</div>
<div class="sheet-col-1-15 sheet-vert-middle sheet-checkbox-row"><input type="checkbox" name="attr_inventorycarried16" checked="checked" /></div>
<div class="sheet-col-1-15"><input type="number" name="attr_inventoryqty16" value="1" min="0" step="1"></div>
<div class="sheet-col-4-15"><input type="text" name="attr_inventoryname16"></div>
<div class="sheet-col-8-15"><input type="text" name="attr_inventorydescription16"></div>
</div>
</div>
<!-- END inventory row -->
<!-- BEGIN inventory row -->
<div class="sheet-inventory-row17">
<div class="sheet-row sheet-grey-row">
<div class="sheet-col-1-15 sheet-vert-middle sheet-inventory-row-number">17</div>
<div class="sheet-col-1-15 sheet-vert-middle sheet-checkbox-row"><input type="checkbox" name="attr_inventorycarried17" checked="checked" /></div>
<div class="sheet-col-1-15"><input type="number" name="attr_inventoryqty17" value="1" min="0" step="1"></div>
<div class="sheet-col-4-15"><input type="text" name="attr_inventoryname17"></div>
<div class="sheet-col-8-15"><input type="text" name="attr_inventorydescription17"></div>
</div>
</div>
<!-- END inventory row -->
<!-- BEGIN inventory row -->
<div class="sheet-inventory-row18">
<div class="sheet-row sheet-grey-row">
<div class="sheet-col-1-15 sheet-vert-middle sheet-inventory-row-number">18</div>
<div class="sheet-col-1-15 sheet-vert-middle sheet-checkbox-row"><input type="checkbox" name="attr_inventorycarried18" checked="checked" /></div>
<div class="sheet-col-1-15"><input type="number" name="attr_inventoryqty18" value="1" min="0" step="1"></div>
<div class="sheet-col-4-15"><input type="text" name="attr_inventoryname18"></div>
<div class="sheet-col-8-15"><input type="text" name="attr_inventorydescription18"></div>
</div>
</div>
<!-- END inventory row -->
<!-- BEGIN inventory row -->
<div class="sheet-inventory-row19">
<div class="sheet-row sheet-grey-row">
<div class="sheet-col-1-15 sheet-vert-middle sheet-inventory-row-number">19</div>
<div class="sheet-col-1-15 sheet-vert-middle sheet-checkbox-row"><input type="checkbox" name="attr_inventorycarried19" checked="checked" /></div>
<div class="sheet-col-1-15"><input type="number" name="attr_inventoryqty19" value="1" min="0" step="1"></div>
<div class="sheet-col-4-15"><input type="text" name="attr_inventoryname19"></div>
<div class="sheet-col-8-15"><input type="text" name="attr_inventorydescription19"></div>
</div>
</div>
<!-- END inventory row -->
<!-- BEGIN inventory row -->
<div class="sheet-inventory-row20">
<div class="sheet-row sheet-grey-row">
<div class="sheet-col-1-15 sheet-vert-middle sheet-inventory-row-number">20</div>
<div class="sheet-col-1-15 sheet-vert-middle sheet-checkbox-row"><input type="checkbox" name="attr_inventorycarried20" checked="checked" /></div>
<div class="sheet-col-1-15"><input type="number" name="attr_inventoryqty20" value="1" min="0" step="1"></div>
<div class="sheet-col-4-15"><input type="text" name="attr_inventoryname20"></div>
<div class="sheet-col-8-15"><input type="text" name="attr_inventorydescription20"></div>
</div>
</div>
<!-- END inventory row -->
</div>
<!-- END inventory page --> <!-- BEGIN new inventory page -->
<div class="sheet-inventory-page3">
<div class="sheet-row sheet-sub-header">
<div class="sheet-col-1-15 sheet-center sheet-small-label">Row #</div>
<div class="sheet-col-1-15 sheet-center sheet-small-label">Carried?</div>
<div class="sheet-col-1-15 sheet-center sheet-small-label">Qty</div>
<div class="sheet-col-4-15 sheet-center sheet-small-label">Name</div>
<div class="sheet-col-8-15 sheet-center sheet-small-label">Descripton</div>
</div>
<!-- BEGIN inventory row -->
<div class="sheet-inventory-row21">
<div class="sheet-row sheet-grey-row">
<div class="sheet-col-1-15 sheet-vert-middle sheet-inventory-row-number">21</div>
<div class="sheet-col-1-15 sheet-vert-middle sheet-checkbox-row"><input type="checkbox" name="attr_inventorycarried21" checked="checked" /></div>
<div class="sheet-col-1-15"><input type="number" name="attr_inventoryqty21" value="1" min="0" step="1"></div>
<div class="sheet-col-4-15"><input type="text" name="attr_inventoryname21"></div>
<div class="sheet-col-8-15"><input type="text" name="attr_inventorydescription21"></div>
</div>
</div>
<!-- END inventory row -->
<!-- BEGIN inventory row -->
<div class="sheet-inventory-row22">
<div class="sheet-row sheet-grey-row">
<div class="sheet-col-1-15 sheet-vert-middle sheet-inventory-row-number">22</div>
<div class="sheet-col-1-15 sheet-vert-middle sheet-checkbox-row"><input type="checkbox" name="attr_inventorycarried22" checked="checked" /></div>
<div class="sheet-col-1-15"><input type="number" name="attr_inventoryqty22" value="1" min="0" step="1"></div>
<div class="sheet-col-4-15"><input type="text" name="attr_inventoryname22"></div>
<div class="sheet-col-8-15"><input type="text" name="attr_inventorydescription22"></div>
</div>
</div>
<!-- END inventory row -->
<!-- BEGIN inventory row -->
<div class="sheet-inventory-row23">
<div class="sheet-row sheet-grey-row">
<div class="sheet-col-1-15 sheet-vert-middle sheet-inventory-row-number">23</div>
<div class="sheet-col-1-15 sheet-vert-middle sheet-checkbox-row"><input type="checkbox" name="attr_inventorycarried23" checked="checked" /></div>
<div class="sheet-col-1-15"><input type="number" name="attr_inventoryqty23" value="1" min="0" step="1"></div>
<div class="sheet-col-4-15"><input type="text" name="attr_inventoryname23"></div>
<div class="sheet-col-8-15"><input type="text" name="attr_inventorydescription23"></div>
</div>
</div>
<!-- END inventory row -->
<!-- BEGIN inventory row -->
<div class="sheet-inventory-row24">
<div class="sheet-row sheet-grey-row">
<div class="sheet-col-1-15 sheet-vert-middle sheet-inventory-row-number">24</div>
<div class="sheet-col-1-15 sheet-vert-middle sheet-checkbox-row"><input type="checkbox" name="attr_inventorycarried24" checked="checked" /></div>
<div class="sheet-col-1-15"><input type="number" name="attr_inventoryqty24" value="1" min="0" step="1"></div>
<div class="sheet-col-4-15"><input type="text" name="attr_inventoryname24"></div>
<div class="sheet-col-8-15"><input type="text" name="attr_inventorydescription24"></div>
</div>
</div>
<!-- END inventory row -->
<!-- BEGIN inventory row -->
<div class="sheet-inventory-row25">
<div class="sheet-row sheet-grey-row">
<div class="sheet-col-1-15 sheet-vert-middle sheet-inventory-row-number">25</div>
<div class="sheet-col-1-15 sheet-vert-middle sheet-checkbox-row"><input type="checkbox" name="attr_inventorycarried25" checked="checked" /></div>
<div class="sheet-col-1-15"><input type="number" name="attr_inventoryqty25" value="1" min="0" step="1"></div>
<div class="sheet-col-4-15"><input type="text" name="attr_inventoryname25"></div>
<div class="sheet-col-8-15"><input type="text" name="attr_inventorydescription25"></div>
</div>
</div>
<!-- END inventory row -->
<!-- BEGIN inventory row -->
<div class="sheet-inventory-row26">
<div class="sheet-row sheet-grey-row">
<div class="sheet-col-1-15 sheet-vert-middle sheet-inventory-row-number">26</div>
<div class="sheet-col-1-15 sheet-vert-middle sheet-checkbox-row"><input type="checkbox" name="attr_inventorycarried26" checked="checked" /></div>
<div class="sheet-col-1-15"><input type="number" name="attr_inventoryqty26" value="1" min="0" step="1"></div>
<div class="sheet-col-4-15"><input type="text" name="attr_inventoryname26"></div>
<div class="sheet-col-8-15"><input type="text" name="attr_inventorydescription26"></div>
</div>
</div>
<!-- END inventory row -->
<!-- BEGIN inventory row -->
<div class="sheet-inventory-row27">
<div class="sheet-row sheet-grey-row">
<div class="sheet-col-1-15 sheet-vert-middle sheet-inventory-row-number">27</div>
<div class="sheet-col-1-15 sheet-vert-middle sheet-checkbox-row"><input type="checkbox" name="attr_inventorycarried27" checked="checked" /></div>
<div class="sheet-col-1-15"><input type="number" name="attr_inventoryqty27" value="1" min="0" step="1"></div>
<div class="sheet-col-4-15"><input type="text" name="attr_inventoryname27"></div>
<div class="sheet-col-8-15"><input type="text" name="attr_inventorydescription27"></div>
</div>
</div>
<!-- END inventory row -->
<!-- BEGIN inventory row -->
<div class="sheet-inventory-row28">
<div class="sheet-row sheet-grey-row">
<div class="sheet-col-1-15 sheet-vert-middle sheet-inventory-row-number">28</div>
<div class="sheet-col-1-15 sheet-vert-middle sheet-checkbox-row"><input type="checkbox" name="attr_inventorycarried28" checked="checked" /></div>
<div class="sheet-col-1-15"><input type="number" name="attr_inventoryqty28" value="1" min="0" step="1"></div>
<div class="sheet-col-4-15"><input type="text" name="attr_inventoryname28"></div>
<div class="sheet-col-8-15"><input type="text" name="attr_inventorydescription28"></div>
</div>
</div>
<!-- END inventory row -->
<!-- BEGIN inventory row -->
<div class="sheet-inventory-row29">
<div class="sheet-row sheet-grey-row">
<div class="sheet-col-1-15 sheet-vert-middle sheet-inventory-row-number">29</div>
<div class="sheet-col-1-15 sheet-vert-middle sheet-checkbox-row"><input type="checkbox" name="attr_inventorycarried29" checked="checked" /></div>
<div class="sheet-col-1-15"><input type="number" name="attr_inventoryqty29" value="1" min="0" step="1"></div>
<div class="sheet-col-4-15"><input type="text" name="attr_inventoryname29"></div>
<div class="sheet-col-8-15"><input type="text" name="attr_inventorydescription29"></div>
</div>
</div>
<!-- END inventory row -->
<!-- BEGIN inventory row -->
<div class="sheet-inventory-row30">
<div class="sheet-row sheet-grey-row">
<div class="sheet-col-1-15 sheet-vert-middle sheet-inventory-row-number">30</div>
<div class="sheet-col-1-15 sheet-vert-middle sheet-checkbox-row"><input type="checkbox" name="attr_inventorycarried30" checked="checked" /></div>
<div class="sheet-col-1-15"><input type="number" name="attr_inventoryqty30" value="1" min="0" step="1"></div>
<div class="sheet-col-4-15"><input type="text" name="attr_inventoryname30"></div>
<div class="sheet-col-8-15"><input type="text" name="attr_inventorydescription30"></div>
</div>
</div>
<!-- END inventory row -->
</div>
<!-- END inventory page --> <!-- BEGIN new inventory page -->
<div class="sheet-inventory-page4">
<div class="sheet-row sheet-sub-header">
<div class="sheet-col-1-15 sheet-center sheet-small-label">Row #</div>
<div class="sheet-col-1-15 sheet-center sheet-small-label">Carried?</div>
<div class="sheet-col-1-15 sheet-center sheet-small-label">Qty</div>
<div class="sheet-col-4-15 sheet-center sheet-small-label">Name</div>
<div class="sheet-col-8-15 sheet-center sheet-small-label">Descripton</div>
</div>
<!-- BEGIN inventory row -->
<div class="sheet-inventory-row31">
<div class="sheet-row sheet-grey-row">
<div class="sheet-col-1-15 sheet-vert-middle sheet-inventory-row-number">31</div>
<div class="sheet-col-1-15 sheet-vert-middle sheet-checkbox-row"><input type="checkbox" name="attr_inventorycarried31" checked="checked" /></div>
<div class="sheet-col-1-15"><input type="number" name="attr_inventoryqty31" value="1" min="0" step="1"></div>
<div class="sheet-col-4-15"><input type="text" name="attr_inventoryname31"></div>
<div class="sheet-col-8-15"><input type="text" name="attr_inventorydescription31"></div>
</div>
</div>
<!-- END inventory row -->
<!-- BEGIN inventory row -->
<div class="sheet-inventory-row32">
<div class="sheet-row sheet-grey-row">
<div class="sheet-col-1-15 sheet-vert-middle sheet-inventory-row-number">32</div>
<div class="sheet-col-1-15 sheet-vert-middle sheet-checkbox-row"><input type="checkbox" name="attr_inventorycarried32" checked="checked" /></div>
<div class="sheet-col-1-15"><input type="number" name="attr_inventoryqty32" value="1" min="0" step="1"></div>
<div class="sheet-col-4-15"><input type="text" name="attr_inventoryname32"></div>
<div class="sheet-col-8-15"><input type="text" name="attr_inventorydescription32"></div>
</div>
</div>
<!-- END inventory row -->
<!-- BEGIN inventory row -->
<div class="sheet-inventory-row33">
<div class="sheet-row sheet-grey-row">
<div class="sheet-col-1-15 sheet-vert-middle sheet-inventory-row-number">33</div>
<div class="sheet-col-1-15 sheet-vert-middle sheet-checkbox-row"><input type="checkbox" name="attr_inventorycarried33" checked="checked" /></div>
<div class="sheet-col-1-15"><input type="number" name="attr_inventoryqty33" value="1" min="0" step="1"></div>
<div class="sheet-col-4-15"><input type="text" name="attr_inventoryname33"></div>
<div class="sheet-col-8-15"><input type="text" name="attr_inventorydescription33"></div>
</div>
</div>
<!-- END inventory row -->
<!-- BEGIN inventory row -->
<div class="sheet-inventory-row34">
<div class="sheet-row sheet-grey-row">
<div class="sheet-col-1-15 sheet-vert-middle sheet-inventory-row-number">34</div>
<div class="sheet-col-1-15 sheet-vert-middle sheet-checkbox-row"><input type="checkbox" name="attr_inventorycarried34" checked="checked" /></div>
<div class="sheet-col-1-15"><input type="number" name="attr_inventoryqty34" value="1" min="0" step="1"></div>
<div class="sheet-col-4-15"><input type="text" name="attr_inventoryname34"></div>
<div class="sheet-col-8-15"><input type="text" name="attr_inventorydescription34"></div>
</div>
</div>
<!-- END inventory row -->
<!-- BEGIN inventory row -->
<div class="sheet-inventory-row35">
<div class="sheet-row sheet-grey-row">
<div class="sheet-col-1-15 sheet-vert-middle sheet-inventory-row-number">35</div>
<div class="sheet-col-1-15 sheet-vert-middle sheet-checkbox-row"><input type="checkbox" name="attr_inventorycarried35" checked="checked" /></div>
<div class="sheet-col-1-15"><input type="number" name="attr_inventoryqty35" value="1" min="0" step="1"></div>
<div class="sheet-col-4-15"><input type="text" name="attr_inventoryname35"></div>
<div class="sheet-col-8-15"><input type="text" name="attr_inventorydescription35"></div>
</div>
</div>
<!-- END inventory row -->
<!-- BEGIN inventory row -->
<div class="sheet-inventory-row36">
<div class="sheet-row sheet-grey-row">
<div class="sheet-col-1-15 sheet-vert-middle sheet-inventory-row-number">36</div>
<div class="sheet-col-1-15 sheet-vert-middle sheet-checkbox-row"><input type="checkbox" name="attr_inventorycarried36" checked="checked" /></div>
<div class="sheet-col-1-15"><input type="number" name="attr_inventoryqty36" value="1" min="0" step="1"></div>
<div class="sheet-col-4-15"><input type="text" name="attr_inventoryname36"></div>
<div class="sheet-col-8-15"><input type="text" name="attr_inventorydescription36"></div>
</div>
</div>
<!-- END inventory row -->
<!-- BEGIN inventory row -->
<div class="sheet-inventory-row37">
<div class="sheet-row sheet-grey-row">
<div class="sheet-col-1-15 sheet-vert-middle sheet-inventory-row-number">37</div>
<div class="sheet-col-1-15 sheet-vert-middle sheet-checkbox-row"><input type="checkbox" name="attr_inventorycarried37" checked="checked" /></div>
<div class="sheet-col-1-15"><input type="number" name="attr_inventoryqty37" value="1" min="0" step="1"></div>
<div class="sheet-col-4-15"><input type="text" name="attr_inventoryname37"></div>
<div class="sheet-col-8-15"><input type="text" name="attr_inventorydescription37"></div>
</div>
</div>
<!-- END inventory row -->
<!-- BEGIN inventory row -->
<div class="sheet-inventory-row38">
<div class="sheet-row sheet-grey-row">
<div class="sheet-col-1-15 sheet-vert-middle sheet-inventory-row-number">38</div>
<div class="sheet-col-1-15 sheet-vert-middle sheet-checkbox-row"><input type="checkbox" name="attr_inventorycarried38" checked="checked" /></div>
<div class="sheet-col-1-15"><input type="number" name="attr_inventoryqty38" value="1" min="0" step="1"></div>
<div class="sheet-col-4-15"><input type="text" name="attr_inventoryname38"></div>
<div class="sheet-col-8-15"><input type="text" name="attr_inventorydescription38"></div>
</div>
</div>
<!-- END inventory row -->
<!-- BEGIN inventory row -->
<div class="sheet-inventory-row39">
<div class="sheet-row sheet-grey-row">
<div class="sheet-col-1-15 sheet-vert-middle sheet-inventory-row-number">39</div>
<div class="sheet-col-1-15 sheet-vert-middle sheet-checkbox-row"><input type="checkbox" name="attr_inventorycarried39" checked="checked" /></div>
<div class="sheet-col-1-15"><input type="number" name="attr_inventoryqty39" value="1" min="0" step="1"></div>
<div class="sheet-col-4-15"><input type="text" name="attr_inventoryname39"></div>
<div class="sheet-col-8-15"><input type="text" name="attr_inventorydescription39"></div>
</div>
</div>
<!-- END inventory row -->
<!-- BEGIN inventory row -->
<div class="sheet-inventory-row40">
<div class="sheet-row sheet-grey-row">
<div class="sheet-col-1-15 sheet-vert-middle sheet-inventory-row-number">40</div>
<div class="sheet-col-1-15 sheet-vert-middle sheet-checkbox-row"><input type="checkbox" name="attr_inventorycarried40" checked="checked" /></div>
<div class="sheet-col-1-15"><input type="number" name="attr_inventoryqty40" value="1" min="0" step="1"></div>
<div class="sheet-col-4-15"><input type="text" name="attr_inventoryname40"></div>
<div class="sheet-col-8-15"><input type="text" name="attr_inventorydescription40"></div>
</div>
</div>
<!-- END inventory row -->
</div>
<!-- END inventory page -->
<!-- END AUTO GENERATED CONTENT -->
<hr/>
<h4 class="sheet-center">Treasure/Loot/Inventory Notes <span class="sheet-pictos">p</span></h4>
<textarea name="attr_notes"></textarea>
<hr/>
</div>
</div>
<div class="sheet-npc">
<h4 class="sheet-center">NPC/Monster Sheet <span class="sheet-pictos">F</span></h4>
<p class="sheet-small-note">This page of the character sheet is intended for use by GM/DM's only.</p>
<div class="sheet-row">
<div class="sheet-col-1-6 sheet-center"><button type="roll" class="sheet-roll" name="roll_Sensor_Results" value="&{template:FFRPG} {{sensor=1}} {{title=Sensor Results}} {{subheader=@{character_name}}} {{sensor_hp=@{selected|bar1}}} {{sensor_mp=@{selected|bar2}}}">Sensor Results</button></div>
<div class="sheet-col-1-6 sheet-center"><button type="roll" class="sheet-roll" name="roll_Lore_Results" value="&{template:FFRPG} {{lore=1}} {{title=Lore Results}} {{subheader=@{character_name}}} {{lore_class=@{class}}} {{lore_monster_type=@{type}}} {{lore_hp=@{selected|bar1}}} {{lore_hp_max=@{npc_hp|Max}}} {{lore_mp=@{selected|bar2}}} {{lore_mp_max=@{npc_mp|Max}}} {{lore_spells=@{spells}}} {{lore_description=@{npc_description}}}">Lore Results</button></div>
<div class="sheet-col-1-6 sheet-center"><button type="roll" class="sheet-roll" name="roll_Scan_Results" value="&{template:FFRPG} {{scan=1}} {{title=Scan Results}} {{subheader=@{character_name}}} {{scan_level=@{npc_level}}} {{scan_class=@{class}}} {{scan_monster_type=@{type}}} {{scan_earth=@{earth_rating}}} {{scan_air=@{air_rating}}} {{scan_fire=@{fire_rating}}} {{scan_water=@{water_rating}}} {{scan_arm=@{npc_arm}}} {{scan_marm=@{npc_marm}}} {{scan_hp=@{selected|bar1}}} {{scan_hp_max=@{npc_hp|Max}}} {{scan_mp=@{selected|bar2}}} {{scan_mp_max=@{npc_mp|Max}}} {{scan_element_absorb=@{elementabsorb}}} {{scan_element_immunity=@{elementimmune}}} {{scan_element_resistance=@{elementresist}}} {{scan_element_weakness=@{elementweak}}} {{scan_status_auto=@{statusauto}}} {{scan_status_immunity=@{statusimmune}}} {{scan_status_resistance=@{statusresist}}} {{scan_status_weakness=@{statusweak}}}">Scan Results</button></div>
<div class="sheet-col-1-6">&nbsp;</div>
<div class="sheet-col-1-3">
<div class="sheet-row sheet-padr">
<div class="sheet-col-1-3 sheet-small-label sheet-center"><input class="sheet-underlined" type="number" name="attr_initiative" min="0" step="1" /><br/>Initiative Dice</div>
<div class="sheet-col-1-3 sheet-center"><button type="roll" class="sheet-initiative sheet-large-button" name="roll_Initiative" value="!ffi [[@{initiative}+?{Modifier|0}]]">Initiative</button></div>
</div>
</div>
</div>
<div class="sheet-row">
<div class="sheet-col-1-6 sheet-center"><button type="roll" class="sheet-roll" name="roll_Detect_Results" value="&{template:FFRPG} {{detect=1}} {{title=Detect Results}} {{subheader=@{character_name}}} {{detect_level=@{npc_level}}} {{detect_class=@{class}}} {{detect_earth=[[[[@{earth_level}]]]]}} {{detect_air=[[[[@{air_level}]]]]}} {{detect_fire=[[[[@{fire_level}]]]]}} {{detect_water=[[[[@{water_level}]]]]}} {{detect_hp=@{selected|bar1}}} {{detect_hp_max=@{npc_hp|Max}}} {{detect_mp=@{selected|bar2}}} {{detect_mp_max=@{npc_mp|Max}}} {{detect_status_immunity=@{statusimmune}}} {{detect_status_resistance=@{statusresist}}} {{detect_status_weakness=@{statusweak}}}">Detect Results</button></div>
<div class="sheet-col-1-6 sheet-center"><button type="roll" class="sheet-roll" name="roll_Peep_Results" value="&{template:FFRPG} {{peep=1}} {{title=Peep Results}} {{subheader=@{character_name}}} {{peep_monster_type=@{type}}} {{peep_hp=@{selected|bar1}}} {{peep_hp_max=@{npc_hp|Max}}} {{peep_mp=@{selected|bar2}}} {{peep_mp_max=@{npc_mp|Max}}} {{peep_element_absorb=@{elementabsorb}}} {{peep_element_immunity=@{elementimmune}}} {{peep_element_resistance=@{elementresist}}} {{peep_element_weakness=@{elementweak}}}">Peep Results</button></div>
<div class="sheet-col-1-6 sheet-center"><button type="roll" class="sheet-roll" name="roll_LuckyOdds_Results" value="&{template:FFRPG} {{luckyOdds=1}} {{title=Lucky Odds Results}} {{subheader=@{character_name}}} {{luckyOdds_hp=@{selected|bar1}}} {{luckyOdds_hp_max=@{npc_hp|Max}}} {{luckyOdds_mp=@{selected|bar2}}} {{luckyOdds_mp_max=@{npc_mp|Max}}} {{luckyOdds_item_common=@{commonitem}}} {{luckyOdds_item_rare=@{rareitem}}} {{luckyOdds_lootchance=@{lootchance}}} {{luckyOdds_defeatcondition=@{defeatcondition}}}">Lucky Odds Results</button></div>
</div>
<hr />
<div class="sheet-row">
<div class="sheet-col-1-2 sheet-padr">
<h4 class="sheet-center">Stats <span class="sheet-pictos">3</span></h4>
<div class="sheet-row sheet-sub-header">
<div class="sheet-col-1-5 sheet-center sheet-small-label">Level</div>
<div class="sheet-col-1-5 sheet-center sheet-small-label">&nbsp;</div>
<div class="sheet-col-1-5 sheet-center sheet-small-label">Points</div>
<div class="sheet-col-1-5 sheet-center sheet-small-label sheet-offset-1-5">Task</div>
</div>
<div class="sheet-row">
<div class="sheet-col-1-5"><input type="number" name="attr_earth_level" value="floor(@{earth_rating} / 10)" disabled="disabled" /></div>
<div class="sheet-col-1-5 sheet-core-stat-label">EARTH</div>
<div class="sheet-col-1-5"><input type="number" name="attr_earth_rating" min="0" step="1" value="0" /></div>
<div class="sheet-col-1-5 sheet-center sheet-offset-1-5"><button type="roll" class="sheet-default-skill" name="roll_Earth_Task_Check" value="&{template:FFRPG} {{character_name=@{character_name}}} {{title=Earth Task Check}} {{subheader=@{character_name}}} {{rollname=Earth Task}} {{roll=[[1d100]]}}">Roll</button></div>
</div>
<div class="sheet-row">
<div class="sheet-col-1-5"><input type="number" name="attr_air_level" value="floor(@{air_rating} / 10)" disabled="disabled" /></div>
<div class="sheet-col-1-5 sheet-core-stat-label">AIR</div>
<div class="sheet-col-1-5"><input type="number" name="attr_air_rating" min="0" step="1" value="0" /></div>
<div class="sheet-col-1-5 sheet-center sheet-offset-1-5"><button type="roll" class="sheet-default-skill" name="roll_Air_Task_Check" value="&{template:FFRPG} {{character_name=@{character_name}}} {{title=Air Task Check}} {{subheader=@{character_name}}} {{rollname=Air Task}} {{roll=[[1d100]]}}">Roll</button></div>
</div>
<div class="sheet-row">
<div class="sheet-col-1-5"><input type="number" name="attr_fire_level" value="floor(@{fire_rating} / 10)" disabled="disabled" /></div>
<div class="sheet-col-1-5 sheet-core-stat-label">FIRE</div>
<div class="sheet-col-1-5"><input type="number" name="attr_fire_rating" min="0" step="1" value="0" /></div>
<div class="sheet-col-1-5 sheet-center sheet-offset-1-5"><button type="roll" class="sheet-default-skill" name="roll_Fire_Task_Check" value="&{template:FFRPG} {{character_name=@{character_name}}} {{title=Fire Task Check}} {{subheader=@{character_name}}} {{rollname=Fire Task}} {{roll=[[1d100]]}}">Roll</button></div>
</div>
<div class="sheet-row">
<div class="sheet-col-1-5"><input type="number" name="attr_water_level" value="floor(@{water_rating} / 10)" disabled="disabled" /></div>
<div class="sheet-col-1-5 sheet-core-stat-label">WATER</div>
<div class="sheet-col-1-5"><input type="number" name="attr_water_rating" min="0" step="1" value="0" /></div>
<div class="sheet-col-1-5 sheet-center sheet-offset-1-5"><button type="roll" class="sheet-default-skill" name="roll_Water_Task_Check" value="&{template:FFRPG} {{character_name=@{character_name}}} {{title=Water Task Check}} {{subheader=@{character_name}}} {{rollname=Water Task}} {{roll=[[1d100]]}}">Roll</button></div>
</div>
</div>
<div class="sheet-col-1-2">
<h4 class="sheet-center">Combat Statistics <span class="sheet-pictos-custom">e</span></h4>
<div class="sheet-row sheet-sub-header">
<div class="sheet-col-1-3 sheet-center sheet-small-label">Level</div>
<div class="sheet-col-1-3 sheet-center sheet-small-label sheet-padr">Class</div>
<div class="sheet-col-1-3 sheet-center sheet-small-label">Type</div>
</div>
<div class="sheet-row sheet-padb">
<div class="sheet-col-1-3 sheet-center"><input class="sheet-center" type="number" name="attr_npc_level" min="1" step="1" value="1" ></div>
<div class="sheet-col-1-3 sheet-center">
<select name="attr_class">
<option value="Not set" selected="selected">---</option>
<option value="Minion">Minion</option>
<option value="Common">Common</option>
<option value="Elite">Elite</option>
<option value="Boss">Boss</option>
</select>
</div>
<div class="sheet-col-1-3 sheet-center">
<select name="attr_type">
<option value="Not set" selected="selected">---</option>
<option value="Aberration">Aberration</option>
<option value="Aquan">Aquan</option>
<option value="Beast">Beast</option>
<option value="Construct">Construct</option>
<option value="Demon">Demon</option>
<option value="Dragon">Dragon</option>
<option value="Elemental">Elemental</option>
<option value="Humanoid">Humanoid</option>
<option value="Undead">Undead</option>
</select>
</div>
</div>
<div class="sheet-row sheet-sub-header">
<div class="sheet-col-1-4 sheet-center sheet-small-label">Current HP</div>
<div class="sheet-col-1-4 sheet-center sheet-small-label sheet-padr">Max HP</div>
<div class="sheet-col-1-4 sheet-center sheet-small-label sheet-padl">Current MP</div>
<div class="sheet-col-1-4 sheet-center sheet-small-label">Max MP</div>
</div>
<div class="sheet-row sheet-padb">
<div class="sheet-col-1-4 sheet-center"><input class="sheet-center" type="number" name="attr_npc_hp" min="0" step="1" value="1"></div>
<div class="sheet-col-1-4 sheet-center sheet-padr"><input class="sheet-center" type="number" name="attr_npc_hp_max" min="1" step="1" value="1"></div>
<div class="sheet-col-1-4 sheet-center sheet-padl"><input class="sheet-center" type="number" name="attr_npc_mp" min="0" step="1" value="0"></div>
<div class="sheet-col-1-4 sheet-center"><input class="sheet-center" type="number" name="attr_npc_mp_max" min="0" step="1" value="0"></div>
</div>
<div class="sheet-row sheet-sub-header">
<div class="sheet-col-1-2 sheet-center sheet-small-label sheet-padr">ARM</div>
<div class="sheet-col-1-2 sheet-center sheet-small-label sheet-padl">MARM</div>
</div>
<div class="sheet-row sheet-padb">
<div class="sheet-col-1-2 sheet-center sheet-padr"><input class="sheet-center" type="number" name="attr_npc_arm" min="0" step="1" value="0"></div>
<div class="sheet-col-1-2 sheet-center sheet-padl"><input class="sheet-center" type="number" name="attr_npc_marm" min="0" step="1" value="0"></div>
</div>
</div>
</div>
<hr />
<h4 class="sheet-center">Spoils <span class="sheet-pictos">h</span></h4>
<div class="sheet-col-1">
<div class="sheet-row sheet-sub-header">
<div class="sheet-col-1-4 sheet-center sheet-small-label">Common Item</div>
<div class="sheet-col-1-4 sheet-center sheet-padr sheet-small-label">Rare Item</div>
<div class="sheet-col-1-4 sheet-center sheet-padl sheet-small-label">Difficulty</div>
<div class="sheet-col-1-4 sheet-center sheet-small-label">Special Condition</div>
</div>
<div class="sheet-row">
<div class="sheet-col-1-4 sheet-center"><input class="sheet-center" type="text" name="attr_commonitem" value="None"></div>
<div class="sheet-col-1-4 sheet-center sheet-padr"><input class="sheet-center" type="text" name="attr_rareitem" value="None"></div>
<div class="sheet-col-1-4 sheet-center sheet-padl"><input class="sheet-center" type="text" name="attr_lootchance" value="None"></div>
<div class="sheet-col-1-4 sheet-center"><input class="sheet-center" type="text" name="attr_defeatcondition" value="None"></div>
</div>
</div>
<hr />
<h4 class="sheet-center">Elemental Affinity <span class="sheet-pictos-custom">r</span></h4>
<div class="sheet-row sheet-sub-header">
<div class="sheet-col-1-2 sheet-center sheet-small-label">Elemental Resistance</div>
<div class="sheet-col-1-2 sheet-center sheet-small-label">Elemental Immunity</div>
</div>
<div class="sheet-row sheet-padb">
<div class="sheet-col-1-2 sheet-center"><input class="sheet-center" type="text" name="attr_elementresist" value="None"></div>
<div class="sheet-col-1-2 sheet-center"><input class="sheet-center" type="text" name="attr_elementimmune" value="None"></div>
</div>
<div class="sheet-row sheet-sub-header">
<div class="sheet-col-1-2 sheet-center sheet-small-label">Elemental Absorb</div>
<div class="sheet-col-1-2 sheet-center sheet-small-label">Elemental Weakness</div>
</div>
<div class="sheet-row sheet-padb">
<div class="sheet-col-1-2 sheet-center"><input class="sheet-center" type="text" name="attr_elementabsorb" value="None"></div>
<div class="sheet-col-1-2 sheet-center"><input class="sheet-center" type="text" name="attr_elementweak" value="None"></div>
</div>
<hr />
<h4 class="sheet-center">Status Effects <span class="sheet-pictos">Y</span></h4>
<div class="sheet-row sheet-sub-header">
<div class="sheet-col-1-3 sheet-center sheet-small-label">Current Status</div>
<div class="sheet-col-1-3 sheet-center sheet-small-label">Auto Status</div>
<div class="sheet-col-1-3 sheet-center sheet-small-label">SOS Status</div>
</div>
<div class="sheet-row">
<div class="sheet-col-1-3 sheet-center"><input class="sheet-center" type="text" name="attr_statuscurrent" value="None"></div>
<div class="sheet-col-1-3 sheet-center"><input class="sheet-center" type="text" name="attr_statusauto" value="None"></div>
<div class="sheet-col-1-3 sheet-center"><input class="sheet-center" type="text" name="attr_statussos" value="None"></div>
</div>
<div class="sheet-row sheet-sub-header">
<div class="sheet-col-1-3 sheet-center sheet-small-label">Status Resistance</div>
<div class="sheet-col-1-3 sheet-center sheet-small-label">Status Immunity</div>
<div class="sheet-col-1-3 sheet-center sheet-small-label">Status Weakness</div>
</div>
<div class="sheet-row">
<div class="sheet-col-1-3 sheet-center"><input class="sheet-center" type="text" name="attr_statusresist" value="None"></div>
<div class="sheet-col-1-3 sheet-center"><input class="sheet-center" type="text" name="attr_statusimmune" value="None"></div>
<div class="sheet-col-1-3 sheet-center"><input class="sheet-center" type="text" name="attr_statusweak" value="None"></div>
</div>
<hr/>
<h4 class="sheet-center">Description <span class="sheet-pictos">U</span> and Spells <span class="sheet-pictos-three">g</span></h4>
<div class="sheet-row sheet-sub-header">
<div class="sheet-col-1-2 sheet-center sheet-small-label">Description</div>
<div class="sheet-col-1-2 sheet-center sheet-small-label">Spells</div>
</div>
<div class="sheet-row">
<div class="sheet-col-1-2"><textarea name="attr_npc_description">None</textarea></div>
<div class="sheet-col-1-2"><textarea name="attr_spells">None</textarea></div>
</div>
<hr/>
<h4 class="sheet-center">Actions and Abilities</h4>
<!-- BEGIN AUTO GENERATED NPC ACTION SECTION -->
<!-- BEGIN npc action row -->
<fieldset class="repeating_npcactions">
<div class="sheet-npc-row">
<div class="sheet-row">
<div class="sheet-offset-1-6 sheet-col-7-24 sheet-center sheet-small-label sheet-vert-bottom">Name</div>
<div class="sheet-col-1-8 sheet-center sheet-small-label sheet-vert-bottom">Type</div>
<div class="sheet-col-1-6 sheet-center sheet-small-label sheet-vert-bottom">Action Speed</div>
<div class="sheet-col-1-12 sheet-offset-1-12 sheet-center sheet-small-label sheet-vert-bottom">Macro</div>
</div>
<div class="sheet-row">
<div class="sheet-offset-1-6 sheet-col-7-24 sheet-center"><input type="text" class="sheet-center" name="attr_action_name"></div>
<div class="sheet-col-1-8">
<select name="attr_action_type">
<option value="Not set" selected="selected">---</option>
<option value="Physical">Physical</option>
<option value="Magical">Magical</option>
<option value="Black">Black</option>
<option value="White">White</option>
<option value="Time">Time</option>
<option value="Blue">Blue</option>
<option value="Other">Other</option>
<option value="Summon">Summon</option>
</select>
</div>
<div class="sheet-col-1-6">
<select name="attr_action_speed">
<option value="Not set" selected="selected">---</option>
<option value="Quick Action">Quick Action</option>
<option value="Slow Action">Slow Action</option>
<option value="Reaction">Reaction</option>
<option value="Free Action">Free Action</option>
<option value="Spell">Spell</option>
</select>
</div>
<input type="hidden" name="attr_npc-ability" value="&{template:FFRPG} {{title=@{action_name}}} {{subheader=@{character_name}}} {{subheaderright=@{action_type} @{action_speed}}} {{emote=@{action_description}}} @{actionmacrooptions}">
<div class="sheet-col-1-12 sheet-offset-1-12 sheet-center"><button type="roll" class="sheet-roll" name="roll_Action" value="@{npc-ability}" >Use</button></div>
</div>
<div class="sheet-row">
<div class="sheet-col-1-6 sheet-offset-1-4 sheet-vert-bottom sheet-center sheet-small-label">Target</div>
<div class="sheet-col-1-12 sheet-vert-bottom sheet-center sheet-small-label">AOE</div>
<div class="sheet-col-1-12 sheet-vert-bottom sheet-center sheet-small-label">CT</div>
<div class="sheet-col-1-12 sheet-vert-bottom sheet-center sheet-small-label">MP Cost</div>
<div class="sheet-col-1-12 sheet-offset-1-6 sheet-vert-bottom sheet-center sheet-small-label">Show Info</div>
</div>
<div class="sheet-row">
<div class="sheet-col-1-6 sheet-offset-1-4">
<select name="attr_actiontarget">
<option value="Not set" selected="selected">---</option>
<option value="Self">Self</option>
<option value="Enemy">Enemy</option>
<option value="Ally">Ally</option>
<option value="Unfocused">Unfocused</option>
<option value="All">All</option>
<option value="Random Enemy">Random Enemy</option>
<option value="Random Ally">Random Ally</option>
<option value="Random All">Random All</option>
</select>
</div>
<div class="sheet-col-1-12">
<select name="attr_actionaoe">
<option value="Single" selected="selected">Single</option>
<option value="Group">Group</option>
</select>
</div>
<div class="sheet-col-1-12"><input type="number" name="attr_actionct" value="0" min="0" step="1"/></div>
<div class="sheet-col-1-12"><input type="number" name="attr_actionmpcost" value="0" min="0" step="1"/></div>
<div class="sheet-col-1-12 sheet-offset-1-6 sheet-center"><input type="checkbox" name="attr_actionshowinfo" value="{{actionshowinfo=1}} {{actiontarget=@{actiontarget}}} {{actionaoe=@{actionaoe}}} {{actioncharge=@{actionct}}} {{actionmpcost=@{actionmpcost}}}" /></div>
</div>
<div class="sheet-row sheet-padb sheet-spell-macro-output-options">
<div class="sheet-col-1-8 sheet-vert-middle sheet-small-label sheet-padl">Macro Display Options</div>
<div class="sheet-col-1-12 sheet-center sheet-small-label">Trigger<br/><input type="checkbox" name="attr_actionshowtrigger" value="{{actionshowtrigger=1}} {{actiontrigger=@{actiontrigger}}}" /></div>
<div class="sheet-col-1-12 sheet-center sheet-small-label">Attack Roll<br/><input type="checkbox" name="attr_actionshowattack" value="{{actionshowattack=1}} {{actionrange=@{actionrange}}} {{actionattack=@{actionattackroll} vs @{actionthreshold}}}" /></div>
<div class="sheet-col-1-12 sheet-center sheet-small-label">Damage<br/><input type="checkbox" name="attr_actionshowdamage" value="{{actionshowdamage=1}} {{actiondamage=@{actiondamage} @{actiondamagetype}}}" /></div>
<div class="sheet-col-1-12 sheet-center sheet-small-label">Healing<br/><input type="checkbox" name="attr_actionshowhealing" value="{{actionshowhealing=1}} {{actionhealing=@{actionhealmacro}}}" /></div>
<div class="sheet-col-1-12 sheet-center sheet-small-label">St Cancel<br/><input type="checkbox" name="attr_actionshowstatuscancel" value="{{actionshowstatuscancel=1}} {{actionstatuscancel=@{actionstatuscancel}}}" /></div>
<div class="sheet-col-1-12 sheet-center sheet-small-label">Special<br/><input type="checkbox" name="attr_actionshowspecial" value="{{actionshowspecial=1}} {{actionspecial=@{actionspecial}}}" /></div>
<div class="sheet-col-1-12 sheet-center sheet-small-label">Effect 1<br/><input type="checkbox" name="attr_actionshoweffect1" value="{{actionshoweffect1=1}} {{actioneffectname1=@{actioneffectname1}}} {{actioneffectduration1=@{actioneffectduration1}}} {{actioneffectnote1=@{actioneffect1}}}" /></div>
<div class="sheet-col-1-12 sheet-center sheet-small-label">Effect 2<br/><input type="checkbox" name="attr_actionshoweffect2" value="{{actionshoweffect2=1}} {{actioneffectname2=@{actioneffectname2}}} {{actioneffectduration2=@{actioneffectduration2}}} {{actioneffectnote2=@{actioneffect2}}}" /></div>
<div class="sheet-col-1-12 sheet-center sheet-small-label">Effect 3<br/><input type="checkbox" name="attr_actionshoweffect3" value="{{actionshoweffect3=1}} {{actioneffectname3=@{actioneffectname3}}} {{actioneffectduration3=@{actioneffectduration3}}} {{actioneffectnote3=@{actioneffect3}}}" /></div>
<div class="sheet-col-1-12 sheet-center sheet-small-label">Effect 4<br/><input type="checkbox" name="attr_actionshoweffect4" value="{{actionshoweffect4=1}} {{actioneffectname4=@{actioneffectname4}}} {{actioneffectduration4=@{actioneffectduration4}}} {{actioneffectnote4=@{actioneffect4}}}" /></div>
<input type="hidden" name="attr_actionmacrooptions" value="@{actionshowinfo} @{actionshowtrigger} @{actionshowattack} @{actionshowdamage} @{actionshowhealing} @{actionshowstatuscancel} @{actionshowspecial} @{actionshoweffect1} @{actionshoweffect2} @{actionshoweffect3} @{actionshoweffect4}" />
</div>
<span class="sheet-spacer"></span>
<span class="sheet offset-1-12 sheet-small-label">Show :</span>
<input type="checkbox" name="attr_spelltypeadvanced" class="sheet-spelltypetab sheet-spelltypeadvanced" value="1"/><span class="sheet-spelltypetab sheet-spelltypeadvanced">Description</span> |
<input type="checkbox" name="attr_spelltypeattack" class="sheet-spelltypetab sheet-spelltypeattack" value="1"/><span class="sheet-spelltypetab sheet-spelltypeattack">Attack</span> |
<input type="checkbox" name="attr_spelltypdamage" class="sheet-spelltypetab sheet-spelltypedamage" value="1"/><span class="sheet-spelltypetab sheet-spelltypedamage">Damage</span> |
<input type="checkbox" name="attr_spelltypeheal" class="sheet-spelltypetab sheet-spelltypeheal" value="1"/><span class="sheet-spelltypetab sheet-spelltypeheal">Healing</span> |
<input type="checkbox" name="attr_spelltypeeffects" class="sheet-spelltypetab sheet-spelltypeeffects" value="1"/><span class="sheet-spelltypetab sheet-spelltypeeffects">Effects</span>
<span class="sheet-spacer"></span>
<div class="sheet-spell-type-advanced">
<div class="sheet-row">
<div class="sheet-col-1-2 sheet-vert-bottom sheet-center sheet-small-label">Action Description</div>
<div class="sheet-col-1-2 sheet-vert-bottom sheet-center sheet-small-label">Action Mechanics/Flavour</div>
</div>
<div class="sheet-row">
<div class="sheet-col-1-2 sheet-small-label sheet-center"><textarea class="sheet-medium-textarea" name="attr_action_description"></textarea></div>
<div class="sheet-col-1-2 sheet-small-label sheet-center"><textarea name="attr_action_mechanics1" class="sheet-medium-textarea"></textarea></div>
</div>
</div>
<div class="sheet-spell-type-attack">
<div class="sheet-row">
<div class="sheet-offset-1-12 sheet-col-5-6 sheet-vert-bottom sheet-center sheet-small-label">Trigger</div>
</div>
<div class="sheet-row">
<div class="sheet-offset-1-12 sheet-col-5-6 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_actiontrigger" value="None"></div>
</div>
<div class="sheet-row">
<div class="sheet-offset-1-12 sheet-col-1-8 sheet-vert-bottom sheet-center sheet-small-label">Range</div>
<div class="sheet-col-1-2 sheet-vert-bottom sheet-center sheet-small-label">Attack Macro</div>
<div class="sheet-col-5-24 sheet-vert-bottom sheet-center sheet-small-label">Threshold</div>
</div>
<div class="sheet-row">
<div class=" sheet-offset-1-12 sheet-col-1-8">
<select name="attr_actionrange">
<option value="Melee">Melee</option>
<option value="Ranged" selected="selected">Ranged</option>
</select>
</div>
<div class="sheet-col-1-2 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_actionattackroll" value="[[[[@{earth_rating}]]+1d100cs>101-40]]"></div>
<div class="sheet-col-5-24 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_actionthreshold" value="None"></div>
</div>
</div>
<div class="sheet-spell-type-damage">
<div class="sheet-row">
<div class="sheet-col-1-2 sheet-offset-1-12 sheet-vert-bottom sheet-center sheet-small-label">Damage Macro</div>
<div class="sheet-col-1-3 sheet-vert-bottom sheet-center sheet-small-label">Damage Type</div>
</div>
<div class="sheet-row">
<div class="sheet-col-1-2 sheet-offset-1-12 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_actiondamage" value="None"></div>
<div class="sheet-col-1-3 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_actiondamagetype" value="None"></div>
</div>
</div>
<div class="sheet-spell-type-heal">
<div class="sheet-row">
<div class="sheet-col-1-2 sheet-offset-1-12 sheet-vert-bottom sheet-center sheet-small-label">Heal Macro</div>
<div class="sheet-col-1-3 sheet-vert-bottom sheet-center sheet-small-label">Status Cancelled</div>
</div>
<div class="sheet-row">
<div class="sheet-col-1-2 sheet-offset-1-12 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_actionhealmacro" value="None"></div>
<div class="sheet-col-1-3 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_actionstatuscancel" value="None"></div>
</div>
</div>
<div class="sheet-spell-type-effects">
<div class="sheet-row">
<div class="sheet-offset-1-12 sheet-col-5-6 sheet-vert-bottom sheet-center sheet-small-label">Special</div>
</div>
<div class="sheet-row">
<div class="sheet-offset-1-12 sheet-col-5-6 sheet-small-label sheet-center"><textarea class="sheet-medium-textarea" name="attr_actionspecial"></textarea></div>
</div>
<div class="sheet-row">
<div class="sheet-offset-1-12 sheet-col-1-4 sheet-vert-bottom sheet-center sheet-small-label">Name</div>
<div class="sheet-col-1-2 sheet-vert-bottom sheet-center sheet-small-label">Effect Note</div>
<div class="sheet-col-1-12 sheet-vert-bottom sheet-center sheet-small-label">Duration</div>
</div>
<div class="sheet-row">
<div class="sheet-offset-1-12 sheet-col-1-4 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_actioneffectname1" value="None"></div>
<div class="sheet-col-1-2 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_actioneffect1" value="None"></div>
<div class="sheet-col-1-12 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_actioneffectduration1" value="∞"></div>
</div>
<div class="sheet-row">
<div class="sheet-offset-1-12 sheet-col-1-4 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_actioneffectname2" value="None"></div>
<div class="sheet-col-1-2 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_actioneffect2" value="None"></div>
<div class="sheet-col-1-12 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_actioneffectduration2" value="∞"></div>
</div>
<div class="sheet-row">
<div class="sheet-offset-1-12 sheet-col-1-4 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_actioneffectname3" value="None"></div>
<div class="sheet-col-1-2 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_actioneffect3" value="None"></div>
<div class="sheet-col-1-12 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_actioneffectduration3" value="∞"></div>
</div>
<div class="sheet-row">
<div class="sheet-offset-1-12 sheet-col-1-4 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_actioneffectname4" value="None"></div>
<div class="sheet-col-1-2 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_actioneffect4" value="None"></div>
<div class="sheet-col-1-12 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_actioneffectduration4" value="∞"></div>
</div>
</div>
</div>
</fieldset>
<!-- END npc action row -->
<div class="sheet-row sheet-footer">
<div class="sheet-col-1 sheet-small-label sheet-center">How to reference example - @{repeating_npcactions_$0_npc-ability}</div>
</div>
<hr/>
<!-- END AUTO GENERATED NPC ACTION SECTION -->
</div>
<div class="sheet-row sheet-footer">
<div class="sheet-col-1 sheet-small-label sheet-center">Sheet help - https://app.roll20.net/users/688084/robert-n</div>
</div>
</div>
<rolltemplate class="sheet-rolltemplate-FFRPG">
<div class="sheet-rt-card">
<div class="sheet-rt-header{{#weapon}} sheet-weapon{{/weapon}}{{#spell}} sheet-spell{{/spell}}{{#ability}} sheet-ability{{/ability}}">
<div class="sheet-rt-title">{{title}}</div>
{{#subheader}}
<div class="sheet-rt-subheader">{{subheader}}{{#subheaderright}} &bullet; {{subheaderright}}{{/subheaderright}}</div>
{{/subheader}}
{{#subheader2}}
<div class="sheet-rt-subheader">{{subheader2}}{{#subheaderright2}} &bullet; {{subheaderright2}}{{/subheaderright2}}</div>
{{/subheader2}}
</div>
{{#emote}}
<p class="sheet-rt-emote">{{character_name}} {{emote}}</p>
{{/emote}}
{{#threshold}}
<div class="sheet-row">
<div class="sheet-col-7-12 sheet-padl sheet-padr sheet-rt-key">Threshold</div>
<div class="sheet-col-5-12 sheet-padr sheet-rt-value">{{threshold}}</div>
</div>
{{/threshold}}
<div class="sheet-main-content">
<!--Actions-->
{{#actionshowinfo}}
<div class="sheet-row sheet-padb">
<div class="sheet-col-1 sheet-border-top-dotted"></div>
<div class="sheet-col-1-2 sheet-padl sheet-padr sheet-center sheet-border-right-dotted"><span class="sheet-rt-key">Target</span><br/><span class="sheet-rt-value">{{actiontarget}}</span></div>
<div class="sheet-col-1-2 sheet-padl sheet-padr sheet-center sheet-border-left-dotted"><span class="sheet-rt-key">AOE</span><br/><span class="sheet-rt-value">{{actionaoe}}</span></div>
<div class="sheet-col-1 sheet-border-top-dotted"></div>
<div class="sheet-col-1-2 sheet-padl sheet-padr sheet-center sheet-border-right-dotted"><span class="sheet-rt-key">CT</span><br/><span class="sheet-rt-value">{{actioncharge}}</span></div>
<div class="sheet-col-1-2 sheet-padl sheet-padr sheet-center sheet-border-left-dotted"><span class="sheet-rt-key">MP Cost</span><br/><span class="sheet-rt-value">{{actionmpcost}}</span></div>
<div class="sheet-col-1 sheet-border-bottom-dotted"></div>
</div>
{{/actionshowinfo}}
{{#actionshowtrigger}}
<div class="sheet-row">
<div class="sheet-col-5-12 sheet-padl sheet-padr sheet-rt-key">Trigger</div>
<div class="sheet-col-7-12 sheet-padr sheet-rt-value">{{actiontrigger}}</div>
</div>
{{/actionshowtrigger}}
{{#actionshowattack}}
<div class="sheet-row">
<div class="sheet-col-5-12 sheet-padl sheet-padr sheet-rt-key">Range</div>
<div class="sheet-col-7-12 sheet-padr sheet-rt-value">{{actionrange}}</div>
</div>
<div class="sheet-row">
<div class="sheet-col-5-12 sheet-padl sheet-padr sheet-rt-key">Attack Roll</div>
<div class="sheet-col-7-12 sheet-padr sheet-rt-value">{{actionattack}}</div>
</div>
{{/actionshowattack}}
{{#actionshowdamage}}
<div class="sheet-row">
<div class="sheet-col-5-12 sheet-padl sheet-padr sheet-rt-key">Damage</div>
<div class="sheet-col-7-12 sheet-padr sheet-rt-value">{{actiondamage}}</div>
</div>
{{/actionshowdamage}}
{{#actionshowhealing}}
<div class="sheet-row">
<div class="sheet-col-5-12 sheet-padl sheet-padr sheet-rt-key">Healing</div>
<div class="sheet-col-7-12 sheet-padr sheet-rt-value">{{actionhealing}}</div>
</div>
{{/actionshowhealing}}
{{#actionshowstatuscancel}}
<div class="sheet-row">
<div class="sheet-col-5-12 sheet-padl sheet-padr sheet-rt-key">Status Cancel</div>
<div class="sheet-col-7-12 sheet-padr sheet-rt-value">{{actionstatuscancel}}</div>
</div>
{{/actionshowstatuscancel}}
{{#actionshowspecial}}
<div class="sheet-row">
<div class="sheet-col-5-12 sheet-padl sheet-padr sheet-rt-key">Special</div>
<div class="sheet-col-7-12 sheet-padr sheet-rt-value">{{actionspecial}}</div>
</div>
{{/actionshowspecial}}
{{#actionshoweffect1}}
<div class="sheet-row">
<div class="sheet-col-1 sheet-border-top-dotted"></div>
<div class="sheet-col-1-2 sheet-padl sheet-padr sheet-center sheet-border-right-dotted"><span class="sheet-rt-key">Effect 1</span><br/><span class="sheet-rt-value">{{actioneffectname1}}</span></div>
<div class="sheet-col-1-2 sheet-padl sheet-padr sheet-center sheet-border-left-dotted"><span class="sheet-rt-key">Duration</span><br/><span class="sheet-rt-value">{{actioneffectduration1}}</span></div>
<div class="sheet-col-1 sheet-border-bottom-dotted"></div>
</div>
<div class="sheet-row">
<div class="sheet-col-5-12 sheet-padl sheet-padr sheet-rt-key">Note</div>
<div class="sheet-col-7-12 sheet-padr sheet-rt-value">{{actioneffectnote1}}</div>
</div>
{{/actionshoweffect1}}
{{#actionshoweffect2}}
<div class="sheet-row">
<div class="sheet-col-1 sheet-border-top-dotted"></div>
<div class="sheet-col-1-2 sheet-padl sheet-padr sheet-center sheet-border-right-dotted"><span class="sheet-rt-key">Effect 2</span><br/><span class="sheet-rt-value">{{actioneffectname2}}</span></div>
<div class="sheet-col-1-2 sheet-padl sheet-padr sheet-center sheet-border-left-dotted"><span class="sheet-rt-key">Duration</span><br/><span class="sheet-rt-value">{{actioneffectduration2}}</span></div>
<div class="sheet-col-1 sheet-border-bottom-dotted"></div>
</div>
<div class="sheet-row">
<div class="sheet-col-5-12 sheet-padl sheet-padr sheet-rt-key">Note</div>
<div class="sheet-col-7-12 sheet-padr sheet-rt-value">{{actioneffectnote2}}</div>
</div>
{{/actionshoweffect2}}
{{#actionshoweffect3}}
<div class="sheet-row">
<div class="sheet-col-1 sheet-border-top-dotted"></div>
<div class="sheet-col-1-2 sheet-padl sheet-padr sheet-center sheet-border-right-dotted"><span class="sheet-rt-key">Effect 3</span><br/><span class="sheet-rt-value">{{actioneffectname3}}</span></div>
<div class="sheet-col-1-2 sheet-padl sheet-padr sheet-center sheet-border-left-dotted"><span class="sheet-rt-key">Duration</span><br/><span class="sheet-rt-value">{{actioneffectduration3}}</span></div>
<div class="sheet-col-1 sheet-border-bottom-dotted"></div>
</div>
<div class="sheet-row">
<div class="sheet-col-5-12 sheet-padl sheet-padr sheet-rt-key">Note</div>
<div class="sheet-col-7-12 sheet-padr sheet-rt-value">{{actioneffectnote3}}</div>
</div>
{{/actionshoweffect3}}
{{#actionshoweffect4}}
<div class="sheet-row">
<div class="sheet-col-1 sheet-border-top-dotted"></div>
<div class="sheet-col-1-2 sheet-padl sheet-padr sheet-center sheet-border-right-dotted"><span class="sheet-rt-key">Effect 4</span><br/><span class="sheet-rt-value">{{actioneffectname4}}</span></div>
<div class="sheet-col-1-2 sheet-padl sheet-padr sheet-center sheet-border-left-dotted"><span class="sheet-rt-key">Duration</span><br/><span class="sheet-rt-value">{{actioneffectduration4}}</span></div>
<div class="sheet-col-1 sheet-border-bottom-dotted"></div>
</div>
<div class="sheet-row">
<div class="sheet-col-5-12 sheet-padl sheet-padr sheet-rt-key">Note</div>
<div class="sheet-col-7-12 sheet-padr sheet-rt-value">{{actioneffectnote4}}</div>
</div>
{{/actionshoweffect4}}
<!--Spells-->
{{#spellshowinfo}}
<div class="sheet-row sheet-padb">
<div class="sheet-col-1 sheet-border-top-dotted"></div>
<div class="sheet-col-1-2 sheet-padl sheet-padr sheet-center sheet-border-right-dotted"><span class="sheet-rt-key">Target</span><br/><span class="sheet-rt-value">{{spelltarget}}</span></div>
<div class="sheet-col-1-2 sheet-padl sheet-padr sheet-center sheet-border-left-dotted"><span class="sheet-rt-key">AOE</span><br/><span class="sheet-rt-value">{{spellaoe}}</span></div>
<div class="sheet-col-1 sheet-border-top-dotted"></div>
<div class="sheet-col-1-2 sheet-padl sheet-padr sheet-center sheet-border-right-dotted"><span class="sheet-rt-key">Reflect?</span><br/><span class="sheet-rt-value">{{spellreflect}}</span></div>
<div class="sheet-col-1-2 sheet-padl sheet-padr sheet-center sheet-border-left-dotted"><span class="sheet-rt-key">MP Cost</span><br/><span class="sheet-rt-value">{{spellmpcost}}</span></div>
<div class="sheet-col-1 sheet-border-bottom-dotted"></div>
</div>
{{/spellshowinfo}}
{{#spellshowattack}}
<div class="sheet-row">
<div class="sheet-col-5-12 sheet-padl sheet-padr sheet-rt-key">Range</div>
<div class="sheet-col-7-12 sheet-padr sheet-rt-value">{{spellrange}}</div>
</div>
<div class="sheet-row">
<div class="sheet-col-5-12 sheet-padl sheet-padr sheet-rt-key">Attack Roll</div>
<div class="sheet-col-7-12 sheet-padr sheet-rt-value">{{spellattack}}</div>
</div>
{{/spellshowattack}}
{{#spellshowdamage}}
<div class="sheet-row">
<div class="sheet-col-5-12 sheet-padl sheet-padr sheet-rt-key">Damage</div>
<div class="sheet-col-7-12 sheet-padr sheet-rt-value">{{spelldamage}}</div>
</div>
{{/spellshowdamage}}
{{#spellshowhealing}}
<div class="sheet-row">
<div class="sheet-col-5-12 sheet-padl sheet-padr sheet-rt-key">Healing</div>
<div class="sheet-col-7-12 sheet-padr sheet-rt-value">{{spellhealing}}</div>
</div>
{{/spellshowhealing}}
{{#spellshowstatuscancel}}
<div class="sheet-row">
<div class="sheet-col-5-12 sheet-padl sheet-padr sheet-rt-key">Status Cancel</div>
<div class="sheet-col-7-12 sheet-padr sheet-rt-value">{{spellstatuscancel}}</div>
</div>
{{/spellshowstatuscancel}}
{{#spellshowspecial}}
<div class="sheet-row">
<div class="sheet-col-5-12 sheet-padl sheet-padr sheet-rt-key">Special</div>
<div class="sheet-col-7-12 sheet-padr sheet-rt-value">{{spellspecial}}</div>
</div>
{{/spellshowspecial}}
{{#spellshoweffect1}}
<div class="sheet-row">
<div class="sheet-col-1 sheet-border-top-dotted"></div>
<div class="sheet-col-1-2 sheet-padl sheet-padr sheet-center sheet-border-right-dotted"><span class="sheet-rt-key">Effect 1</span><br/><span class="sheet-rt-value">{{spelleffectname1}}</span></div>
<div class="sheet-col-1-2 sheet-padl sheet-padr sheet-center sheet-border-left-dotted"><span class="sheet-rt-key">Duration</span><br/><span class="sheet-rt-value">{{spelleffectduration1}}</span></div>
<div class="sheet-col-1 sheet-border-bottom-dotted"></div>
</div>
<div class="sheet-row">
<div class="sheet-col-5-12 sheet-padl sheet-padr sheet-rt-key">Note</div>
<div class="sheet-col-7-12 sheet-padr sheet-rt-value">{{spelleffectnote1}}</div>
</div>
{{/spellshoweffect1}}
{{#spellshoweffect2}}
<div class="sheet-row">
<div class="sheet-col-1 sheet-border-top-dotted"></div>
<div class="sheet-col-1-2 sheet-padl sheet-padr sheet-center sheet-border-right-dotted"><span class="sheet-rt-key">Effect 2</span><br/><span class="sheet-rt-value">{{spelleffectname2}}</span></div>
<div class="sheet-col-1-2 sheet-padl sheet-padr sheet-center sheet-border-left-dotted"><span class="sheet-rt-key">Duration</span><br/><span class="sheet-rt-value">{{spelleffectduration2}}</span></div>
<div class="sheet-col-1 sheet-border-bottom-dotted"></div>
</div>
<div class="sheet-row">
<div class="sheet-col-5-12 sheet-padl sheet-padr sheet-rt-key">Note</div>
<div class="sheet-col-7-12 sheet-padr sheet-rt-value">{{spelleffectnote2}}</div>
</div>
{{/spellshoweffect2}}
{{#spellshoweffect3}}
<div class="sheet-row">
<div class="sheet-col-1 sheet-border-top-dotted"></div>
<div class="sheet-col-1-2 sheet-padl sheet-padr sheet-center sheet-border-right-dotted"><span class="sheet-rt-key">Effect 3</span><br/><span class="sheet-rt-value">{{spelleffectname3}}</span></div>
<div class="sheet-col-1-2 sheet-padl sheet-padr sheet-center sheet-border-left-dotted"><span class="sheet-rt-key">Duration</span><br/><span class="sheet-rt-value">{{spelleffectduration3}}</span></div>
<div class="sheet-col-1 sheet-border-bottom-dotted"></div>
</div>
<div class="sheet-row">
<div class="sheet-col-5-12 sheet-padl sheet-padr sheet-rt-key">Note</div>
<div class="sheet-col-7-12 sheet-padr sheet-rt-value">{{spelleffectnote3}}</div>
</div>
{{/spellshoweffect3}}
{{#spellshoweffect4}}
<div class="sheet-row">
<div class="sheet-col-1 sheet-border-top-dotted"></div>
<div class="sheet-col-1-2 sheet-padl sheet-padr sheet-center sheet-border-right-dotted"><span class="sheet-rt-key">Effect 4</span><br/><span class="sheet-rt-value">{{spelleffectname4}}</span></div>
<div class="sheet-col-1-2 sheet-padl sheet-padr sheet-center sheet-border-left-dotted"><span class="sheet-rt-key">Duration</span><br/><span class="sheet-rt-value">{{spelleffectduration4}}</span></div>
<div class="sheet-col-1 sheet-border-bottom-dotted"></div>
</div>
<div class="sheet-row">
<div class="sheet-col-5-12 sheet-padl sheet-padr sheet-rt-key">Note</div>
<div class="sheet-col-7-12 sheet-padr sheet-rt-value">{{spelleffectnote4}}</div>
</div>
{{/spellshoweffect4}}
<!--Weapon based attacks-->
{{#weaponshowrange}}
<div class="sheet-row">
<div class="sheet-col-5-12 sheet-padl sheet-padr sheet-rt-key">Range</div>
<div class="sheet-col-7-12 sheet-padr sheet-rt-value">{{weaponrange}}</div>
</div>
{{/weaponshowrange}}
{{#weaponshowattack}}
<div class="sheet-row">
<div class="sheet-col-5-12 sheet-padl sheet-padr sheet-rt-key">Attack Roll</div>
<div class="sheet-col-7-12 sheet-padr sheet-rt-value">{{weaponattack}}</div>
</div>
{{/weaponshowattack}}
{{#weaponshowdamage}}
<div class="sheet-row">
<div class="sheet-col-5-12 sheet-padl sheet-padr sheet-rt-key">Damage</div>
<div class="sheet-col-7-12 sheet-padr sheet-rt-value">{{weapondamage}}</div>
</div>
{{/weaponshowdamage}}
{{#weaponshowhealing}}
<div class="sheet-row">
<div class="sheet-col-5-12 sheet-padl sheet-padr sheet-rt-key">Healing</div>
<div class="sheet-col-7-12 sheet-padr sheet-rt-value">{{weaponhealing}}</div>
</div>
{{/weaponshowhealing}}
{{#weaponshowstatuscancel}}
<div class="sheet-row">
<div class="sheet-col-5-12 sheet-padl sheet-padr sheet-rt-key">Status Cancel</div>
<div class="sheet-col-7-12 sheet-padr sheet-rt-value">{{weaponstatuscancel}}</div>
</div>
{{/weaponshowstatuscancel}}
{{#weaponshowspecial}}
<div class="sheet-row">
<div class="sheet-col-5-12 sheet-padl sheet-padr sheet-rt-key">Special</div>
<div class="sheet-col-7-12 sheet-padr sheet-rt-value">{{weaponspecial}}</div>
</div>
{{/weaponshowspecial}}
{{#weaponshoweffect1}}
<div class="sheet-row">
<div class="sheet-col-1 sheet-border-top-dotted"></div>
<div class="sheet-col-1-2 sheet-padl sheet-padr sheet-center sheet-border-right-dotted"><span class="sheet-rt-key">Effect 1</span><br/><span class="sheet-rt-value">{{weaponeffectname1}}</span></div>
<div class="sheet-col-1-2 sheet-padl sheet-padr sheet-center sheet-border-left-dotted"><span class="sheet-rt-key">Duration</span><br/><span class="sheet-rt-value">{{weaponeffectduration1}}</span></div>
<div class="sheet-col-1 sheet-border-bottom-dotted"></div>
</div>
<div class="sheet-row">
<div class="sheet-col-5-12 sheet-padl sheet-padr sheet-rt-key">Note</div>
<div class="sheet-col-7-12 sheet-padr sheet-rt-value">{{weaponeffectnote1}}</div>
</div>
{{/weaponshoweffect1}}
{{#weaponshoweffect2}}
<div class="sheet-row">
<div class="sheet-col-1 sheet-border-top-dotted"></div>
<div class="sheet-col-1-2 sheet-padl sheet-padr sheet-center sheet-border-right-dotted"><span class="sheet-rt-key">Effect 2</span><br/><span class="sheet-rt-value">{{weaponeffectname2}}</span></div>
<div class="sheet-col-1-2 sheet-padl sheet-padr sheet-center sheet-border-left-dotted"><span class="sheet-rt-key">Duration</span><br/><span class="sheet-rt-value">{{weaponeffectduration2}}</span></div>
<div class="sheet-col-1 sheet-border-bottom-dotted"></div>
</div>
<div class="sheet-row">
<div class="sheet-col-5-12 sheet-padl sheet-padr sheet-rt-key">Note</div>
<div class="sheet-col-7-12 sheet-padr sheet-rt-value">{{weaponeffectnote2}}</div>
</div>
{{/weaponshoweffect2}}
{{#weaponshoweffect3}}
<div class="sheet-row">
<div class="sheet-col-1 sheet-border-top-dotted"></div>
<div class="sheet-col-1-2 sheet-padl sheet-padr sheet-center sheet-border-right-dotted"><span class="sheet-rt-key">Effect 3</span><br/><span class="sheet-rt-value">{{weaponeffectname3}}</span></div>
<div class="sheet-col-1-2 sheet-padl sheet-padr sheet-center sheet-border-left-dotted"><span class="sheet-rt-key">Duration</span><br/><span class="sheet-rt-value">{{weaponeffectduration3}}</span></div>
<div class="sheet-col-1 sheet-border-bottom-dotted"></div>
</div>
<div class="sheet-row">
<div class="sheet-col-5-12 sheet-padl sheet-padr sheet-rt-key">Note</div>
<div class="sheet-col-7-12 sheet-padr sheet-rt-value">{{weaponeffectnote3}}</div>
</div>
{{/weaponshoweffect3}}
<!--Sensor-->
{{#sensor}}
<div class="sheet-row">
<div class="sheet-col-5-12 sheet-padl sheet-padr sheet-rt-key">Current HP</div>
<div class="sheet-col-7-12 sheet-padr sheet-rt-value">{{sensor_hp}}</div>
</div>
<div class="sheet-row">
<div class="sheet-col-5-12 sheet-padl sheet-padr sheet-rt-key">Current MP</div>
<div class="sheet-col-7-12 sheet-padr sheet-rt-value">{{sensor_mp}}</div>
</div>
{{/sensor}}
<!--Lore-->
{{#lore}}
<div class="sheet-row">
<div class="sheet-col-5-12 sheet-padl sheet-padr sheet-rt-key">Class</div>
<div class="sheet-col-7-12 sheet-padr sheet-rt-value">{{lore_class}}</div>
</div>
<div class="sheet-row">
<div class="sheet-col-5-12 sheet-padl sheet-padr sheet-rt-key">Type</div>
<div class="sheet-col-7-12 sheet-padr sheet-rt-value">{{lore_monster_type}}</div>
</div>
<div class="sheet-row">
<div class="sheet-col-1 sheet-border-top-dotted"></div>
<div class="sheet-col-1-2 sheet-padl sheet-padr sheet-center sheet-border-right-dotted"><span class="sheet-rt-key">Current HP</span><br/><span class="sheet-rt-value">{{lore_hp}}</span></div>
<div class="sheet-col-1-2 sheet-padl sheet-padr sheet-center sheet-border-left-dotted"><span class="sheet-rt-key">Max HP</span><br/><span class="sheet-rt-value">{{lore_hp_max}}</span></div>
<div class="sheet-col-1 sheet-border-top-dotted"></div>
<div class="sheet-col-1-2 sheet-padl sheet-padr sheet-center sheet-border-right-dotted"><span class="sheet-rt-key">Current MP</span><br/><span class="sheet-rt-value">{{lore_mp}}</span></div>
<div class="sheet-col-1-2 sheet-padl sheet-padr sheet-center sheet-border-left-dotted"><span class="sheet-rt-key">Max MP</span><br/><span class="sheet-rt-value">{{lore_mp_max}}</span></div>
<div class="sheet-col-1 sheet-border-bottom-dotted"></div>
</div>
<div class="sheet-row">
<div class="sheet-col-5-12 sheet-padl sheet-padr sheet-rt-key">Spells</div>
<div class="sheet-col-7-12 sheet-padr sheet-rt-value">{{lore_spells}}</div>
</div>
<div class="sheet-row">
<div class="sheet-col-5-12 sheet-padl sheet-padr sheet-rt-key">Desc</div>
<div class="sheet-col-7-12 sheet-padr sheet-rt-value">{{lore_description}}</div>
</div>
{{/lore}}
<!--Scan-->
{{#scan}}
<div class="sheet-row">
<div class="sheet-col-5-12 sheet-padl sheet-padr sheet-rt-key">Level</div>
<div class="sheet-col-7-12 sheet-padr sheet-rt-value">{{scan_level}}</div>
</div>
<div class="sheet-row">
<div class="sheet-col-5-12 sheet-padl sheet-padr sheet-rt-key">Class</div>
<div class="sheet-col-7-12 sheet-padr sheet-rt-value">{{scan_class}}</div>
</div>
<div class="sheet-row">
<div class="sheet-col-5-12 sheet-padl sheet-padr sheet-rt-key">Type</div>
<div class="sheet-col-7-12 sheet-padr sheet-rt-value">{{scan_monster_type}}</div>
</div>
<div class="sheet-row">
<div class="sheet-col-1 sheet-border-top-dotted"></div>
<div class="sheet-col-1-2 sheet-padl sheet-padr sheet-center sheet-border-right-dotted"><span class="sheet-rt-key">Earth</span><br/><span class="sheet-rt-value">{{scan_earth}}</span></div>
<div class="sheet-col-1-2 sheet-padl sheet-padr sheet-center sheet-border-left-dotted"><span class="sheet-rt-key">Air</span><br/><span class="sheet-rt-value">{{scan_air}}</span></div>
<div class="sheet-col-1 sheet-border-top-dotted"></div>
<div class="sheet-col-1-2 sheet-padl sheet-padr sheet-center sheet-border-right-dotted"><span class="sheet-rt-key">Fire</span><br/><span class="sheet-rt-value">{{scan_fire}}</span></div>
<div class="sheet-col-1-2 sheet-padl sheet-padr sheet-center sheet-border-left-dotted"><span class="sheet-rt-key">Water</span><br/><span class="sheet-rt-value">{{scan_water}}</span></div>
<div class="sheet-col-1 sheet-border-bottom-dotted"></div>
</div>
<div class="sheet-row">
<div class="sheet-col-1 sheet-border-top-dotted"></div>
<div class="sheet-col-1-2 sheet-padl sheet-padr sheet-center sheet-border-right-dotted"><span class="sheet-rt-key">Current HP</span><br/><span class="sheet-rt-value">{{scan_hp}}</span></div>
<div class="sheet-col-1-2 sheet-padl sheet-padr sheet-center sheet-border-left-dotted"><span class="sheet-rt-key">Max HP</span><br/><span class="sheet-rt-value">{{scan_hp_max}}</span></div>
<div class="sheet-col-1 sheet-border-top-dotted"></div>
<div class="sheet-col-1-2 sheet-padl sheet-padr sheet-center sheet-border-right-dotted"><span class="sheet-rt-key">Current MP</span><br/><span class="sheet-rt-value">{{scan_mp}}</span></div>
<div class="sheet-col-1-2 sheet-padl sheet-padr sheet-center sheet-border-left-dotted"><span class="sheet-rt-key">Max MP</span><br/><span class="sheet-rt-value">{{scan_mp_max}}</span></div>
<div class="sheet-col-1 sheet-border-bottom-dotted"></div>
</div>
<div class="sheet-row">
<div class="sheet-col-1 sheet-border-top-dotted"></div>
<div class="sheet-col-1-2 sheet-padl sheet-padr sheet-center sheet-border-right-dotted"><span class="sheet-rt-key">ARM</span><br/><span class="sheet-rt-value">{{scan_arm}}</span></div>
<div class="sheet-col-1-2 sheet-padl sheet-padr sheet-center sheet-border-left-dotted"><span class="sheet-rt-key">MARM</span><br/><span class="sheet-rt-value">{{scan_marm}}</span></div>
<div class="sheet-col-1 sheet-border-bottom-dotted"></div>
</div>
<div class="sheet-row">
<div class="sheet-col-5-12 sheet-padl sheet-padr sheet-rt-key">Elemental Absorb</div>
<div class="sheet-col-7-12 sheet-padr sheet-rt-value">{{scan_element_absorb}}</div>
</div>
<div class="sheet-row">
<div class="sheet-col-5-12 sheet-padl sheet-padr sheet-rt-key">Elemental Immunity</div>
<div class="sheet-col-7-12 sheet-padr sheet-rt-value">{{scan_element_immunity}}</div>
</div>
<div class="sheet-row">
<div class="sheet-col-5-12 sheet-padl sheet-padr sheet-rt-key">Elemental Resistance</div>
<div class="sheet-col-7-12 sheet-padr sheet-rt-value">{{scan_element_resistance}}</div>
</div>
<div class="sheet-row">
<div class="sheet-col-5-12 sheet-padl sheet-padr sheet-rt-key">Elemental Weakness</div>
<div class="sheet-col-7-12 sheet-padr sheet-rt-value">{{scan_element_weakness}}</div>
</div>
<div class="sheet-row">
<div class="sheet-col-5-12 sheet-padl sheet-padr sheet-rt-key">Auto Status</div>
<div class="sheet-col-7-12 sheet-padr sheet-rt-value">{{scan_status_auto}}</div>
</div>
<div class="sheet-row">
<div class="sheet-col-5-12 sheet-padl sheet-padr sheet-rt-key">Status Immunity</div>
<div class="sheet-col-7-12 sheet-padr sheet-rt-value">{{scan_status_immunity}}</div>
</div>
<div class="sheet-row">
<div class="sheet-col-5-12 sheet-padl sheet-padr sheet-rt-key">Status Resistance</div>
<div class="sheet-col-7-12 sheet-padr sheet-rt-value">{{scan_status_resistance}}</div>
</div>
<div class="sheet-row">
<div class="sheet-col-5-12 sheet-padl sheet-padr sheet-rt-key">Status Weakness</div>
<div class="sheet-col-7-12 sheet-padr sheet-rt-value">{{scan_status_weakness}}</div>
</div>
{{/scan}}
<!--Detect-->
{{#detect}}
<div class="sheet-row">
<div class="sheet-col-5-12 sheet-padl sheet-padr sheet-rt-key">Level</div>
<div class="sheet-col-7-12 sheet-padr sheet-rt-value">{{detect_level}}</div>
</div>
<div class="sheet-row">
<div class="sheet-col-5-12 sheet-padl sheet-padr sheet-rt-key">Class</div>
<div class="sheet-col-7-12 sheet-padr sheet-rt-value">{{detect_class}}</div>
</div>
<div class="sheet-row">
<div class="sheet-col-1 sheet-border-top-dotted"></div>
<div class="sheet-col-1-2 sheet-padl sheet-padr sheet-center sheet-border-right-dotted"><span class="sheet-rt-key">Earth Level</span><br/><span class="sheet-rt-value">{{detect_earth}}</span></div>
<div class="sheet-col-1-2 sheet-padl sheet-padr sheet-center sheet-border-left-dotted"><span class="sheet-rt-key">Air Level</span><br/><span class="sheet-rt-value">{{detect_air}}</span></div>
<div class="sheet-col-1 sheet-border-top-dotted"></div>
<div class="sheet-col-1-2 sheet-padl sheet-padr sheet-center sheet-border-right-dotted"><span class="sheet-rt-key">Fire Level</span><br/><span class="sheet-rt-value">{{detect_fire}}</span></div>
<div class="sheet-col-1-2 sheet-padl sheet-padr sheet-center sheet-border-left-dotted"><span class="sheet-rt-key">Water Level</span><br/><span class="sheet-rt-value">{{detect_water}}</span></div>
<div class="sheet-col-1 sheet-border-bottom-dotted"></div>
</div>
<div class="sheet-row">
<div class="sheet-col-1 sheet-border-top-dotted"></div>
<div class="sheet-col-1-2 sheet-padl sheet-padr sheet-center sheet-border-right-dotted"><span class="sheet-rt-key">Current HP</span><br/><span class="sheet-rt-value">{{detect_hp}}</span></div>
<div class="sheet-col-1-2 sheet-padl sheet-padr sheet-center sheet-border-left-dotted"><span class="sheet-rt-key">Max HP</span><br/><span class="sheet-rt-value">{{detect_hp_max}}</span></div>
<div class="sheet-col-1 sheet-border-top-dotted"></div>
<div class="sheet-col-1-2 sheet-padl sheet-padr sheet-center sheet-border-right-dotted"><span class="sheet-rt-key">Current MP</span><br/><span class="sheet-rt-value">{{detect_mp}}</span></div>
<div class="sheet-col-1-2 sheet-padl sheet-padr sheet-center sheet-border-left-dotted"><span class="sheet-rt-key">Max MP</span><br/><span class="sheet-rt-value">{{detect_mp_max}}</span></div>
<div class="sheet-col-1 sheet-border-bottom-dotted"></div>
</div>
<div class="sheet-row">
<div class="sheet-col-5-12 sheet-padl sheet-padr sheet-rt-key">Status Immunity</div>
<div class="sheet-col-7-12 sheet-padr sheet-rt-value">{{detect_status_immunity}}</div>
</div>
<div class="sheet-row">
<div class="sheet-col-5-12 sheet-padl sheet-padr sheet-rt-key">Status Resistance</div>
<div class="sheet-col-7-12 sheet-padr sheet-rt-value">{{detect_status_resistance}}</div>
</div>
<div class="sheet-row">
<div class="sheet-col-5-12 sheet-padl sheet-padr sheet-rt-key">Status Weakness</div>
<div class="sheet-col-7-12 sheet-padr sheet-rt-value">{{detect_status_weakness}}</div>
</div>
{{/detect}}
<!--Peep-->
{{#peep}}
<div class="sheet-row">
<div class="sheet-col-5-12 sheet-padl sheet-padr sheet-rt-key">Type</div>
<div class="sheet-col-7-12 sheet-padr sheet-rt-value">{{peep_monster_type}}</div>
</div>
<div class="sheet-row">
<div class="sheet-col-1 sheet-border-top-dotted"></div>
<div class="sheet-col-1-2 sheet-padl sheet-padr sheet-center sheet-border-right-dotted"><span class="sheet-rt-key">Current HP</span><br/><span class="sheet-rt-value">{{peep_hp}}</span></div>
<div class="sheet-col-1-2 sheet-padl sheet-padr sheet-center sheet-border-left-dotted"><span class="sheet-rt-key">Max HP</span><br/><span class="sheet-rt-value">{{peep_hp_max}}</span></div>
<div class="sheet-col-1 sheet-border-top-dotted"></div>
<div class="sheet-col-1-2 sheet-padl sheet-padr sheet-center sheet-border-right-dotted"><span class="sheet-rt-key">Current MP</span><br/><span class="sheet-rt-value">{{peep_mp}}</span></div>
<div class="sheet-col-1-2 sheet-padl sheet-padr sheet-center sheet-border-left-dotted"><span class="sheet-rt-key">Max MP</span><br/><span class="sheet-rt-value">{{peep_mp_max}}</span></div>
<div class="sheet-col-1 sheet-border-bottom-dotted"></div>
</div>
<div class="sheet-row">
<div class="sheet-col-5-12 sheet-padl sheet-padr sheet-rt-key">Elemental Absorb</div>
<div class="sheet-col-7-12 sheet-padr sheet-rt-value">{{peep_element_absorb}}</div>
</div>
<div class="sheet-row">
<div class="sheet-col-5-12 sheet-padl sheet-padr sheet-rt-key">Elemental Immunity</div>
<div class="sheet-col-7-12 sheet-padr sheet-rt-value">{{peep_element_immunity}}</div>
</div>
<div class="sheet-row">
<div class="sheet-col-5-12 sheet-padl sheet-padr sheet-rt-key">Elemental Resistance</div>
<div class="sheet-col-7-12 sheet-padr sheet-rt-value">{{peep_element_resistance}}</div>
</div>
<div class="sheet-row">
<div class="sheet-col-5-12 sheet-padl sheet-padr sheet-rt-key">Elemental Weakness</div>
<div class="sheet-col-7-12 sheet-padr sheet-rt-value">{{peep_element_weakness}}</div>
</div>
{{/peep}}
<!--Lucky Odds-->
{{#luckyOdds}}
<div class="sheet-row">
<div class="sheet-col-1 sheet-border-top-dotted"></div>
<div class="sheet-col-1-2 sheet-padl sheet-padr sheet-center sheet-border-right-dotted"><span class="sheet-rt-key">Current HP</span><br/><span class="sheet-rt-value">{{luckyOdds_hp}}</span></div>
<div class="sheet-col-1-2 sheet-padl sheet-padr sheet-center sheet-border-left-dotted"><span class="sheet-rt-key">Max HP</span><br/><span class="sheet-rt-value">{{luckyOdds_hp_max}}</span></div>
<div class="sheet-col-1 sheet-border-top-dotted"></div>
<div class="sheet-col-1-2 sheet-padl sheet-padr sheet-center sheet-border-right-dotted"><span class="sheet-rt-key">Current MP</span><br/><span class="sheet-rt-value">{{luckyOdds_mp}}</span></div>
<div class="sheet-col-1-2 sheet-padl sheet-padr sheet-center sheet-border-left-dotted"><span class="sheet-rt-key">Max MP</span><br/><span class="sheet-rt-value">{{luckyOdds_mp_max}}</span></div>
<div class="sheet-col-1 sheet-border-bottom-dotted"></div>
</div>
<div class="sheet-row">
<div class="sheet-col-5-12 sheet-padl sheet-padr sheet-rt-key">Common Item</div>
<div class="sheet-col-7-12 sheet-padr sheet-rt-value">{{luckyOdds_item_common}}</div>
</div>
<div class="sheet-row">
<div class="sheet-col-5-12 sheet-padl sheet-padr sheet-rt-key">Rare Item</div>
<div class="sheet-col-7-12 sheet-padr sheet-rt-value">{{luckyOdds_item_rare}}</div>
</div>
<div class="sheet-row">
<div class="sheet-col-5-12 sheet-padl sheet-padr sheet-rt-key">Loot Difficulty</div>
<div class="sheet-col-7-12 sheet-padr sheet-rt-value">{{luckyOdds_lootchance}}</div>
</div>
<div class="sheet-row">
<div class="sheet-col-5-12 sheet-padl sheet-padr sheet-rt-key">Special Condition</div>
<div class="sheet-col-7-12 sheet-padr sheet-rt-value">{{luckyOdds_defeatcondition}}</div>
</div>
{{/luckyOdds}}
<!--Generic section-->
{{#freetext}}
<div class="sheet-row">
<div class="sheet-col-1 sheet-padl sheet-padr sheet-rt-key-wide">{{freetextname}}</div>
<div class="sheet-col-1 sheet-padl sheet-padr sheet-rt-value">{{freetext}}</div>
</div>
{{/freetext}}
{{#roll}}
<div class="sheet-row">
<div class="sheet-col-7-12 sheet-padl sheet-padr sheet-rt-key">{{rollname}}</div>
<div class="sheet-col-5-12 sheet-padr sheet-rt-value">{{roll}}</div>
</div>
{{/roll}}
<!--Outputall-->
{{#outputall}}
{{#allprops() outputall title subheader subheaderright subheader2 subheaderright2 emote weapon spell ability save deathsave}}
<div class="sheet-row">
<div class="sheet-col-5-12 sheet-padl sheet-padr sheet-rt-key">{{key}}</div>
<div class="sheet-col-7-12 sheet-padr sheet-rt-value">{{value}}</div>
</div>
{{/allprops() outputall title subheader subheaderright subheader2 subheaderright2 emote weapon spell ability save deathsave}}
{{/outputall}}
<!--DEBUG-->
{{#debug}}
{{#allprops()}}
<div class="sheet-row">
<div class="sheet-col-5-12 sheet-padl sheet-padr sheet-rt-key">{{key}} (DEBUG)</div>
<div class="sheet-col-7-12 sheet-padr sheet-rt-value">{{value}}</div>
</div>
{{/allprops()}}
{{/debug}}
</div>
</div>
</rolltemplate>