mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 03:40:32 +00:00
6216 lines
423 KiB
HTML
6216 lines
423 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="http://i.imgur.com/4OwIh7F.png" alt="Final Fantasy RPG (3rd edition)"></div>
|
|
<div class="sheet-col-1-8 sheet-center sheet-margin-top"><p class="sheet-last-updated">Sheet version<br/>October 2016</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-8 sheet-small-label sheet-center"><input class="sheet-underlined sheet-center" type="text" name="attr_race"><br/>Race</div>
|
|
<div class="sheet-col-1-6 sheet-small-label sheet-center"><input class="sheet-underlined sheet-center" type="text" name="attr_job"><br/>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">Attributes</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">Background</span>
|
|
<input type="radio" name="attr_tab" class="sheet-tab sheet-tab4" value="4"/>
|
|
<span class="sheet-tab sheet-tab4">Job</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">Magic</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">Attributes</h4>
|
|
|
|
<div class="sheet-row sheet-sub-header">
|
|
<div class="sheet-col-1-6 sheet-center sheet-small-label">Current</div>
|
|
<div class="sheet-col-1-6 sheet-center sheet-small-label"> </div>
|
|
<div class="sheet-col-1-6 sheet-center sheet-small-label">Max</div>
|
|
<div class="sheet-col-1-6 sheet-center sheet-small-label">Default</div>
|
|
<div class="sheet-col-1-6 sheet-center sheet-small-label">Rating</div>
|
|
<div class="sheet-col-1-6 sheet-center sheet-small-label">Task</div>
|
|
</div>
|
|
|
|
<div class="sheet-row">
|
|
<div class="sheet-col-1-6"><input type="number" name="attr_strength" min="1" step="1"/></div>
|
|
<div class="sheet-col-1-6 sheet-core-stat-label">STR</div>
|
|
<div class="sheet-col-1-6"><input type="number" name="attr_strmax" value="@{job_strmax} + @{race_strmax}" disabled="disabled"/></div>
|
|
<div class="sheet-col-1-6"><input type="number" name="attr_strength_default" min="1" step="1" /></div>
|
|
<div class="sheet-col-1-6"><input type="number" name="attr_strength_ability_rating" value="((@{strength}*3) + 10)" disabled="disabled"></div>
|
|
<div class="sheet-col-1-6 sheet-center"><button type="roll" class="sheet-default-skill" name="roll_Strength_Task_Check" value="&{template:FFRPG} {{character_name=@{character_name}}} {{title=STR Task Check}} {{subheader=@{character_name}}} {{rollname=STR Task}} {{threshold=[[round((@{strength_ability_rating}/2)+(?{Modifier|0}))]]}} {{roll=[[{1d100cs<@{generalcritrange}cf>95}]]}}">Roll</button></div>
|
|
</div>
|
|
|
|
<div class="sheet-row">
|
|
<div class="sheet-col-1-6"><input type="number" name="attr_vitality" min="1" step="1"/></div>
|
|
<div class="sheet-col-1-6 sheet-core-stat-label">VIT</div>
|
|
<div class="sheet-col-1-6"><input type="number" name="attr_vitmax" value="@{job_vitmax} + @{race_vitmax}" disabled="disabled"/></div>
|
|
<div class="sheet-col-1-6"><input type="number" name="attr_vitality_default" min="1" step="1" /></div>
|
|
<div class="sheet-col-1-6"><input type="number" name="attr_vitality_ability_rating" value="((@{vitality}*3) + 10)" disabled="disabled"></div>
|
|
<div class="sheet-col-1-6 sheet-center"><button type="roll" class="sheet-default-skill" name="roll_vitality_Task_Check" value="&{template:FFRPG} {{character_name=@{character_name}}} {{title=VIT Task Check}} {{subheader=@{character_name}}} {{rollname=VIT Task}} {{threshold=[[round((@{vitality_ability_rating}/2)+(?{Modifier|0}))]]}} {{roll=[[{1d100cs<@{generalcritrange}cf>95}]]}}">Roll</button></div>
|
|
</div>
|
|
|
|
<div class="sheet-row">
|
|
<div class="sheet-col-1-6"><input type="number" name="attr_agility" min="1" step="1"/></div>
|
|
<div class="sheet-col-1-6 sheet-core-stat-label">AGI</div>
|
|
<div class="sheet-col-1-6"><input type="number" name="attr_agimax" disabled="disabled" value="@{job_agimax} + @{race_agimax}"/></div>
|
|
<div class="sheet-col-1-6"><input type="number" name="attr_agility_default" min="1" step="1" /></div>
|
|
<div class="sheet-col-1-6"><input type="number" name="attr_agility_ability_rating" value="((@{agility}*3) + 10)" disabled="disabled"></div>
|
|
<div class="sheet-col-1-6 sheet-center"><button type="roll" class="sheet-default-skill" name="roll_agility_Task_Check" value="&{template:FFRPG} {{character_name=@{character_name}}} {{title=AGI Task Check}} {{subheader=@{character_name}}} {{rollname=AGI Task}} {{threshold=[[round((@{agility_ability_rating}/2)+(?{Modifier|0}))]]}} {{roll=[[{1d100cs<@{generalcritrange}cf>95}]]}}">Roll</button></div>
|
|
</div>
|
|
|
|
<div class="sheet-row">
|
|
<div class="sheet-col-1-6"><input type="number" name="attr_speed" min="1" step="1"/></div>
|
|
<div class="sheet-col-1-6 sheet-core-stat-label">SPD</div>
|
|
<div class="sheet-col-1-6"><input type="number" name="attr_spdmax" disabled="disabled" value="@{job_spdmax} + @{race_spdmax}"/></div>
|
|
<div class="sheet-col-1-6"><input type="number" name="attr_speed_default" min="1" step="1" /></div>
|
|
<div class="sheet-col-1-6"><input type="number" name="attr_speed_ability_rating" value="((@{speed}*3) + 10)" disabled="disabled"></div>
|
|
<div class="sheet-col-1-6 sheet-center"><button type="roll" class="sheet-default-skill" name="roll_speed_Task_Check" value="&{template:FFRPG} {{character_name=@{character_name}}} {{title=SPD Task Check}} {{subheader=@{character_name}}} {{rollname=SPD Task}} {{threshold=[[round((@{speed_ability_rating}/2)+(?{Modifier|0}))]]}} {{roll=[[{1d100cs<@{generalcritrange}cf>95}]]}}">Roll</button></div>
|
|
</div>
|
|
|
|
<div class="sheet-row">
|
|
<div class="sheet-col-1-6"><input type="number" name="attr_magic" min="1" step="1"/></div>
|
|
<div class="sheet-col-1-6 sheet-core-stat-label">MAG</div>
|
|
<div class="sheet-col-1-6"><input type="number" name="attr_magmax" disabled="disabled" value="@{job_magmax} + @{race_magmax}"/></div>
|
|
<div class="sheet-col-1-6"><input type="number" name="attr_magic_default" min="1" step="1" /></div>
|
|
<div class="sheet-col-1-6"><input type="number" name="attr_magic_ability_rating" value="((@{magic}*3) + 10)" disabled="disabled"></div>
|
|
<div class="sheet-col-1-6 sheet-center"><button type="roll" class="sheet-default-skill" name="roll_magic_Task_Check" value="&{template:FFRPG} {{character_name=@{character_name}}} {{title=MAG Task Check}} {{subheader=@{character_name}}} {{rollname=MAG Task}} {{threshold=[[round((@{magic_ability_rating}/2)+(?{Modifier|0}))]]}} {{roll=[[{1d100cs<@{generalcritrange}cf>95}]]}}">Roll</button></div>
|
|
</div>
|
|
|
|
<div class="sheet-row">
|
|
<div class="sheet-col-1-6"><input type="number" name="attr_spirit" min="1" step="1"/></div>
|
|
<div class="sheet-col-1-6 sheet-core-stat-label">SPR</div>
|
|
<div class="sheet-col-1-6"><input type="number" name="attr_sprmax" disabled="disabled" value="@{job_sprmax} + @{race_sprmax}"/></div>
|
|
<div class="sheet-col-1-6"><input type="number" name="attr_spirit_default" min="1" step="1" /></div>
|
|
<div class="sheet-col-1-6"><input type="number" name="attr_spirit_ability_rating" value="((@{spirit}*3) + 10)" disabled="disabled"></div>
|
|
<div class="sheet-col-1-6 sheet-center"><button type="roll" class="sheet-default-skill" name="roll_spirit_Task_Check" value="&{template:FFRPG} {{character_name=@{character_name}}} {{title=SPR Task Check}} {{subheader=@{character_name}}} {{rollname=SPR Task}} {{threshold=[[round((@{spirit_ability_rating}/2)+(?{Modifier|0}))]]}} {{roll=[[{1d100cs<@{generalcritrange}cf>95}]]}}">Roll</button></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" step="1"><br/>Current HP</div>
|
|
<div class="sheet-col-1-2 sheet-small-label sheet-center"><input class="sheet-underlined" type="number" name="attr_HP_max" min="1" step="1"><br/>Max HP</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="sheet-col-1-4 sheet-padl sheet-small-label sheet-center"><input class="sheet-underlined" type="number" name="attr_MP" step="1" ><br/>Current MP</div>
|
|
<div class="sheet-col-1-4 sheet-padl sheet-small-label sheet-center"><input class="sheet-underlined sheet-center" type="number" name="attr_MP_max" min="1" step="1" ><br/>Max MP</div>
|
|
</div>
|
|
|
|
<div class="sheet-row">
|
|
|
|
<div class="sheet-col-1-2">
|
|
<h4 class="sheet-center">Initiative <span class="sheet-pictos">t</span></h4>
|
|
<div class="sheet-row sheet-padr">
|
|
<div class="sheet-col-1-3 sheet-small-label sheet-center" title="Only enter additional bonuses to initiative here. Your Speed is already included in the macro button."><input class="sheet-underlined sheet-center" type="number" name="attr_initiative" value="0" step="1"><br/>Bonus</div>
|
|
<div class="sheet-col-1-3 sheet-small-label sheet-center"><input class="sheet-underlined" type="number" name="attr_initiative_overall" value="@{speed} + @{initiative}" disabled="disabled"><br/>Total</div>
|
|
<div class="sheet-col-1-3 sheet-center"><button type="roll" class="sheet-initiative sheet-large-button" name="roll_Initiative" value="&{template:FFRPG} {{title=Initiative}} {{subheader=@{character_name}}} {{rollname=Initiative}} {{roll=[[ 1d10 + @{selected|initiative_overall} [Initiative Mod] &{tracker} ]]}}">Initiative</button></div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="sheet-col-1-2 sheet-padl">
|
|
<h4 class="sheet-center">Movement <span class="sheet-pictos">1</span></h4>
|
|
|
|
<div class="sheet-row sheet-padb">
|
|
<div class="sheet-col-1-2 sheet-small-label sheet-padr sheet-center"><input class="sheet-underlined" type="number" name="attr_Move" min="1" step="1"><br/>Move</div>
|
|
<div class="sheet-col-1-2 sheet-small-label sheet-center"><input class="sheet-underlined" type="number" name="attr_Jump" min="1" step="1"><br/>Jump</div>
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<h4 class="sheet-center">Level and Experience <span class="sheet-pictos-three">d</span></h4>
|
|
<div class="sheet-row">
|
|
<div class="sheet-col-1-4 sheet-small-label sheet-center" title="Your character level"><input class="sheet-underlined" type="number" name="attr_level"><br/>Level</div>
|
|
<div class="sheet-col-1-4 sheet-small-label sheet-center" title="These can be used for various game changing effects."><input class="sheet-underlined" type="number" name="attr_Fate"><br/>Fate Points</div>
|
|
<div class="sheet-col-1-4 sheet-small-label sheet-center"><input class="sheet-underlined" type="number" name="attr_xp" min="0" step="1"><br/>Current XP</div>
|
|
<div class="sheet-col-1-4 sheet-small-label sheet-center"><input class="sheet-underlined" type="number" name="attr_xp_next_level" min="0" step="1"><br/>XP for next level</div>
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
<div class="sheet-row">
|
|
|
|
<div class="sheet-col-5-12 sheet-padr">
|
|
|
|
<h4 class="sheet-center">Combat Statistics <span class="sheet-pictos">3</span></h4>
|
|
|
|
<div class="sheet-row sheet-margin-top">
|
|
<div class="sheet-col-6-13 sheet-center sheet-small-label sheet-sub-header">Armor</div>
|
|
<div class="sheet-col-1-13"> </div>
|
|
<div class="sheet-col-6-13 sheet-center sheet-small-label sheet-sub-header">Magic Armor</div>
|
|
</div>
|
|
|
|
<div class="sheet-row">
|
|
<div class="sheet-col-3-13 sheet-small-label sheet-center"><input class="sheet-underlined sheet-center" type="number" name="attr_armor" value="0"><br/>Current</div>
|
|
<div class="sheet-col-3-13 sheet-small-label sheet-center"><input class="sheet-underlined sheet-center" type="number" name="attr_base_armor" value="@{Armor_calc}" disabled="disabled"><br/>Default</div>
|
|
<div class="sheet-col-1-13"> </div>
|
|
<div class="sheet-col-3-13 sheet-small-label sheet-center"><input class="sheet-underlined sheet-center" type="number" name="attr_marmor" value="0"><br/>Current</div>
|
|
<div class="sheet-col-3-13 sheet-small-label sheet-center"><input class="sheet-underlined sheet-center" type="number" name="attr_base_marmor" value="@{MArmor_calc}" disabled="disabled"><br/>Default</div>
|
|
</div>
|
|
|
|
<div class="sheet-row sheet-margin-top">
|
|
<div class="sheet-col-6-13 sheet-center sheet-small-label sheet-sub-header">Accuracy</div>
|
|
<div class="sheet-col-1-13"> </div>
|
|
<div class="sheet-col-6-13 sheet-center sheet-small-label sheet-sub-header">Magic Accuracy</div>
|
|
</div>
|
|
|
|
<div class="sheet-row">
|
|
<div class="sheet-col-3-13 sheet-small-label sheet-center"><input class="sheet-underlined sheet-center" type="number" name="attr_accuracy" value="0"><br/>Current</div>
|
|
<div class="sheet-col-3-13 sheet-small-label sheet-center"><input class="sheet-underlined sheet-center" type="number" name="attr_base_accuracy" value="@{level} + (@{agility}*2) + @{job_accuracybonus}" disabled="disabled"><br/>Default</div>
|
|
<div class="sheet-col-1-13"> </div>
|
|
<div class="sheet-col-3-13 sheet-small-label sheet-center"><input class="sheet-underlined sheet-center" type="number" name="attr_maccuracy" value="0"><br/>Current</div>
|
|
<div class="sheet-col-3-13 sheet-small-label sheet-center"><input class="sheet-underlined sheet-center" type="number" name="attr_base_maccuracy" value="100 + @{level} + (@{magic}*2)" disabled="disabled"><br/>Default</div>
|
|
</div>
|
|
|
|
<div class="sheet-row sheet-margin-top">
|
|
<div class="sheet-col-6-13 sheet-center sheet-small-label sheet-sub-header">Evasion</div>
|
|
<div class="sheet-col-1-13"> </div>
|
|
<div class="sheet-col-6-13 sheet-center sheet-small-label sheet-sub-header">Magic Evasion</div>
|
|
</div>
|
|
|
|
<div class="sheet-row">
|
|
<div class="sheet-col-3-13 sheet-small-label sheet-center"><input class="sheet-underlined sheet-center" type="number" name="attr_evasion" value="0"><br/>Current</div>
|
|
<div class="sheet-col-3-13 sheet-small-label sheet-center"><input class="sheet-underlined sheet-center" type="number" name="attr_base_evasion" value="@{agility} + @{speed} + @{Evasion_calc}" disabled="disabled"><br/>Default</div>
|
|
<div class="sheet-col-1-13"> </div>
|
|
<div class="sheet-col-3-13 sheet-small-label sheet-center"><input class="sheet-underlined sheet-center" type="number" name="attr_mevasion" value="0"><br/>Current</div>
|
|
<div class="sheet-col-3-13 sheet-small-label sheet-center"><input class="sheet-underlined sheet-center" type="number" name="attr_base_mevasion" value="@{magic} + @{spirit} + @{MEvasion_calc}" disabled="disabled"><br/>Default</div>
|
|
</div>
|
|
|
|
<div class="sheet-row sheet-margin-top">
|
|
<div class="sheet-col-6-13 sheet-center sheet-small-label sheet-sub-header">Dexterity</div>
|
|
<div class="sheet-col-1-13"> </div>
|
|
<div class="sheet-col-6-13 sheet-center sheet-small-label sheet-sub-header">Mind</div>
|
|
</div>
|
|
|
|
<div class="sheet-row">
|
|
<div class="sheet-col-3-13 sheet-small-label sheet-center"><input class="sheet-underlined sheet-center" type="number" name="attr_dexterity" value="0"><br/>Current</div>
|
|
<div class="sheet-col-3-13 sheet-small-label sheet-center"><input class="sheet-underlined sheet-center" type="number" name="attr_base_dexterity" value="@{level} + (@{agility}*2) + 50" disabled="disabled"><br/>Default</div>
|
|
<div class="sheet-col-1-13"> </div>
|
|
<div class="sheet-col-3-13 sheet-small-label sheet-center"><input class="sheet-underlined sheet-center" type="number" name="attr_mind" value="0"><br/>Current</div>
|
|
<div class="sheet-col-3-13 sheet-small-label sheet-center"><input class="sheet-underlined sheet-center" type="number" name="attr_base_mind" value="@{level} + (@{magic}*2) + 50" disabled="disabled"><br/>Default</div>
|
|
</div>
|
|
|
|
<div class="sheet-row sheet-margin-top">
|
|
<div class="sheet-col-6-13 sheet-center sheet-small-label sheet-sub-header">Combat Crit</div>
|
|
<div class="sheet-col-1-13"> </div>
|
|
<div class="sheet-col-6-13 sheet-center sheet-small-label sheet-sub-header">General Crit</div>
|
|
</div>
|
|
|
|
<div class="sheet-row">
|
|
<div class="sheet-col-3-13 sheet-small-label sheet-center"><input class="sheet-underlined sheet-center" type="number" name="attr_attackcritrange" value="10"><br/>Current</div>
|
|
<div class="sheet-col-3-13 sheet-small-label sheet-center"><input class="sheet-underlined sheet-center" type="number" name="attr_base_attackcritrange" value="10"><br/>Default</div>
|
|
<div class="sheet-col-1-13"> </div>
|
|
<div class="sheet-col-3-13 sheet-small-label sheet-center"><input class="sheet-underlined sheet-center" type="number" name="attr_generalcritrange" value="10"><br/>Current</div>
|
|
<div class="sheet-col-3-13 sheet-small-label sheet-center"><input class="sheet-underlined sheet-center" type="number" name="attr_base_generalcritrange" value="10"><br/>Default</div>
|
|
</div>
|
|
|
|
<h4 class="sheet-center">Limit Break <span class="sheet-pictos-custom">t</span></h4>
|
|
<div class="sheet-row sheet-sub-header">
|
|
<div class="sheet-col-1-3 sheet-center sheet-small-label">Type</div>
|
|
<div class="sheet-col-1-3 sheet-center sheet-small-label sheet-padr">Charge %</div>
|
|
<div class="sheet-col-1-3 sheet-center sheet-small-label">Max Charge</div>
|
|
</div>
|
|
|
|
<div class="sheet-row sheet-margin-top sheet-padb">
|
|
<div class="sheet-col-1-3 sheet-center">
|
|
<select name="attr_limittype">
|
|
<option value="Not set" selected="selected">---</option>
|
|
<option value="Avenger">Avenger</option>
|
|
<option value="Comrade">Comrade</option>
|
|
<option value="Daredevil">Daredevil</option>
|
|
<option value="Evader">Evader</option>
|
|
<option value="Healer">Healer</option>
|
|
<option value="Hero">Hero</option>
|
|
<option value="Loner">Loner</option>
|
|
<option value="Patient">Patient</option>
|
|
<option value="Rook">Rook</option>
|
|
<option value="Slayer">Slayer</option>
|
|
<option value="Stoic">Stoic</option>
|
|
<option value="Striker">Striker</option>
|
|
<option value="Sufferer">Sufferer</option>
|
|
<option value="Tactician">Tactician</option>
|
|
<option value="Victim">Victim</option>
|
|
<option value="Victor">Victor</option>
|
|
</select>
|
|
</div>
|
|
<div class="sheet-col-1-3 sheet-center"><input class="sheet-center" type="number" name="attr_limitcharge" value="0" min="0" step="1"/></div>
|
|
<div class="sheet-col-1-3 sheet-center"><input class="sheet-center" type="number" name="attr_limitcharge_max" value="0" min="0" step="1"></div>
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="sheet-col-7-12">
|
|
|
|
<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-6 sheet-center sheet-margin-top"><b>Elemental Resistance</b></div>
|
|
<div class="sheet-col-2-3 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-6 sheet-center sheet-margin-top"><b>Elemental Immunity</b></div>
|
|
<div class="sheet-col-2-3 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-6 sheet-center sheet-margin-top"><b>Elemental Absorb</b></div>
|
|
<div class="sheet-col-2-3 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-6 sheet-center sheet-margin-top"><b>Elemental Weakness</b></div>
|
|
<div class="sheet-col-2-3 sheet-center sheet-margin-top"><input class="sheet-center" type="text" name="attr_elementweak" value="None"></div>
|
|
</div>
|
|
|
|
<h4 class="sheet-center sheet-margin-top">Status Conditions <span class="sheet-pictos">o</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-2-3 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-2-3 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-2-3 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-2-3 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-2-3 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-2-3 sheet-center sheet-margin-top"><input class="sheet-center" type="text" name="attr_statusweak" value="None"></div>
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|
|
|
|
<hr/>
|
|
|
|
</div>
|
|
|
|
<div class="sheet-section-skills">
|
|
|
|
<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"> </div>
|
|
<div class="sheet-col-7-24 sheet-small-label">Skill</div>
|
|
<div class="sheet-col-1-6 sheet-small-label">Type</div>
|
|
<div class="sheet-col-1-8 sheet-small-label sheet-center">Rating</div>
|
|
<div class="sheet-col-1-12 sheet-offset-1-24 sheet-center sheet-small-label">Aptitude</div>
|
|
<div class="sheet-col-1-12 sheet-offset-1-24 sheet-center sheet-padl sheet-small-label">Learned</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 (AGI)}} {{subheader=@{character_name}}} {{subheaderright=Task Check}} {{rollname=Result}} {{threshold=[[@{acrobatics}+(?{Modifier|0})]]}} {{roll=[[{1d100cs<@{generalcritrange}cf>95}]]}}"></button></div>
|
|
<div class="sheet-col-7-24 sheet-skill-name">Acrobatics (AGI)</div>
|
|
<div class="sheet-col-1-6 sheet-skill-name">General</div>
|
|
<div class="sheet-col-1-8"><input type="number" name="attr_acrobatics" value="0" step="1"/></div>
|
|
<div class="sheet-col-1-8 sheet-offset-1-24 sheet-center"><input type="checkbox" name="attr_acrobatics_aptitude" value="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_Acting_Check" value="&{template:FFRPG} {{title=Acting (SPR)}} {{subheader=@{character_name}}} {{subheaderright=Task Check}} {{rollname=Result}} {{threshold=[[@{acting}+(?{Modifier|0})]]}} {{roll=[[{1d100cs<@{generalcritrange}cf>95}]]}}"></button></div>
|
|
<div class="sheet-col-7-24 sheet-skill-name">Acting (SPR)</div>
|
|
<div class="sheet-col-1-6 sheet-skill-name">Artistic</div>
|
|
<div class="sheet-col-1-8"><input type="number" name="attr_acting" value="0" step="1"/></div>
|
|
<div class="sheet-col-1-8 sheet-offset-1-24 sheet-center"><input type="checkbox" name="attr_acting_aptitude" value="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_Alchemy_Check" value="&{template:FFRPG} {{title=Alchemy (MAG)}} {{subheader=@{character_name}}} {{subheaderright=Task Check}} {{rollname=Result}} {{threshold=[[@{alchemy}+(?{Modifier|0})]]}} {{roll=[[{1d100cs<@{generalcritrange}cf>95}]]}}"></button></div>
|
|
<div class="sheet-col-7-24 sheet-skill-name">Alchemy (MAG)</div>
|
|
<div class="sheet-col-1-6 sheet-skill-name">Technical</div>
|
|
<div class="sheet-col-1-8"><input type="number" name="attr_alchemy" value="0" step="1"/></div>
|
|
<div class="sheet-col-1-8 sheet-offset-1-24 sheet-center"><input type="checkbox" name="attr_alchemy_aptitude" value="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_AnimalTraining_Check" value="&{template:FFRPG} {{title=Animal Training (SPR)}} {{subheader=@{character_name}}} {{subheaderright=Task Check}} {{rollname=Result}} {{threshold=[[@{animaltraining}+(?{Modifier|0})]]}} {{roll=[[{1d100cs<@{generalcritrange}cf>95}]]}}"></button></div>
|
|
<div class="sheet-col-7-24 sheet-skill-name">Animal Training (SPR)</div>
|
|
<div class="sheet-col-1-6 sheet-skill-name">Wilderness</div>
|
|
<div class="sheet-col-1-8"><input type="number" name="attr_animaltraining" value="0" step="1"/></div>
|
|
<div class="sheet-col-1-8 sheet-offset-1-24 sheet-center"><input type="checkbox" name="attr_animaltraining_aptitude" value="1"></div>
|
|
<div class="sheet-col-1-12 sheet-offset-1-24 sheet-padl"><span class="sheet-pictos">3</span></div>
|
|
</div>
|
|
|
|
<div class="sheet-row sheet-skill-row">
|
|
<div class="sheet-col-1-12"><button class="sheet-skill-roll" type="roll" name="roll_Art_Check" value="&{template:FFRPG} {{title=Art (SPR)}} {{subheader=@{character_name}}} {{subheaderright=Task Check}} {{rollname=Result}} {{threshold=[[@{art}+(?{Modifier|0})]]}} {{roll=[[{1d100cs<@{generalcritrange}cf>95}]]}}"></button></div>
|
|
<div class="sheet-col-7-24 sheet-skill-name">Art (SPR)</div>
|
|
<div class="sheet-col-1-6 sheet-skill-name">Artistic</div>
|
|
<div class="sheet-col-1-8"><input type="number" name="attr_art" value="0" step="1"/></div>
|
|
<div class="sheet-col-1-8 sheet-offset-1-24 sheet-center"><input type="checkbox" name="attr_art_aptitude" value="1"></div>
|
|
<div class="sheet-col-1-12 sheet-offset-1-24 sheet-padl"><span class="sheet-pictos">3</span></div>
|
|
</div>
|
|
|
|
<div class="sheet-row sheet-skill-row">
|
|
<div class="sheet-col-1-12"><button class="sheet-skill-roll" type="roll" name="roll_Awareness_Check" value="&{template:FFRPG} {{title=Awareness (MAG)}} {{subheader=@{character_name}}} {{subheaderright=Task Check}} {{rollname=Result}} {{threshold=[[@{awareness}+(?{Modifier|0})]]}} {{roll=[[{1d100cs<@{generalcritrange}cf>95}]]}}"></button></div>
|
|
<div class="sheet-col-7-24 sheet-skill-name">Awareness (MAG)</div>
|
|
<div class="sheet-col-1-6 sheet-skill-name">General</div>
|
|
<div class="sheet-col-1-8"><input type="number" name="attr_awareness" value="0" step="1"/></div>
|
|
<div class="sheet-col-1-8 sheet-offset-1-24 sheet-center"><input type="checkbox" name="attr_awareness_aptitude" value="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 (STR)}} {{subheader=@{character_name}}} {{subheaderright=Task Check}} {{rollname=Result}} {{threshold=[[@{climbing}+(?{Modifier|0})]]}} {{roll=[[{1d100cs<@{generalcritrange}cf>95}]]}}"></button></div>
|
|
<div class="sheet-col-7-24 sheet-skill-name">Climbing (MAG)</div>
|
|
<div class="sheet-col-1-6 sheet-skill-name">Wilderness</div>
|
|
<div class="sheet-col-1-8"><input type="number" name="attr_climbing" value="0" step="1"/></div>
|
|
<div class="sheet-col-1-8 sheet-offset-1-24 sheet-center"><input type="checkbox" name="attr_climbing_aptitude" value="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_Cooking_Check" value="&{template:FFRPG} {{title=Cooking (MAG)}} {{subheader=@{character_name}}} {{subheaderright=Task Check}} {{rollname=Result}} {{threshold=[[@{cooking}+(?{Modifier|0})]]}} {{roll=[[{1d100cs<@{generalcritrange}cf>95}]]}}"></button></div>
|
|
<div class="sheet-col-7-24 sheet-skill-name">Cooking (MAG)</div>
|
|
<div class="sheet-col-1-6 sheet-skill-name">General</div>
|
|
<div class="sheet-col-1-8"><input type="number" name="attr_cooking" value="0" step="1"/></div>
|
|
<div class="sheet-col-1-8 sheet-offset-1-24 sheet-center"><input type="checkbox" name="attr_cooking_aptitude" value="1"></div>
|
|
<div class="sheet-col-1-12 sheet-offset-1-24 sheet-padl"><span class="sheet-pictos">3</span></div>
|
|
</div>
|
|
|
|
<div class="sheet-row sheet-skill-row">
|
|
<div class="sheet-col-1-12"><button class="sheet-skill-roll" type="roll" name="roll_Dancing_Check" value="&{template:FFRPG} {{title=Dancing (AGI)}} {{subheader=@{character_name}}} {{subheaderright=Task Check}} {{rollname=Result}} {{threshold=[[@{dancing}+(?{Modifier|0})]]}} {{roll=[[{1d100cs<@{generalcritrange}cf>95}]]}}"></button></div>
|
|
<div class="sheet-col-7-24 sheet-skill-name">Dancing (AGI)</div>
|
|
<div class="sheet-col-1-6 sheet-skill-name">Artistic</div>
|
|
<div class="sheet-col-1-8"><input type="number" name="attr_dancing" value="0" step="1"/></div>
|
|
<div class="sheet-col-1-8 sheet-offset-1-24 sheet-center"><input type="checkbox" name="attr_dancing_aptitude" value="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_Disguise_Check" value="&{template:FFRPG} {{title=Disguise (MAG)}} {{subheader=@{character_name}}} {{subheaderright=Task Check}} {{rollname=Result}} {{threshold=[[@{disguise}+(?{Modifier|0})]]}}{{roll=[[{1d100cs<@{generalcritrange}cf>95}]]}}"></button></div>
|
|
<div class="sheet-col-7-24 sheet-skill-name">Disguise (MAG)</div>
|
|
<div class="sheet-col-1-6 sheet-skill-name">Thievery</div>
|
|
<div class="sheet-col-1-8"><input type="number" name="attr_disguise" value="0" step="1"/></div>
|
|
<div class="sheet-col-1-8 sheet-offset-1-24 sheet-center"><input type="checkbox" name="attr_disguise_aptitude" value="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_Escape_Check" value="&{template:FFRPG} {{title=Escape (AGI)}} {{subheader=@{character_name}}} {{subheaderright=Task Check}} {{rollname=Result}} {{threshold=[[@{escape}+(?{Modifier|0})]]}} {{roll=[[{1d100cs<@{generalcritrange}cf>95}]]}}"></button></div>
|
|
<div class="sheet-col-7-24 sheet-skill-name">Escape (AGI)</div>
|
|
<div class="sheet-col-1-6 sheet-skill-name">Thievery</div>
|
|
<div class="sheet-col-1-8"><input type="number" name="attr_escape" value="0" step="1"/></div>
|
|
<div class="sheet-col-1-8 sheet-offset-1-24 sheet-center"><input type="checkbox" name="attr_escape_aptitude" value="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_Etiquette_Check" value="&{template:FFRPG} {{title=Etiquette (SPR)}} {{subheader=@{character_name}}} {{subheaderright=Task Check}} {{rollname=Result}} {{threshold=[[@{etiquette}+(?{Modifier|0})]]}} {{roll=[[{1d100cs<@{generalcritrange}cf>95}]]}}"></button></div>
|
|
<div class="sheet-col-7-24 sheet-skill-name">Etiquette (SPR)</div>
|
|
<div class="sheet-col-1-6 sheet-skill-name">Social</div>
|
|
<div class="sheet-col-1-8"><input type="number" name="attr_etiquette" value="0" step="1"/></div>
|
|
<div class="sheet-col-1-8 sheet-offset-1-24 sheet-center"><input type="checkbox" name="attr_etiquette_aptitude" value="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_Explosives_Check" value="&{template:FFRPG} {{title=Explosives (MAG)}} {{subheader=@{character_name}}} {{subheaderright=Task Check}} {{rollname=Result}} {{threshold=[[@{explosives}+(?{Modifier|0})]]}} {{roll=[[{1d100cs<@{generalcritrange}cf>95}]]}}"></button></div>
|
|
<div class="sheet-col-7-24 sheet-skill-name">Explosives (MAG)</div>
|
|
<div class="sheet-col-1-6 sheet-skill-name">Technical</div>
|
|
<div class="sheet-col-1-8"><input type="number" name="attr_explosives" value="0" step="1"/></div>
|
|
<div class="sheet-col-1-8 sheet-offset-1-24 sheet-center"><input type="checkbox" name="attr_explosives_aptitude" value="1"></div>
|
|
<div class="sheet-col-1-12 sheet-offset-1-24 sheet-padl"><span class="sheet-pictos">3</span></div>
|
|
</div>
|
|
|
|
<div class="sheet-row sheet-skill-row">
|
|
<div class="sheet-col-1-12"><button class="sheet-skill-roll" type="roll" name="roll_Gambling_Check" value="&{template:FFRPG} {{title=Gambling (MAG)}} {{subheader=@{character_name}}} {{subheaderright=Task Check}} {{rollname=Result}} {{threshold=[[@{gambling}+(?{Modifier|0})]]}} {{roll=[[{1d100cs<@{generalcritrange}cf>95}]]}}"></button></div>
|
|
<div class="sheet-col-7-24 sheet-skill-name">Gambling (MAG)</div>
|
|
<div class="sheet-col-1-6 sheet-skill-name">Thievery</div>
|
|
<div class="sheet-col-1-8"><input type="number" name="attr_gambling" value="0" step="1"/></div>
|
|
<div class="sheet-col-1-8 sheet-offset-1-24 sheet-center"><input type="checkbox" name="attr_gambling_aptitude" value="1"></div>
|
|
<div class="sheet-col-1-12 sheet-offset-1-24 sheet-padl"><span class="sheet-pictos">3</span></div>
|
|
</div>
|
|
|
|
<div class="sheet-row sheet-skill-row">
|
|
<div class="sheet-col-1-12"><button class="sheet-skill-roll" type="roll" name="roll_Healing_Check" value="&{template:FFRPG} {{title=Healing (MAG)}} {{subheader=@{character_name}}} {{subheaderright=Task Check}} {{rollname=Result}} {{threshold=[[@{healing}+(?{Modifier|0})]]}} {{roll=[[{1d100cs<@{generalcritrange}cf>95}]]}}"></button></div>
|
|
<div class="sheet-col-7-24 sheet-skill-name">Healing (MAG)</div>
|
|
<div class="sheet-col-1-6 sheet-skill-name">Technical</div>
|
|
<div class="sheet-col-1-8"><input type="number" name="attr_healing" value="0" step="1"/></div>
|
|
<div class="sheet-col-1-8 sheet-offset-1-24 sheet-center"><input type="checkbox" name="attr_healing_aptitude" value="1"></div>
|
|
<div class="sheet-col-1-12 sheet-offset-1-24 sheet-padl"><span class="sheet-pictos">3</span></div>
|
|
</div>
|
|
|
|
<div class="sheet-row sheet-skill-row">
|
|
<div class="sheet-col-1-12"><button class="sheet-skill-roll" type="roll" name="roll_Inquiry_Check" value="&{template:FFRPG} {{title=Inquiry (MAG)}} {{subheader=@{character_name}}} {{subheaderright=Task Check}} {{rollname=Result}} {{threshold=[[@{inquiry}+(?{Modifier|0})]]}} {{roll=[[{1d100cs<@{generalcritrange}cf>95}]]}}"></button></div>
|
|
<div class="sheet-col-7-24 sheet-skill-name">Inquiry (MAG)</div>
|
|
<div class="sheet-col-1-6 sheet-skill-name">Scholastic</div>
|
|
<div class="sheet-col-1-8"><input type="number" name="attr_inquiry" value="0" step="1"/></div>
|
|
<div class="sheet-col-1-8 sheet-offset-1-24 sheet-center"><input type="checkbox" name="attr_inquiry_aptitude" value="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_Instrument_Check" value="&{template:FFRPG} {{title=Instrument (SPR)}} {{subheader=@{character_name}}} {{subheaderright=Task Check}} {{rollname=Result}} {{threshold=[[@{instrument}+(?{Modifier|0})]]}} {{roll=[[{1d100cs<@{generalcritrange}cf>95}]]}}"></button></div>
|
|
<div class="sheet-col-7-24 sheet-skill-name">Instrument (MAG)</div>
|
|
<div class="sheet-col-1-6 sheet-skill-name">Artistic</div>
|
|
<div class="sheet-col-1-8"><input type="number" name="attr_instrument" value="0" step="1"/></div>
|
|
<div class="sheet-col-1-8 sheet-offset-1-24 sheet-center"><input type="checkbox" name="attr_instrument_aptitude" value="1"></div>
|
|
<div class="sheet-col-1-12 sheet-offset-1-24 sheet-padl"><span class="sheet-pictos">3</span></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 (SPR)}} {{subheader=@{character_name}}} {{subheaderright=Task Check}} {{rollname=Result}} {{threshold=[[@{intimidation}+(?{Modifier|0})]]}} {{roll=[[{1d100cs<@{generalcritrange}cf>95}]]}}"></button></div>
|
|
<div class="sheet-col-7-24 sheet-skill-name">Intimidation (MAG)</div>
|
|
<div class="sheet-col-1-6 sheet-skill-name">Social</div>
|
|
<div class="sheet-col-1-8"><input type="number" name="attr_intimidation" value="0" step="1"/></div>
|
|
<div class="sheet-col-1-8 sheet-offset-1-24 sheet-center"><input type="checkbox" name="attr_intimidation_aptitude" value="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_Invent_Check" value="&{template:FFRPG} {{title=Invent (MAG)}} {{subheader=@{character_name}}} {{subheaderright=Task Check}} {{rollname=Result}} {{threshold=[[@{invent}+(?{Modifier|0})]]}} {{roll=[[{1d100cs<@{generalcritrange}cf>95}]]}}"></button></div>
|
|
<div class="sheet-col-7-24 sheet-skill-name"><b>Invent (MAG)*</b></div>
|
|
<div class="sheet-col-1-6 sheet-skill-name">Technical</div>
|
|
<div class="sheet-col-1-8"><input type="number" name="attr_invent" value="0" step="1"/></div>
|
|
<div class="sheet-col-1-8 sheet-offset-1-24 sheet-center"><input type="checkbox" name="attr_invent_aptitude" value="1"></div>
|
|
<div class="sheet-col-1-12 sheet-offset-1-24 sheet-padl"><span class="sheet-pictos">3</span></div>
|
|
</div>
|
|
|
|
<div class="sheet-row sheet-skill-row">
|
|
<div class="sheet-col-1-12"><button class="sheet-skill-roll" type="roll" name="roll_Leadership_Check" value="&{template:FFRPG} {{title=Leadership (SPR)}} {{subheader=@{character_name}}} {{subheaderright=Task Check}} {{rollname=Result}} {{threshold=[[@{leadership}+(?{Modifier|0})]]}} {{roll=[[{1d100cs<@{generalcritrange}cf>95}]]}}"></button></div>
|
|
<div class="sheet-col-7-24 sheet-skill-name">Leadership (SPR)</div>
|
|
<div class="sheet-col-1-6 sheet-skill-name">Social</div>
|
|
<div class="sheet-col-1-8"><input type="number" name="attr_leadership" value="0" step="1"/></div>
|
|
<div class="sheet-col-1-8 sheet-offset-1-24 sheet-center"><input type="checkbox" name="attr_leadership_aptitude" value="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"> </div>
|
|
<div class="sheet-col-7-24 sheet-small-label">Skill</div>
|
|
<div class="sheet-col-1-6 sheet-small-label">Type</div>
|
|
<div class="sheet-col-1-8 sheet-small-label sheet-center">Rating</div>
|
|
<div class="sheet-col-1-12 sheet-offset-1-24 sheet-center sheet-small-label">Aptitude</div>
|
|
<div class="sheet-col-1-12 sheet-offset-1-24 sheet-center sheet-padl sheet-small-label">Learned</div>
|
|
</div>
|
|
|
|
<div class="sheet-row sheet-skill-row">
|
|
<div class="sheet-col-1-12"><button class="sheet-skill-roll" type="roll" name="roll_Lockpicking_Check" value="&{template:FFRPG} {{title=Lockpicking (AGI)}} {{subheader=@{character_name}}} {{subheaderright=Task Check}} {{rollname=Result}} {{threshold=[[@{lockpicking}+(?{Modifier|0})]]}} {{roll=[[{1d100cs<@{generalcritrange}cf>95}]]}}"></button></div>
|
|
<div class="sheet-col-7-24 sheet-skill-name">Lockpicking (AGI)</div>
|
|
<div class="sheet-col-1-6 sheet-skill-name">Thievery</div>
|
|
<div class="sheet-col-1-8"><input type="number" name="attr_lockpicking" value="0" step="1"/></div>
|
|
<div class="sheet-col-1-8 sheet-offset-1-24 sheet-center"><input type="checkbox" name="attr_lockpicking_aptitude" value="1"></div>
|
|
<div class="sheet-col-1-12 sheet-offset-1-24 sheet-padl"><span class="sheet-pictos">3</span></div>
|
|
</div>
|
|
|
|
<div class="sheet-row sheet-skill-row">
|
|
<div class="sheet-col-1-12"><button class="sheet-skill-roll" type="roll" name="roll_Navigation_Check" value="&{template:FFRPG} {{title=Navigation (MAG)}} {{subheader=@{character_name}}} {{subheaderright=Task Check}} {{rollname=Result}} {{threshold=[[@{navigation}+(?{Modifier|0})]]}} {{roll=[[{1d100cs<@{generalcritrange}cf>95}]]}}"></button></div>
|
|
<div class="sheet-col-7-24 sheet-skill-name">Navigation (MAG)</div>
|
|
<div class="sheet-col-1-6 sheet-skill-name">Wilderness</div>
|
|
<div class="sheet-col-1-8"><input type="number" name="attr_navigation" value="0" step="1"/></div>
|
|
<div class="sheet-col-1-8 sheet-offset-1-24 sheet-center"><input type="checkbox" name="attr_navigation_aptitude" value="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_Negotiation_Check" value="&{template:FFRPG} {{title=Negotiation (SPR)}} {{subheader=@{character_name}}} {{subheaderright=Task Check}} {{rollname=Result}} {{threshold=[[@{negotiation}+(?{Modifier|0})]]}} {{roll=[[{1d100cs<@{generalcritrange}cf>95}]]}}"></button></div>
|
|
<div class="sheet-col-7-24 sheet-skill-name">Negotiation (SPR)</div>
|
|
<div class="sheet-col-1-6 sheet-skill-name">Social</div>
|
|
<div class="sheet-col-1-8"><input type="number" name="attr_negotiation" value="0" step="1"/></div>
|
|
<div class="sheet-col-1-8 sheet-offset-1-24 sheet-center"><input type="checkbox" name="attr_negotiation_aptitude" value="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_Pickpocket_Check" value="&{template:FFRPG} {{title=Pickpocket (AGI)}} {{subheader=@{character_name}}} {{subheaderright=Task Check}} {{rollname=Result}} {{threshold=[[@{pickpocket}+(?{Modifier|0})]]}} {{roll=[[{1d100cs<@{generalcritrange}cf>95}]]}}"></button></div>
|
|
<div class="sheet-col-7-24 sheet-skill-name">Pickpocket (AGI)</div>
|
|
<div class="sheet-col-1-6 sheet-skill-name">Thievery</div>
|
|
<div class="sheet-col-1-8"><input type="number" name="attr_pickpocket" value="0" step="1"/></div>
|
|
<div class="sheet-col-1-8 sheet-offset-1-24 sheet-center"><input type="checkbox" name="attr_pickpocket_aptitude" value="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_Repair_Check" value="&{template:FFRPG} {{title=Repair (MAG)}} {{subheader=@{character_name}}} {{subheaderright=Task Check}} {{rollname=Result}} {{threshold=[[@{repair}+(?{Modifier|0})]]}} {{roll=[[{1d100cs<@{generalcritrange}cf>95}]]}}"></button></div>
|
|
<div class="sheet-col-7-24 sheet-skill-name">Repair (MAG)</div>
|
|
<div class="sheet-col-1-6 sheet-skill-name">Technical</div>
|
|
<div class="sheet-col-1-8"><input type="number" name="attr_repair" value="0" step="1"/></div>
|
|
<div class="sheet-col-1-8 sheet-offset-1-24 sheet-center"><input type="checkbox" name="attr_repair_aptitude" value="1"></div>
|
|
<div class="sheet-col-1-12 sheet-offset-1-24 sheet-padl"><span class="sheet-pictos">3</span></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 (AGI)}} {{subheader=@{character_name}}} {{subheaderright=Task Check}} {{rollname=Result}} {{threshold=[[@{riding}+(?{Modifier|0})]]}} {{roll=[[{1d100cs<@{generalcritrange}cf>95}]]}}"></button></div>
|
|
<div class="sheet-col-7-24 sheet-skill-name">Riding (AGI)</div>
|
|
<div class="sheet-col-1-6 sheet-skill-name">Wilderness</div>
|
|
<div class="sheet-col-1-8"><input type="number" name="attr_riding" value="0" step="1"/></div>
|
|
<div class="sheet-col-1-8 sheet-offset-1-24 sheet-center"><input type="checkbox" name="attr_riding_aptitude" value="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_Scavenge_Check" value="&{template:FFRPG} {{title=Scavenge (MAG)}} {{subheader=@{character_name}}} {{subheaderright=Task Check}} {{rollname=Result}} {{threshold=[[@{scavenge}+(?{Modifier|0})]]}} {{roll=[[{1d100cs<@{generalcritrange}cf>95}]]}}"></button></div>
|
|
<div class="sheet-col-7-24 sheet-skill-name">Scavenge (MAG)</div>
|
|
<div class="sheet-col-1-6 sheet-skill-name">Wilderness</div>
|
|
<div class="sheet-col-1-8"><input type="number" name="attr_scavenge" value="0" step="1"/></div>
|
|
<div class="sheet-col-1-8 sheet-offset-1-24 sheet-center"><input type="checkbox" name="attr_scavenge_aptitude" value="1"></div>
|
|
<div class="sheet-col-1-12 sheet-offset-1-24 sheet-padl"><span class="sheet-pictos">3</span></div>
|
|
</div>
|
|
|
|
<div class="sheet-row sheet-skill-row">
|
|
<div class="sheet-col-1-12"><button class="sheet-skill-roll" type="roll" name="roll_Singing_Check" value="&{template:FFRPG} {{title=Singing (SPR)}} {{subheader=@{character_name}}} {{subheaderright=Task Check}} {{rollname=Result}} {{threshold=[[@{singing}+(?{Modifier|0})]]}} {{roll=[[{1d100cs<@{generalcritrange}cf>95}]]}}"></button></div>
|
|
<div class="sheet-col-7-24 sheet-skill-name">Singing (SPR)</div>
|
|
<div class="sheet-col-1-6 sheet-skill-name">Artistic</div>
|
|
<div class="sheet-col-1-8"><input type="number" name="attr_singing" value="0" step="1"/></div>
|
|
<div class="sheet-col-1-8 sheet-offset-1-24 sheet-center"><input type="checkbox" name="attr_singing_aptitude" value="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_SmoothTalk_Check" value="&{template:FFRPG} {{title=Smooth Talk (SPR)}} {{subheader=@{character_name}}} {{subheaderright=Task Check}} {{rollname=Result}} {{threshold=[[@{smoothtalk}+(?{Modifier|0})]]}} {{roll=[[{1d100cs<@{generalcritrange}cf>95}]]}}"></button></div>
|
|
<div class="sheet-col-7-24 sheet-skill-name">Smooth Talk (SPR)</div>
|
|
<div class="sheet-col-1-6 sheet-skill-name">Social</div>
|
|
<div class="sheet-col-1-8"><input type="number" name="attr_smoothtalk" value="0" step="1"/></div>
|
|
<div class="sheet-col-1-8 sheet-offset-1-24 sheet-center"><input type="checkbox" name="attr_smoothtalk_aptitude" value="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 (AGI)}} {{subheader=@{character_name}}} {{subheaderright=Task Check}} {{rollname=Result}} {{threshold=[[@{stealth}+(?{Modifier|0})]]}} {{roll=[[{1d100cs<@{generalcritrange}cf>95}]]}}"></button></div>
|
|
<div class="sheet-col-7-24 sheet-skill-name">Stealth (AGI)</div>
|
|
<div class="sheet-col-1-6 sheet-skill-name">Thievery</div>
|
|
<div class="sheet-col-1-8"><input type="number" name="attr_stealth" value="0" step="1"/></div>
|
|
<div class="sheet-col-1-8 sheet-offset-1-24 sheet-center"><input type="checkbox" name="attr_stealth_aptitude" value="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_Streetwise_Check" value="&{template:FFRPG} {{title=Streetwise (SPR)}} {{subheader=@{character_name}}} {{subheaderright=Task Check}} {{rollname=Result}} {{threshold=[[@{streetwise}+(?{Modifier|0})]]}} {{roll=[[{1d100cs<@{generalcritrange}cf>95}]]}}"></button></div>
|
|
<div class="sheet-col-7-24 sheet-skill-name">Streetwise (SPR)</div>
|
|
<div class="sheet-col-1-6 sheet-skill-name">Thievery</div>
|
|
<div class="sheet-col-1-8"><input type="number" name="attr_streetwise" value="0" step="1"/></div>
|
|
<div class="sheet-col-1-8 sheet-offset-1-24 sheet-center"><input type="checkbox" name="attr_streetwise_aptitude" value="1"></div>
|
|
<div class="sheet-col-1-12 sheet-offset-1-24 sheet-padl"><span class="sheet-pictos">3</span></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 (MAG)}} {{subheader=@{character_name}}} {{subheaderright=Task Check}} {{rollname=Result}} {{threshold=[[@{survival}+(?{Modifier|0})]]}} {{roll=[[{1d100cs<@{generalcritrange}cf>95}]]}}"></button></div>
|
|
<div class="sheet-col-7-24 sheet-skill-name">Survival (MAG)</div>
|
|
<div class="sheet-col-1-6 sheet-skill-name">Wilderness</div>
|
|
<div class="sheet-col-1-8"><input type="number" name="attr_survival" value="0" step="1"/></div>
|
|
<div class="sheet-col-1-8 sheet-offset-1-24 sheet-center"><input type="checkbox" name="attr_survival_aptitude" value="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 (VIT)}} {{subheader=@{character_name}}} {{subheaderright=Task Check}} {{rollname=Result}} {{threshold=[[@{swimming}+(?{Modifier|0})]]}} {{roll=[[{1d100cs<@{generalcritrange}cf>95}]]}}"></button></div>
|
|
<div class="sheet-col-7-24 sheet-skill-name">Swimming (VIT)</div>
|
|
<div class="sheet-col-1-6 sheet-skill-name">Wilderness</div>
|
|
<div class="sheet-col-1-8"><input type="number" name="attr_swimming" value="0" step="1"/></div>
|
|
<div class="sheet-col-1-8 sheet-offset-1-24 sheet-center"><input type="checkbox" name="attr_swimming_aptitude" value="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_Systems_Check" value="&{template:FFRPG} {{title=Systems (MAG)}} {{subheader=@{character_name}}} {{subheaderright=Task Check}} {{rollname=Result}} {{threshold=[[@{systems}+(?{Modifier|0})]]}} {{roll=[[{1d100cs<@{generalcritrange}cf>95}]]}}"></button></div>
|
|
<div class="sheet-col-7-24 sheet-skill-name">Systems (MAG)</div>
|
|
<div class="sheet-col-1-6 sheet-skill-name">Technical</div>
|
|
<div class="sheet-col-1-8"><input type="number" name="attr_systems" value="0" step="1"/></div>
|
|
<div class="sheet-col-1-8 sheet-offset-1-24 sheet-center"><input type="checkbox" name="attr_systems_aptitude" value="1"></div>
|
|
<div class="sheet-col-1-12 sheet-offset-1-24 sheet-padl"><span class="sheet-pictos">3</span></div>
|
|
</div>
|
|
|
|
<div class="sheet-row sheet-skill-row">
|
|
<div class="sheet-col-1-12"><button class="sheet-skill-roll" type="roll" name="roll_Teaching_Check" value="&{template:FFRPG} {{title=Teaching (SPR)}} {{subheader=@{character_name}}} {{subheaderright=Task Check}} {{rollname=Result}} {{threshold=[[@{teaching}+(?{Modifier|0})]]}} {{roll=[[{1d100cs<@{generalcritrange}cf>95}]]}}"></button></div>
|
|
<div class="sheet-col-7-24 sheet-skill-name"><b>Teaching (SPR)*</b></div>
|
|
<div class="sheet-col-1-6 sheet-skill-name">Scholastic</div>
|
|
<div class="sheet-col-1-8"><input type="number" name="attr_teaching" value="0" step="1"/></div>
|
|
<div class="sheet-col-1-8 sheet-offset-1-24 sheet-center"><input type="checkbox" name="attr_teaching_aptitude" value="1"></div>
|
|
<div class="sheet-col-1-12 sheet-offset-1-24 sheet-padl"><span class="sheet-pictos">3</span></div>
|
|
</div>
|
|
|
|
<div class="sheet-row sheet-skill-row">
|
|
<div class="sheet-col-1-12"><button class="sheet-skill-roll" type="roll" name="roll_Tracking_Check" value="&{template:FFRPG} {{title=Tracking (MAG)}} {{subheader=@{character_name}}} {{subheaderright=Task Check}} {{rollname=Result}} {{threshold=[[@{tracking}+(?{Modifier|0})]]}} {{roll=[[{1d100cs<@{generalcritrange}cf>95}]]}}"></button></div>
|
|
<div class="sheet-col-7-24 sheet-skill-name">Tracking (MAG)</div>
|
|
<div class="sheet-col-1-6 sheet-skill-name">Wilderness</div>
|
|
<div class="sheet-col-1-8"><input type="number" name="attr_tracking" value="0" step="1"/></div>
|
|
<div class="sheet-col-1-8 sheet-offset-1-24 sheet-center"><input type="checkbox" name="attr_tracking_aptitude" value="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_Trade_Check" value="&{template:FFRPG} {{title=Trade (MAG)}} {{subheader=@{character_name}}} {{subheaderright=Task Check}} {{rollname=Result}} {{threshold=[[@{trade}+(?{Modifier|0})]]}} {{roll=[[{1d100cs<@{generalcritrange}cf>95}]]}}"></button></div>
|
|
<div class="sheet-col-7-24 sheet-skill-name">Trade (MAG)</div>
|
|
<div class="sheet-col-1-6 sheet-skill-name">General</div>
|
|
<div class="sheet-col-1-8"><input type="number" name="attr_trade" value="0" step="1"/></div>
|
|
<div class="sheet-col-1-8 sheet-offset-1-24 sheet-center"><input type="checkbox" name="attr_trade_aptitude" value="1"></div>
|
|
<div class="sheet-col-1-12 sheet-offset-1-24 sheet-padl"><span class="sheet-pictos">3</span></div>
|
|
</div>
|
|
|
|
<div class="sheet-row sheet-skill-row">
|
|
<div class="sheet-col-1-12"><button class="sheet-skill-roll" type="roll" name="roll_Traps_Check" value="&{template:FFRPG} {{title=Traps (MAG)}} {{subheader=@{character_name}}} {{subheaderright=Task Check}} {{rollname=Result}} {{threshold=[[@{traps}+(?{Modifier|0})]]}} {{roll=[[{1d100cs<@{generalcritrange}cf>95}]]}}"></button></div>
|
|
<div class="sheet-col-7-24 sheet-skill-name">Traps (MAG)</div>
|
|
<div class="sheet-col-1-6 sheet-skill-name">Thievery</div>
|
|
<div class="sheet-col-1-8"><input type="number" name="attr_traps" value="0" step="1"/></div>
|
|
<div class="sheet-col-1-8 sheet-offset-1-24 sheet-center"><input type="checkbox" name="attr_traps_aptitude" value="1"></div>
|
|
<div class="sheet-col-1-12 sheet-offset-1-24 sheet-padl"><span class="sheet-pictos">3</span></div>
|
|
</div>
|
|
|
|
<div class="sheet-row sheet-skill-row">
|
|
<div class="sheet-col-1-12"><button class="sheet-skill-roll" type="roll" name="roll_Vehicles_Check" value="&{template:FFRPG} {{title=Vehicles (AGI)}} {{subheader=@{character_name}}} {{subheaderright=Task Check}} {{rollname=Result}} {{threshold=[[@{vehicles}+(?{Modifier|0})]]}} {{roll=[[{1d100cs<@{generalcritrange}cf>95}]]}}"></button></div>
|
|
<div class="sheet-col-7-24 sheet-skill-name">Vehicles (AGI)</div>
|
|
<div class="sheet-col-1-6 sheet-skill-name">Technical</div>
|
|
<div class="sheet-col-1-8"><input type="number" name="attr_vehicles" value="0" step="1"/></div>
|
|
<div class="sheet-col-1-8 sheet-offset-1-24 sheet-center"><input type="checkbox" name="attr_vehicles_aptitude" value="1"></div>
|
|
<div class="sheet-col-1-12 sheet-offset-1-24 sheet-padl"><span class="sheet-pictos">3</span></div>
|
|
</div>
|
|
|
|
<div class="sheet-row sheet-skill-row">
|
|
<div class="sheet-col-1-12"><button class="sheet-skill-roll" type="roll" name="roll_Expertise_Check" value="&{template:FFRPG} {{title=Expertise}} {{subheader=@{character_name}}} {{subheaderright=Task Check}} {{rollname=Result}} {{threshold=[[@{expertise}+(?{Modifier|0})]]}} {{roll=[[{1d100cs<@{generalcritrange}cf>95}]]}}"></button></div>
|
|
<div class="sheet-col-7-24 sheet-skill-name"><b><i>Expertise**</b></i></div>
|
|
<div class="sheet-col-1-6 sheet-skill-name">N/A</div>
|
|
<div class="sheet-col-1-8"><input type="number" name="attr_expertise" value="0" step="1"/></div>
|
|
<div class="sheet-col-1-8 sheet-offset-1-24 sheet-center"><input type="checkbox" name="attr_expertise_aptitude" value="1"></div>
|
|
<div class="sheet-col-1-12 sheet-offset-1-24 sheet-padl"><span class="sheet-pictos">3</span></div>
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<hr />
|
|
|
|
<h4 class="sheet-center">Crafting, Languages, and Lores <span class="sheet-pictos">w</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"> </div>
|
|
<div class="sheet-col-7-24 sheet-small-label">Skill</div>
|
|
<div class="sheet-col-5-24 sheet-small-label">Type</div>
|
|
<div class="sheet-col-1-8 sheet-small-label sheet-center">Rating</div>
|
|
<div class="sheet-col-1-12 sheet-offset-1-24 sheet-center sheet-small-label">Aptitude</div>
|
|
<div class="sheet-col-1-12 sheet-offset-1-24 sheet-center sheet-small-label">Learned</div>
|
|
</div>
|
|
|
|
<div class="sheet-row sheet-skill-row">
|
|
<div class="sheet-col-1-12"><button class="sheet-skill-roll" type="roll" name="roll_CustomSkill1_Check" value="&{template:FFRPG} {{title={custom_skill_1_name}}} {{subheader=@{character_name}}} {{subheaderright=Task Check}} {{rollname=Result}} {{threshold=[[@{custom_skill_1}+(?{Modifier|0})]]}} {{roll=[[{1d100cs<@{generalcritrange}cf>95}]]}}"></button></div>
|
|
<div class="sheet-col-7-24"><input type="text" class="sheet-center" name="attr_custom_skill_1_name"></div>
|
|
<div class="sheet-col-5-24 sheet-skill-label">
|
|
<select name="attr_custom_skill_1_type">
|
|
<option value="Not set" selected="selected">---</option>
|
|
<option value="Technical">Technical</option>
|
|
<option value="Scholastic">Scholastic</option>
|
|
</select>
|
|
</div>
|
|
<div class="sheet-col-1-8"><input type="number" name="attr_custom_skill_1" value="0" step="1"/></div>
|
|
<div class="sheet-col-1-8 sheet-offset-1-24 sheet-center"><input type="checkbox" name="attr_custom_skill_1_aptitude" value="1"></div>
|
|
<div class="sheet-col-1-12 sheet-offset-1-24"><span class="sheet-pictos">3</span></div>
|
|
</div>
|
|
|
|
<div class="sheet-row sheet-skill-row">
|
|
<div class="sheet-col-1-12"><button class="sheet-skill-roll" type="roll" name="roll_CustomSkill2_Check" value="&{template:FFRPG} {{title={custom_skill_2_name}}} {{subheader=@{character_name}}} {{subheaderright=Task Check}} {{rollname=Result}} {{threshold=[[@{custom_skill_2}+(?{Modifier|0})]]}} {{roll=[[{1d100cs<@{generalcritrange}cf>95}]]}}"></button></div>
|
|
<div class="sheet-col-7-24"><input type="text" class="sheet-center" name="attr_custom_skill_2_name"></div>
|
|
<div class="sheet-col-5-24 sheet-skill-label">
|
|
<select name="attr_custom_skill_2_type">
|
|
<option value="Not set" selected="selected">---</option>
|
|
<option value="Technical">Technical</option>
|
|
<option value="Scholastic">Scholastic</option>
|
|
</select>
|
|
</div>
|
|
<div class="sheet-col-1-8"><input type="number" name="attr_custom_skill_2" value="0" step="1"/></div>
|
|
<div class="sheet-col-1-8 sheet-offset-1-24 sheet-center"><input type="checkbox" name="attr_custom_skill_2_aptitude" value="1"></div>
|
|
<div class="sheet-col-1-12 sheet-offset-1-24"><span class="sheet-pictos">3</span></div>
|
|
</div>
|
|
|
|
<div class="sheet-row sheet-skill-row">
|
|
<div class="sheet-col-1-12"><button class="sheet-skill-roll" type="roll" name="roll_CustomSkill3_Check" value="&{template:FFRPG} {{title={custom_skill_3_name}}} {{subheader=@{character_name}}} {{subheaderright=Task Check}} {{rollname=Result}} {{threshold=[[@{custom_skill_3}+(?{Modifier|0})]]}} {{roll=[[{1d100cs<@{generalcritrange}cf>95}]]}}"></button></div>
|
|
<div class="sheet-col-7-24"><input type="text" class="sheet-center" name="attr_custom_skill_3_name"></div>
|
|
<div class="sheet-col-5-24 sheet-skill-label">
|
|
<select name="attr_custom_skill_3_type">
|
|
<option value="Not set" selected="selected">---</option>
|
|
<option value="Technical">Technical</option>
|
|
<option value="Scholastic">Scholastic</option>
|
|
</select>
|
|
</div>
|
|
<div class="sheet-col-1-8"><input type="number" name="attr_custom_skill_3" value="0" step="1"/></div>
|
|
<div class="sheet-col-1-8 sheet-offset-1-24 sheet-center"><input type="checkbox" name="attr_custom_skill_3_aptitude" value="1"></div>
|
|
<div class="sheet-col-1-12 sheet-offset-1-24"><span class="sheet-pictos">3</span></div>
|
|
</div>
|
|
|
|
<div class="sheet-row sheet-skill-row">
|
|
<div class="sheet-col-1-12"><button class="sheet-skill-roll" type="roll" name="roll_CustomSkill4_Check" value="&{template:FFRPG} {{title={custom_skill_4_name}}} {{subheader=@{character_name}}} {{subheaderright=Task Check}} {{rollname=Result}} {{threshold=[[@{custom_skill_4}+(?{Modifier|0})]]}} {{roll=[[{1d100cs<@{generalcritrange}cf>95}]]}}"></button></div>
|
|
<div class="sheet-col-7-24"><input type="text" class="sheet-center" name="attr_custom_skill_4_name"></div>
|
|
<div class="sheet-col-5-24 sheet-skill-label">
|
|
<select name="attr_custom_skill_4_type">
|
|
<option value="Not set" selected="selected">---</option>
|
|
<option value="Technical">Technical</option>
|
|
<option value="Scholastic">Scholastic</option>
|
|
</select>
|
|
</div>
|
|
<div class="sheet-col-1-8"><input type="number" name="attr_custom_skill_4" value="0" step="1"/></div>
|
|
<div class="sheet-col-1-8 sheet-offset-1-24 sheet-center"><input type="checkbox" name="attr_custom_skill_4_aptitude" value="1"></div>
|
|
<div class="sheet-col-1-12 sheet-offset-1-24"><span class="sheet-pictos">3</span></div>
|
|
</div>
|
|
|
|
<div class="sheet-row sheet-skill-row">
|
|
<div class="sheet-col-1-12"><button class="sheet-skill-roll" type="roll" name="roll_CustomSkill5_Check" value="&{template:FFRPG} {{title={custom_skill_5_name}}} {{subheader=@{character_name}}} {{subheaderright=Task Check}} {{rollname=Result}} {{threshold=[[@{custom_skill_5}+(?{Modifier|0})]]}} {{roll=[[{1d100cs<@{generalcritrange}cf>95}]]}}"></button></div>
|
|
<div class="sheet-col-7-24"><input type="text" class="sheet-center" name="attr_custom_skill_5_name"></div>
|
|
<div class="sheet-col-5-24 sheet-skill-label">
|
|
<select name="attr_custom_skill_5_type">
|
|
<option value="Not set" selected="selected">---</option>
|
|
<option value="Technical">Technical</option>
|
|
<option value="Scholastic">Scholastic</option>
|
|
</select>
|
|
</div>
|
|
<div class="sheet-col-1-8"><input type="number" name="attr_custom_skill_5" value="0" step="1"/></div>
|
|
<div class="sheet-col-1-8 sheet-offset-1-24 sheet-center"><input type="checkbox" name="attr_custom_skill_5_aptitude" value="1"></div>
|
|
<div class="sheet-col-1-12 sheet-offset-1-24"><span class="sheet-pictos">3</span></div>
|
|
</div>
|
|
|
|
<div class="sheet-row sheet-skill-row">
|
|
<div class="sheet-col-1-12"><button class="sheet-skill-roll" type="roll" name="roll_CustomSkill6_Check" value="&{template:FFRPG} {{title={custom_skill_6_name}}} {{subheader=@{character_name}}} {{subheaderright=Task Check}} {{rollname=Result}} {{threshold=[[@{custom_skill_6}+(?{Modifier|0})]]}} {{roll=[[{1d100cs<@{generalcritrange}cf>95}]]}}"></button></div>
|
|
<div class="sheet-col-7-24"><input type="text" class="sheet-center" name="attr_custom_skill_6_name"></div>
|
|
<div class="sheet-col-5-24 sheet-skill-label">
|
|
<select name="attr_custom_skill_6_type">
|
|
<option value="Not set" selected="selected">---</option>
|
|
<option value="Technical">Technical</option>
|
|
<option value="Scholastic">Scholastic</option>
|
|
</select>
|
|
</div>
|
|
<div class="sheet-col-1-8"><input type="number" name="attr_custom_skill_6" value="0" step="1"/></div>
|
|
<div class="sheet-col-1-8 sheet-offset-1-24 sheet-center"><input type="checkbox" name="attr_custom_skill_6_aptitude" value="1"></div>
|
|
<div class="sheet-col-1-12 sheet-offset-1-24"><span class="sheet-pictos">3</span></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"> </div>
|
|
<div class="sheet-col-7-24 sheet-small-label">Skill</div>
|
|
<div class="sheet-col-5-24 sheet-small-label">Type</div>
|
|
<div class="sheet-col-1-8 sheet-small-label sheet-center">Rating</div>
|
|
<div class="sheet-col-1-12 sheet-offset-1-24 sheet-center sheet-small-label">Aptitude</div>
|
|
<div class="sheet-col-1-12 sheet-offset-1-24 sheet-center sheet-small-label">Learned</div>
|
|
</div>
|
|
|
|
<div class="sheet-row sheet-skill-row">
|
|
<div class="sheet-col-1-12"><button class="sheet-skill-roll" type="roll" name="roll_CustomSkill7_Check" value="&{template:FFRPG} {{title={custom_skill_7_name}}} {{subheader=@{character_name}}} {{subheaderright=Task Check}} {{rollname=Result}} {{threshold=[[@{custom_skill_7}+(?{Modifier|0})]]}} {{roll=[[{1d100cs<@{generalcritrange}cf>95}]]}}"></button></div>
|
|
<div class="sheet-col-7-24"><input type="text" class="sheet-center" name="attr_custom_skill_7_name"></div>
|
|
<div class="sheet-col-5-24 sheet-skill-label">
|
|
<select name="attr_custom_skill_7_type">
|
|
<option value="Not set" selected="selected">---</option>
|
|
<option value="Technical">Technical</option>
|
|
<option value="Scholastic">Scholastic</option>
|
|
</select>
|
|
</div>
|
|
<div class="sheet-col-1-8"><input type="number" name="attr_custom_skill_7" value="0" step="1"/></div>
|
|
<div class="sheet-col-1-8 sheet-offset-1-24 sheet-center"><input type="checkbox" name="attr_custom_skill_7_aptitude" value="1"></div>
|
|
<div class="sheet-col-1-12 sheet-offset-1-24"><span class="sheet-pictos">3</span></div>
|
|
</div>
|
|
|
|
<div class="sheet-row sheet-skill-row">
|
|
<div class="sheet-col-1-12"><button class="sheet-skill-roll" type="roll" name="roll_CustomSkill8_Check" value="&{template:FFRPG} {{title={custom_skill_8_name}}} {{subheader=@{character_name}}} {{subheaderright=Task Check}} {{rollname=Result}} {{threshold=[[@{custom_skill_8}+(?{Modifier|0})]]}} {{roll=[[{1d100cs<@{generalcritrange}cf>95}]]}}"></button></div>
|
|
<div class="sheet-col-7-24"><input type="text" class="sheet-center" name="attr_custom_skill_8_name"></div>
|
|
<div class="sheet-col-5-24 sheet-skill-label">
|
|
<select name="attr_custom_skill_8_type">
|
|
<option value="Not set" selected="selected">---</option>
|
|
<option value="Technical">Technical</option>
|
|
<option value="Scholastic">Scholastic</option>
|
|
</select>
|
|
</div>
|
|
<div class="sheet-col-1-8"><input type="number" name="attr_custom_skill_8" value="0" step="1"/></div>
|
|
<div class="sheet-col-1-8 sheet-offset-1-24 sheet-center"><input type="checkbox" name="attr_custom_skill_8_aptitude"value="1"></div>
|
|
<div class="sheet-col-1-12 sheet-offset-1-24"><span class="sheet-pictos">3</span></div>
|
|
</div>
|
|
|
|
<div class="sheet-row sheet-skill-row">
|
|
<div class="sheet-col-1-12"><button class="sheet-skill-roll" type="roll" name="roll_CustomSkill9_Check" value="&{template:FFRPG} {{title={custom_skill_9_name}}} {{subheader=@{character_name}}} {{subheaderright=Task Check}} {{rollname=Result}} {{threshold=[[@{custom_skill_9}+(?{Modifier|0})]]}} {{roll=[[{1d100cs<@{generalcritrange}cf>95}]]}}"></button></div>
|
|
<div class="sheet-col-7-24"><input type="text" class="sheet-center" name="attr_custom_skill_9_name"></div>
|
|
<div class="sheet-col-5-24 sheet-skill-label">
|
|
<select name="attr_custom_skill_9_type">
|
|
<option value="Not set" selected="selected">---</option>
|
|
<option value="Technical">Technical</option>
|
|
<option value="Scholastic">Scholastic</option>
|
|
</select>
|
|
</div>
|
|
<div class="sheet-col-1-8"><input type="number" name="attr_custom_skill_9" value="0" step="1"/></div>
|
|
<div class="sheet-col-1-8 sheet-offset-1-24 sheet-center"><input type="checkbox" name="attr_custom_skill_9_aptitude" value="1"></div>
|
|
<div class="sheet-col-1-12 sheet-offset-1-24"><span class="sheet-pictos">3</span></div>
|
|
</div>
|
|
|
|
<div class="sheet-row sheet-skill-row">
|
|
<div class="sheet-col-1-12"><button class="sheet-skill-roll" type="roll" name="roll_CustomSkill10_Check" value="&{template:FFRPG} {{title={custom_skill_10_name}}} {{subheader=@{character_name}}} {{subheaderright=Task Check}} {{rollname=Result}} {{threshold=[[@{custom_skill_10}+(?{Modifier|0})]]}} {{roll=[[{1d100cs<@{generalcritrange}cf>95}]]}}"></button></div>
|
|
<div class="sheet-col-7-24"><input type="text" class="sheet-center" name="attr_custom_skill_10_name"></div>
|
|
<div class="sheet-col-5-24 sheet-skill-label">
|
|
<select name="attr_custom_skill_10_type">
|
|
<option value="Not set" selected="selected">---</option>
|
|
<option value="Technical">Technical</option>
|
|
<option value="Scholastic">Scholastic</option>
|
|
</select>
|
|
</div>
|
|
<div class="sheet-col-1-8"><input type="number" name="attr_custom_skill_10" value="0" step="1"/></div>
|
|
<div class="sheet-col-1-8 sheet-offset-1-24 sheet-center"><input type="checkbox" name="attr_custom_skill_10_aptitude" value="1"></div>
|
|
<div class="sheet-col-1-12 sheet-offset-1-24"><span class="sheet-pictos">3</span></div>
|
|
</div>
|
|
|
|
<div class="sheet-row sheet-skill-row">
|
|
<div class="sheet-col-1-12"><button class="sheet-skill-roll" type="roll" name="roll_CustomSkill11_Check" value="&{template:FFRPG} {{title={custom_skill_11_name}}} {{subheader=@{character_name}}} {{subheaderright=Task Check}} {{rollname=Result}} {{threshold=[[@{custom_skill_11}+(?{Modifier|0})]]}} {{roll=[[{1d100cs<@{generalcritrange}cf>95}]]}}"></button></div>
|
|
<div class="sheet-col-7-24"><input type="text" class="sheet-center" name="attr_custom_skill_11_name"></div>
|
|
<div class="sheet-col-5-24 sheet-skill-label">
|
|
<select name="attr_custom_skill_11_type">
|
|
<option value="Not set" selected="selected">---</option>
|
|
<option value="Technical">Technical</option>
|
|
<option value="Scholastic">Scholastic</option>
|
|
</select>
|
|
</div>
|
|
<div class="sheet-col-1-8"><input type="number" name="attr_custom_skill_11" value="0" step="1"/></div>
|
|
<div class="sheet-col-1-8 sheet-offset-1-24 sheet-center"><input type="checkbox" name="attr_custom_skill_11_aptitude" value="1"></div>
|
|
<div class="sheet-col-1-12 sheet-offset-1-24"><span class="sheet-pictos">3</span></div>
|
|
</div>
|
|
|
|
<div class="sheet-row sheet-skill-row">
|
|
<div class="sheet-col-1-12"><button class="sheet-skill-roll" type="roll" name="roll_CustomSkill12_Check" value="&{template:FFRPG} {{title={custom_skill_12_name}}} {{subheader=@{character_name}}} {{subheaderright=Task Check}} {{rollname=Result}} {{threshold=[[@{custom_skill_12}+(?{Modifier|0})]]}} {{roll=[[{1d100cs<@{generalcritrange}cf>95}]]}}"></button></div>
|
|
<div class="sheet-col-7-24"><input type="text" class="sheet-center" name="attr_custom_skill_12_name"></div>
|
|
<div class="sheet-col-5-24 sheet-skill-label">
|
|
<select name="attr_custom_skill_12_type">
|
|
<option value="Not set" selected="selected">---</option>
|
|
<option value="Technical">Technical</option>
|
|
<option value="Scholastic">Scholastic</option>
|
|
</select>
|
|
</div>
|
|
<div class="sheet-col-1-8"><input type="number" name="attr_custom_skill_12" value="0" step="1"/></div>
|
|
<div class="sheet-col-1-8 sheet-offset-1-24 sheet-center"><input type="checkbox" name="attr_custom_skill_12_aptitude" value="1"></div>
|
|
<div class="sheet-col-1-12 sheet-offset-1-24"><span class="sheet-pictos">3</span></div>
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<hr/>
|
|
|
|
<h4 class="sheet-center">Weapon Skills <span class="sheet-pictos-custom">t</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"> </div>
|
|
<div class="sheet-col-7-24 sheet-small-label">Skill</div>
|
|
<div class="sheet-col-1-6 sheet-small-label">Type</div>
|
|
<div class="sheet-col-1-8 sheet-small-label sheet-center">Rating</div>
|
|
<div class="sheet-col-1-12 sheet-offset-1-24 sheet-center sheet-small-label">Aptitude</div>
|
|
<div class="sheet-col-1-12 sheet-offset-1-24 sheet-center sheet-padl sheet-small-label">Learned</div>
|
|
</div>
|
|
|
|
<div class="sheet-row sheet-skill-row">
|
|
<div class="sheet-col-1-12"><button class="sheet-skill-roll" type="roll" name="roll_Axes_Check" value="&{template:FFRPG} {{title=Axes (AGI)}} {{subheader=@{character_name}}} {{subheaderright=Task Check}} {{rollname=Result}} {{threshold=[[@{axes}+(?{Modifier|0})]]}} {{roll=[[{1d100cs<@{generalcritrange}cf>95}]]}}"></button></div>
|
|
<div class="sheet-col-7-24 sheet-skill-name">Axes (AGI)</div>
|
|
<div class="sheet-col-1-6 sheet-skill-name">Weapon</div>
|
|
<div class="sheet-col-1-8"><input type="number" name="attr_axes" value="0" step="1"/></div>
|
|
<div class="sheet-col-1-8 sheet-offset-1-24 sheet-center"><input type="checkbox" name="attr_axes_aptitude" value="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_bows_Check" value="&{template:FFRPG} {{title=Bows (AGI)}} {{subheader=@{character_name}}} {{subheaderright=Task Check}} {{rollname=Result}} {{threshold=[[@{bows}+(?{Modifier|0})]]}} {{roll=[[{1d100cs<@{generalcritrange}cf>95}]]}}"></button></div>
|
|
<div class="sheet-col-7-24 sheet-skill-name">Bows (AGI)</div>
|
|
<div class="sheet-col-1-6 sheet-skill-name">Weapon</div>
|
|
<div class="sheet-col-1-8"><input type="number" name="attr_bows" value="0" step="1"/></div>
|
|
<div class="sheet-col-1-8 sheet-offset-1-24 sheet-center"><input type="checkbox" name="attr_bows_aptitude" value="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_Brawl_Check" value="&{template:FFRPG} {{title=Brawl (AGI)}} {{subheader=@{character_name}}} {{subheaderright=Task Check}} {{rollname=Result}} {{threshold=[[@{brawl}+(?{Modifier|0})]]}} {{roll=[[{1d100cs<@{generalcritrange}cf>95}]]}}"></button></div>
|
|
<div class="sheet-col-7-24 sheet-skill-name">Brawl (AGI)</div>
|
|
<div class="sheet-col-1-6 sheet-skill-name">Weapon</div>
|
|
<div class="sheet-col-1-8"><input type="number" name="attr_brawl" value="0" step="1"/></div>
|
|
<div class="sheet-col-1-8 sheet-offset-1-24 sheet-center"><input type="checkbox" name="attr_brawl_aptitude" value="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_Cudgels_Check" value="&{template:FFRPG} {{title=Cudgels (AGI)}} {{subheader=@{character_name}}} {{subheaderright=Task Check}} {{rollname=Result}} {{threshold=[[@{cudgels}+(?{Modifier|0})]]}} {{roll=[[{1d100cs<@{generalcritrange}cf>95}]]}}"></button></div>
|
|
<div class="sheet-col-7-24 sheet-skill-name">Cudgels (AGI)</div>
|
|
<div class="sheet-col-1-6 sheet-skill-name">Weapon</div>
|
|
<div class="sheet-col-1-8"><input type="number" name="attr_cudgels" value="0" step="1"/></div>
|
|
<div class="sheet-col-1-8 sheet-offset-1-24 sheet-center"><input type="checkbox" name="attr_cudgels_aptitude" value="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_Flails_Check" value="&{template:FFRPG} {{title=Flails (AGI)}} {{subheader=@{character_name}}} {{subheaderright=Task Check}} {{rollname=Result}} {{threshold=[[@{flails}+(?{Modifier|0})]]}} {{roll=[[{1d100cs<@{generalcritrange}cf>95}]]}}"></button></div>
|
|
<div class="sheet-col-7-24 sheet-skill-name">Flails (AGI)</div>
|
|
<div class="sheet-col-1-6 sheet-skill-name">Weapon</div>
|
|
<div class="sheet-col-1-8"><input type="number" name="attr_flails" value="0" step="1"/></div>
|
|
<div class="sheet-col-1-8 sheet-offset-1-24 sheet-center"><input type="checkbox" name="attr_flails_aptitude" value="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_Guns_Check" value="&{template:FFRPG} {{title=Guns (AGI)}} {{subheader=@{character_name}}} {{subheaderright=Task Check}} {{rollname=Result}} {{threshold=[[@{guns}+(?{Modifier|0})]]}} {{roll=[[{1d100cs<@{generalcritrange}cf>95}]]}}"></button></div>
|
|
<div class="sheet-col-7-24 sheet-skill-name">Guns (AGI)</div>
|
|
<div class="sheet-col-1-6 sheet-skill-name">Weapon</div>
|
|
<div class="sheet-col-1-8"><input type="number" name="attr_guns" value="0" step="1"/></div>
|
|
<div class="sheet-col-1-8 sheet-offset-1-24 sheet-center"><input type="checkbox" name="attr_guns_aptitude" value="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_Guns_Check" value="&{template:FFRPG} {{title=Gunblades (AGI)}} {{subheader=@{character_name}}} {{subheaderright=Task Check}} {{rollname=Result}} {{threshold=[[@{gunblades}+(?{Modifier|0})]]}} {{roll=[[{1d100cs<@{generalcritrange}cf>95}]]}}"></button></div>
|
|
<div class="sheet-col-7-24 sheet-skill-name">Gunblades (AGI)</div>
|
|
<div class="sheet-col-1-6 sheet-skill-name">Weapon</div>
|
|
<div class="sheet-col-1-8"><input type="number" name="attr_gunblades" value="0" step="1"/></div>
|
|
<div class="sheet-col-1-8 sheet-offset-1-24 sheet-center"><input type="checkbox" name="attr_gunblades_aptitude" value="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"> </div>
|
|
<div class="sheet-col-7-24 sheet-small-label">Skill</div>
|
|
<div class="sheet-col-1-6 sheet-small-label">Type</div>
|
|
<div class="sheet-col-1-8 sheet-small-label sheet-center">Rating</div>
|
|
<div class="sheet-col-1-12 sheet-offset-1-24 sheet-center sheet-small-label">Aptitude</div>
|
|
<div class="sheet-col-1-12 sheet-offset-1-24 sheet-center sheet-padl sheet-small-label">Learned</div>
|
|
</div>
|
|
|
|
<div class="sheet-row sheet-skill-row">
|
|
<div class="sheet-col-1-12"><button class="sheet-skill-roll" type="roll" name="roll_Knives_Check" value="&{template:FFRPG} {{title=Knives (AGI)}} {{subheader=@{character_name}}} {{subheaderright=Task Check}} {{rollname=Result}} {{threshold=[[@{knives}+(?{Modifier|0})]]}} {{roll=[[{1d100cs<@{generalcritrange}cf>95}]]}}"></button></div>
|
|
<div class="sheet-col-7-24 sheet-skill-name">Knives (AGI)</div>
|
|
<div class="sheet-col-1-6 sheet-skill-name">Weapon</div>
|
|
<div class="sheet-col-1-8"><input type="number" name="attr_knives" value="0" step="1"/></div>
|
|
<div class="sheet-col-1-8 sheet-offset-1-24 sheet-center"><input type="checkbox" name="attr_knives_aptitude" value="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_Polearms_Check" value="&{template:FFRPG} {{title=Polearms (AGI)}} {{subheader=@{character_name}}} {{subheaderright=Task Check}} {{rollname=Result}} {{threshold=[[@{polearms}+(?{Modifier|0})]]}} {{roll=[[{1d100cs<@{generalcritrange}cf>95}]]}}"></button></div>
|
|
<div class="sheet-col-7-24 sheet-skill-name">Polearms (AGI)</div>
|
|
<div class="sheet-col-1-6 sheet-skill-name">Weapon</div>
|
|
<div class="sheet-col-1-8"><input type="number" name="attr_polearms" value="0" step="1"/></div>
|
|
<div class="sheet-col-1-8 sheet-offset-1-24 sheet-center"><input type="checkbox" name="attr_polearms_aptitude" value="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_Swords_Check" value="&{template:FFRPG} {{title=Swords (AGI)}} {{subheader=@{character_name}}} {{subheaderright=Task Check}} {{rollname=Result}} {{threshold=[[@{swords}+(?{Modifier|0})]]}} {{roll=[[{1d100cs<@{generalcritrange}cf>95}]]}}"></button></div>
|
|
<div class="sheet-col-7-24 sheet-skill-name">Swords (AGI)</div>
|
|
<div class="sheet-col-1-6 sheet-skill-name">Weapon</div>
|
|
<div class="sheet-col-1-8"><input type="number" name="attr_swords" value="0" step="1"/></div>
|
|
<div class="sheet-col-1-8 sheet-offset-1-24 sheet-center"><input type="checkbox" name="attr_swords_aptitude" value="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_ThrownWeapons_Check" value="&{template:FFRPG} {{title=Thrown Weapons (AGI)}} {{subheader=@{character_name}}} {{subheaderright=Task Check}} {{rollname=Result}} {{threshold=[[@{thrownweapons}+(?{Modifier|0})]]}} {{roll=[[{1d100cs<@{generalcritrange}cf>95}]]}}"></button></div>
|
|
<div class="sheet-col-7-24 sheet-skill-name">Thrown Weapons (AGI)</div>
|
|
<div class="sheet-col-1-6 sheet-skill-name">Weapon</div>
|
|
<div class="sheet-col-1-8"><input type="number" name="attr_thrownweapons" value="0" step="1"/></div>
|
|
<div class="sheet-col-1-8 sheet-offset-1-24 sheet-center"><input type="checkbox" name="attr_thrownweapons_aptitude" value="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_TwoWeapons_Check" value="&{template:FFRPG} {{title=Two Weapons (AGI)}} {{subheader=@{character_name}}} {{subheaderright=Task Check}} {{rollname=Result}} {{threshold=[[@{twoweapons}+(?{Modifier|0})]]}} {{roll=[[{1d100cs<@{generalcritrange}cf>95}]]}}"></button></div>
|
|
<div class="sheet-col-7-24 sheet-skill-name"><b>Two Weapons (AGI)*</b></div>
|
|
<div class="sheet-col-1-6 sheet-skill-name">Weapon</div>
|
|
<div class="sheet-col-1-8"><input type="number" name="attr_twoweapons" value="0" step="1"/></div>
|
|
<div class="sheet-col-1-8 sheet-offset-1-24 sheet-center"><input type="checkbox" name="attr_twoweapons_aptitude" value="1"></div>
|
|
<div class="sheet-col-1-8 sheet-offset-1-24 sheet-padl"><span class="sheet-pictos">3</span></div>
|
|
</div>
|
|
|
|
<div class="sheet-row sheet-skill-row">
|
|
<div class="sheet-col-1-12"><button class="sheet-skill-roll" type="roll" name="roll_WeaponSystems_Check" value="&{template:FFRPG} {{title=Weapon Systems (AGI)}} {{subheader=@{character_name}}} {{subheaderright=Task Check}} {{rollname=Result}} {{threshold=[[@{weaponsystems}+(?{Modifier|0})]]}} {{roll=[[{1d100cs<@{generalcritrange}cf>95}]]}}"></button></div>
|
|
<div class="sheet-col-7-24 sheet-skill-name">Weapon Systems (AGI)</div>
|
|
<div class="sheet-col-1-6 sheet-skill-name">Weapon</div>
|
|
<div class="sheet-col-1-8"><input type="number" name="attr_weaponsystems" value="0" step="1"/></div>
|
|
<div class="sheet-col-1-8 sheet-offset-1-24 sheet-center"><input type="checkbox" name="attr_weaponsystems_aptitude" value="1"></div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<hr />
|
|
|
|
</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 Quote <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_posessions"></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">Quote</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_quote"></textarea></div>
|
|
</div>
|
|
|
|
<h4 class="sheet-center">Advantages, Disadvantages and Traits <span class="sheet-pictos">x</span></h4>
|
|
<div class="sheet-row sheet-sub-header">
|
|
<div class="sheet-col-1-3 sheet-center sheet-small-label">Advantages</div>
|
|
<div class="sheet-col-1-3 sheet-center sheet-small-label">Disadvantages</div>
|
|
<div class="sheet-col-1-3 sheet-center sheet-small-label">Traits</div>
|
|
</div>
|
|
|
|
<div class="sheet-row">
|
|
<div class="sheet-col-1-3"><textarea name="attr_advantages"></textarea></div>
|
|
<div class="sheet-col-1-3"><textarea name="attr_disadvantages"></textarea></div>
|
|
<div class="sheet-col-1-3"><textarea name="attr_traits"></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 and Racial Profile <span class="sheet-pictos">Y</span></h4>
|
|
|
|
<div class="sheet-row">
|
|
<div class="sheet-col-1-7 sheet-center sheet-padr">
|
|
<select name="attr_job">
|
|
<option value="Not set" selected="selected">---</option>
|
|
<option value="Archer">Archer</option>
|
|
<option value="Arcanist">Arcanist</option>
|
|
<option value="Atmomancer">Atmomancer</option>
|
|
<option value="Bard">Bard</option>
|
|
<option value="Black Caller">Black Caller</option>
|
|
<option value="Black Mage">Black Mage</option>
|
|
<option value="Blue Mage">Blue Mage</option>
|
|
<option value="Chemist">Chemist</option>
|
|
<option value="Chocobo Knight">Chocobo Knight</option>
|
|
<option value="Dancer">Dancer</option>
|
|
<option value="Dark Knight">Dark Knight</option>
|
|
<option value="Dragoon">Dragoon</option>
|
|
<option value="Engineer">Engineer</option>
|
|
<option value="Fencer">Fencer</option>
|
|
<option value="Fighter">Fighter</option>
|
|
<option value="Gambler">Gambler</option>
|
|
<option value="Geomancer">Geomancer</option>
|
|
<option value="Gunner">Gunner</option>
|
|
<option value="Knight">Knight</option>
|
|
<option value="Magic Knight">Magic Knight</option>
|
|
<option value="Mediator">Mediator</option>
|
|
<option value="Mime">Mime</option>
|
|
<option value="Monk">Monk</option>
|
|
<option value="Ninja">Ninja</option>
|
|
<option value="Oracle">Oracle</option>
|
|
<option value="Paladin">Paladin</option>
|
|
<option value="Red Mage">Red Mage</option>
|
|
<option value="Rune Knight">Rune Knight</option>
|
|
<option value="Sage">Sage</option>
|
|
<option value="Samurai">Samurai</option>
|
|
<option value="Summoner">Summoner</option>
|
|
<option value="Swordmaster">Swordmaster</option>
|
|
<option value="Sword Saint">Sword Saint</option>
|
|
<option value="Thief">Thief</option>
|
|
<option value="Time Mage">Time Mage</option>
|
|
<option value="White Caller">White Caller</option>
|
|
<option value="White Mage">White Mage</option>
|
|
</select><b>Job</b>
|
|
</div>
|
|
|
|
<div class="sheet-col-1-8 sheet-center sheet-padr sheet-border-right">
|
|
<select name="attr_job_type">
|
|
<option value="Not set" selected="selected">---</option>
|
|
<option value="Warrior">Warrior</option>
|
|
<option value="Expert">Expert</option>
|
|
<option value="Mage">Mage</option>
|
|
<option value="Adept">Adept</option>
|
|
</select><b>Job Type</b>
|
|
</div>
|
|
|
|
<div class="sheet-col-1-12 sheet-center sheet-padl">
|
|
<select name="attr_job_hpdie">
|
|
<option value="Not set" selected="selected">---</option>
|
|
<option value="d6">d6</option>
|
|
<option value="d8">d8</option>
|
|
<option value="d10">d10</option>
|
|
<option value="d12">d12</option>
|
|
</select><b>HP Die</b>
|
|
</div>
|
|
|
|
<div class="sheet-col-1-12 sheet-center sheet-padr sheet-border-right">
|
|
<select name="attr_job_mpdie">
|
|
<option value="Not set" selected="selected">---</option>
|
|
<option value="d6">d6</option>
|
|
<option value="d8">d8</option>
|
|
<option value="d10">d10</option>
|
|
<option value="d12">d12</option>
|
|
<option value="N/A">N/A</option>
|
|
</select><b>MP Die</b>
|
|
</div>
|
|
<div class="sheet-col-1-8 sheet-center sheet-padl"><input class="sheet-underlined sheet-center" type="text" name="attr_race"><b>Race</b></div>
|
|
<div class="sheet-col-1-7 sheet-center sheet-padl"><input class="sheet-underlined" type="number" name="attr_job_accuracybonus" value="0" min="0" step="1"><b>Accuracy Bonus</b></div>
|
|
<div class="sheet-col-1-8 sheet-center sheet-padl"><input class="sheet-underlined" type="number" name="attr_job_skillpoints" value="0" min="0" step="1"><b>Skill Points</b></div>
|
|
<div class="sheet-col-1-6 sheet-center sheet-padl"><input class="sheet-underlined sheet-center" type="text" name="attr_job_skillaptitude"><b>Skill Aptitude</b></div>
|
|
</div>
|
|
|
|
<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">Job Attribute Maximums</div>
|
|
</div>
|
|
<div class="sheet-col-1-7 sheet-center sheet-offset-1-24"><input class="sheet-underlined" type="number" name="attr_job_strmax" value="0" min="0" step="1"><b>STR Max</b></div>
|
|
<div class="sheet-col-1-7 sheet-center"><input class="sheet-underlined" type="number" name="attr_job_vitmax" value="0" min="0" step="1"><b>VIT Max</b></div>
|
|
<div class="sheet-col-1-7 sheet-center"><input class="sheet-underlined" type="number" name="attr_job_agimax" value="0" min="0" step="1"><b>AGI Max</b></div>
|
|
<div class="sheet-col-1-7 sheet-center"><input class="sheet-underlined" type="number" name="attr_job_spdmax" value="0" min="0" step="1"><b>SPD Max</b></div>
|
|
<div class="sheet-col-1-7 sheet-center"><input class="sheet-underlined" type="number" name="attr_job_magmax" value="0" min="0" step="1"><b>MAG Max</b></div>
|
|
<div class="sheet-col-1-7 sheet-center"><input class="sheet-underlined" type="number" name="attr_job_sprmax" value="0" min="0" step="1"><b>SPR Max</b></div>
|
|
</div>
|
|
|
|
<div class="sheet-col-1-2">
|
|
<div class="sheet-row">
|
|
<div class="sheet-col-1 sheet-sub-header sheet-center sheet-small-label">Racial Attribute Maximums</div>
|
|
</div>
|
|
<div class="sheet-col-1-7 sheet-center sheet-offset-1-24"><input class="sheet-underlined" type="number" name="attr_race_strmax" value="0" min="0" step="1"><b>STR Max</b></div>
|
|
<div class="sheet-col-1-7 sheet-center"><input class="sheet-underlined" type="number" name="attr_race_vitmax" value="0" min="0" step="1"><b>VIT Max</b></div>
|
|
<div class="sheet-col-1-7 sheet-center"><input class="sheet-underlined" type="number" name="attr_race_agimax" value="0" min="0" step="1"><b>AGI Max</b></div>
|
|
<div class="sheet-col-1-7 sheet-center"><input class="sheet-underlined" type="number" name="attr_race_spdmax" value="0" min="0" step="1"><b>SPD Max</b></div>
|
|
<div class="sheet-col-1-7 sheet-center"><input class="sheet-underlined" type="number" name="attr_race_magmax" value="0" min="0" step="1"><b>MAG Max</b></div>
|
|
<div class="sheet-col-1-7 sheet-center"><input class="sheet-underlined" type="number" name="attr_race_sprmax" value="0" min="0" step="1"><b>SPR Max</b></div>
|
|
</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-2-3 sheet-center sheet-margin-top"><input type="text" name="attr_job_weaponrestrict"></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-2-3 sheet-center sheet-margin-top"><input type="text" name="attr_job_armorrestrict"></div>
|
|
</div>
|
|
|
|
</hr>
|
|
|
|
<h4 class="sheet-center">Job and Racial 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">Job Features, Support Abilities and Reactions</div>
|
|
</div>
|
|
<textarea name="attr_job_features" 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">Racial Features</div>
|
|
</div>
|
|
<textarea name="attr_racial_features" class="sheet-large-textarea"></textarea>
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<h4 class="sheet-center">Job Abilities <span class="sheet-pictos">l</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">Limits</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_actions">
|
|
<div class="sheet-classaction-row1 sheet-margin-bottom sheet-padr sheet-padl">
|
|
<div class="sheet-row">
|
|
<div class="sheet-offset-1-12 sheet-col-1-2 sheet-center sheet-small-label sheet-vert-bottom">Name</div>
|
|
<div class="sheet-col-1-6 sheet-center sheet-small-label sheet-vert-bottom">Action 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-12 sheet-col-1-2 sheet-center"><input type="text" class="sheet-center" name="attr_action_name"></div>
|
|
<div class="sheet-col-1-6">
|
|
<select name="attr_action_type">
|
|
<option value="Not set" selected="selected">---</option>
|
|
<option value="Fast Action">Fast Action</option>
|
|
<option value="Slow Action">Slow Action</option>
|
|
<option value="Magical Ability">Magical Ability</option>
|
|
<option value="Support Ability">Support Ability</option>
|
|
<option value="Reaction">Reaction</option>
|
|
</select>
|
|
</div>
|
|
<div class="sheet-col-1-12 sheet-offset-1-12 sheet-center"><button type="roll" class="sheet-roll" name="roll_Action" value="&{template:FFRPG} {{title=@{action_name}}} {{subheader=@{character_name}}} {{subheaderright=@{action_type}}} {{emote=@{action_description}}} @{actionmacrooptions}" >Use</button></div>
|
|
|
|
</div>
|
|
|
|
<div class="sheet-row">
|
|
<div class="sheet-col-1-6 sheet-offset-1-6 sheet-vert-bottom sheet-center sheet-small-label">IFF</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-vert-bottom sheet-center sheet-small-label">CT</div>
|
|
<div class="sheet-col-1-12 sheet-vert-bottom sheet-center sheet-small-label">Range</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">Vertical</div>
|
|
<div class="sheet-col-1-12 sheet-offset-1-12 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-6">
|
|
<select name="attr_actioniff">
|
|
<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="RandomS">Random Enemy</option>
|
|
<option value="RandomG">Random Ally</option>
|
|
<option value="RandomU">Random Unfocused</option>
|
|
</select>
|
|
</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"><input type="number" name="attr_actionct" value="0" min="0" step="1"/></div>
|
|
<div class="sheet-col-1-12"><input type="text" name="attr_actionrange" value="0"/></div>
|
|
<div class="sheet-col-1-12"><input type="text" name="attr_actionaoe" value="Single"/></div>
|
|
<div class="sheet-col-1-12"><input type="number" name="attr_actionvertical" value="0" min="0" step="1"/></div>
|
|
<div class="sheet-col-1-12 sheet-offset-1-12 sheet-center"><input type="checkbox" name="attr_actionshowinfo" value="{{actionshowinfo=1}} {{actioniff=@{actioniff}}} {{actionmpcost=@{actionmpcost}}} {{actioncharge=@{actionct}}} {{actionrange=@{actionrange}}} {{actionaoe=@{actionaoe}}} {{actionvertical=@{actionvertical}}}" /></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_actionshowattack" value="{{actionshowattack=1}} {{actionattack=@{actionattackroll}}}" /></div>
|
|
<div class="sheet-col-1-12 sheet-center sheet-small-label">Threshold<br/><input type="checkbox" name="attr_actionshowthreshold" value="{{actionshowthreshold=1}} {{actionthreshold=@{actionthreshold}}}" /></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">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">Effect 1<br/><input type="checkbox" name="attr_actionshoweffect1" value="{{actionshoweffect1=1}} {{actioneffectname1=@{actioneffectname1}}} {{actioneffectduration1=@{actioneffectduration1}}} {{actioneffectcos1=@{actioneffect1}}} {{actioneffectroll1=[[{1d100cf>95}]]}}" /></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}}} {{actioneffectcos2=@{actioneffect2}}} {{actioneffectroll2=[[{1d100cf>95}]]}}" /></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}}} {{actioneffectcos3=@{actioneffect3}}} {{actioneffectroll3=[[{1d100cf>95}]]}}" /></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}}} {{actioneffectcos4=@{actioneffect4}}} {{actioneffectroll4=[[{1d100cf>95}]]}}" /></div>
|
|
<input type="hidden" name="attr_actionmacrooptions" value="@{actionshowinfo} @{actionshowattack} @{actionshowthreshold} @{actionshowhealing} @{actionshowstatuscancel} @{actionshowdamage} @{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_spelltypeheal" class="sheet-spelltypetab sheet-spelltypeheal" value="1"/><span class="sheet-spelltypetab sheet-spelltypeheal">Healing</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_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/Flavour</div>
|
|
<div class="sheet-col-1-2 sheet-vert-bottom sheet-center sheet-small-label">Action Mechanics</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-col-1-3 sheet-offset-1-12 sheet-vert-bottom sheet-center sheet-small-label">Attack Macro</div>
|
|
<div class="sheet-col-1-2 sheet-vert-bottom sheet-center sheet-small-label">Threshold Macro</div>
|
|
</div>
|
|
|
|
<div class="sheet-row">
|
|
<div class="sheet-col-1-3 sheet-offset-1-12 sheet-padr sheet-border-right"><input type="text" class="sheet-center" name="attr_actionattackroll" value="None"></div>
|
|
<div class="sheet-col-1-2 sheet-padl"><input type="text" class="sheet-center" name="attr_actionthreshold" 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-damage">
|
|
<div class="sheet-row">
|
|
<div class="sheet-offset-1-12 sheet-col-1-12 sheet-vert-bottom sheet-center sheet-small-label">Can Crit?</div>
|
|
<div class="sheet-col-1-2 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-1-12 sheet-checkbox-row"><input type="checkbox" name="attr_actioncancrit" value="1"/></div>
|
|
<div class="sheet-col-1-2 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_actiondamage" value="None"></div>
|
|
<div class="sheet-col-1-4 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_actiondamagetype" value="None"></div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="sheet-spell-type-effects">
|
|
<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 CoS Macro</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 class="sheet-row">
|
|
<div class="sheet-offset-1-12 sheet-col-1-12 sheet-vert-bottom sheet-center sheet-small-label">Show?</div>
|
|
<div class="sheet-offset-1-12 sheet-col-1-2 sheet-vert-bottom sheet-center sheet-small-label">Special</div>
|
|
</div>
|
|
<div class="sheet-row">
|
|
<div class=" sheet-offset-1-12 sheet-col-1-12 sheet-checkbox-row"><input type="checkbox" name="attr_actionshowspecial" value="{{actionshowspecial=1}} {{actionspecial=@{actionspecial}}}"/></div>
|
|
<div class="sheet-offset-1-12 sheet-col-1-2 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_actionspecial" value="None"></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-12 sheet-col-1-2 sheet-center sheet-small-label sheet-vert-bottom">Name</div>
|
|
<div class="sheet-col-1-6 sheet-center sheet-small-label sheet-vert-bottom">Action 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-12 sheet-col-1-2 sheet-center"><input type="text" class="sheet-center" name="attr_action_name"></div>
|
|
<div class="sheet-col-1-6">
|
|
<select name="attr_action_type">
|
|
<option value="Not set" selected="selected">---</option>
|
|
<option value="Fast Action">Fast Action</option>
|
|
<option value="Slow Action">Slow Action</option>
|
|
<option value="Magical Ability">Magical Ability</option>
|
|
<option value="Support Ability">Support Ability</option>
|
|
<option value="Reaction">Reaction</option>
|
|
</select>
|
|
</div>
|
|
<div class="sheet-col-1-12 sheet-offset-1-12 sheet-center"><button type="roll" class="sheet-roll" name="roll_Action" value="&{template:FFRPG} {{title=@{action_name}}} {{subheader=@{character_name}}} {{subheaderright=@{action_type}}} {{emote=@{action_description}}} @{actionmacrooptions}" >Use</button></div>
|
|
|
|
</div>
|
|
|
|
<div class="sheet-row">
|
|
<div class="sheet-col-1-6 sheet-offset-1-6 sheet-vert-bottom sheet-center sheet-small-label">IFF</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-vert-bottom sheet-center sheet-small-label">CT</div>
|
|
<div class="sheet-col-1-12 sheet-vert-bottom sheet-center sheet-small-label">Range</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">Vertical</div>
|
|
<div class="sheet-col-1-12 sheet-offset-1-12 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-6">
|
|
<select name="attr_actioniff">
|
|
<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="RandomS">Random Enemy</option>
|
|
<option value="RandomG">Random Ally</option>
|
|
<option value="RandomU">Random Unfocused</option>
|
|
</select>
|
|
</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"><input type="number" name="attr_actionct" value="0" min="0" step="1"/></div>
|
|
<div class="sheet-col-1-12"><input type="text" name="attr_actionrange" value="0"/></div>
|
|
<div class="sheet-col-1-12"><input type="text" name="attr_actionaoe" value="Single"/></div>
|
|
<div class="sheet-col-1-12"><input type="number" name="attr_actionvertical" value="0" min="0" step="1"/></div>
|
|
<div class="sheet-col-1-12 sheet-offset-1-12 sheet-center"><input type="checkbox" name="attr_actionshowinfo" value="{{actionshowinfo=1}} {{actioniff=@{actioniff}}} {{actionmpcost=@{actionmpcost}}} {{actioncharge=@{actionct}}} {{actionrange=@{actionrange}}} {{actionaoe=@{actionaoe}}} {{actionvertical=@{actionvertical}}}" /></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_actionshowattack" value="{{actionshowattack=1}} {{actionattack=@{actionattackroll}}}" /></div>
|
|
<div class="sheet-col-1-12 sheet-center sheet-small-label">Threshold<br/><input type="checkbox" name="attr_actionshowthreshold" value="{{actionshowthreshold=1}} {{actionthreshold=@{actionthreshold}}}" /></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">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">Effect 1<br/><input type="checkbox" name="attr_actionshoweffect1" value="{{actionshoweffect1=1}} {{actioneffectname1=@{actioneffectname1}}} {{actioneffectduration1=@{actioneffectduration1}}} {{actioneffectcos1=@{actioneffect1}}} {{actioneffectroll1=[[{1d100cf>95}]]}}" /></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}}} {{actioneffectcos2=@{actioneffect2}}} {{actioneffectroll2=[[{1d100cf>95}]]}}" /></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}}} {{actioneffectcos3=@{actioneffect3}}} {{actioneffectroll3=[[{1d100cf>95}]]}}" /></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}}} {{actioneffectcos4=@{actioneffect4}}} {{actioneffectroll4=[[{1d100cf>95}]]}}" /></div>
|
|
<input type="hidden" name="attr_actionmacrooptions" value="@{actionshowinfo} @{actionshowattack} @{actionshowthreshold} @{actionshowhealing} @{actionshowstatuscancel} @{actionshowdamage} @{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_spelltypeheal" class="sheet-spelltypetab sheet-spelltypeheal" value="1"/><span class="sheet-spelltypetab sheet-spelltypeheal">Healing</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_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/Flavour</div>
|
|
<div class="sheet-col-1-2 sheet-vert-bottom sheet-center sheet-small-label">Action Mechanics</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-col-1-3 sheet-offset-1-12 sheet-vert-bottom sheet-center sheet-small-label">Attack Macro</div>
|
|
<div class="sheet-col-1-2 sheet-vert-bottom sheet-center sheet-small-label">Threshold Macro</div>
|
|
</div>
|
|
|
|
<div class="sheet-row">
|
|
<div class="sheet-col-1-3 sheet-offset-1-12 sheet-padr sheet-border-right"><input type="text" class="sheet-center" name="attr_actionattackroll" value="None"></div>
|
|
<div class="sheet-col-1-2 sheet-padl"><input type="text" class="sheet-center" name="attr_actionthreshold" 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-damage">
|
|
<div class="sheet-row">
|
|
<div class="sheet-offset-1-12 sheet-col-1-12 sheet-vert-bottom sheet-center sheet-small-label">Can Crit?</div>
|
|
<div class="sheet-col-1-2 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-1-12 sheet-checkbox-row"><input type="checkbox" name="attr_actioncancrit" value="1"/></div>
|
|
<div class="sheet-col-1-2 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_actiondamage" value="None"></div>
|
|
<div class="sheet-col-1-4 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_actiondamagetype" value="None"></div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="sheet-spell-type-effects">
|
|
<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 CoS Macro</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 class="sheet-row">
|
|
<div class="sheet-offset-1-12 sheet-col-1-12 sheet-vert-bottom sheet-center sheet-small-label">Show?</div>
|
|
<div class="sheet-offset-1-12 sheet-col-1-2 sheet-vert-bottom sheet-center sheet-small-label">Special</div>
|
|
</div>
|
|
<div class="sheet-row">
|
|
<div class=" sheet-offset-1-12 sheet-col-1-12 sheet-checkbox-row"><input type="checkbox" name="attr_actionshowspecial" value="{{actionshowspecial=1}} {{actionspecial=@{actionspecial}}}"/></div>
|
|
<div class="sheet-offset-1-12 sheet-col-1-2 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_actionspecial" value="None"></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-12 sheet-col-1-2 sheet-center sheet-small-label sheet-vert-bottom">Name</div>
|
|
<div class="sheet-col-1-6 sheet-center sheet-small-label sheet-vert-bottom">Action 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-12 sheet-col-1-2 sheet-center"><input type="text" class="sheet-center" name="attr_action_name"></div>
|
|
<div class="sheet-col-1-6">
|
|
<select name="attr_action_type">
|
|
<option value="Not set" selected="selected">---</option>
|
|
<option value="Fast Action">Fast Action</option>
|
|
<option value="Slow Action">Slow Action</option>
|
|
<option value="Magical Ability">Magical Ability</option>
|
|
<option value="Support Ability">Support Ability</option>
|
|
<option value="Reaction">Reaction</option>
|
|
</select>
|
|
</div>
|
|
<div class="sheet-col-1-12 sheet-offset-1-12 sheet-center"><button type="roll" class="sheet-roll" name="roll_Action" value="&{template:FFRPG} {{title=@{action_name}}} {{subheader=@{character_name}}} {{subheaderright=@{action_type}}} {{emote=@{action_description}}} @{actionmacrooptions}" >Use</button></div>
|
|
|
|
</div>
|
|
|
|
<div class="sheet-row">
|
|
<div class="sheet-col-1-6 sheet-offset-1-6 sheet-vert-bottom sheet-center sheet-small-label">IFF</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-vert-bottom sheet-center sheet-small-label">CT</div>
|
|
<div class="sheet-col-1-12 sheet-vert-bottom sheet-center sheet-small-label">Range</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">Vertical</div>
|
|
<div class="sheet-col-1-12 sheet-offset-1-12 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-6">
|
|
<select name="attr_actioniff">
|
|
<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="RandomS">Random Enemy</option>
|
|
<option value="RandomG">Random Ally</option>
|
|
<option value="RandomU">Random Unfocused</option>
|
|
</select>
|
|
</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"><input type="number" name="attr_actionct" value="0" min="0" step="1"/></div>
|
|
<div class="sheet-col-1-12"><input type="text" name="attr_actionrange" value="0"/></div>
|
|
<div class="sheet-col-1-12"><input type="text" name="attr_actionaoe" value="Single"/></div>
|
|
<div class="sheet-col-1-12"><input type="number" name="attr_actionvertical" value="0" min="0" step="1"/></div>
|
|
<div class="sheet-col-1-12 sheet-offset-1-12 sheet-center"><input type="checkbox" name="attr_actionshowinfo" value="{{actionshowinfo=1}} {{actioniff=@{actioniff}}} {{actionmpcost=@{actionmpcost}}} {{actioncharge=@{actionct}}} {{actionrange=@{actionrange}}} {{actionaoe=@{actionaoe}}} {{actionvertical=@{actionvertical}}}" /></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_actionshowattack" value="{{actionshowattack=1}} {{actionattack=@{actionattackroll}}}" /></div>
|
|
<div class="sheet-col-1-12 sheet-center sheet-small-label">Threshold<br/><input type="checkbox" name="attr_actionshowthreshold" value="{{actionshowthreshold=1}} {{actionthreshold=@{actionthreshold}}}" /></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">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">Effect 1<br/><input type="checkbox" name="attr_actionshoweffect1" value="{{actionshoweffect1=1}} {{actioneffectname1=@{actioneffectname1}}} {{actioneffectduration1=@{actioneffectduration1}}} {{actioneffectcos1=@{actioneffect1}}} {{actioneffectroll1=[[{1d100cf>95}]]}}" /></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}}} {{actioneffectcos2=@{actioneffect2}}} {{actioneffectroll2=[[{1d100cf>95}]]}}" /></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}}} {{actioneffectcos3=@{actioneffect3}}} {{actioneffectroll3=[[{1d100cf>95}]]}}" /></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}}} {{actioneffectcos4=@{actioneffect4}}} {{actioneffectroll4=[[{1d100cf>95}]]}}" /></div>
|
|
<input type="hidden" name="attr_actionmacrooptions" value="@{actionshowinfo} @{actionshowattack} @{actionshowthreshold} @{actionshowhealing} @{actionshowstatuscancel} @{actionshowdamage} @{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_spelltypeheal" class="sheet-spelltypetab sheet-spelltypeheal" value="1"/><span class="sheet-spelltypetab sheet-spelltypeheal">Healing</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_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/Flavour</div>
|
|
<div class="sheet-col-1-2 sheet-vert-bottom sheet-center sheet-small-label">Action Mechanics</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-col-1-3 sheet-offset-1-12 sheet-vert-bottom sheet-center sheet-small-label">Attack Macro</div>
|
|
<div class="sheet-col-1-2 sheet-vert-bottom sheet-center sheet-small-label">Threshold Macro</div>
|
|
</div>
|
|
|
|
<div class="sheet-row">
|
|
<div class="sheet-col-1-3 sheet-offset-1-12 sheet-padr sheet-border-right"><input type="text" class="sheet-center" name="attr_actionattackroll" value="None"></div>
|
|
<div class="sheet-col-1-2 sheet-padl"><input type="text" class="sheet-center" name="attr_actionthreshold" 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-damage">
|
|
<div class="sheet-row">
|
|
<div class="sheet-offset-1-12 sheet-col-1-12 sheet-vert-bottom sheet-center sheet-small-label">Can Crit?</div>
|
|
<div class="sheet-col-1-2 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-1-12 sheet-checkbox-row"><input type="checkbox" name="attr_actioncancrit" value="1"/></div>
|
|
<div class="sheet-col-1-2 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_actiondamage" value="None"></div>
|
|
<div class="sheet-col-1-4 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_actiondamagetype" value="None"></div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="sheet-spell-type-effects">
|
|
<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 CoS Macro</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 class="sheet-row">
|
|
<div class="sheet-offset-1-12 sheet-col-1-12 sheet-vert-bottom sheet-center sheet-small-label">Show?</div>
|
|
<div class="sheet-offset-1-12 sheet-col-1-2 sheet-vert-bottom sheet-center sheet-small-label">Special</div>
|
|
</div>
|
|
<div class="sheet-row">
|
|
<div class=" sheet-offset-1-12 sheet-col-1-12 sheet-checkbox-row"><input type="checkbox" name="attr_actionshowspecial" value="{{actionshowspecial=1}} {{actionspecial=@{actionspecial}}}"/></div>
|
|
<div class="sheet-offset-1-12 sheet-col-1-2 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_actionspecial" value="None"></div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</fieldset>
|
|
</div>
|
|
<!-- END classaction page --> <!-- BEGIN new classaction page -->
|
|
<div class="sheet-classaction-page4">
|
|
<!-- BEGIN classaction row -->
|
|
<fieldset class="repeating_limits">
|
|
<div class="sheet-classaction-row1 sheet-margin-bottom sheet-padr sheet-padl">
|
|
<div class="sheet-row">
|
|
<div class="sheet-offset-1-12 sheet-col-1-2 sheet-center sheet-small-label sheet-vert-bottom">Limit Name</div>
|
|
<div class="sheet-col-1-6 sheet-center sheet-small-label sheet-vert-bottom">Limit 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-12 sheet-col-1-2 sheet-center"><input type="text" class="sheet-center" name="attr_limit_name"></div>
|
|
<div class="sheet-col-1-6">
|
|
<select name="attr_limit_type">
|
|
<option value="Not set" selected="selected">---</option>
|
|
<option value="Special Move">Special Move</option>
|
|
<option value="Combo Attack">Combo Attack</option>
|
|
<option value="Trance">Trance</option>
|
|
</select>
|
|
</div>
|
|
<div class="sheet-col-1-12 sheet-offset-1-12 sheet-center"><button type="roll" class="sheet-roll" name="roll_Limit" value="&{template:FFRPG} {{title=@{limit_name}}} {{subheader=@{character_name}}} {{subheaderright=@{limit_type}}} {{emote=@{limit_description}}} @{limitmacrooptions}" >Use</button></div>
|
|
|
|
</div>
|
|
|
|
<div class="sheet-row">
|
|
<div class="sheet-col-1-6 sheet-offset-1-6 sheet-vert-bottom sheet-center sheet-small-label">IFF</div>
|
|
<div class="sheet-col-1-8 sheet-vert-bottom sheet-center sheet-small-label">Attribute</div>
|
|
<div class="sheet-col-1-12 sheet-vert-bottom sheet-center sheet-small-label">Range</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">Vertical</div>
|
|
<div class="sheet-col-1-12 sheet-offset-1-8 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-6">
|
|
<select name="attr_limitiff">
|
|
<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="RandomS">Random Enemy</option>
|
|
<option value="RandomG">Random Ally</option>
|
|
<option value="RandomU">Random Unfocused</option>
|
|
</select>
|
|
</div>
|
|
<div class="sheet-col-1-8"><input type="text" class="sheet-center" name="attr_limitattribute" value="---"/></div>
|
|
<div class="sheet-col-1-12"><input type="text" name="attr_limitrange" value="0"/></div>
|
|
<div class="sheet-col-1-12"><input type="text" name="attr_limitaoe" value="Single"/></div>
|
|
<div class="sheet-col-1-12"><input type="number" name="attr_limitvertical" value="0" min="0" step="1"/></div>
|
|
<div class="sheet-col-1-12 sheet-offset-1-8 sheet-center"><input type="checkbox" name="attr_limitshowinfo" value="{{limitshowinfo=1}} {{limitiff=@{limitiff}}} {{limitrange=@{limitrange}}} {{limitaoe=@{limitaoe}}} {{limitvertical=@{limitvertical}}}" /></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_limitshowattack" value="{{limitshowattack=1}} {{limitattack=@{limitattackroll}}}" /></div>
|
|
<div class="sheet-col-1-12 sheet-center sheet-small-label">Threshold<br/><input type="checkbox" name="attr_limitshowthreshold" value="{{limitshowthreshold=1}} {{limitthreshold=@{limitthreshold}}}" /></div>
|
|
<div class="sheet-col-1-12 sheet-center sheet-small-label">Healing<br/><input type="checkbox" name="attr_limitshowhealing" value="{{limitshowhealing=1}} {{limithealing=@{limithealmacro}}}" /></div>
|
|
<div class="sheet-col-1-12 sheet-center sheet-small-label">St Cancel<br/><input type="checkbox" name="attr_limitshowstatuscancel" value="{{limitshowstatuscancel=1}} {{limitstatuscancel=@{limitstatuscancel}}}" /></div>
|
|
<div class="sheet-col-1-12 sheet-center sheet-small-label">Damage<br/><input type="checkbox" name="attr_limitshowdamage" value="{{limitshowdamage=1}} {{limitdamage=@{limitdamage} @{limitdamagetype}}}" /></div>
|
|
<div class="sheet-col-1-12 sheet-center sheet-small-label">Effect 1<br/><input type="checkbox" name="attr_limitshoweffect1" value="{{limitshoweffect1=1}} {{limiteffectname1=@{limiteffectname1}}} {{limiteffectduration1=@{limiteffectduration1}}} {{limiteffectcos1=@{limiteffect1}}} {{limiteffectroll1=[[{1d100cf>95}]]}}" /></div>
|
|
<div class="sheet-col-1-12 sheet-center sheet-small-label">Effect 2<br/><input type="checkbox" name="attr_limitshoweffect2" value="{{limitshoweffect2=1}} {{limiteffectname2=@{limiteffectname2}}} {{limiteffectduration2=@{limiteffectduration2}}} {{limiteffectcos2=@{limiteffect2}}} {{limiteffectroll2=[[{1d100cf>95}]]}}" /></div>
|
|
<div class="sheet-col-1-12 sheet-center sheet-small-label">Effect 3<br/><input type="checkbox" name="attr_limitshoweffect3" value="{{limitshoweffect3=1}} {{limiteffectname3=@{limiteffectname3}}} {{limiteffectduration3=@{limiteffectduration3}}} {{limiteffectcos3=@{limiteffect3}}} {{limiteffectroll3=[[{1d100cf>95}]]}}" /></div>
|
|
<div class="sheet-col-1-12 sheet-center sheet-small-label">Effect 4<br/><input type="checkbox" name="attr_limitshoweffect4" value="{{limitshoweffect4=1}} {{limiteffectname4=@{limiteffectname4}}} {{limiteffectduration4=@{limiteffectduration4}}} {{limiteffectcos4=@{limiteffect4}}} {{limiteffectroll4=[[{1d100cf>95}]]}}" /></div>
|
|
<input type="hidden" name="attr_limitmacrooptions" value="@{limitshowinfo} @{limitshowattack} @{limitshowthreshold} @{limitshowhealing} @{limitshowstatuscancel} @{limitshowdamage} @{limitshowspecial} @{limitshoweffect1} @{limitshoweffect2} @{limitshoweffect3} @{limitshoweffect4}" />
|
|
</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_spelltypeheal" class="sheet-spelltypetab sheet-spelltypeheal" value="1"/><span class="sheet-spelltypetab sheet-spelltypeheal">Healing</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_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">Limit Description/Flavour</div>
|
|
<div class="sheet-col-1-2 sheet-vert-bottom sheet-center sheet-small-label">Limit Mechanics</div>
|
|
</div>
|
|
|
|
<div class="sheet-row">
|
|
<div class="sheet-col-1-2 sheet-small-label sheet-center"><textarea class="sheet-medium-textarea" name="attr_limit_description"></textarea></div>
|
|
<div class="sheet-col-1-2 sheet-small-label sheet-center"><textarea name="attr_limit_mechanics1" class="sheet-medium-textarea"></textarea></div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="sheet-spell-type-attack">
|
|
|
|
<div class="sheet-row">
|
|
<div class="sheet-col-1-3 sheet-offset-1-12 sheet-vert-bottom sheet-center sheet-small-label">Attack Macro</div>
|
|
<div class="sheet-col-1-2 sheet-vert-bottom sheet-center sheet-small-label">Threshold Macro</div>
|
|
</div>
|
|
|
|
<div class="sheet-row">
|
|
<div class="sheet-col-1-3 sheet-offset-1-12 sheet-padr sheet-border-right"><input type="text" class="sheet-center" name="attr_limitattackroll" value="None"></div>
|
|
<div class="sheet-col-1-2 sheet-padl"><input type="text" class="sheet-center" name="attr_limitthreshold" 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_limithealmacro" value="None"></div>
|
|
<div class="sheet-col-1-3 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_limitstatuscancel" value="None"></div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="sheet-spell-type-damage">
|
|
<div class="sheet-row">
|
|
<div class="sheet-offset-1-12 sheet-col-1-12 sheet-vert-bottom sheet-center sheet-small-label">Can Crit?</div>
|
|
<div class="sheet-col-1-2 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-1-12 sheet-checkbox-row"><input type="checkbox" name="attr_limitcancrit" value="1"/></div>
|
|
<div class="sheet-col-1-2 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_limitdamage" value="None"></div>
|
|
<div class="sheet-col-1-4 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_limitdamagetype" value="None"></div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="sheet-spell-type-effects">
|
|
<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 CoS Macro</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_limiteffectname1" value="None"></div>
|
|
<div class="sheet-col-1-2 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_limiteffect1" value="None"></div>
|
|
<div class="sheet-col-1-12 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_limiteffectduration1" 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_limiteffectname2" value="None"></div>
|
|
<div class="sheet-col-1-2 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_limiteffect2" value="None"></div>
|
|
<div class="sheet-col-1-12 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_limiteffectduration2" 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_limiteffectname3" value="None"></div>
|
|
<div class="sheet-col-1-2 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_limiteffect3" value="None"></div>
|
|
<div class="sheet-col-1-12 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_limiteffectduration3" 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_limiteffectname4" value="None"></div>
|
|
<div class="sheet-col-1-2 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_limiteffect4" value="None"></div>
|
|
<div class="sheet-col-1-12 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_limiteffectduration4" value="∞"></div>
|
|
</div>
|
|
<div class="sheet-row">
|
|
<div class="sheet-offset-1-12 sheet-col-1-12 sheet-vert-bottom sheet-center sheet-small-label">Show?</div>
|
|
<div class="sheet-offset-1-12 sheet-col-1-2 sheet-vert-bottom sheet-center sheet-small-label">Special</div>
|
|
</div>
|
|
<div class="sheet-row">
|
|
<div class=" sheet-offset-1-12 sheet-col-1-12 sheet-checkbox-row"><input type="checkbox" name="attr_limitshowspecial" value="{{limitshowspecial=1}} {{limitspecial=@{limitspecial}}}"/></div>
|
|
<div class="sheet-offset-1-12 sheet-col-1-2 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_limitspecial" value="None"></div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</fieldset>
|
|
</div>
|
|
<!-- END classaction page -->
|
|
|
|
<!-- END auto generated class actions section -->
|
|
|
|
<hr/>
|
|
</div>
|
|
|
|
<div class="sheet-section-weapons">
|
|
<!-- BEGIN AUTO GENERATED WEAPON SECTION -->
|
|
|
|
<h4 class="sheet-center">Weapons <span class="sheet-pictos">D</span></h4>
|
|
|
|
<fieldset class="repeating_weapons">
|
|
<div class="sheet-npc-row">
|
|
<div class="sheet-row">
|
|
<div class="sheet-offset-1-12 sheet-col-1-3 sheet-center sheet-small-label sheet-vert-bottom" title="Name of the weapon.">Name</div>
|
|
<div class="sheet-col-1-8 sheet-center sheet-small-label sheet-vert-bottom" title="Weapon type. Used for determing which skill affects your accuracy.">Weapon Type</div>
|
|
<div class="sheet-col-1-12 sheet-center sheet-small-label sheet-vert-bottom" title="Which Attribute is used to calculate damage: STR, AGI or MAG.">Attribute</div>
|
|
<div class="sheet-col-1-12 sheet-vert-bottom sheet-center sheet-small-label" title="Minimum and maximum range of the weapon for map combat. Melee would be 1. If not using map combat rules just put 'Melee' or 'Ranged'.">Range</div>
|
|
<div class="sheet-col-1-12 sheet-padr sheet-vert-bottom sheet-center sheet-small-label" title="Skill rating with this type of weapon. Is added to your accuracy when making attacks with this weapon.">Skill</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-3 sheet-center"><input type="text" class="sheet-center" name="attr_weapon_name"></div>
|
|
<div class="sheet-col-1-8">
|
|
<select name="attr_weapon_type">
|
|
<option value="Not set" selected="selected">---</option>
|
|
<option value="Axe">Axe</option>
|
|
<option value="Boomerang">Boomerang</option>
|
|
<option value="Bow">Bow</option>
|
|
<option value="Claws">Claw</option>
|
|
<option value="Crossbow">Crossbow</option>
|
|
<option value="Flail">Flail</option>
|
|
<option value="Gloves">Gloves</option>
|
|
<option value="Greatsword">Greatsword</option>
|
|
<option value="Gunblade">Gunblade</option>
|
|
<option value="Hammer">Hammer</option>
|
|
<option value="Improvised">Improvised</option>
|
|
<option value="Instrument">Instrument</option>
|
|
<option value="Katana">Katana</option>
|
|
<option value="Knife">Knife</option>
|
|
<option value="Light Sword">Light Sword</option>
|
|
<option value="Ninja Blade">Ninja Blade</option>
|
|
<option value="Pistol">Pistol</option>
|
|
<option value="Polearm">Polearm</option>
|
|
<option value="Rifle">Rifle</option>
|
|
<option value="Rod">Rod</option>
|
|
<option value="Scythe">Scythe</option>
|
|
<option value="Staff">Staff</option>
|
|
<option value="Swallow">Swallow</option>
|
|
<option value="Sword">Sword</option>
|
|
<option value="Throwing">Throwing</option>
|
|
<option value="Unique">Unique</option>
|
|
</select>
|
|
</div>
|
|
<div class="sheet-col-1-12">
|
|
<select name="attr_weapon_att">
|
|
<option value="Not set" selected="selected">---</option>
|
|
<option value="STR">STR</option>
|
|
<option value="AGI">AGI</option>
|
|
<option value="MAG">MAG</option>
|
|
</select>
|
|
</div>
|
|
<div class="sheet-col-1-12 sheet-center"><input type="text" class="sheet-center" name="attr_weaponrange" value="1"></div>
|
|
<div class="sheet-col-1-12 sheet-padr sheet-center"><input type="text" class="sheet-center" name="attr_weaponskill"></div>
|
|
<div class="sheet-col-1-12 sheet-center"><button type="roll" class="sheet-roll" name="roll_Action" value="&{template:FFRPG} {{title=@{weapon_name}}} {{subheader=@{character_name}}} {{subheaderright=@{weapon_type}}} {{emote=@{weapon_description}}} {{weaponshowrange=1}} {{weaponrange=@{weaponrange}}} {{weaponshowthreshold=1}} {{weaponthreshold=@{weaponthreshold}}} {{weaponshowattack=1}} {{weaponattack=@{weaponattackroll}}} @{weaponmacrooptions}" >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">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">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">Effect 1<br/><input type="checkbox" name="attr_weaponshoweffect1" value="{{weaponshoweffect1=1}} {{weaponeffectname1=@{weaponeffectname1}}} {{weaponeffectduration1=@{weaponeffectduration1}}} {{weaponeffectcos1=@{weaponeffect1}}} {{weaponeffectroll1=[[{1d100cf>95}]]}}" /></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}}} {{weaponeffectcos2=@{weaponeffect2}}} {{weaponeffectroll2=[[{1d100cf>95}]]}}" /></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}}} {{weaponeffectcos3=@{weaponeffect3}}} {{weaponeffectroll3=[[{1d100cf>95}]]}}" /></div>
|
|
<input type="hidden" name="attr_weaponmacrooptions" value="@{weaponshowhealing} @{weaponshowstatuscancel} @{weaponshowdamage} @{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_spelltypeheal" class="sheet-spelltypetab sheet-spelltypeheal" value="1"/><span class="sheet-spelltypetab sheet-spelltypeheal">Healing</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_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-1-3 sheet-offset-1-12 sheet-vert-bottom sheet-center sheet-small-label">Attack Macro</div>
|
|
<div class="sheet-col-1-2 sheet-vert-bottom sheet-center sheet-small-label">Threshold Macro</div>
|
|
</div>
|
|
|
|
<div class="sheet-row">
|
|
<div class="sheet-col-1-3 sheet-offset-1-12 sheet-padr sheet-border-right"><input type="text" class="sheet-center" name="attr_weaponattackroll" value="None"></div>
|
|
<div class="sheet-col-1-2 sheet-padl"><input type="text" class="sheet-center" name="attr_weaponthreshold" 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="None"></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-damage">
|
|
<div class="sheet-row">
|
|
<div class="sheet-offset-1-12 sheet-col-1-12 sheet-vert-bottom sheet-center sheet-small-label">Crit+</div>
|
|
<div class="sheet-col-1-2 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-1-12 sheet-small-label sheet-center"><input type="number" class="sheet-center" name="attr_weaponcrit" value="0"></div>
|
|
<div class="sheet-col-1-2 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_weapondamage" value="None"></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-effects">
|
|
<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 CoS Macro</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 class="sheet-row">
|
|
<div class="sheet-offset-1-12 sheet-col-1-12 sheet-vert-bottom sheet-center sheet-small-label">Show?</div>
|
|
<div class="sheet-offset-1-12 sheet-col-1-2 sheet-vert-bottom sheet-center sheet-small-label">Special</div>
|
|
</div>
|
|
<div class="sheet-row">
|
|
<div class=" sheet-offset-1-12 sheet-col-1-12 sheet-checkbox-row"><input type="checkbox" name="attr_weaponshowspecial" value="{{weaponshowspecial=1}} {{weaponspecial=@{weaponspecial}}}"/></div>
|
|
<div class="sheet-offset-1-12 sheet-col-1-2 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_weaponspecial" value="None"></div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</fieldset>
|
|
<hr/>
|
|
|
|
<!-- END AUTO GENERATED WEAPON SECTION -->
|
|
</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></h4>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="sheet-row sheet-padb">
|
|
<div class="sheet-col-1-7 sheet-offset-1-24 sheet-small-label sheet-center sheet-padr"><input class="sheet-underlined" type="number" name="attr_Armor_calc" value="round((@{armoractive1}+@{armoractive2}+@{armoractive3}+@{armoractive4}+@{armoractive5}+@{armoractive6}+@{armoractive7})*@{VIT_bonus})" disabled="disabled" ><br/>Total Armor</div>
|
|
<div class="sheet-col-1-7 sheet-small-label sheet-center sheet-padr sheet-border-right"><input class="sheet-underlined" type="number" name="attr_MArmor_calc" value="round((@{marmoractive1}+@{marmoractive2}+@{marmoractive3}+@{marmoractive4}+@{marmoractive5}+@{marmoractive6}+@{marmoractive7})*@{SPR_bonus})" disabled="disabled" ><br/>Total Magic Armor</div>
|
|
<div class="sheet-col-1-7 sheet-small-label sheet-center sheet-padl sheet-padr"><input class="sheet-underlined" type="number" name="attr_Evasion_calc" value="@{evasionactive1}+@{evasionactive2}+@{evasionactive3}+@{evasionactive4}+@{evasionactive5}+@{evasionactive6}+@{evasionactive7}" disabled="disabled" ><br/>Total Evasion</div>
|
|
<div class="sheet-col-1-7 sheet-small-label sheet-center sheet-padr sheet-border-right"><input class="sheet-underlined" type="number" name="attr_MEvasion_calc" value="@{mevasionactive1}+@{mevasionactive2}+@{mevasionactive3}+@{mevasionactive4}+@{mevasionactive5}+@{mevasionactive6}+@{mevasionactive7}" disabled="disabled" ><br/>Total Magic Evasion</div>
|
|
<div class="sheet-col-1-7 sheet-small-label sheet-center sheet-padl sheet-padr" title="Please input as a multiple, not as a %. 10% for instance would be 1.1, 15% would be 1.15, etc."><input class="sheet-underlined sheet-center" type="text" name="attr_VIT_bonus"><br/>Vitality Bonus</div>
|
|
<div class="sheet-col-1-7 sheet-small-label sheet-center" title="Please input as a multiple, not as a %. 10% for instance would be 1.1, 15% would be 1.15, etc."><input class="sheet-underlined sheet-center" type="text" name="attr_SPR_bonus"><br/>Spirit Bonus</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">Armor Slot</div>
|
|
<div class="sheet-col-1-8 sheet-center sheet-small-label sheet-vert-bottom">Armor Type</div>
|
|
<div class="sheet-col-1-12 sheet-center sheet-small-label sheet-vert-bottom">Armor</div>
|
|
<div class="sheet-col-1-12 sheet-center sheet-small-label sheet-vert-bottom">M Armor</div>
|
|
<div class="sheet-col-1-12 sheet-center sheet-small-label sheet-vert-bottom">Evasion</div>
|
|
<div class="sheet-col-1-12 sheet-center sheet-small-label sheet-vert-bottom">M Evasion</div>
|
|
<div class="sheet-col-1-4 sheet-center sheet-small-label sheet-vert-bottom">Abilities</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_armorslot1">
|
|
<option value="Not set" selected="selected">---</option>
|
|
<option value="Accessory">Accessory</option>
|
|
<option value="Body">Body</option>
|
|
<option value="Arms">Arms</option>
|
|
<option value="Head">Head</option>
|
|
<option value="Legs">Legs</option>
|
|
<option value="Shield">Shield</option>
|
|
</select>
|
|
</div>
|
|
<div class="sheet-col-1-8">
|
|
<select name="attr_armortype1">
|
|
<option value="Not set" selected="selected">---</option>
|
|
<option value="Accessory">Accessory</option>
|
|
<option value="Armwear">Armwear</option>
|
|
<option value="Gauntlet">Gauntlet</option>
|
|
<option value="Greaves">Greaves</option>
|
|
<option value="Hat">Hat</option>
|
|
<option value="Headwear">Headwear</option>
|
|
<option value="Legwear">Legwear</option>
|
|
<option value="Mail">Mail</option>
|
|
<option value="Robe">Robe</option>
|
|
<option value="Shield">Shield</option>
|
|
<option value="Suit">Suit</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-1-12"><input type="number" name="attr_evasionactive1" value="0" step="1"></div>
|
|
<div class="sheet-col-1-12"><input type="number" name="attr_mevasionactive1" value="0" step="1"></div>
|
|
<div class="sheet-col-1-4"><input class="sheet-center" type="text" name="attr_armorabilities1"></div>
|
|
</div>
|
|
|
|
<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">
|
|
<select name="attr_armorslot2">
|
|
<option value="Not set" selected="selected">---</option>
|
|
<option value="Accessory">Accessory</option>
|
|
<option value="Body">Body</option>
|
|
<option value="Arms">Arms</option>
|
|
<option value="Head">Head</option>
|
|
<option value="Legs">Legs</option>
|
|
<option value="Shield">Shield</option>
|
|
</select>
|
|
</div>
|
|
<div class="sheet-col-1-8">
|
|
<select name="attr_armortype2">
|
|
<option value="Not set" selected="selected">---</option>
|
|
<option value="Accessory">Accessory</option>
|
|
<option value="Armwear">Armwear</option>
|
|
<option value="Gauntlet">Gauntlet</option>
|
|
<option value="Greaves">Greaves</option>
|
|
<option value="Hat">Hat</option>
|
|
<option value="Headwear">Headwear</option>
|
|
<option value="Legwear">Legwear</option>
|
|
<option value="Mail">Mail</option>
|
|
<option value="Robe">Robe</option>
|
|
<option value="Shield">Shield</option>
|
|
<option value="Suit">Suit</option>
|
|
</select>
|
|
</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-1-12"><input type="number" name="attr_evasionactive2" value="0" step="1"></div>
|
|
<div class="sheet-col-1-12"><input type="number" name="attr_mevasionactive2" value="0" step="1"></div>
|
|
<div class="sheet-col-1-4"><input class="sheet-center" type="text" name="attr_armorabilities2"></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">
|
|
<select name="attr_armorslot3">
|
|
<option value="Not set" selected="selected">---</option>
|
|
<option value="Accessory">Accessory</option>
|
|
<option value="Body">Body</option>
|
|
<option value="Arms">Arms</option>
|
|
<option value="Head">Head</option>
|
|
<option value="Legs">Legs</option>
|
|
<option value="Shield">Shield</option>
|
|
</select>
|
|
</div>
|
|
<div class="sheet-col-1-8">
|
|
<select name="attr_armortype3">
|
|
<option value="Not set" selected="selected">---</option>
|
|
<option value="Accessory">Accessory</option>
|
|
<option value="Armwear">Armwear</option>
|
|
<option value="Gauntlet">Gauntlet</option>
|
|
<option value="Greaves">Greaves</option>
|
|
<option value="Hat">Hat</option>
|
|
<option value="Headwear">Headwear</option>
|
|
<option value="Legwear">Legwear</option>
|
|
<option value="Mail">Mail</option>
|
|
<option value="Robe">Robe</option>
|
|
<option value="Shield">Shield</option>
|
|
<option value="Suit">Suit</option>
|
|
</select>
|
|
</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-1-12"><input type="number" name="attr_evasionactive3" value="0" step="1"></div>
|
|
<div class="sheet-col-1-12"><input type="number" name="attr_mevasionactive3" value="0" step="1"></div>
|
|
<div class="sheet-col-1-4"><input class="sheet-center" type="text" name="attr_armorabilities3"></div>
|
|
</div>
|
|
|
|
<div class="sheet-row">
|
|
<div class="sheet-col-1-6"><input class="sheet-center" type="text" name="attr_armorname4"></div>
|
|
<div class="sheet-col-1-8">
|
|
<select name="attr_armorslot4">
|
|
<option value="Not set" selected="selected">---</option>
|
|
<option value="Accessory">Accessory</option>
|
|
<option value="Body">Body</option>
|
|
<option value="Arms">Arms</option>
|
|
<option value="Head">Head</option>
|
|
<option value="Legs">Legs</option>
|
|
<option value="Shield">Shield</option>
|
|
</select>
|
|
</div>
|
|
<div class="sheet-col-1-8">
|
|
<select name="attr_armortype4">
|
|
<option value="Not set" selected="selected">---</option>
|
|
<option value="Accessory">Accessory</option>
|
|
<option value="Armwear">Armwear</option>
|
|
<option value="Gauntlet">Gauntlet</option>
|
|
<option value="Greaves">Greaves</option>
|
|
<option value="Hat">Hat</option>
|
|
<option value="Headwear">Headwear</option>
|
|
<option value="Legwear">Legwear</option>
|
|
<option value="Mail">Mail</option>
|
|
<option value="Robe">Robe</option>
|
|
<option value="Shield">Shield</option>
|
|
<option value="Suit">Suit</option>
|
|
</select>
|
|
</div>
|
|
<div class="sheet-col-1-12"><input type="number" name="attr_armoractive4" value="0" step="1"></div>
|
|
<div class="sheet-col-1-12"><input type="number" name="attr_marmoractive4" value="0" step="1"></div>
|
|
<div class="sheet-col-1-12"><input type="number" name="attr_evasionactive4" value="0" step="1"></div>
|
|
<div class="sheet-col-1-12"><input type="number" name="attr_mevasionactive4" value="0" step="1"></div>
|
|
<div class="sheet-col-1-4"><input class="sheet-center" type="text" name="attr_armorabilities4"></div>
|
|
</div>
|
|
|
|
<div class="sheet-row">
|
|
<div class="sheet-col-1-6"><input class="sheet-center" type="text" name="attr_armorname5"></div>
|
|
<div class="sheet-col-1-8">
|
|
<select name="attr_armorslot5">
|
|
<option value="Not set" selected="selected">---</option>
|
|
<option value="Accessory">Accessory</option>
|
|
<option value="Body">Body</option>
|
|
<option value="Arms">Arms</option>
|
|
<option value="Head">Head</option>
|
|
<option value="Legs">Legs</option>
|
|
<option value="Shield">Shield</option>
|
|
</select>
|
|
</div>
|
|
<div class="sheet-col-1-8">
|
|
<select name="attr_armortype5">
|
|
<option value="Not set" selected="selected">---</option>
|
|
<option value="Accessory">Accessory</option>
|
|
<option value="Armwear">Armwear</option>
|
|
<option value="Gauntlet">Gauntlet</option>
|
|
<option value="Greaves">Greaves</option>
|
|
<option value="Hat">Hat</option>
|
|
<option value="Headwear">Headwear</option>
|
|
<option value="Legwear">Legwear</option>
|
|
<option value="Mail">Mail</option>
|
|
<option value="Robe">Robe</option>
|
|
<option value="Shield">Shield</option>
|
|
<option value="Suit">Suit</option>
|
|
</select>
|
|
</div>
|
|
<div class="sheet-col-1-12"><input type="number" name="attr_armoractive5" value="0" step="1"></div>
|
|
<div class="sheet-col-1-12"><input type="number" name="attr_marmoractive5" value="0" step="1"></div>
|
|
<div class="sheet-col-1-12"><input type="number" name="attr_evasionactive5" value="0" step="1"></div>
|
|
<div class="sheet-col-1-12"><input type="number" name="attr_mevasionactive5" value="0" step="1"></div>
|
|
<div class="sheet-col-1-4"><input class="sheet-center" type="text" name="attr_armorabilities5"></div>
|
|
</div>
|
|
|
|
<div class="sheet-row">
|
|
<div class="sheet-col-1-6"><input class="sheet-center" type="text" name="attr_armorname6"></div>
|
|
<div class="sheet-col-1-8">
|
|
<select name="attr_armorslot6">
|
|
<option value="Not set" selected="selected">---</option>
|
|
<option value="Accessory">Accessory</option>
|
|
<option value="Body">Body</option>
|
|
<option value="Arms">Arms</option>
|
|
<option value="Head">Head</option>
|
|
<option value="Legs">Legs</option>
|
|
<option value="Shield">Shield</option>
|
|
</select>
|
|
</div>
|
|
<div class="sheet-col-1-8">
|
|
<select name="attr_armortype6">
|
|
<option value="Not set" selected="selected">---</option>
|
|
<option value="Accessory">Accessory</option>
|
|
<option value="Armwear">Armwear</option>
|
|
<option value="Gauntlet">Gauntlet</option>
|
|
<option value="Greaves">Greaves</option>
|
|
<option value="Hat">Hat</option>
|
|
<option value="Headwear">Headwear</option>
|
|
<option value="Legwear">Legwear</option>
|
|
<option value="Mail">Mail</option>
|
|
<option value="Robe">Robe</option>
|
|
<option value="Shield">Shield</option>
|
|
<option value="Suit">Suit</option>
|
|
</select>
|
|
</div>
|
|
<div class="sheet-col-1-12"><input type="number" name="attr_armoractive6" value="0" step="1"></div>
|
|
<div class="sheet-col-1-12"><input type="number" name="attr_marmoractive6" value="0" step="1"></div>
|
|
<div class="sheet-col-1-12"><input type="number" name="attr_evasionactive6" value="0" step="1"></div>
|
|
<div class="sheet-col-1-12"><input type="number" name="attr_mevasionactive6" value="0" step="1"></div>
|
|
<div class="sheet-col-1-4"><input class="sheet-center" type="text" name="attr_armorabilities6"></div>
|
|
</div>
|
|
|
|
<div class="sheet-row">
|
|
<div class="sheet-col-1-6"><input class="sheet-center" type="text" name="attr_armorname7"></div>
|
|
<div class="sheet-col-1-8">
|
|
<select name="attr_armorslot7">
|
|
<option value="Not set" selected="selected">---</option>
|
|
<option value="Accessory">Accessory</option>
|
|
<option value="Body">Body</option>
|
|
<option value="Arms">Arms</option>
|
|
<option value="Head">Head</option>
|
|
<option value="Legs">Legs</option>
|
|
<option value="Shield">Shield</option>
|
|
</select>
|
|
</div>
|
|
<div class="sheet-col-1-8">
|
|
<select name="attr_armortype7">
|
|
<option value="Not set" selected="selected">---</option>
|
|
<option value="Accessory">Accessory</option>
|
|
<option value="Armwear">Armwear</option>
|
|
<option value="Gauntlet">Gauntlet</option>
|
|
<option value="Greaves">Greaves</option>
|
|
<option value="Hat">Hat</option>
|
|
<option value="Headwear">Headwear</option>
|
|
<option value="Legwear">Legwear</option>
|
|
<option value="Mail">Mail</option>
|
|
<option value="Robe">Robe</option>
|
|
<option value="Shield">Shield</option>
|
|
<option value="Suit">Suit</option>
|
|
</select>
|
|
</div>
|
|
<div class="sheet-col-1-12"><input type="number" name="attr_armoractive7" value="0" step="1"></div>
|
|
<div class="sheet-col-1-12"><input type="number" name="attr_marmoractive7" value="0" step="1"></div>
|
|
<div class="sheet-col-1-12"><input type="number" name="attr_evasionactive7" value="0" step="1"></div>
|
|
<div class="sheet-col-1-12"><input type="number" name="attr_mevasionactive7" value="0" step="1"></div>
|
|
<div class="sheet-col-1-4"><input class="sheet-center" type="text" name="attr_armorabilities7"></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="Intuitive" checked="checked"/>
|
|
<span class="sheet-spellpagetab sheet-spelltab0">Intuitive</span>
|
|
<input type="radio" name="attr_spellpagetab" class="sheet-spellpagetab sheet-spelltab1" value="1" title="Level 1"/>
|
|
<span class="sheet-spellpagetab sheet-spelltab1">Level 1</span>
|
|
<input type="radio" name="attr_spellpagetab" class="sheet-spellpagetab sheet-spelltab2" value="2" title="Level 2"/>
|
|
<span class="sheet-spellpagetab sheet-spelltab2">Level 2</span>
|
|
<input type="radio" name="attr_spellpagetab" class="sheet-spellpagetab sheet-spelltab3" value="3" title="Level 3"/>
|
|
<span class="sheet-spellpagetab sheet-spelltab3">Level 3</span>
|
|
<input type="radio" name="attr_spellpagetab" class="sheet-spellpagetab sheet-spelltab4" value="4" title="Level 4"/>
|
|
<span class="sheet-spellpagetab sheet-spelltab4">Level 4</span>
|
|
<input type="radio" name="attr_spellpagetab" class="sheet-spellpagetab sheet-spelltab5" value="5" title="Level 5"/>
|
|
<span class="sheet-spellpagetab sheet-spelltab5">Level 5</span>
|
|
<input type="radio" name="attr_spellpagetab" class="sheet-spellpagetab sheet-spelltab6" value="6" title="Level 6"/>
|
|
<span class="sheet-spellpagetab sheet-spelltab6">Level 6</span>
|
|
<input type="radio" name="attr_spellpagetab" class="sheet-spellpagetab sheet-spelltab7" value="7" title="Level 7"/>
|
|
<span class="sheet-spellpagetab sheet-spelltab7">Level 7</span>
|
|
<input type="radio" name="attr_spellpagetab" class="sheet-spellpagetab sheet-spelltab8" value="8" title="Level 8"/>
|
|
<span class="sheet-spellpagetab sheet-spelltab8">Level 8</span>
|
|
<input type="radio" name="attr_spellpagetab" class="sheet-spellpagetab sheet-spelltab9" value="9" title="Sumons"/>
|
|
<span class="sheet-spellpagetab sheet-spelltab9">Calls</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"> <div class="sheet-row sheet-spell-header">
|
|
<div class="sheet-col-1 sheet-vert-bottom sheet-center sheet-small-label">Intuitive</div>
|
|
</div>
|
|
|
|
<fieldset class="repeating_spellbookintuitive">
|
|
<!-- BEGIN spell row -->
|
|
<div class="sheet-margin-bottom sheet-padr sheet-padl">
|
|
<div class="sheet-row">
|
|
<div class="sheet-offset-1-12 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-8 sheet-center sheet-small-label sheet-vert-bottom">Macro</div>
|
|
</div>
|
|
|
|
<div class="sheet-row">
|
|
<div class="sheet-offset-1-12 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="Arcane">Arcane</option>
|
|
<option value="Elemental">Elemental</option>
|
|
<option value="ElementalStatus">Elemental/Status</option>
|
|
<option value="Intuitive">Intuitive</option>
|
|
<option value="Recovery">Recovery</option>
|
|
<option value="Status">Status</option>
|
|
<option value="Support">Support</option>
|
|
<option value="Spellblade">Spellblade</option>
|
|
</select>
|
|
</div>
|
|
<div class="sheet-col-1-6 sheet-center"><input type="text" class="sheet-center" name="attr_spell_type"></div>
|
|
<div class="sheet-col-1-12 sheet-offset-1-8 sheet-center"><button type="roll" class="sheet-roll" name="roll_spell" value="&{template:FFRPG} {{title=@{spell_name}}} {{subheader=@{character_name}}} {{subheaderright=@{spell_type}}} {{emote=@{spell_description}}} @{spellmacrooptions}" >Cast</button></div>
|
|
|
|
</div>
|
|
|
|
<div class="sheet-row">
|
|
<div class="sheet-col-1-6 sheet-offset-1-6 sheet-vert-bottom sheet-center sheet-small-label">IFF</div>
|
|
<div class="sheet-col-1-12 sheet-vert-bottom sheet-center sheet-small-label">MP Cost</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">Range</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">Vertical</div>
|
|
<div class="sheet-col-1-12 sheet-offset-1-12 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-6">
|
|
<select name="attr_spelliff">
|
|
<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="RandomS">Random Enemy</option>
|
|
<option value="RandomG">Random Ally</option>
|
|
<option value="RandomU">Random Unfocused</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-8">
|
|
<select name="attr_spellreflect">
|
|
<option value="Not set" selected="selected">---</option>
|
|
<option value="Yes">Yes</option>
|
|
<option value="No">No</option>
|
|
</select>
|
|
</div>
|
|
<div class="sheet-col-1-12"><input type="text" name="attr_spellrange" value="0"/></div>
|
|
<div class="sheet-col-1-12"><input type="text" name="attr_spellaoe" value="Single"/></div>
|
|
<div class="sheet-col-1-12"><input type="number" name="attr_spellvertical" value="0" min="0" step="1"/></div>
|
|
<div class="sheet-col-1-12 sheet-offset-1-12 sheet-center"><input type="checkbox" name="attr_spellshowinfo" value="{{spellshowinfo=1}} {{spelliff=@{spelliff}}} {{spellmpcost=@{spellmpcost}}} {{spellreflect=@{spellreflect}}} {{spellrange=@{spellrange}}} {{spellaoe=@{spellaoe}}} {{spellvertical=@{spellvertical}}}" /></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}} {{spellattack=@{spellattackroll}}}" /></div>
|
|
<div class="sheet-col-1-12 sheet-center sheet-small-label">Threshold<br/><input type="checkbox" name="attr_spellshowthreshold" value="{{spellshowthreshold=1}} {{spellthreshold=@{spellthreshold}}}" /></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">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">Effect 1<br/><input type="checkbox" name="attr_spellshoweffect1" value="{{spellshoweffect1=1}} {{spelleffectname1=@{spelleffectname1}}} {{spelleffectduration1=@{spelleffectduration1}}} {{spelleffectcos1=@{spelleffect1}}} {{spelleffectroll1=[[{1d100cf>95}]]}}" /></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}}} {{spelleffectcos2=@{spelleffect2}}} {{spelleffectroll2=[[{1d100cf>95}]]}}" /></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}}} {{spelleffectcos3=@{spelleffect3}}} {{spelleffectroll3=[[{1d100cf>95}]]}}" /></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}}} {{spelleffectcos4=@{spelleffect4}}} {{spelleffectroll4=[[{1d100cf>95}]]}}" /></div>
|
|
<input type="hidden" name="attr_spellmacrooptions" value="@{spellshowinfo} @{spellshowattack} @{spellshowthreshold} @{spellshowhealing} @{spellshowstatuscancel} @{spellshowdamage} @{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_spelltypeheal" class="sheet-spelltypetab sheet-spelltypeheal" value="1"/><span class="sheet-spelltypetab sheet-spelltypeheal">Healing</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_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/Flavour</div>
|
|
<div class="sheet-col-1-2 sheet-vert-bottom sheet-center sheet-small-label">Spell Mechanics</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-1-3 sheet-offset-1-12 sheet-vert-bottom sheet-center sheet-small-label">Attack Macro</div>
|
|
<div class="sheet-col-1-2 sheet-vert-bottom sheet-center sheet-small-label">Threshold Macro</div>
|
|
</div>
|
|
|
|
<div class="sheet-row">
|
|
<div class="sheet-col-1-3 sheet-offset-1-12 sheet-padr sheet-border-right"><input type="text" class="sheet-center" name="attr_spellattackroll" value="None"></div>
|
|
<div class="sheet-col-1-2 sheet-padl"><input type="text" class="sheet-center" name="attr_spellthreshold" 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="None"></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-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-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-1-2 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_spelldamage" value="None"></div>
|
|
<div class="sheet-col-1-4 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_spelldamagetype" value="None"></div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="sheet-spell-type-effects">
|
|
<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 CoS Macro</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 class="sheet-row">
|
|
<div class="sheet-offset-1-12 sheet-col-1-12 sheet-vert-bottom sheet-center sheet-small-label">Show?</div>
|
|
<div class="sheet-offset-1-12 sheet-col-1-2 sheet-vert-bottom sheet-center sheet-small-label">Special</div>
|
|
</div>
|
|
<div class="sheet-row">
|
|
<div class=" sheet-offset-1-12 sheet-col-1-12 sheet-checkbox-row"><input type="checkbox" name="attr_spellshowspecial" value="{{spellshowspecial=1}} {{spellspecial=@{spellspecial}}}"/></div>
|
|
<div class="sheet-offset-1-12 sheet-col-1-2 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_spellspecial" value="None"></div>
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|
|
</fieldset>
|
|
|
|
</div>
|
|
<!-- END spell page --> <!-- BEGIN new spell page -->
|
|
<div class="sheet-spell-page1"> <div class="sheet-row sheet-spell-header">
|
|
<div class="sheet-col-1 sheet-vert-bottom sheet-center sheet-small-label">Level 1</div>
|
|
</div>
|
|
|
|
<fieldset class="repeating_spellbooklevel1">
|
|
<!-- BEGIN spell row -->
|
|
<div class="sheet-margin-bottom sheet-padr sheet-padl">
|
|
<div class="sheet-row">
|
|
<div class="sheet-offset-1-12 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-8 sheet-center sheet-small-label sheet-vert-bottom">Macro</div>
|
|
</div>
|
|
|
|
<div class="sheet-row">
|
|
<div class="sheet-offset-1-12 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="Arcane">Arcane</option>
|
|
<option value="Elemental">Elemental</option>
|
|
<option value="ElementalStatus">Elemental/Status</option>
|
|
<option value="Intuitive">Intuitive</option>
|
|
<option value="Recovery">Recovery</option>
|
|
<option value="Status">Status</option>
|
|
<option value="Support">Support</option>
|
|
<option value="Spellblade">Spellblade</option>
|
|
</select>
|
|
</div>
|
|
<div class="sheet-col-1-6 sheet-center"><input type="text" class="sheet-center" name="attr_spell_type"></div>
|
|
<div class="sheet-col-1-12 sheet-offset-1-8 sheet-center"><button type="roll" class="sheet-roll" name="roll_spell" value="&{template:FFRPG} {{title=@{spell_name}}} {{subheader=@{character_name}}} {{subheaderright=@{spell_type}}} {{emote=@{spell_description}}} @{spellmacrooptions}" >Cast</button></div>
|
|
|
|
</div>
|
|
|
|
<div class="sheet-row">
|
|
<div class="sheet-col-1-6 sheet-offset-1-6 sheet-vert-bottom sheet-center sheet-small-label">IFF</div>
|
|
<div class="sheet-col-1-12 sheet-vert-bottom sheet-center sheet-small-label">MP Cost</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">Range</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">Vertical</div>
|
|
<div class="sheet-col-1-12 sheet-offset-1-12 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-6">
|
|
<select name="attr_spelliff">
|
|
<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="RandomS">Random Enemy</option>
|
|
<option value="RandomG">Random Ally</option>
|
|
<option value="RandomU">Random Unfocused</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-8">
|
|
<select name="attr_spellreflect">
|
|
<option value="Not set" selected="selected">---</option>
|
|
<option value="Yes">Yes</option>
|
|
<option value="No">No</option>
|
|
</select>
|
|
</div>
|
|
<div class="sheet-col-1-12"><input type="text" name="attr_spellrange" value="0"/></div>
|
|
<div class="sheet-col-1-12"><input type="text" name="attr_spellaoe" value="Single"/></div>
|
|
<div class="sheet-col-1-12"><input type="number" name="attr_spellvertical" value="0" min="0" step="1"/></div>
|
|
<div class="sheet-col-1-12 sheet-offset-1-12 sheet-center"><input type="checkbox" name="attr_spellshowinfo" value="{{spellshowinfo=1}} {{spelliff=@{spelliff}}} {{spellmpcost=@{spellmpcost}}} {{spellreflect=@{spellreflect}}} {{spellrange=@{spellrange}}} {{spellaoe=@{spellaoe}}} {{spellvertical=@{spellvertical}}}" /></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}} {{spellattack=@{spellattackroll}}}" /></div>
|
|
<div class="sheet-col-1-12 sheet-center sheet-small-label">Threshold<br/><input type="checkbox" name="attr_spellshowthreshold" value="{{spellshowthreshold=1}} {{spellthreshold=@{spellthreshold}}}" /></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">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">Effect 1<br/><input type="checkbox" name="attr_spellshoweffect1" value="{{spellshoweffect1=1}} {{spelleffectname1=@{spelleffectname1}}} {{spelleffectduration1=@{spelleffectduration1}}} {{spelleffectcos1=@{spelleffect1}}} {{spelleffectroll1=[[{1d100cf>95}]]}}" /></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}}} {{spelleffectcos2=@{spelleffect2}}} {{spelleffectroll2=[[{1d100cf>95}]]}}" /></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}}} {{spelleffectcos3=@{spelleffect3}}} {{spelleffectroll3=[[{1d100cf>95}]]}}" /></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}}} {{spelleffectcos4=@{spelleffect4}}} {{spelleffectroll4=[[{1d100cf>95}]]}}" /></div>
|
|
<input type="hidden" name="attr_spellmacrooptions" value="@{spellshowinfo} @{spellshowattack} @{spellshowthreshold} @{spellshowhealing} @{spellshowstatuscancel} @{spellshowdamage} @{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_spelltypeheal" class="sheet-spelltypetab sheet-spelltypeheal" value="1"/><span class="sheet-spelltypetab sheet-spelltypeheal">Healing</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_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/Flavour</div>
|
|
<div class="sheet-col-1-2 sheet-vert-bottom sheet-center sheet-small-label">Spell Mechanics</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-1-3 sheet-offset-1-12 sheet-vert-bottom sheet-center sheet-small-label">Attack Macro</div>
|
|
<div class="sheet-col-1-2 sheet-vert-bottom sheet-center sheet-small-label">Threshold Macro</div>
|
|
</div>
|
|
|
|
<div class="sheet-row">
|
|
<div class="sheet-col-1-3 sheet-offset-1-12 sheet-padr sheet-border-right"><input type="text" class="sheet-center" name="attr_spellattackroll" value="None"></div>
|
|
<div class="sheet-col-1-2 sheet-padl"><input type="text" class="sheet-center" name="attr_spellthreshold" 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="None"></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-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-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-1-2 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_spelldamage" value="None"></div>
|
|
<div class="sheet-col-1-4 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_spelldamagetype" value="None"></div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="sheet-spell-type-effects">
|
|
<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 CoS Macro</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 class="sheet-row">
|
|
<div class="sheet-offset-1-12 sheet-col-1-12 sheet-vert-bottom sheet-center sheet-small-label">Show?</div>
|
|
<div class="sheet-offset-1-12 sheet-col-1-2 sheet-vert-bottom sheet-center sheet-small-label">Special</div>
|
|
</div>
|
|
<div class="sheet-row">
|
|
<div class=" sheet-offset-1-12 sheet-col-1-12 sheet-checkbox-row"><input type="checkbox" name="attr_spellshowspecial" value="{{spellshowspecial=1}} {{spellspecial=@{spellspecial}}}"/></div>
|
|
<div class="sheet-offset-1-12 sheet-col-1-2 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_spellspecial" value="None"></div>
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|
|
</fieldset>
|
|
|
|
</div>
|
|
<!-- END spell page --> <!-- BEGIN new spell page -->
|
|
<div class="sheet-spell-page2"> <div class="sheet-row sheet-spell-header">
|
|
<div class="sheet-col-1 sheet-vert-bottom sheet-center sheet-small-label">Level 2</div>
|
|
</div>
|
|
|
|
<fieldset class="repeating_spellbooklevel2">
|
|
<!-- BEGIN spell row -->
|
|
<div class="sheet-margin-bottom sheet-padr sheet-padl">
|
|
<div class="sheet-row">
|
|
<div class="sheet-offset-1-12 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-8 sheet-center sheet-small-label sheet-vert-bottom">Macro</div>
|
|
</div>
|
|
|
|
<div class="sheet-row">
|
|
<div class="sheet-offset-1-12 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="Arcane">Arcane</option>
|
|
<option value="Elemental">Elemental</option>
|
|
<option value="ElementalStatus">Elemental/Status</option>
|
|
<option value="Intuitive">Intuitive</option>
|
|
<option value="Recovery">Recovery</option>
|
|
<option value="Status">Status</option>
|
|
<option value="Support">Support</option>
|
|
<option value="Spellblade">Spellblade</option>
|
|
</select>
|
|
</div>
|
|
<div class="sheet-col-1-6 sheet-center"><input type="text" class="sheet-center" name="attr_spell_type"></div>
|
|
<div class="sheet-col-1-12 sheet-offset-1-8 sheet-center"><button type="roll" class="sheet-roll" name="roll_spell" value="&{template:FFRPG} {{title=@{spell_name}}} {{subheader=@{character_name}}} {{subheaderright=@{spell_type}}} {{emote=@{spell_description}}} @{spellmacrooptions}" >Cast</button></div>
|
|
|
|
</div>
|
|
|
|
<div class="sheet-row">
|
|
<div class="sheet-col-1-6 sheet-offset-1-6 sheet-vert-bottom sheet-center sheet-small-label">IFF</div>
|
|
<div class="sheet-col-1-12 sheet-vert-bottom sheet-center sheet-small-label">MP Cost</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">Range</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">Vertical</div>
|
|
<div class="sheet-col-1-12 sheet-offset-1-12 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-6">
|
|
<select name="attr_spelliff">
|
|
<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="RandomS">Random Enemy</option>
|
|
<option value="RandomG">Random Ally</option>
|
|
<option value="RandomU">Random Unfocused</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-8">
|
|
<select name="attr_spellreflect">
|
|
<option value="Not set" selected="selected">---</option>
|
|
<option value="Yes">Yes</option>
|
|
<option value="No">No</option>
|
|
</select>
|
|
</div>
|
|
<div class="sheet-col-1-12"><input type="text" name="attr_spellrange" value="0"/></div>
|
|
<div class="sheet-col-1-12"><input type="text" name="attr_spellaoe" value="Single"/></div>
|
|
<div class="sheet-col-1-12"><input type="number" name="attr_spellvertical" value="0" min="0" step="1"/></div>
|
|
<div class="sheet-col-1-12 sheet-offset-1-12 sheet-center"><input type="checkbox" name="attr_spellshowinfo" value="{{spellshowinfo=1}} {{spelliff=@{spelliff}}} {{spellmpcost=@{spellmpcost}}} {{spellreflect=@{spellreflect}}} {{spellrange=@{spellrange}}} {{spellaoe=@{spellaoe}}} {{spellvertical=@{spellvertical}}}" /></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}} {{spellattack=@{spellattackroll}}}" /></div>
|
|
<div class="sheet-col-1-12 sheet-center sheet-small-label">Threshold<br/><input type="checkbox" name="attr_spellshowthreshold" value="{{spellshowthreshold=1}} {{spellthreshold=@{spellthreshold}}}" /></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">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">Effect 1<br/><input type="checkbox" name="attr_spellshoweffect1" value="{{spellshoweffect1=1}} {{spelleffectname1=@{spelleffectname1}}} {{spelleffectduration1=@{spelleffectduration1}}} {{spelleffectcos1=@{spelleffect1}}} {{spelleffectroll1=[[{1d100cf>95}]]}}" /></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}}} {{spelleffectcos2=@{spelleffect2}}} {{spelleffectroll2=[[{1d100cf>95}]]}}" /></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}}} {{spelleffectcos3=@{spelleffect3}}} {{spelleffectroll3=[[{1d100cf>95}]]}}" /></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}}} {{spelleffectcos4=@{spelleffect4}}} {{spelleffectroll4=[[{1d100cf>95}]]}}" /></div>
|
|
<input type="hidden" name="attr_spellmacrooptions" value="@{spellshowinfo} @{spellshowattack} @{spellshowthreshold} @{spellshowhealing} @{spellshowstatuscancel} @{spellshowdamage} @{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_spelltypeheal" class="sheet-spelltypetab sheet-spelltypeheal" value="1"/><span class="sheet-spelltypetab sheet-spelltypeheal">Healing</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_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/Flavour</div>
|
|
<div class="sheet-col-1-2 sheet-vert-bottom sheet-center sheet-small-label">Spell Mechanics</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-1-3 sheet-offset-1-12 sheet-vert-bottom sheet-center sheet-small-label">Attack Macro</div>
|
|
<div class="sheet-col-1-2 sheet-vert-bottom sheet-center sheet-small-label">Threshold Macro</div>
|
|
</div>
|
|
|
|
<div class="sheet-row">
|
|
<div class="sheet-col-1-3 sheet-offset-1-12 sheet-padr sheet-border-right"><input type="text" class="sheet-center" name="attr_spellattackroll" value="None"></div>
|
|
<div class="sheet-col-1-2 sheet-padl"><input type="text" class="sheet-center" name="attr_spellthreshold" 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="None"></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-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-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-1-2 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_spelldamage" value="None"></div>
|
|
<div class="sheet-col-1-4 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_spelldamagetype" value="None"></div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="sheet-spell-type-effects">
|
|
<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 CoS Macro</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 class="sheet-row">
|
|
<div class="sheet-offset-1-12 sheet-col-1-12 sheet-vert-bottom sheet-center sheet-small-label">Show?</div>
|
|
<div class="sheet-offset-1-12 sheet-col-1-2 sheet-vert-bottom sheet-center sheet-small-label">Special</div>
|
|
</div>
|
|
<div class="sheet-row">
|
|
<div class=" sheet-offset-1-12 sheet-col-1-12 sheet-checkbox-row"><input type="checkbox" name="attr_spellshowspecial" value="{{spellshowspecial=1}} {{spellspecial=@{spellspecial}}}"/></div>
|
|
<div class="sheet-offset-1-12 sheet-col-1-2 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_spellspecial" value="None"></div>
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|
|
</fieldset>
|
|
|
|
</div>
|
|
<!-- END spell page --> <!-- BEGIN new spell page -->
|
|
<div class="sheet-spell-page3"> <div class="sheet-row sheet-spell-header">
|
|
<div class="sheet-col-1 sheet-vert-bottom sheet-center sheet-small-label">Level 3</div>
|
|
</div>
|
|
|
|
<fieldset class="repeating_spellbooklevel3">
|
|
<!-- BEGIN spell row -->
|
|
<div class="sheet-margin-bottom sheet-padr sheet-padl">
|
|
<div class="sheet-row">
|
|
<div class="sheet-offset-1-12 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-8 sheet-center sheet-small-label sheet-vert-bottom">Macro</div>
|
|
</div>
|
|
|
|
<div class="sheet-row">
|
|
<div class="sheet-offset-1-12 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="Arcane">Arcane</option>
|
|
<option value="Elemental">Elemental</option>
|
|
<option value="ElementalStatus">Elemental/Status</option>
|
|
<option value="Intuitive">Intuitive</option>
|
|
<option value="Recovery">Recovery</option>
|
|
<option value="Status">Status</option>
|
|
<option value="Support">Support</option>
|
|
<option value="Spellblade">Spellblade</option>
|
|
</select>
|
|
</div>
|
|
<div class="sheet-col-1-6 sheet-center"><input type="text" class="sheet-center" name="attr_spell_type"></div>
|
|
<div class="sheet-col-1-12 sheet-offset-1-8 sheet-center"><button type="roll" class="sheet-roll" name="roll_spell" value="&{template:FFRPG} {{title=@{spell_name}}} {{subheader=@{character_name}}} {{subheaderright=@{spell_type}}} {{emote=@{spell_description}}} @{spellmacrooptions}" >Cast</button></div>
|
|
|
|
</div>
|
|
|
|
<div class="sheet-row">
|
|
<div class="sheet-col-1-6 sheet-offset-1-6 sheet-vert-bottom sheet-center sheet-small-label">IFF</div>
|
|
<div class="sheet-col-1-12 sheet-vert-bottom sheet-center sheet-small-label">MP Cost</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">Range</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">Vertical</div>
|
|
<div class="sheet-col-1-12 sheet-offset-1-12 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-6">
|
|
<select name="attr_spelliff">
|
|
<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="RandomS">Random Enemy</option>
|
|
<option value="RandomG">Random Ally</option>
|
|
<option value="RandomU">Random Unfocused</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-8">
|
|
<select name="attr_spellreflect">
|
|
<option value="Not set" selected="selected">---</option>
|
|
<option value="Yes">Yes</option>
|
|
<option value="No">No</option>
|
|
</select>
|
|
</div>
|
|
<div class="sheet-col-1-12"><input type="text" name="attr_spellrange" value="0"/></div>
|
|
<div class="sheet-col-1-12"><input type="text" name="attr_spellaoe" value="Single"/></div>
|
|
<div class="sheet-col-1-12"><input type="number" name="attr_spellvertical" value="0" min="0" step="1"/></div>
|
|
<div class="sheet-col-1-12 sheet-offset-1-12 sheet-center"><input type="checkbox" name="attr_spellshowinfo" value="{{spellshowinfo=1}} {{spelliff=@{spelliff}}} {{spellmpcost=@{spellmpcost}}} {{spellreflect=@{spellreflect}}} {{spellrange=@{spellrange}}} {{spellaoe=@{spellaoe}}} {{spellvertical=@{spellvertical}}}" /></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}} {{spellattack=@{spellattackroll}}}" /></div>
|
|
<div class="sheet-col-1-12 sheet-center sheet-small-label">Threshold<br/><input type="checkbox" name="attr_spellshowthreshold" value="{{spellshowthreshold=1}} {{spellthreshold=@{spellthreshold}}}" /></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">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">Effect 1<br/><input type="checkbox" name="attr_spellshoweffect1" value="{{spellshoweffect1=1}} {{spelleffectname1=@{spelleffectname1}}} {{spelleffectduration1=@{spelleffectduration1}}} {{spelleffectcos1=@{spelleffect1}}} {{spelleffectroll1=[[{1d100cf>95}]]}}" /></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}}} {{spelleffectcos2=@{spelleffect2}}} {{spelleffectroll2=[[{1d100cf>95}]]}}" /></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}}} {{spelleffectcos3=@{spelleffect3}}} {{spelleffectroll3=[[{1d100cf>95}]]}}" /></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}}} {{spelleffectcos4=@{spelleffect4}}} {{spelleffectroll4=[[{1d100cf>95}]]}}" /></div>
|
|
<input type="hidden" name="attr_spellmacrooptions" value="@{spellshowinfo} @{spellshowattack} @{spellshowthreshold} @{spellshowhealing} @{spellshowstatuscancel} @{spellshowdamage} @{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_spelltypeheal" class="sheet-spelltypetab sheet-spelltypeheal" value="1"/><span class="sheet-spelltypetab sheet-spelltypeheal">Healing</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_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/Flavour</div>
|
|
<div class="sheet-col-1-2 sheet-vert-bottom sheet-center sheet-small-label">Spell Mechanics</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-1-3 sheet-offset-1-12 sheet-vert-bottom sheet-center sheet-small-label">Attack Macro</div>
|
|
<div class="sheet-col-1-2 sheet-vert-bottom sheet-center sheet-small-label">Threshold Macro</div>
|
|
</div>
|
|
|
|
<div class="sheet-row">
|
|
<div class="sheet-col-1-3 sheet-offset-1-12 sheet-padr sheet-border-right"><input type="text" class="sheet-center" name="attr_spellattackroll" value="None"></div>
|
|
<div class="sheet-col-1-2 sheet-padl"><input type="text" class="sheet-center" name="attr_spellthreshold" 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="None"></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-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-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-1-2 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_spelldamage" value="None"></div>
|
|
<div class="sheet-col-1-4 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_spelldamagetype" value="None"></div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="sheet-spell-type-effects">
|
|
<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 CoS Macro</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 class="sheet-row">
|
|
<div class="sheet-offset-1-12 sheet-col-1-12 sheet-vert-bottom sheet-center sheet-small-label">Show?</div>
|
|
<div class="sheet-offset-1-12 sheet-col-1-2 sheet-vert-bottom sheet-center sheet-small-label">Special</div>
|
|
</div>
|
|
<div class="sheet-row">
|
|
<div class=" sheet-offset-1-12 sheet-col-1-12 sheet-checkbox-row"><input type="checkbox" name="attr_spellshowspecial" value="{{spellshowspecial=1}} {{spellspecial=@{spellspecial}}}"/></div>
|
|
<div class="sheet-offset-1-12 sheet-col-1-2 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_spellspecial" value="None"></div>
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|
|
</fieldset>
|
|
|
|
|
|
</div>
|
|
<!-- END spell page --> <!-- BEGIN new spell page -->
|
|
<div class="sheet-spell-page4"> <div class="sheet-row sheet-spell-header">
|
|
<div class="sheet-col-1 sheet-vert-bottom sheet-center sheet-small-label">Level 4</div>
|
|
</div>
|
|
|
|
<fieldset class="repeating_spellbooklevel4">
|
|
<!-- BEGIN spell row -->
|
|
<div class="sheet-margin-bottom sheet-padr sheet-padl">
|
|
<div class="sheet-row">
|
|
<div class="sheet-offset-1-12 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-8 sheet-center sheet-small-label sheet-vert-bottom">Macro</div>
|
|
</div>
|
|
|
|
<div class="sheet-row">
|
|
<div class="sheet-offset-1-12 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="Arcane">Arcane</option>
|
|
<option value="Elemental">Elemental</option>
|
|
<option value="ElementalStatus">Elemental/Status</option>
|
|
<option value="Intuitive">Intuitive</option>
|
|
<option value="Recovery">Recovery</option>
|
|
<option value="Status">Status</option>
|
|
<option value="Support">Support</option>
|
|
<option value="Spellblade">Spellblade</option>
|
|
</select>
|
|
</div>
|
|
<div class="sheet-col-1-6 sheet-center"><input type="text" class="sheet-center" name="attr_spell_type"></div>
|
|
<div class="sheet-col-1-12 sheet-offset-1-8 sheet-center"><button type="roll" class="sheet-roll" name="roll_spell" value="&{template:FFRPG} {{title=@{spell_name}}} {{subheader=@{character_name}}} {{subheaderright=@{spell_type}}} {{emote=@{spell_description}}} @{spellmacrooptions}" >Cast</button></div>
|
|
|
|
</div>
|
|
|
|
<div class="sheet-row">
|
|
<div class="sheet-col-1-6 sheet-offset-1-6 sheet-vert-bottom sheet-center sheet-small-label">IFF</div>
|
|
<div class="sheet-col-1-12 sheet-vert-bottom sheet-center sheet-small-label">MP Cost</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">Range</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">Vertical</div>
|
|
<div class="sheet-col-1-12 sheet-offset-1-12 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-6">
|
|
<select name="attr_spelliff">
|
|
<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="RandomS">Random Enemy</option>
|
|
<option value="RandomG">Random Ally</option>
|
|
<option value="RandomU">Random Unfocused</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-8">
|
|
<select name="attr_spellreflect">
|
|
<option value="Not set" selected="selected">---</option>
|
|
<option value="Yes">Yes</option>
|
|
<option value="No">No</option>
|
|
</select>
|
|
</div>
|
|
<div class="sheet-col-1-12"><input type="text" name="attr_spellrange" value="0"/></div>
|
|
<div class="sheet-col-1-12"><input type="text" name="attr_spellaoe" value="Single"/></div>
|
|
<div class="sheet-col-1-12"><input type="number" name="attr_spellvertical" value="0" min="0" step="1"/></div>
|
|
<div class="sheet-col-1-12 sheet-offset-1-12 sheet-center"><input type="checkbox" name="attr_spellshowinfo" value="{{spellshowinfo=1}} {{spelliff=@{spelliff}}} {{spellmpcost=@{spellmpcost}}} {{spellreflect=@{spellreflect}}} {{spellrange=@{spellrange}}} {{spellaoe=@{spellaoe}}} {{spellvertical=@{spellvertical}}}" /></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}} {{spellattack=@{spellattackroll}}}" /></div>
|
|
<div class="sheet-col-1-12 sheet-center sheet-small-label">Threshold<br/><input type="checkbox" name="attr_spellshowthreshold" value="{{spellshowthreshold=1}} {{spellthreshold=@{spellthreshold}}}" /></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">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">Effect 1<br/><input type="checkbox" name="attr_spellshoweffect1" value="{{spellshoweffect1=1}} {{spelleffectname1=@{spelleffectname1}}} {{spelleffectduration1=@{spelleffectduration1}}} {{spelleffectcos1=@{spelleffect1}}} {{spelleffectroll1=[[{1d100cf>95}]]}}" /></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}}} {{spelleffectcos2=@{spelleffect2}}} {{spelleffectroll2=[[{1d100cf>95}]]}}" /></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}}} {{spelleffectcos3=@{spelleffect3}}} {{spelleffectroll3=[[{1d100cf>95}]]}}" /></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}}} {{spelleffectcos4=@{spelleffect4}}} {{spelleffectroll4=[[{1d100cf>95}]]}}" /></div>
|
|
<input type="hidden" name="attr_spellmacrooptions" value="@{spellshowinfo} @{spellshowattack} @{spellshowthreshold} @{spellshowhealing} @{spellshowstatuscancel} @{spellshowdamage} @{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_spelltypeheal" class="sheet-spelltypetab sheet-spelltypeheal" value="1"/><span class="sheet-spelltypetab sheet-spelltypeheal">Healing</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_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/Flavour</div>
|
|
<div class="sheet-col-1-2 sheet-vert-bottom sheet-center sheet-small-label">Spell Mechanics</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-1-3 sheet-offset-1-12 sheet-vert-bottom sheet-center sheet-small-label">Attack Macro</div>
|
|
<div class="sheet-col-1-2 sheet-vert-bottom sheet-center sheet-small-label">Threshold Macro</div>
|
|
</div>
|
|
|
|
<div class="sheet-row">
|
|
<div class="sheet-col-1-3 sheet-offset-1-12 sheet-padr sheet-border-right"><input type="text" class="sheet-center" name="attr_spellattackroll" value="None"></div>
|
|
<div class="sheet-col-1-2 sheet-padl"><input type="text" class="sheet-center" name="attr_spellthreshold" 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="None"></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-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-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-1-2 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_spelldamage" value="None"></div>
|
|
<div class="sheet-col-1-4 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_spelldamagetype" value="None"></div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="sheet-spell-type-effects">
|
|
<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 CoS Macro</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 class="sheet-row">
|
|
<div class="sheet-offset-1-12 sheet-col-1-12 sheet-vert-bottom sheet-center sheet-small-label">Show?</div>
|
|
<div class="sheet-offset-1-12 sheet-col-1-2 sheet-vert-bottom sheet-center sheet-small-label">Special</div>
|
|
</div>
|
|
<div class="sheet-row">
|
|
<div class=" sheet-offset-1-12 sheet-col-1-12 sheet-checkbox-row"><input type="checkbox" name="attr_spellshowspecial" value="{{spellshowspecial=1}} {{spellspecial=@{spellspecial}}}"/></div>
|
|
<div class="sheet-offset-1-12 sheet-col-1-2 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_spellspecial" value="None"></div>
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|
|
</fieldset>
|
|
|
|
</div>
|
|
<!-- END spell page --> <!-- BEGIN new spell page -->
|
|
<div class="sheet-spell-page5"> <div class="sheet-row sheet-spell-header">
|
|
<div class="sheet-col-1 sheet-vert-bottom sheet-center sheet-small-label">Level 5</div>
|
|
</div>
|
|
|
|
<fieldset class="repeating_spellbooklevel5">
|
|
<!-- BEGIN spell row -->
|
|
<div class="sheet-margin-bottom sheet-padr sheet-padl">
|
|
<div class="sheet-row">
|
|
<div class="sheet-offset-1-12 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-8 sheet-center sheet-small-label sheet-vert-bottom">Macro</div>
|
|
</div>
|
|
|
|
<div class="sheet-row">
|
|
<div class="sheet-offset-1-12 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="Arcane">Arcane</option>
|
|
<option value="Elemental">Elemental</option>
|
|
<option value="ElementalStatus">Elemental/Status</option>
|
|
<option value="Intuitive">Intuitive</option>
|
|
<option value="Recovery">Recovery</option>
|
|
<option value="Status">Status</option>
|
|
<option value="Support">Support</option>
|
|
<option value="Spellblade">Spellblade</option>
|
|
</select>
|
|
</div>
|
|
<div class="sheet-col-1-6 sheet-center"><input type="text" class="sheet-center" name="attr_spell_type"></div>
|
|
<div class="sheet-col-1-12 sheet-offset-1-8 sheet-center"><button type="roll" class="sheet-roll" name="roll_spell" value="&{template:FFRPG} {{title=@{spell_name}}} {{subheader=@{character_name}}} {{subheaderright=@{spell_type}}} {{emote=@{spell_description}}} @{spellmacrooptions}" >Cast</button></div>
|
|
|
|
</div>
|
|
|
|
<div class="sheet-row">
|
|
<div class="sheet-col-1-6 sheet-offset-1-6 sheet-vert-bottom sheet-center sheet-small-label">IFF</div>
|
|
<div class="sheet-col-1-12 sheet-vert-bottom sheet-center sheet-small-label">MP Cost</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">Range</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">Vertical</div>
|
|
<div class="sheet-col-1-12 sheet-offset-1-12 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-6">
|
|
<select name="attr_spelliff">
|
|
<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="RandomS">Random Enemy</option>
|
|
<option value="RandomG">Random Ally</option>
|
|
<option value="RandomU">Random Unfocused</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-8">
|
|
<select name="attr_spellreflect">
|
|
<option value="Not set" selected="selected">---</option>
|
|
<option value="Yes">Yes</option>
|
|
<option value="No">No</option>
|
|
</select>
|
|
</div>
|
|
<div class="sheet-col-1-12"><input type="text" name="attr_spellrange" value="0"/></div>
|
|
<div class="sheet-col-1-12"><input type="text" name="attr_spellaoe" value="Single"/></div>
|
|
<div class="sheet-col-1-12"><input type="number" name="attr_spellvertical" value="0" min="0" step="1"/></div>
|
|
<div class="sheet-col-1-12 sheet-offset-1-12 sheet-center"><input type="checkbox" name="attr_spellshowinfo" value="{{spellshowinfo=1}} {{spelliff=@{spelliff}}} {{spellmpcost=@{spellmpcost}}} {{spellreflect=@{spellreflect}}} {{spellrange=@{spellrange}}} {{spellaoe=@{spellaoe}}} {{spellvertical=@{spellvertical}}}" /></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}} {{spellattack=@{spellattackroll}}}" /></div>
|
|
<div class="sheet-col-1-12 sheet-center sheet-small-label">Threshold<br/><input type="checkbox" name="attr_spellshowthreshold" value="{{spellshowthreshold=1}} {{spellthreshold=@{spellthreshold}}}" /></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">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">Effect 1<br/><input type="checkbox" name="attr_spellshoweffect1" value="{{spellshoweffect1=1}} {{spelleffectname1=@{spelleffectname1}}} {{spelleffectduration1=@{spelleffectduration1}}} {{spelleffectcos1=@{spelleffect1}}} {{spelleffectroll1=[[{1d100cf>95}]]}}" /></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}}} {{spelleffectcos2=@{spelleffect2}}} {{spelleffectroll2=[[{1d100cf>95}]]}}" /></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}}} {{spelleffectcos3=@{spelleffect3}}} {{spelleffectroll3=[[{1d100cf>95}]]}}" /></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}}} {{spelleffectcos4=@{spelleffect4}}} {{spelleffectroll4=[[{1d100cf>95}]]}}" /></div>
|
|
<input type="hidden" name="attr_spellmacrooptions" value="@{spellshowinfo} @{spellshowattack} @{spellshowthreshold} @{spellshowhealing} @{spellshowstatuscancel} @{spellshowdamage} @{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_spelltypeheal" class="sheet-spelltypetab sheet-spelltypeheal" value="1"/><span class="sheet-spelltypetab sheet-spelltypeheal">Healing</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_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/Flavour</div>
|
|
<div class="sheet-col-1-2 sheet-vert-bottom sheet-center sheet-small-label">Spell Mechanics</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-1-3 sheet-offset-1-12 sheet-vert-bottom sheet-center sheet-small-label">Attack Macro</div>
|
|
<div class="sheet-col-1-2 sheet-vert-bottom sheet-center sheet-small-label">Threshold Macro</div>
|
|
</div>
|
|
|
|
<div class="sheet-row">
|
|
<div class="sheet-col-1-3 sheet-offset-1-12 sheet-padr sheet-border-right"><input type="text" class="sheet-center" name="attr_spellattackroll" value="None"></div>
|
|
<div class="sheet-col-1-2 sheet-padl"><input type="text" class="sheet-center" name="attr_spellthreshold" 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="None"></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-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-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-1-2 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_spelldamage" value="None"></div>
|
|
<div class="sheet-col-1-4 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_spelldamagetype" value="None"></div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="sheet-spell-type-effects">
|
|
<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 CoS Macro</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 class="sheet-row">
|
|
<div class="sheet-offset-1-12 sheet-col-1-12 sheet-vert-bottom sheet-center sheet-small-label">Show?</div>
|
|
<div class="sheet-offset-1-12 sheet-col-1-2 sheet-vert-bottom sheet-center sheet-small-label">Special</div>
|
|
</div>
|
|
<div class="sheet-row">
|
|
<div class=" sheet-offset-1-12 sheet-col-1-12 sheet-checkbox-row"><input type="checkbox" name="attr_spellshowspecial" value="{{spellshowspecial=1}} {{spellspecial=@{spellspecial}}}"/></div>
|
|
<div class="sheet-offset-1-12 sheet-col-1-2 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_spellspecial" value="None"></div>
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|
|
</fieldset>
|
|
|
|
</div>
|
|
<!-- END spell page --> <!-- BEGIN new spell page -->
|
|
<div class="sheet-spell-page6"> <div class="sheet-row sheet-spell-header">
|
|
<div class="sheet-col-1 sheet-vert-bottom sheet-center sheet-small-label">Level 6</div>
|
|
</div>
|
|
|
|
<fieldset class="repeating_spellbooklevel6">
|
|
<!-- BEGIN spell row -->
|
|
<div class="sheet-margin-bottom sheet-padr sheet-padl">
|
|
<div class="sheet-row">
|
|
<div class="sheet-offset-1-12 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-8 sheet-center sheet-small-label sheet-vert-bottom">Macro</div>
|
|
</div>
|
|
|
|
<div class="sheet-row">
|
|
<div class="sheet-offset-1-12 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="Arcane">Arcane</option>
|
|
<option value="Elemental">Elemental</option>
|
|
<option value="ElementalStatus">Elemental/Status</option>
|
|
<option value="Intuitive">Intuitive</option>
|
|
<option value="Recovery">Recovery</option>
|
|
<option value="Status">Status</option>
|
|
<option value="Support">Support</option>
|
|
<option value="Spellblade">Spellblade</option>
|
|
</select>
|
|
</div>
|
|
<div class="sheet-col-1-6 sheet-center"><input type="text" class="sheet-center" name="attr_spell_type"></div>
|
|
<div class="sheet-col-1-12 sheet-offset-1-8 sheet-center"><button type="roll" class="sheet-roll" name="roll_spell" value="&{template:FFRPG} {{title=@{spell_name}}} {{subheader=@{character_name}}} {{subheaderright=@{spell_type}}} {{emote=@{spell_description}}} @{spellmacrooptions}" >Cast</button></div>
|
|
|
|
</div>
|
|
|
|
<div class="sheet-row">
|
|
<div class="sheet-col-1-6 sheet-offset-1-6 sheet-vert-bottom sheet-center sheet-small-label">IFF</div>
|
|
<div class="sheet-col-1-12 sheet-vert-bottom sheet-center sheet-small-label">MP Cost</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">Range</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">Vertical</div>
|
|
<div class="sheet-col-1-12 sheet-offset-1-12 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-6">
|
|
<select name="attr_spelliff">
|
|
<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="RandomS">Random Enemy</option>
|
|
<option value="RandomG">Random Ally</option>
|
|
<option value="RandomU">Random Unfocused</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-8">
|
|
<select name="attr_spellreflect">
|
|
<option value="Not set" selected="selected">---</option>
|
|
<option value="Yes">Yes</option>
|
|
<option value="No">No</option>
|
|
</select>
|
|
</div>
|
|
<div class="sheet-col-1-12"><input type="text" name="attr_spellrange" value="0"/></div>
|
|
<div class="sheet-col-1-12"><input type="text" name="attr_spellaoe" value="Single"/></div>
|
|
<div class="sheet-col-1-12"><input type="number" name="attr_spellvertical" value="0" min="0" step="1"/></div>
|
|
<div class="sheet-col-1-12 sheet-offset-1-12 sheet-center"><input type="checkbox" name="attr_spellshowinfo" value="{{spellshowinfo=1}} {{spelliff=@{spelliff}}} {{spellmpcost=@{spellmpcost}}} {{spellreflect=@{spellreflect}}} {{spellrange=@{spellrange}}} {{spellaoe=@{spellaoe}}} {{spellvertical=@{spellvertical}}}" /></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}} {{spellattack=@{spellattackroll}}}" /></div>
|
|
<div class="sheet-col-1-12 sheet-center sheet-small-label">Threshold<br/><input type="checkbox" name="attr_spellshowthreshold" value="{{spellshowthreshold=1}} {{spellthreshold=@{spellthreshold}}}" /></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">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">Effect 1<br/><input type="checkbox" name="attr_spellshoweffect1" value="{{spellshoweffect1=1}} {{spelleffectname1=@{spelleffectname1}}} {{spelleffectduration1=@{spelleffectduration1}}} {{spelleffectcos1=@{spelleffect1}}} {{spelleffectroll1=[[{1d100cf>95}]]}}" /></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}}} {{spelleffectcos2=@{spelleffect2}}} {{spelleffectroll2=[[{1d100cf>95}]]}}" /></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}}} {{spelleffectcos3=@{spelleffect3}}} {{spelleffectroll3=[[{1d100cf>95}]]}}" /></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}}} {{spelleffectcos4=@{spelleffect4}}} {{spelleffectroll4=[[{1d100cf>95}]]}}" /></div>
|
|
<input type="hidden" name="attr_spellmacrooptions" value="@{spellshowinfo} @{spellshowattack} @{spellshowthreshold} @{spellshowhealing} @{spellshowstatuscancel} @{spellshowdamage} @{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_spelltypeheal" class="sheet-spelltypetab sheet-spelltypeheal" value="1"/><span class="sheet-spelltypetab sheet-spelltypeheal">Healing</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_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/Flavour</div>
|
|
<div class="sheet-col-1-2 sheet-vert-bottom sheet-center sheet-small-label">Spell Mechanics</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-1-3 sheet-offset-1-12 sheet-vert-bottom sheet-center sheet-small-label">Attack Macro</div>
|
|
<div class="sheet-col-1-2 sheet-vert-bottom sheet-center sheet-small-label">Threshold Macro</div>
|
|
</div>
|
|
|
|
<div class="sheet-row">
|
|
<div class="sheet-col-1-3 sheet-offset-1-12 sheet-padr sheet-border-right"><input type="text" class="sheet-center" name="attr_spellattackroll" value="None"></div>
|
|
<div class="sheet-col-1-2 sheet-padl"><input type="text" class="sheet-center" name="attr_spellthreshold" 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="None"></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-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-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-1-2 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_spelldamage" value="None"></div>
|
|
<div class="sheet-col-1-4 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_spelldamagetype" value="None"></div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="sheet-spell-type-effects">
|
|
<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 CoS Macro</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 class="sheet-row">
|
|
<div class="sheet-offset-1-12 sheet-col-1-12 sheet-vert-bottom sheet-center sheet-small-label">Show?</div>
|
|
<div class="sheet-offset-1-12 sheet-col-1-2 sheet-vert-bottom sheet-center sheet-small-label">Special</div>
|
|
</div>
|
|
<div class="sheet-row">
|
|
<div class=" sheet-offset-1-12 sheet-col-1-12 sheet-checkbox-row"><input type="checkbox" name="attr_spellshowspecial" value="{{spellshowspecial=1}} {{spellspecial=@{spellspecial}}}"/></div>
|
|
<div class="sheet-offset-1-12 sheet-col-1-2 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_spellspecial" value="None"></div>
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|
|
</fieldset>
|
|
|
|
</div>
|
|
<!-- END spell page --> <!-- BEGIN new spell page -->
|
|
<div class="sheet-spell-page7"> <div class="sheet-row sheet-spell-header">
|
|
<div class="sheet-col-1 sheet-vert-bottom sheet-center sheet-small-label">Level 7</div>
|
|
</div>
|
|
|
|
<fieldset class="repeating_spellbooklevel7">
|
|
<!-- BEGIN spell row -->
|
|
<div class="sheet-margin-bottom sheet-padr sheet-padl">
|
|
<div class="sheet-row">
|
|
<div class="sheet-offset-1-12 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-8 sheet-center sheet-small-label sheet-vert-bottom">Macro</div>
|
|
</div>
|
|
|
|
<div class="sheet-row">
|
|
<div class="sheet-offset-1-12 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="Arcane">Arcane</option>
|
|
<option value="Elemental">Elemental</option>
|
|
<option value="ElementalStatus">Elemental/Status</option>
|
|
<option value="Intuitive">Intuitive</option>
|
|
<option value="Recovery">Recovery</option>
|
|
<option value="Status">Status</option>
|
|
<option value="Support">Support</option>
|
|
<option value="Spellblade">Spellblade</option>
|
|
</select>
|
|
</div>
|
|
<div class="sheet-col-1-6 sheet-center"><input type="text" class="sheet-center" name="attr_spell_type"></div>
|
|
<div class="sheet-col-1-12 sheet-offset-1-8 sheet-center"><button type="roll" class="sheet-roll" name="roll_spell" value="&{template:FFRPG} {{title=@{spell_name}}} {{subheader=@{character_name}}} {{subheaderright=@{spell_type}}} {{emote=@{spell_description}}} @{spellmacrooptions}" >Cast</button></div>
|
|
|
|
</div>
|
|
|
|
<div class="sheet-row">
|
|
<div class="sheet-col-1-6 sheet-offset-1-6 sheet-vert-bottom sheet-center sheet-small-label">IFF</div>
|
|
<div class="sheet-col-1-12 sheet-vert-bottom sheet-center sheet-small-label">MP Cost</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">Range</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">Vertical</div>
|
|
<div class="sheet-col-1-12 sheet-offset-1-12 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-6">
|
|
<select name="attr_spelliff">
|
|
<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="RandomS">Random Enemy</option>
|
|
<option value="RandomG">Random Ally</option>
|
|
<option value="RandomU">Random Unfocused</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-8">
|
|
<select name="attr_spellreflect">
|
|
<option value="Not set" selected="selected">---</option>
|
|
<option value="Yes">Yes</option>
|
|
<option value="No">No</option>
|
|
</select>
|
|
</div>
|
|
<div class="sheet-col-1-12"><input type="text" name="attr_spellrange" value="0"/></div>
|
|
<div class="sheet-col-1-12"><input type="text" name="attr_spellaoe" value="Single"/></div>
|
|
<div class="sheet-col-1-12"><input type="number" name="attr_spellvertical" value="0" min="0" step="1"/></div>
|
|
<div class="sheet-col-1-12 sheet-offset-1-12 sheet-center"><input type="checkbox" name="attr_spellshowinfo" value="{{spellshowinfo=1}} {{spelliff=@{spelliff}}} {{spellmpcost=@{spellmpcost}}} {{spellreflect=@{spellreflect}}} {{spellrange=@{spellrange}}} {{spellaoe=@{spellaoe}}} {{spellvertical=@{spellvertical}}}" /></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}} {{spellattack=@{spellattackroll}}}" /></div>
|
|
<div class="sheet-col-1-12 sheet-center sheet-small-label">Threshold<br/><input type="checkbox" name="attr_spellshowthreshold" value="{{spellshowthreshold=1}} {{spellthreshold=@{spellthreshold}}}" /></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">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">Effect 1<br/><input type="checkbox" name="attr_spellshoweffect1" value="{{spellshoweffect1=1}} {{spelleffectname1=@{spelleffectname1}}} {{spelleffectduration1=@{spelleffectduration1}}} {{spelleffectcos1=@{spelleffect1}}} {{spelleffectroll1=[[{1d100cf>95}]]}}" /></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}}} {{spelleffectcos2=@{spelleffect2}}} {{spelleffectroll2=[[{1d100cf>95}]]}}" /></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}}} {{spelleffectcos3=@{spelleffect3}}} {{spelleffectroll3=[[{1d100cf>95}]]}}" /></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}}} {{spelleffectcos4=@{spelleffect4}}} {{spelleffectroll4=[[{1d100cf>95}]]}}" /></div>
|
|
<input type="hidden" name="attr_spellmacrooptions" value="@{spellshowinfo} @{spellshowattack} @{spellshowthreshold} @{spellshowhealing} @{spellshowstatuscancel} @{spellshowdamage} @{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_spelltypeheal" class="sheet-spelltypetab sheet-spelltypeheal" value="1"/><span class="sheet-spelltypetab sheet-spelltypeheal">Healing</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_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/Flavour</div>
|
|
<div class="sheet-col-1-2 sheet-vert-bottom sheet-center sheet-small-label">Spell Mechanics</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-1-3 sheet-offset-1-12 sheet-vert-bottom sheet-center sheet-small-label">Attack Macro</div>
|
|
<div class="sheet-col-1-2 sheet-vert-bottom sheet-center sheet-small-label">Threshold Macro</div>
|
|
</div>
|
|
|
|
<div class="sheet-row">
|
|
<div class="sheet-col-1-3 sheet-offset-1-12 sheet-padr sheet-border-right"><input type="text" class="sheet-center" name="attr_spellattackroll" value="None"></div>
|
|
<div class="sheet-col-1-2 sheet-padl"><input type="text" class="sheet-center" name="attr_spellthreshold" 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="None"></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-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-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-1-2 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_spelldamage" value="None"></div>
|
|
<div class="sheet-col-1-4 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_spelldamagetype" value="None"></div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="sheet-spell-type-effects">
|
|
<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 CoS Macro</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 class="sheet-row">
|
|
<div class="sheet-offset-1-12 sheet-col-1-12 sheet-vert-bottom sheet-center sheet-small-label">Show?</div>
|
|
<div class="sheet-offset-1-12 sheet-col-1-2 sheet-vert-bottom sheet-center sheet-small-label">Special</div>
|
|
</div>
|
|
<div class="sheet-row">
|
|
<div class=" sheet-offset-1-12 sheet-col-1-12 sheet-checkbox-row"><input type="checkbox" name="attr_spellshowspecial" value="{{spellshowspecial=1}} {{spellspecial=@{spellspecial}}}"/></div>
|
|
<div class="sheet-offset-1-12 sheet-col-1-2 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_spellspecial" value="None"></div>
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|
|
</fieldset>
|
|
|
|
</div>
|
|
<!-- END spell page --> <!-- BEGIN new spell page -->
|
|
<div class="sheet-spell-page8"> <div class="sheet-row sheet-spell-header">
|
|
<div class="sheet-col-1 sheet-vert-bottom sheet-center sheet-small-label">Level 8</div>
|
|
</div>
|
|
|
|
<fieldset class="repeating_spellbooklevel8">
|
|
<!-- BEGIN spell row -->
|
|
<div class="sheet-margin-bottom sheet-padr sheet-padl">
|
|
<div class="sheet-row">
|
|
<div class="sheet-offset-1-12 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-8 sheet-center sheet-small-label sheet-vert-bottom">Macro</div>
|
|
</div>
|
|
|
|
<div class="sheet-row">
|
|
<div class="sheet-offset-1-12 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="Arcane">Arcane</option>
|
|
<option value="Elemental">Elemental</option>
|
|
<option value="ElementalStatus">Elemental/Status</option>
|
|
<option value="Intuitive">Intuitive</option>
|
|
<option value="Recovery">Recovery</option>
|
|
<option value="Status">Status</option>
|
|
<option value="Support">Support</option>
|
|
<option value="Spellblade">Spellblade</option>
|
|
</select>
|
|
</div>
|
|
<div class="sheet-col-1-6 sheet-center"><input type="text" class="sheet-center" name="attr_spell_type"></div>
|
|
<div class="sheet-col-1-12 sheet-offset-1-8 sheet-center"><button type="roll" class="sheet-roll" name="roll_spell" value="&{template:FFRPG} {{title=@{spell_name}}} {{subheader=@{character_name}}} {{subheaderright=@{spell_type}}} {{emote=@{spell_description}}} @{spellmacrooptions}" >Cast</button></div>
|
|
|
|
</div>
|
|
|
|
<div class="sheet-row">
|
|
<div class="sheet-col-1-6 sheet-offset-1-6 sheet-vert-bottom sheet-center sheet-small-label">IFF</div>
|
|
<div class="sheet-col-1-12 sheet-vert-bottom sheet-center sheet-small-label">MP Cost</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">Range</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">Vertical</div>
|
|
<div class="sheet-col-1-12 sheet-offset-1-12 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-6">
|
|
<select name="attr_spelliff">
|
|
<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="RandomS">Random Enemy</option>
|
|
<option value="RandomG">Random Ally</option>
|
|
<option value="RandomU">Random Unfocused</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-8">
|
|
<select name="attr_spellreflect">
|
|
<option value="Not set" selected="selected">---</option>
|
|
<option value="Yes">Yes</option>
|
|
<option value="No">No</option>
|
|
</select>
|
|
</div>
|
|
<div class="sheet-col-1-12"><input type="text" name="attr_spellrange" value="0"/></div>
|
|
<div class="sheet-col-1-12"><input type="text" name="attr_spellaoe" value="Single"/></div>
|
|
<div class="sheet-col-1-12"><input type="number" name="attr_spellvertical" value="0" min="0" step="1"/></div>
|
|
<div class="sheet-col-1-12 sheet-offset-1-12 sheet-center"><input type="checkbox" name="attr_spellshowinfo" value="{{spellshowinfo=1}} {{spelliff=@{spelliff}}} {{spellmpcost=@{spellmpcost}}} {{spellreflect=@{spellreflect}}} {{spellrange=@{spellrange}}} {{spellaoe=@{spellaoe}}} {{spellvertical=@{spellvertical}}}" /></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}} {{spellattack=@{spellattackroll}}}" /></div>
|
|
<div class="sheet-col-1-12 sheet-center sheet-small-label">Threshold<br/><input type="checkbox" name="attr_spellshowthreshold" value="{{spellshowthreshold=1}} {{spellthreshold=@{spellthreshold}}}" /></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">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">Effect 1<br/><input type="checkbox" name="attr_spellshoweffect1" value="{{spellshoweffect1=1}} {{spelleffectname1=@{spelleffectname1}}} {{spelleffectduration1=@{spelleffectduration1}}} {{spelleffectcos1=@{spelleffect1}}} {{spelleffectroll1=[[{1d100cf>95}]]}}" /></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}}} {{spelleffectcos2=@{spelleffect2}}} {{spelleffectroll2=[[{1d100cf>95}]]}}" /></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}}} {{spelleffectcos3=@{spelleffect3}}} {{spelleffectroll3=[[{1d100cf>95}]]}}" /></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}}} {{spelleffectcos4=@{spelleffect4}}} {{spelleffectroll4=[[{1d100cf>95}]]}}" /></div>
|
|
<input type="hidden" name="attr_spellmacrooptions" value="@{spellshowinfo} @{spellshowattack} @{spellshowthreshold} @{spellshowhealing} @{spellshowstatuscancel} @{spellshowdamage} @{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_spelltypeheal" class="sheet-spelltypetab sheet-spelltypeheal" value="1"/><span class="sheet-spelltypetab sheet-spelltypeheal">Healing</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_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/Flavour</div>
|
|
<div class="sheet-col-1-2 sheet-vert-bottom sheet-center sheet-small-label">Spell Mechanics</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-1-3 sheet-offset-1-12 sheet-vert-bottom sheet-center sheet-small-label">Attack Macro</div>
|
|
<div class="sheet-col-1-2 sheet-vert-bottom sheet-center sheet-small-label">Threshold Macro</div>
|
|
</div>
|
|
|
|
<div class="sheet-row">
|
|
<div class="sheet-col-1-3 sheet-offset-1-12 sheet-padr sheet-border-right"><input type="text" class="sheet-center" name="attr_spellattackroll" value="None"></div>
|
|
<div class="sheet-col-1-2 sheet-padl"><input type="text" class="sheet-center" name="attr_spellthreshold" 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="None"></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-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-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-1-2 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_spelldamage" value="None"></div>
|
|
<div class="sheet-col-1-4 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_spelldamagetype" value="None"></div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="sheet-spell-type-effects">
|
|
<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 CoS Macro</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 class="sheet-row">
|
|
<div class="sheet-offset-1-12 sheet-col-1-12 sheet-vert-bottom sheet-center sheet-small-label">Show?</div>
|
|
<div class="sheet-offset-1-12 sheet-col-1-2 sheet-vert-bottom sheet-center sheet-small-label">Special</div>
|
|
</div>
|
|
<div class="sheet-row">
|
|
<div class=" sheet-offset-1-12 sheet-col-1-12 sheet-checkbox-row"><input type="checkbox" name="attr_spellshowspecial" value="{{spellshowspecial=1}} {{spellspecial=@{spellspecial}}}"/></div>
|
|
<div class="sheet-offset-1-12 sheet-col-1-2 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_spellspecial" value="None"></div>
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|
|
</fieldset>
|
|
|
|
</div>
|
|
<!-- END spell page --> <!-- BEGIN new spell page -->
|
|
<div class="sheet-spell-page9"> <div class="sheet-row sheet-spell-header">
|
|
<div class="sheet-col-1 sheet-vert-bottom sheet-center sheet-small-label">Calls</div>
|
|
</div>
|
|
|
|
<fieldset class="repeating_spellbookcalls">
|
|
<!-- BEGIN spell row -->
|
|
<div class="sheet-margin-bottom sheet-padr sheet-padl">
|
|
<div class="sheet-row">
|
|
<div class="sheet-offset-1-12 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">Call Class</div>
|
|
<div class="sheet-col-1-6 sheet-vert-bottom sheet-center sheet-small-label">Call Type</div>
|
|
<div class="sheet-col-1-12 sheet-offset-1-8 sheet-center sheet-small-label sheet-vert-bottom">Macro</div>
|
|
</div>
|
|
|
|
<div class="sheet-row">
|
|
<div class="sheet-offset-1-12 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="Arcane">Arcane</option>
|
|
<option value="Elemental">Elemental</option>
|
|
<option value="ElementalStatus">Elemental/Status</option>
|
|
<option value="Intuitive">Intuitive</option>
|
|
<option value="Recovery">Recovery</option>
|
|
<option value="Status">Status</option>
|
|
<option value="Support">Support</option>
|
|
</select>
|
|
</div>
|
|
<div class="sheet-col-1-6 sheet-center"><input type="text" class="sheet-center" name="attr_spell_type"></div>
|
|
<div class="sheet-col-1-12 sheet-offset-1-8 sheet-center"><button type="roll" class="sheet-roll" name="roll_spell" value="&{template:FFRPG} {{title=@{spell_name}}} {{subheader=@{character_name}}} {{subheaderright=@{spell_type}}} {{emote=@{spell_description}}} @{spellmacrooptions}" >Cast</button></div>
|
|
|
|
</div>
|
|
|
|
<div class="sheet-row">
|
|
<div class="sheet-col-1-6 sheet-offset-1-6 sheet-vert-bottom sheet-center sheet-small-label">IFF</div>
|
|
<div class="sheet-col-1-12 sheet-vert-bottom sheet-center sheet-small-label">MP Cost</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">Range</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">Vertical</div>
|
|
<div class="sheet-col-1-12 sheet-offset-1-12 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-6">
|
|
<select name="attr_spelliff">
|
|
<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="RandomS">Random Enemy</option>
|
|
<option value="RandomG">Random Ally</option>
|
|
<option value="RandomU">Random Unfocused</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-8">
|
|
<select name="attr_spellreflect">
|
|
<option value="Not set" selected="selected">---</option>
|
|
<option value="Yes">Yes</option>
|
|
<option value="No">No</option>
|
|
</select>
|
|
</div>
|
|
<div class="sheet-col-1-12"><input type="text" name="attr_spellrange" value="0"/></div>
|
|
<div class="sheet-col-1-12"><input type="text" name="attr_spellaoe" value="Single"/></div>
|
|
<div class="sheet-col-1-12"><input type="number" name="attr_spellvertical" value="0" min="0" step="1"/></div>
|
|
<div class="sheet-col-1-12 sheet-offset-1-12 sheet-center"><input type="checkbox" name="attr_spellshowinfo" value="{{spellshowinfo=1}} {{spelliff=@{spelliff}}} {{spellmpcost=@{spellmpcost}}} {{spellreflect=@{spellreflect}}} {{spellrange=@{spellrange}}} {{spellaoe=@{spellaoe}}} {{spellvertical=@{spellvertical}}}" /></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}} {{spellattack=@{spellattackroll}}}" /></div>
|
|
<div class="sheet-col-1-12 sheet-center sheet-small-label">Threshold<br/><input type="checkbox" name="attr_spellshowthreshold" value="{{spellshowthreshold=1}} {{spellthreshold=@{spellthreshold}}}" /></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">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">Effect 1<br/><input type="checkbox" name="attr_spellshoweffect1" value="{{spellshoweffect1=1}} {{spelleffectname1=@{spelleffectname1}}} {{spelleffectduration1=@{spelleffectduration1}}} {{spelleffectcos1=@{spelleffect1}}} {{spelleffectroll1=[[{1d100cf>95}]]}}" /></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}}} {{spelleffectcos2=@{spelleffect2}}} {{spelleffectroll2=[[{1d100cf>95}]]}}" /></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}}} {{spelleffectcos3=@{spelleffect3}}} {{spelleffectroll3=[[{1d100cf>95}]]}}" /></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}}} {{spelleffectcos4=@{spelleffect4}}} {{spelleffectroll4=[[{1d100cf>95}]]}}" /></div>
|
|
<input type="hidden" name="attr_spellmacrooptions" value="@{spellshowinfo} @{spellshowattack} @{spellshowthreshold} @{spellshowhealing} @{spellshowstatuscancel} @{spellshowdamage} @{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_spelltypeheal" class="sheet-spelltypetab sheet-spelltypeheal" value="1"/><span class="sheet-spelltypetab sheet-spelltypeheal">Healing</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_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/Flavour</div>
|
|
<div class="sheet-col-1-2 sheet-vert-bottom sheet-center sheet-small-label">Spell Mechanics</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-1-3 sheet-offset-1-12 sheet-vert-bottom sheet-center sheet-small-label">Attack Macro</div>
|
|
<div class="sheet-col-1-2 sheet-vert-bottom sheet-center sheet-small-label">Threshold Macro</div>
|
|
</div>
|
|
|
|
<div class="sheet-row">
|
|
<div class="sheet-col-1-3 sheet-offset-1-12 sheet-padr sheet-border-right"><input type="text" class="sheet-center" name="attr_spellattackroll" value="None"></div>
|
|
<div class="sheet-col-1-2 sheet-padl"><input type="text" class="sheet-center" name="attr_spellthreshold" 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="None"></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-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-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-1-2 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_spelldamage" value="None"></div>
|
|
<div class="sheet-col-1-4 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_spelldamagetype" value="None"></div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="sheet-spell-type-effects">
|
|
<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 CoS Macro</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 class="sheet-row">
|
|
<div class="sheet-offset-1-12 sheet-col-1-12 sheet-vert-bottom sheet-center sheet-small-label">Show?</div>
|
|
<div class="sheet-offset-1-12 sheet-col-1-2 sheet-vert-bottom sheet-center sheet-small-label">Special</div>
|
|
</div>
|
|
<div class="sheet-row">
|
|
<div class=" sheet-offset-1-12 sheet-col-1-12 sheet-checkbox-row"><input type="checkbox" name="attr_spellshowspecial" value="{{spellshowspecial=1}} {{spellspecial=@{spellspecial}}}"/></div>
|
|
<div class="sheet-offset-1-12 sheet-col-1-2 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_spellspecial" value="None"></div>
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|
|
</fieldset>
|
|
|
|
</div>
|
|
<!-- END spell page -->
|
|
<!-- END AUTO GENERATED SPELL PAGES -->
|
|
|
|
</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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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">W</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-3 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=@{level}}} {{scan_intelligence=@{intelligence}}} {{scan_monster_category=@{category}}} {{scan_reaction=@{reaction}}} {{scan_hp=@{HP}}} {{scan_hp_max=@{HP|Max}}} {{scan_mp=@{MP}}} {{scan_mp_max=@{MP|Max}}} {{scan_xp=@{rewardxp}}} {{scan_gil=@{rewardgil}}} {{scan_element_absorb=@{elementabsorb}}} {{scan_element_immunity=@{elementimmune}}} {{scan_element_resistance=@{elementresist}}} {{scan_element_weakness=@{elementweak}}} {{scan_status_immunity=@{statusimmune}}} {{scan_common_item=@{commonitem}}} {{scan_uncommon_item=@{uncommonitem}}} {{scan_rare_item=@{veryrareitem}}} {{scan_veryrare_item=@{rareitem}}} {{scan_appearance=@{appearance}}} {{scan_behavior=@{behavior}}}">Scan Results</button></div>
|
|
|
|
<div class="sheet-col-1-3">
|
|
<div class="sheet-row sheet-padr">
|
|
<div class="sheet-col-1-3 sheet-small-label sheet-center" title="Only enter additional bonuses to initiative here. Your Speed is already included in the macro button."><input class="sheet-underlined sheet-center" type="number" name="attr_initiative" value="0" step="1"><br/>Bonus</div>
|
|
<div class="sheet-col-1-3 sheet-small-label sheet-center"><input class="sheet-underlined" type="number" name="attr_initiative_overall" value="@{speed} + @{initiative}" disabled="disabled"><br/>Total</div>
|
|
<div class="sheet-col-1-3 sheet-center"><button type="roll" class="sheet-initiative sheet-large-button" name="roll_Initiative" value="@&{template:FFRPG} {{title=Initiative}} {{subheader=@{character_name}}} {{rollname=Initiative}} {{roll=[[ 1d10 + @{selected|initiative_overall} + (?{Modifier|0}) [Initiative Mod] &{tracker} ]]}}">Initiative</button></div>
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
<hr />
|
|
|
|
<div class="sheet-row">
|
|
|
|
<div class="sheet-col-1-2 sheet-padr">
|
|
|
|
<div class="sheet-row sheet-sub-header">
|
|
<div class="sheet-col-1-6 sheet-center sheet-small-label">Current</div>
|
|
<div class="sheet-col-1-6 sheet-center sheet-small-label"> </div>
|
|
<div class="sheet-col-1-6 sheet-center sheet-small-label">Default</div>
|
|
<div class="sheet-col-1-6 sheet-center sheet-small-label">Rating</div>
|
|
<div class="sheet-col-1-6 sheet-center sheet-small-label sheet-offset-1-8">Task</div>
|
|
</div>
|
|
|
|
<div class="sheet-row">
|
|
<div class="sheet-col-1-6"><input type="number" name="attr_strength" min="1" step="1"/></div>
|
|
<div class="sheet-col-1-6 sheet-core-stat-label">STR</div>
|
|
<div class="sheet-col-1-6"><input type="number" name="attr_strength_default" min="1" step="1" /></div>
|
|
<div class="sheet-col-1-6"><input type="number" name="attr_strength_ability_rating" value="((@{strength}*3) + 10)" disabled="disabled"></div>
|
|
<div class="sheet-col-1-6 sheet-center sheet-offset-1-8"><button type="roll" class="sheet-default-skill" name="roll_Strength_Task_Check" value="&{template:FFRPG} {{character_name=@{character_name}}} {{title=STR Task Check}} {{subheader=@{character_name}}} {{rollname=STR Task}} {{threshold=[[round((@{strength_ability_rating}/2)+(?{Modifier|0}))]]}} {{roll=[[{1d100cs<@{generalcritrange}cf>95}]]}}">Roll</button></div>
|
|
</div>
|
|
|
|
<div class="sheet-row">
|
|
<div class="sheet-col-1-6"><input type="number" name="attr_vitality" min="1" step="1"/></div>
|
|
<div class="sheet-col-1-6 sheet-core-stat-label">VIT</div>
|
|
<div class="sheet-col-1-6"><input type="number" name="attr_vitality_default" min="1" step="1" /></div>
|
|
<div class="sheet-col-1-6"><input type="number" name="attr_vitality_ability_rating" value="((@{vitality}*3) + 10)" disabled="disabled"></div>
|
|
<div class="sheet-col-1-6 sheet-center sheet-offset-1-8"><button type="roll" class="sheet-default-skill" name="roll_vitality_Task_Check" value="&{template:FFRPG} {{character_name=@{character_name}}} {{title=VIT Task Check}} {{subheader=@{character_name}}} {{rollname=VIT Task}} {{threshold=[[round((@{vitality_ability_rating}/2)+(?{Modifier|0}))]]}} {{roll=[[{1d100cs<@{generalcritrange}cf>95}]]}}">Roll</button></div>
|
|
</div>
|
|
|
|
<div class="sheet-row">
|
|
<div class="sheet-col-1-6"><input type="number" name="attr_agility" min="1" step="1"/></div>
|
|
<div class="sheet-col-1-6 sheet-core-stat-label">AGI</div>
|
|
<div class="sheet-col-1-6"><input type="number" name="attr_agility_default" min="1" step="1" /></div>
|
|
<div class="sheet-col-1-6"><input type="number" name="attr_agility_ability_rating" value="((@{agility}*3) + 10)" disabled="disabled"></div>
|
|
<div class="sheet-col-1-6 sheet-center sheet-offset-1-8"><button type="roll" class="sheet-default-skill" name="roll_agility_Task_Check" value="&{template:FFRPG} {{character_name=@{character_name}}} {{title=AGI Task Check}} {{subheader=@{character_name}}} {{rollname=AGI Task}} {{threshold=[[round((@{agility_ability_rating}/2)+(?{Modifier|0}))]]}} {{roll=[[{1d100cs<@{generalcritrange}cf>95}]]}}">Roll</button></div>
|
|
</div>
|
|
|
|
<div class="sheet-row">
|
|
<div class="sheet-col-1-6"><input type="number" name="attr_speed" min="1" step="1"/></div>
|
|
<div class="sheet-col-1-6 sheet-core-stat-label">SPD</div>
|
|
<div class="sheet-col-1-6"><input type="number" name="attr_speed_default" min="1" step="1" /></div>
|
|
<div class="sheet-col-1-6"><input type="number" name="attr_speed_ability_rating" value="((@{speed}*3) + 10)" disabled="disabled"></div>
|
|
<div class="sheet-col-1-6 sheet-center sheet-offset-1-8"><button type="roll" class="sheet-default-skill" name="roll_speed_Task_Check" value="&{template:FFRPG} {{character_name=@{character_name}}} {{title=SPD Task Check}} {{subheader=@{character_name}}} {{rollname=SPD Task}} {{threshold=[[round((@{speed_ability_rating}/2)+(?{Modifier|0}))]]}} {{roll=[[{1d100cs<@{generalcritrange}cf>95}]]}}">Roll</button></div>
|
|
</div>
|
|
|
|
<div class="sheet-row">
|
|
<div class="sheet-col-1-6"><input type="number" name="attr_magic" min="1" step="1"/></div>
|
|
<div class="sheet-col-1-6 sheet-core-stat-label">MAG</div>
|
|
<div class="sheet-col-1-6"><input type="number" name="attr_magic_default" min="1" step="1" /></div>
|
|
<div class="sheet-col-1-6"><input type="number" name="attr_magic_ability_rating" value="((@{magic}*3) + 10)" disabled="disabled"></div>
|
|
<div class="sheet-col-1-6 sheet-center sheet-offset-1-8"><button type="roll" class="sheet-default-skill" name="roll_magic_Task_Check" value="&{template:FFRPG} {{character_name=@{character_name}}} {{title=MAG Task Check}} {{subheader=@{character_name}}} {{rollname=MAG Task}} {{threshold=[[round((@{magic_ability_rating}/2)+(?{Modifier|0}))]]}} {{roll=[[{1d100cs<@{generalcritrange}cf>95}]]}}">Roll</button></div>
|
|
</div>
|
|
|
|
<div class="sheet-row">
|
|
<div class="sheet-col-1-6"><input type="number" name="attr_spirit" min="1" step="1"/></div>
|
|
<div class="sheet-col-1-6 sheet-core-stat-label">SPR</div>
|
|
<div class="sheet-col-1-6"><input type="number" name="attr_spirit_default" min="1" step="1" /></div>
|
|
<div class="sheet-col-1-6"><input type="number" name="attr_spirit_ability_rating" value="((@{spirit}*3) + 10)" disabled="disabled"></div>
|
|
<div class="sheet-col-1-6 sheet-center sheet-offset-1-8"><button type="roll" class="sheet-default-skill" name="roll_spirit_Task_Check" value="&{template:FFRPG} {{character_name=@{character_name}}} {{title=SPR Task Check}} {{subheader=@{character_name}}} {{rollname=SPR Task}} {{threshold=[[round((@{spirit_ability_rating}/2)+(?{Modifier|0}))]]}} {{roll=[[{1d100cs<@{generalcritrange}cf>95}]]}}">Roll</button></div>
|
|
</div>
|
|
|
|
<h4 class="sheet-center sheet-margin-top">Combat Statistics <span class="sheet-pictos">3</span></h4>
|
|
|
|
<div class="sheet-row sheet-margin-top">
|
|
<div class="sheet-col-6-13 sheet-center sheet-small-label sheet-sub-header">Armor</div>
|
|
<div class="sheet-col-1-13"> </div>
|
|
<div class="sheet-col-6-13 sheet-center sheet-small-label sheet-sub-header">Magic Armor</div>
|
|
</div>
|
|
|
|
<div class="sheet-row">
|
|
<div class="sheet-col-3-13 sheet-small-label sheet-center"><input class="sheet-underlined sheet-center" type="number" name="attr_armor" value="0"><br/>Current</div>
|
|
<div class="sheet-col-3-13 sheet-small-label sheet-center"><input class="sheet-underlined sheet-center" type="number" name="attr_base_armor" value="0"><br/>Default</div>
|
|
<div class="sheet-col-1-13"> </div>
|
|
<div class="sheet-col-3-13 sheet-small-label sheet-center"><input class="sheet-underlined sheet-center" type="number" name="attr_marmor" value="0"><br/>Current</div>
|
|
<div class="sheet-col-3-13 sheet-small-label sheet-center"><input class="sheet-underlined sheet-center" type="number" name="attr_base_marmor" value="0"><br/>Default</div>
|
|
</div>
|
|
|
|
<div class="sheet-row sheet-margin-top">
|
|
<div class="sheet-col-6-13 sheet-center sheet-small-label sheet-sub-header">Accuracy</div>
|
|
<div class="sheet-col-1-13"> </div>
|
|
<div class="sheet-col-6-13 sheet-center sheet-small-label sheet-sub-header">Magic Accuracy</div>
|
|
</div>
|
|
|
|
<div class="sheet-row">
|
|
<div class="sheet-col-3-13 sheet-small-label sheet-center"><input class="sheet-underlined sheet-center" type="number" name="attr_accuracy" value="0"><br/>Current</div>
|
|
<div class="sheet-col-3-13 sheet-small-label sheet-center"><input class="sheet-underlined sheet-center" type="number" name="attr_base_accuracy" value="@{level} + (@{agility}*2) + 80" disabled="disabled"><br/>Default</div>
|
|
<div class="sheet-col-1-13"> </div>
|
|
<div class="sheet-col-3-13 sheet-small-label sheet-center"><input class="sheet-underlined sheet-center" type="number" name="attr_maccuracy" value="0"><br/>Current</div>
|
|
<div class="sheet-col-3-13 sheet-small-label sheet-center"><input class="sheet-underlined sheet-center" type="number" name="attr_base_maccuracy" value="100 + @{level} + (@{magic}*2)" disabled="disabled"><br/>Default</div>
|
|
</div>
|
|
|
|
<div class="sheet-row sheet-margin-top">
|
|
<div class="sheet-col-6-13 sheet-center sheet-small-label sheet-sub-header">Evasion</div>
|
|
<div class="sheet-col-1-13"> </div>
|
|
<div class="sheet-col-6-13 sheet-center sheet-small-label sheet-sub-header">Magic Evasion</div>
|
|
</div>
|
|
|
|
<div class="sheet-row">
|
|
<div class="sheet-col-3-13 sheet-small-label sheet-center"><input class="sheet-underlined sheet-center" type="number" name="attr_evasion" value="0"><br/>Current</div>
|
|
<div class="sheet-col-3-13 sheet-small-label sheet-center"><input class="sheet-underlined sheet-center" type="number" name="attr_base_evasion" value="@{agility} + @{speed} + @{level}" disabled="disabled"><br/>Default</div>
|
|
<div class="sheet-col-1-13"> </div>
|
|
<div class="sheet-col-3-13 sheet-small-label sheet-center"><input class="sheet-underlined sheet-center" type="number" name="attr_mevasion" value="0"><br/>Current</div>
|
|
<div class="sheet-col-3-13 sheet-small-label sheet-center"><input class="sheet-underlined sheet-center" type="number" name="attr_base_mevasion" value="@{magic} + @{spirit} + @{level}" disabled="disabled"><br/>Default</div>
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="sheet-col-1-2">
|
|
|
|
<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_HP" step="1" value="1"></div>
|
|
<div class="sheet-col-1-4 sheet-center sheet-padr"><input class="sheet-center" type="number" name="attr_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_MP" step="1" value="0"></div>
|
|
<div class="sheet-col-1-4 sheet-center"><input class="sheet-center" type="number" name="attr_MP_max" step="1" value="0"></div>
|
|
</div>
|
|
|
|
<div class="sheet-row sheet-sub-header">
|
|
<div class="sheet-col-1-4 sheet-center sheet-small-label">Move</div>
|
|
<div class="sheet-col-1-4 sheet-center sheet-small-label sheet-padr">Jump</div>
|
|
<div class="sheet-col-1-4 sheet-center sheet-small-label sheet-padl">Level</div>
|
|
<div class="sheet-col-1-4 sheet-center sheet-small-label">Enc Size</div>
|
|
</div>
|
|
|
|
<div class="sheet-row sheet-padb">
|
|
<div class="sheet-col-1-4 sheet-center"><input class="sheet-center" type="number" name="attr_move" step="1" value="1"></div>
|
|
<div class="sheet-col-1-4 sheet-center sheet-padr"><input class="sheet-center" type="number" name="attr_jump" 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_level" step="1" value="1"></div>
|
|
<div class="sheet-col-1-4 sheet-center"><input class="sheet-center" type="text" name="attr_encountersize" value="0"></div>
|
|
</div>
|
|
|
|
<div class="sheet-row sheet-sub-header">
|
|
<div class="sheet-col-1-3 sheet-center sheet-small-label">Intelligence</div>
|
|
<div class="sheet-col-1-3 sheet-center sheet-small-label sheet-padr">Category</div>
|
|
<div class="sheet-col-1-3 sheet-center sheet-small-label">Reaction</div>
|
|
</div>
|
|
|
|
<div class="sheet-row sheet-padb">
|
|
<div class="sheet-col-1-3 sheet-center"><input class="sheet-center" type="text" name="attr_intelligence"></div>
|
|
<div class="sheet-col-1-3 sheet-center"><input class="sheet-center" type="text" name="attr_category"></div>
|
|
<div class="sheet-col-1-3 sheet-center"><input class="sheet-center" type="text" name="attr_reaction"></div>
|
|
</div>
|
|
|
|
<div class="sheet-row sheet-sub-header">
|
|
<div class="sheet-col-1-3 sheet-center sheet-small-label">Size</div>
|
|
<div class="sheet-col-1-3 sheet-center sheet-small-label sheet-padr">Frequency</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="text" name="attr_size"></div>
|
|
<div class="sheet-col-1-3 sheet-center"><input class="sheet-center" type="text" name="attr_frequency"></div>
|
|
<div class="sheet-col-1-3 sheet-center"><input class="sheet-center" type="text" name="attr_monster_type"></div>
|
|
</div>
|
|
|
|
<div class="sheet-row sheet-margin-top">
|
|
<div class="sheet-col-6-13 sheet-center sheet-small-label sheet-sub-header">Dexterity</div>
|
|
<div class="sheet-col-1-13"> </div>
|
|
<div class="sheet-col-6-13 sheet-center sheet-small-label sheet-sub-header">Mind</div>
|
|
</div>
|
|
|
|
<div class="sheet-row">
|
|
<div class="sheet-col-3-13 sheet-small-label sheet-center"><input class="sheet-underlined sheet-center" type="number" name="attr_dexterity" value="0"><br/>Current</div>
|
|
<div class="sheet-col-3-13 sheet-small-label sheet-center"><input class="sheet-underlined sheet-center" type="number" name="attr_base_dexterity" value="@{level} + (@{agility}*2) + 50" disabled="disabled"><br/>Default</div>
|
|
<div class="sheet-col-1-13"> </div>
|
|
<div class="sheet-col-3-13 sheet-small-label sheet-center"><input class="sheet-underlined sheet-center" type="number" name="attr_mind" value="0"><br/>Current</div>
|
|
<div class="sheet-col-3-13 sheet-small-label sheet-center"><input class="sheet-underlined sheet-center" type="number" name="attr_base_mind" value="@{level} + (@{magic}*2) + 50" disabled="disabled"><br/>Default</div>
|
|
</div>
|
|
|
|
<div class="sheet-row sheet-margin-top">
|
|
<div class="sheet-col-6-13 sheet-center sheet-small-label sheet-sub-header">Combat Crit</div>
|
|
<div class="sheet-col-1-13"> </div>
|
|
<div class="sheet-col-6-13 sheet-center sheet-small-label sheet-sub-header">General Crit</div>
|
|
</div>
|
|
|
|
<div class="sheet-row">
|
|
<div class="sheet-col-3-13 sheet-small-label sheet-center"><input class="sheet-underlined sheet-center" type="number" name="attr_attackcritrange" value="10"><br/>Current</div>
|
|
<div class="sheet-col-3-13 sheet-small-label sheet-center"><input class="sheet-underlined sheet-center" type="number" name="attr_base_attackcritrange" value="10"><br/>Default</div>
|
|
<div class="sheet-col-1-13"> </div>
|
|
<div class="sheet-col-3-13 sheet-small-label sheet-center"><input class="sheet-underlined sheet-center" type="number" name="attr_generalcritrange" value="10"><br/>Current</div>
|
|
<div class="sheet-col-3-13 sheet-small-label sheet-center"><input class="sheet-underlined sheet-center" type="number" name="attr_base_generalcritrange" value="10"><br/>Default</div>
|
|
</div>
|
|
|
|
<div class="sheet-row sheet-margin-top">
|
|
<div class="sheet-col-6-13 sheet-center sheet-small-label sheet-sub-header">Location Encountered</div>
|
|
<div class="sheet-col-1-13"> </div>
|
|
<div class="sheet-col-6-13 sheet-center sheet-small-label sheet-sub-header">Affiliation</div>
|
|
</div>
|
|
|
|
<div class="sheet-row">
|
|
<div class="sheet-col-6-13 sheet-small-label sheet-center"><input class="sheet-underlined sheet-center" type="text" name="attr_location" value="None"><br/></div>
|
|
<div class="sheet-col-1-13"> </div>
|
|
<div class="sheet-col-6-13 sheet-small-label sheet-center"><input class="sheet-underlined sheet-center" type="text" name="attr_affiliation" value="None"><br/></div>
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="sheet-col-1">
|
|
|
|
<div class="sheet-row sheet-sub-header">
|
|
<div class="sheet-col-1-3 sheet-center sheet-small-label">Movement Abilities</div>
|
|
<div class="sheet-col-1-3 sheet-center sheet-small-label">Field Effects</div>
|
|
<div class="sheet-col-1-3 sheet-center sheet-small-label">Boss Abilities</div>
|
|
</div>
|
|
|
|
<div class="sheet-row">
|
|
<div class="sheet-col-1-3 sheet-center"><input class="sheet-center" type="text" name="attr_moveability" value="None"></div>
|
|
<div class="sheet-col-1-3 sheet-center"><input class="sheet-center" type="text" name="attr_fieldeffect" value="None"></div>
|
|
<div class="sheet-col-1-3 sheet-center"><input class="sheet-center" type="text" name="attr_bossability" value="None"></div>
|
|
</div>
|
|
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<hr />
|
|
|
|
<h4 class="sheet-center">Rewards <span class="sheet-pictos">h</span></h4>
|
|
|
|
<div class="sheet-col-1">
|
|
|
|
<div class="sheet-row sheet-sub-header">
|
|
<div class="sheet-col-1-3 sheet-center sheet-small-label">Gil</div>
|
|
<div class="sheet-col-1-3 sheet-center sheet-small-label">XP</div>
|
|
<div class="sheet-col-1-3 sheet-center sheet-small-label">Special Condition</div>
|
|
</div>
|
|
|
|
<div class="sheet-row">
|
|
<div class="sheet-col-1-3 sheet-center"><input class="sheet-center" type="text" name="attr_rewardgil" value="None"></div>
|
|
<div class="sheet-col-1-3 sheet-center"><input class="sheet-center" type="text" name="attr_rewardxp" value="None"></div>
|
|
<div class="sheet-col-1-3 sheet-center"><input class="sheet-center" type="text" name="attr_defeatcondition" value="None"></div>
|
|
</div>
|
|
|
|
|
|
</div>
|
|
|
|
<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-small-label">Uncommon Item</div>
|
|
<div class="sheet-col-1-4 sheet-center sheet-small-label">Rare Item</div>
|
|
<div class="sheet-col-1-4 sheet-center sheet-small-label">Very Rare Item</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"><input class="sheet-center" type="text" name="attr_uncommonitem" value="None"></div>
|
|
<div class="sheet-col-1-4 sheet-center"><input class="sheet-center" type="text" name="attr_rareitem" value="None"></div>
|
|
<div class="sheet-col-1-4 sheet-center"><input class="sheet-center" type="text" name="attr_veryrareitem" 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">o</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>
|
|
|
|
<div class="sheet-row sheet-sub-header">
|
|
<div class="sheet-col-1-2 sheet-center sheet-small-label">Appearance</div>
|
|
<div class="sheet-col-1-2 sheet-center sheet-small-label">Behavior</div>
|
|
</div>
|
|
|
|
<div class="sheet-row">
|
|
<div class="sheet-col-1-2"><textarea name="attr_appearance">None</textarea></div>
|
|
<div class="sheet-col-1-2"><textarea name="attr_behavior">None</textarea></div>
|
|
</div>
|
|
|
|
<h4 class="sheet-center">Senses<span class="sheet-pictos">w</span></h4>
|
|
|
|
<div class="sheet-row">
|
|
|
|
<div class="sheet-col-1-3 sheet-padr">
|
|
|
|
<div class="sheet-row sheet-sub-header">
|
|
<div class="sheet-col-1-12 sheet-center sheet-small-label"> </div>
|
|
<div class="sheet-col-7-24 sheet-small-label sheet-offset-1-8">Skill</div>
|
|
<div class="sheet-col-1-6 sheet-small-label sheet-center sheet-offset-1-6">Rating</div>
|
|
</div>
|
|
|
|
<div class="sheet-row sheet-skill-row">
|
|
<div class="sheet-col-1-12"><button class="sheet-skill-roll" type="roll" name="roll_Day_Vision_Check" value="&{template:FFRPG} {{title=Day Vision}} {{subheader=@{character_name}}} {{subheaderright=Task Check}} {{rollname=Result}} {{threshold=[[@{dayvision}+(?{Modifier|0})]]}} {{roll=[[{1d100cs<@{generalcritrange}cf>95}]]}}"></button></div>
|
|
<div class="sheet-col-7-24 sheet-skill-name sheet-offset-1-8">Day Vision</div>
|
|
<div class="sheet-col-1-6 sheet-offset-1-6"><input type="number" name="attr_dayvision" value="0" 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_Sound_Check" value="&{template:FFRPG} {{title=Smell}} {{subheader=@{character_name}}} {{subheaderright=Task Check}} {{rollname=Result}} {{threshold=[[@{smell}+(?{Modifier|0})]]}} {{roll=[[{1d100cs<@{generalcritrange}cf>95}]]}}"></button></div>
|
|
<div class="sheet-col-7-24 sheet-skill-name sheet-offset-1-8">Smell</div>
|
|
<div class="sheet-col-1-6 sheet-offset-1-6"><input type="number" name="attr_smell" value="0" step="1"/></div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="sheet-col-1-3 sheet-padr">
|
|
|
|
<div class="sheet-row sheet-sub-header">
|
|
<div class="sheet-col-1-12 sheet-center sheet-small-label"> </div>
|
|
<div class="sheet-col-7-24 sheet-small-label sheet-offset-1-8">Skill</div>
|
|
<div class="sheet-col-1-6 sheet-small-label sheet-center sheet-offset-1-6">Rating</div>
|
|
</div>
|
|
|
|
<div class="sheet-row sheet-skill-row">
|
|
<div class="sheet-col-1-12"><button class="sheet-skill-roll" type="roll" name="roll_Night_Vision_Check" value="&{template:FFRPG} {{title=Night Vision}} {{subheader=@{character_name}}} {{subheaderright=Task Check}} {{rollname=Result}} {{threshold=[[@{nightvision}+(?{Modifier|0})]]}} {{roll=[[{1d100cs<@{generalcritrange}cf>95}]]}}"></button></div>
|
|
<div class="sheet-col-7-24 sheet-skill-name sheet-offset-1-8">Night Vision</div>
|
|
<div class="sheet-col-1-6 sheet-offset-1-6"><input type="number" name="attr_nightvision" value="0" 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_Life_Sense_Check" value="&{template:FFRPG} {{title=Life Sense}} {{subheader=@{character_name}}} {{subheaderright=Task Check}} {{rollname=Result}} {{threshold=[[@{lifesense}+(?{Modifier|0})]]}} {{roll=[[{1d100cs<@{generalcritrange}cf>95}]]}}"></button></div>
|
|
<div class="sheet-col-7-24 sheet-skill-name sheet-offset-1-8">Life Sense</div>
|
|
<div class="sheet-col-1-6 sheet-offset-1-6"><input type="number" name="attr_magicsense" value="0" step="1"/></div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="sheet-col-1-3 sheet-padr">
|
|
|
|
<div class="sheet-row sheet-sub-header">
|
|
<div class="sheet-col-1-12 sheet-center sheet-small-label"> </div>
|
|
<div class="sheet-col-7-24 sheet-small-label sheet-offset-1-8">Skill</div>
|
|
<div class="sheet-col-1-6 sheet-small-label sheet-center sheet-offset-1-6">Rating</div>
|
|
</div>
|
|
|
|
<div class="sheet-row sheet-skill-row">
|
|
<div class="sheet-col-1-12"><button class="sheet-skill-roll" type="roll" name="roll_Sound_Check" value="&{template:FFRPG} {{title=Sound}} {{subheader=@{character_name}}} {{subheaderright=Task Check}} {{rollname=Result}} {{threshold=[[@{sound}+(?{Modifier|0})]]}} {{roll=[[{1d100cs<@{generalcritrange}cf>95}]]}}"></button></div>
|
|
<div class="sheet-col-7-24 sheet-skill-name sheet-offset-1-8">Sound</div>
|
|
<div class="sheet-col-1-6 sheet-offset-1-6"><input type="number" name="attr_sound" value="0" 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_Sense_Check" value="&{template:FFRPG} {{title=Magic Sense}} {{subheader=@{character_name}}} {{subheaderright=Task Check}} {{rollname=Result}} {{threshold=[[@{magicsense}+(?{Modifier|0})]]}} {{roll=[[{1d100cs<@{generalcritrange}cf>95}]]}}"></button></div>
|
|
<div class="sheet-col-7-24 sheet-skill-name sheet-offset-1-8">Magic Sense</div>
|
|
<div class="sheet-col-1-6 sheet-offset-1-6"><input type="number" name="attr_magicsense" value="0" step="1"/></div>
|
|
</div>
|
|
</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-12 sheet-col-1-2 sheet-center sheet-small-label sheet-vert-bottom">Name</div>
|
|
<div class="sheet-col-1-6 sheet-center sheet-small-label sheet-vert-bottom">Action 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-12 sheet-col-1-2 sheet-center"><input type="text" class="sheet-center" name="attr_action_name"></div>
|
|
<div class="sheet-col-1-6">
|
|
<select name="attr_action_type">
|
|
<option value="Not set" selected="selected">---</option>
|
|
<option value="(Attack Action) ">Attack Action</option>
|
|
<option value="(Action Ability) ">Action Ability</option>
|
|
<option value="(Job Ability) ">Job Ability</option>
|
|
<option value="(Spell Action) ">Spell</option>
|
|
<option value="(Support Ability) ">Support Ability</option>
|
|
<option value="(Reaction) ">Reaction</option>
|
|
</select>
|
|
</div>
|
|
<div class="sheet-col-1-12 sheet-offset-1-12 sheet-center"><button type="roll" class="sheet-roll" name="roll_Action" value="&{template:FFRPG} {{title=@{action_name}}} {{subheader=@{character_name}}} {{subheaderright=@{action_type}}} {{emote=@{action_description}}} @{actionmacrooptions}" >Use</button></div>
|
|
|
|
</div>
|
|
|
|
<div class="sheet-row">
|
|
<div class="sheet-col-1-6 sheet-offset-1-6 sheet-vert-bottom sheet-center sheet-small-label">IFF</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-vert-bottom sheet-center sheet-small-label">CT</div>
|
|
<div class="sheet-col-1-12 sheet-vert-bottom sheet-center sheet-small-label">Range</div>
|
|
<div class="sheet-col-1-8 sheet-vert-bottom sheet-center sheet-small-label">AOE</div>
|
|
<div class="sheet-col-1-12 sheet-vert-bottom sheet-center sheet-small-label">Vertical</div>
|
|
<div class="sheet-col-1-12 sheet-offset-1-12 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-6">
|
|
<select name="attr_actioniff">
|
|
<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="RandomS">Random Enemy</option>
|
|
<option value="RandomG">Random Ally</option>
|
|
<option value="RandomU">Random Unfocused</option>
|
|
</select>
|
|
</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"><input type="number" name="attr_actionct" value="0" min="0" step="1"/></div>
|
|
<div class="sheet-col-1-12"><input type="text" name="attr_actionrange" value="0"/></div>
|
|
<div class="sheet-col-1-8"><input type="text" name="attr_actionaoe" value="Single"/></div>
|
|
<div class="sheet-col-1-12"><input type="number" name="attr_actionvertical" value="0" min="0" step="1"/></div>
|
|
<div class="sheet-col-1-12 sheet-offset-1-12 sheet-center"><input type="checkbox" name="attr_actionshowinfo" value="{{actionshowinfo=1}} {{actioniff=@{actioniff}}} {{actionmpcost=@{actionmpcost}}} {{actioncharge=@{actionct}}} {{actionrange=@{actionrange}}} {{actionaoe=@{actionaoe}}} {{actionvertical=@{actionvertical}}}" /></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_actionshowattack" value="{{actionshowattack=1}} {{actionattack=@{actionattackroll}}}" /></div>
|
|
<div class="sheet-col-1-12 sheet-center sheet-small-label">Threshold<br/><input type="checkbox" name="attr_actionshowthreshold" value="{{actionshowthreshold=1}} {{actionthreshold=@{actionthreshold}}}" /></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">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">Effect 1<br/><input type="checkbox" name="attr_actionshoweffect1" value="{{actionshoweffect1=1}} {{actioneffectname1=@{actioneffectname1}}} {{actioneffectduration1=@{actioneffectduration1}}} {{actioneffectcos1=@{actioneffect1}}} {{actioneffectroll1=[[{1d100cf>95}]]}}" /></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}}} {{actioneffectcos2=@{actioneffect2}}} {{actioneffectroll2=[[{1d100cf>95}]]}}" /></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}}} {{actioneffectcos3=@{actioneffect3}}} {{actioneffectroll3=[[{1d100cf>95}]]}}" /></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}}} {{actioneffectcos4=@{actioneffect4}}} {{actioneffectroll4=[[{1d100cf>95}]]}}" /></div>
|
|
<input type="hidden" name="attr_actionmacrooptions" value="@{actionshowinfo} @{actionshowattack} @{actionshowthreshold} @{actionshowhealing} @{actionshowstatuscancel} @{actionshowdamage} @{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_spelltypeheal" class="sheet-spelltypetab sheet-spelltypeheal" value="1"/><span class="sheet-spelltypetab sheet-spelltypeheal">Healing</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_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/Flavour</div>
|
|
<div class="sheet-col-1-2 sheet-vert-bottom sheet-center sheet-small-label">Action Mechanics</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-col-1-3 sheet-offset-1-12 sheet-vert-bottom sheet-center sheet-small-label">Attack Macro</div>
|
|
<div class="sheet-col-1-2 sheet-vert-bottom sheet-center sheet-small-label">Threshold Macro</div>
|
|
</div>
|
|
|
|
<div class="sheet-row">
|
|
<div class="sheet-col-1-3 sheet-offset-1-12 sheet-padr sheet-border-right"><input type="text" class="sheet-center" name="attr_actionattackroll" value="None"></div>
|
|
<div class="sheet-col-1-2 sheet-padl"><input type="text" class="sheet-center" name="attr_actionthreshold" 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-damage">
|
|
<div class="sheet-row">
|
|
<div class="sheet-offset-1-12 sheet-col-1-12 sheet-vert-bottom sheet-center sheet-small-label">Can Crit?</div>
|
|
<div class="sheet-col-1-2 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-1-12 sheet-checkbox-row"><input type="checkbox" name="attr_actioncancrit" value="1"/></div>
|
|
<div class="sheet-col-1-2 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_actiondamage" value="None"></div>
|
|
<div class="sheet-col-1-4 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_actiondamagetype" value="None"></div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="sheet-spell-type-effects">
|
|
<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 CoS Macro</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 class="sheet-row">
|
|
<div class="sheet-offset-1-12 sheet-col-1-12 sheet-vert-bottom sheet-center sheet-small-label">Show?</div>
|
|
<div class="sheet-offset-1-12 sheet-col-1-2 sheet-vert-bottom sheet-center sheet-small-label">Special</div>
|
|
</div>
|
|
<div class="sheet-row">
|
|
<div class=" sheet-offset-1-12 sheet-col-1-12 sheet-checkbox-row"><input type="checkbox" name="attr_actionshowspecial" value="{{actionshowspecial=1}} {{actionspecial=@{actionspecial}}}"/></div>
|
|
<div class="sheet-offset-1-12 sheet-col-1-2 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_actionspecial" value="None"></div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</fieldset>
|
|
<!-- END npc action row -->
|
|
<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/1115237/kiyomi-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}} • {{subheaderright}}{{/subheaderright}}</div>
|
|
{{/subheader}}
|
|
|
|
{{#subheader2}}
|
|
<div class="sheet-rt-subheader">{{subheader2}}{{#subheaderright2}} • {{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">IFF</span><br/><span class="sheet-rt-value">{{actioniff}}</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-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">Range</span><br/><span class="sheet-rt-value">{{actionrange}}</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">AOE</span><br/><span class="sheet-rt-value">{{actionaoe}}</span></div>
|
|
<div class="sheet-col-1-2 sheet-padl sheet-padr sheet-center sheet-border-left-dotted"><span class="sheet-rt-key">Vertical</span><br/><span class="sheet-rt-value">{{actionvertical}}</span></div>
|
|
<div class="sheet-col-1 sheet-border-bottom-dotted"></div>
|
|
</div>
|
|
{{/actionshowinfo}}
|
|
|
|
{{#actionshowthreshold}}
|
|
<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">{{actionthreshold}}</div>
|
|
</div>
|
|
{{/actionshowthreshold}}
|
|
|
|
{{#actionshowattack}}
|
|
<div class="sheet-row">
|
|
<div class="sheet-col-7-12 sheet-padl sheet-padr sheet-rt-key">Attack Roll</div>
|
|
<div class="sheet-col-5-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-top-dotted"></div>
|
|
<div class="sheet-col-1-2 sheet-padl sheet-padr sheet-center sheet-border-right-dotted"><span class="sheet-rt-key">CoS</span><br/><span class="sheet-rt-value">{{actioneffectcos1}}</span></div>
|
|
<div class="sheet-col-1-2 sheet-padl sheet-padr sheet-center sheet-border-left-dotted"><span class="sheet-rt-key">Roll</span><br/><span class="sheet-rt-value">{{actioneffectroll1}}</span></div>
|
|
<div class="sheet-col-1 sheet-border-bottom-dotted"></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-top-dotted"></div>
|
|
<div class="sheet-col-1-2 sheet-padl sheet-padr sheet-center sheet-border-right-dotted"><span class="sheet-rt-key">CoS</span><br/><span class="sheet-rt-value">{{actioneffectcos2}}</span></div>
|
|
<div class="sheet-col-1-2 sheet-padl sheet-padr sheet-center sheet-border-left-dotted"><span class="sheet-rt-key">Roll</span><br/><span class="sheet-rt-value">{{actioneffectroll2}}</span></div>
|
|
<div class="sheet-col-1 sheet-border-bottom-dotted"></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-top-dotted"></div>
|
|
<div class="sheet-col-1-2 sheet-padl sheet-padr sheet-center sheet-border-right-dotted"><span class="sheet-rt-key">CoS</span><br/><span class="sheet-rt-value">{{actioneffectcos3}}</span></div>
|
|
<div class="sheet-col-1-2 sheet-padl sheet-padr sheet-center sheet-border-left-dotted"><span class="sheet-rt-key">Roll</span><br/><span class="sheet-rt-value">{{actioneffectroll3}}</span></div>
|
|
<div class="sheet-col-1 sheet-border-bottom-dotted"></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-top-dotted"></div>
|
|
<div class="sheet-col-1-2 sheet-padl sheet-padr sheet-center sheet-border-right-dotted"><span class="sheet-rt-key">CoS</span><br/><span class="sheet-rt-value">{{actioneffectcos4}}</span></div>
|
|
<div class="sheet-col-1-2 sheet-padl sheet-padr sheet-center sheet-border-left-dotted"><span class="sheet-rt-key">Roll</span><br/><span class="sheet-rt-value">{{actioneffectroll4}}</span></div>
|
|
<div class="sheet-col-1 sheet-border-bottom-dotted"></div>
|
|
</div>
|
|
{{/actionshoweffect4}}
|
|
|
|
<!--Limit Break-->
|
|
|
|
{{#limitshowinfo}}
|
|
<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">IFF</span><br/><span class="sheet-rt-value">{{limitiff}}</span></div>
|
|
<div class="sheet-col-1-2 sheet-padl sheet-padr sheet-center sheet-border-left-dotted"><span class="sheet-rt-key">Range</span><br/><span class="sheet-rt-value">{{limitrange}}</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">AOE</span><br/><span class="sheet-rt-value">{{limitaoe}}</span></div>
|
|
<div class="sheet-col-1-2 sheet-padl sheet-padr sheet-center sheet-border-left-dotted"><span class="sheet-rt-key">Vertical</span><br/><span class="sheet-rt-value">{{limitvertical}}</span></div>
|
|
<div class="sheet-col-1 sheet-border-bottom-dotted"></div>
|
|
</div>
|
|
{{/limitshowinfo}}
|
|
|
|
{{#limitshowthreshold}}
|
|
<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">{{limitthreshold}}</div>
|
|
</div>
|
|
{{/limitshowthreshold}}
|
|
|
|
{{#limitshowattack}}
|
|
<div class="sheet-row">
|
|
<div class="sheet-col-7-12 sheet-padl sheet-padr sheet-rt-key">Attack Roll</div>
|
|
<div class="sheet-col-5-12 sheet-padr sheet-rt-value">{{limitattack}}</div>
|
|
</div>
|
|
{{/limitshowattack}}
|
|
|
|
{{#limitshowdamage}}
|
|
<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">{{limitdamage}}</div>
|
|
</div>
|
|
{{/limitshowdamage}}
|
|
|
|
{{#limitshowhealing}}
|
|
<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">{{limithealing}}</div>
|
|
</div>
|
|
{{/limitshowhealing}}
|
|
|
|
{{#limitshowstatuscancel}}
|
|
<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">{{limitstatuscancel}}</div>
|
|
</div>
|
|
{{/limitshowstatuscancel}}
|
|
|
|
{{#limitshowspecial}}
|
|
<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">{{limitspecial}}</div>
|
|
</div>
|
|
{{/limitshowspecial}}
|
|
|
|
{{#limitshoweffect1}}
|
|
<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">{{limiteffectname1}}</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">{{limiteffectduration1}}</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">CoS</span><br/><span class="sheet-rt-value">{{limiteffectcos1}}</span></div>
|
|
<div class="sheet-col-1-2 sheet-padl sheet-padr sheet-center sheet-border-left-dotted"><span class="sheet-rt-key">Roll</span><br/><span class="sheet-rt-value">{{limiteffectroll1}}</span></div>
|
|
<div class="sheet-col-1 sheet-border-bottom-dotted"></div>
|
|
</div>
|
|
{{/limitshoweffect1}}
|
|
|
|
{{#limitshoweffect2}}
|
|
<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">{{limiteffectname2}}</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">{{limiteffectduration2}}</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">CoS</span><br/><span class="sheet-rt-value">{{limiteffectcos2}}</span></div>
|
|
<div class="sheet-col-1-2 sheet-padl sheet-padr sheet-center sheet-border-left-dotted"><span class="sheet-rt-key">Roll</span><br/><span class="sheet-rt-value">{{limiteffectroll2}}</span></div>
|
|
<div class="sheet-col-1 sheet-border-bottom-dotted"></div>
|
|
</div>
|
|
{{/limitshoweffect2}}
|
|
|
|
{{#limitshoweffect3}}
|
|
<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">{{limiteffectname3}}</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">{{limiteffectduration3}}</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">CoS</span><br/><span class="sheet-rt-value">{{limiteffectcos3}}</span></div>
|
|
<div class="sheet-col-1-2 sheet-padl sheet-padr sheet-center sheet-border-left-dotted"><span class="sheet-rt-key">Roll</span><br/><span class="sheet-rt-value">{{limiteffectroll3}}</span></div>
|
|
<div class="sheet-col-1 sheet-border-bottom-dotted"></div>
|
|
</div>
|
|
{{/limitshoweffect3}}
|
|
|
|
{{#limitshoweffect4}}
|
|
<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">{{limiteffectname4}}</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">{{limiteffectduration4}}</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">CoS</span><br/><span class="sheet-rt-value">{{limiteffectcos4}}</span></div>
|
|
<div class="sheet-col-1-2 sheet-padl sheet-padr sheet-center sheet-border-left-dotted"><span class="sheet-rt-key">Roll</span><br/><span class="sheet-rt-value">{{limiteffectroll4}}</span></div>
|
|
<div class="sheet-col-1 sheet-border-bottom-dotted"></div>
|
|
</div>
|
|
{{/limitshoweffect4}}
|
|
|
|
<!--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">IFF</span><br/><span class="sheet-rt-value">{{spelliff}}</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-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">Range</span><br/><span class="sheet-rt-value">{{spellrange}}</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">AOE</span><br/><span class="sheet-rt-value">{{spellaoe}}</span></div>
|
|
<div class="sheet-col-1-2 sheet-padl sheet-padr sheet-center sheet-border-left-dotted"><span class="sheet-rt-key">Vertical</span><br/><span class="sheet-rt-value">{{spellvertical}}</span></div>
|
|
<div class="sheet-col-1 sheet-border-bottom-dotted"></div>
|
|
</div>
|
|
{{/spellshowinfo}}
|
|
|
|
{{#spellshowthreshold}}
|
|
<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">{{spellthreshold}}</div>
|
|
</div>
|
|
{{/spellshowthreshold}}
|
|
|
|
{{#spellshowattack}}
|
|
<div class="sheet-row">
|
|
<div class="sheet-col-7-12 sheet-padl sheet-padr sheet-rt-key">Attack Roll</div>
|
|
<div class="sheet-col-5-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-top-dotted"></div>
|
|
<div class="sheet-col-1-2 sheet-padl sheet-padr sheet-center sheet-border-right-dotted"><span class="sheet-rt-key">CoS</span><br/><span class="sheet-rt-value">{{spelleffectcos1}}</span></div>
|
|
<div class="sheet-col-1-2 sheet-padl sheet-padr sheet-center sheet-border-left-dotted"><span class="sheet-rt-key">Roll</span><br/><span class="sheet-rt-value">{{spelleffectroll1}}</span></div>
|
|
<div class="sheet-col-1 sheet-border-bottom-dotted"></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-top-dotted"></div>
|
|
<div class="sheet-col-1-2 sheet-padl sheet-padr sheet-center sheet-border-right-dotted"><span class="sheet-rt-key">CoS</span><br/><span class="sheet-rt-value">{{spelleffectcos2}}</span></div>
|
|
<div class="sheet-col-1-2 sheet-padl sheet-padr sheet-center sheet-border-left-dotted"><span class="sheet-rt-key">Roll</span><br/><span class="sheet-rt-value">{{spelleffectroll2}}</span></div>
|
|
<div class="sheet-col-1 sheet-border-bottom-dotted"></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-top-dotted"></div>
|
|
<div class="sheet-col-1-2 sheet-padl sheet-padr sheet-center sheet-border-right-dotted"><span class="sheet-rt-key">CoS</span><br/><span class="sheet-rt-value">{{spelleffectcos3}}</span></div>
|
|
<div class="sheet-col-1-2 sheet-padl sheet-padr sheet-center sheet-border-left-dotted"><span class="sheet-rt-key">Roll</span><br/><span class="sheet-rt-value">{{spelleffectroll3}}</span></div>
|
|
<div class="sheet-col-1 sheet-border-bottom-dotted"></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-top-dotted"></div>
|
|
<div class="sheet-col-1-2 sheet-padl sheet-padr sheet-center sheet-border-right-dotted"><span class="sheet-rt-key">CoS</span><br/><span class="sheet-rt-value">{{spelleffectcos4}}</span></div>
|
|
<div class="sheet-col-1-2 sheet-padl sheet-padr sheet-center sheet-border-left-dotted"><span class="sheet-rt-key">Roll</span><br/><span class="sheet-rt-value">{{spelleffectroll4}}</span></div>
|
|
<div class="sheet-col-1 sheet-border-bottom-dotted"></div>
|
|
</div>
|
|
{{/spellshoweffect4}}
|
|
|
|
<!--Weapon based attacks-->
|
|
|
|
{{#weaponshowrange}}
|
|
<div class="sheet-row">
|
|
<div class="sheet-col-7-12 sheet-padl sheet-padr sheet-rt-key">Range</div>
|
|
<div class="sheet-col-5-12 sheet-padr sheet-rt-value">{{weaponrange}}</div>
|
|
</div>
|
|
{{/weaponshowrange}}
|
|
|
|
{{#weaponshowthreshold}}
|
|
<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">{{weaponthreshold}}</div>
|
|
</div>
|
|
{{/weaponshowthreshold}}
|
|
|
|
{{#weaponshowattack}}
|
|
<div class="sheet-row">
|
|
<div class="sheet-col-7-12 sheet-padl sheet-padr sheet-rt-key">Attack Roll</div>
|
|
<div class="sheet-col-5-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-top-dotted"></div>
|
|
<div class="sheet-col-1-2 sheet-padl sheet-padr sheet-center sheet-border-right-dotted"><span class="sheet-rt-key">CoS</span><br/><span class="sheet-rt-value">{{weaponeffectcos1}}</span></div>
|
|
<div class="sheet-col-1-2 sheet-padl sheet-padr sheet-center sheet-border-left-dotted"><span class="sheet-rt-key">Roll</span><br/><span class="sheet-rt-value">{{weaponeffectroll1}}</span></div>
|
|
<div class="sheet-col-1 sheet-border-bottom-dotted"></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-top-dotted"></div>
|
|
<div class="sheet-col-1-2 sheet-padl sheet-padr sheet-center sheet-border-right-dotted"><span class="sheet-rt-key">CoS</span><br/><span class="sheet-rt-value">{{weaponeffectcos2}}</span></div>
|
|
<div class="sheet-col-1-2 sheet-padl sheet-padr sheet-center sheet-border-left-dotted"><span class="sheet-rt-key">Roll</span><br/><span class="sheet-rt-value">{{weaponeffectroll2}}</span></div>
|
|
<div class="sheet-col-1 sheet-border-bottom-dotted"></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-top-dotted"></div>
|
|
<div class="sheet-col-1-2 sheet-padl sheet-padr sheet-center sheet-border-right-dotted"><span class="sheet-rt-key">CoS</span><br/><span class="sheet-rt-value">{{weaponeffectcos3}}</span></div>
|
|
<div class="sheet-col-1-2 sheet-padl sheet-padr sheet-center sheet-border-left-dotted"><span class="sheet-rt-key">Roll</span><br/><span class="sheet-rt-value">{{weaponeffectroll3}}</span></div>
|
|
<div class="sheet-col-1 sheet-border-bottom-dotted"></div>
|
|
</div>
|
|
{{/weaponshoweffect3}}
|
|
|
|
<!--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">Intellect</div>
|
|
<div class="sheet-col-7-12 sheet-padr sheet-rt-value">{{scan_intelligence}}</div>
|
|
</div>
|
|
|
|
<div class="sheet-row">
|
|
<div class="sheet-col-5-12 sheet-padl sheet-padr sheet-rt-key">Category</div>
|
|
<div class="sheet-col-7-12 sheet-padr sheet-rt-value">{{scan_monster_category}}</div>
|
|
</div>
|
|
|
|
<div class="sheet-row">
|
|
<div class="sheet-col-5-12 sheet-padl sheet-padr sheet-rt-key">Reaction</div>
|
|
<div class="sheet-col-7-12 sheet-padr sheet-rt-value">{{scan_reaction}}</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">XP</span><br/><span class="sheet-rt-value">{{scan_xp}}</span></div>
|
|
<div class="sheet-col-1-2 sheet-padl sheet-padr sheet-center sheet-border-left-dotted"><span class="sheet-rt-key">Gil</span><br/><span class="sheet-rt-value">{{scan_gil}}</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">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">Common Item 40%</div>
|
|
<div class="sheet-col-7-12 sheet-padr sheet-rt-value">{{scan_common_item}}</div>
|
|
</div>
|
|
|
|
<div class="sheet-row">
|
|
<div class="sheet-col-5-12 sheet-padl sheet-padr sheet-rt-key">Uncommon Item 20%</div>
|
|
<div class="sheet-col-7-12 sheet-padr sheet-rt-value">{{scan_uncommon_item}}</div>
|
|
</div>
|
|
|
|
<div class="sheet-row">
|
|
<div class="sheet-col-5-12 sheet-padl sheet-padr sheet-rt-key">Rare Item 10%</div>
|
|
<div class="sheet-col-7-12 sheet-padr sheet-rt-value">{{scan_rare_item}}</div>
|
|
</div>
|
|
|
|
<div class="sheet-row">
|
|
<div class="sheet-col-5-12 sheet-padl sheet-padr sheet-rt-key">Very Rare Item 5%</div>
|
|
<div class="sheet-col-7-12 sheet-padr sheet-rt-value">{{scan_veryrare_item}}</div>
|
|
</div>
|
|
|
|
<div class="sheet-row">
|
|
<div class="sheet-col-5-12 sheet-padl sheet-padr sheet-rt-key">App</div>
|
|
<div class="sheet-col-7-12 sheet-padr sheet-rt-value">{{scan_appearance}}</div>
|
|
</div>
|
|
|
|
<div class="sheet-row">
|
|
<div class="sheet-col-5-12 sheet-padl sheet-padr sheet-rt-key">Behavior</div>
|
|
<div class="sheet-col-7-12 sheet-padr sheet-rt-value">{{scan_behavior}}</div>
|
|
</div>
|
|
{{/scan}}
|
|
|
|
<!--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>
|
|
|
|
|
|
|
|
|