mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 03:40:32 +00:00
4008 lines
468 KiB
HTML
4008 lines
468 KiB
HTML
<div class="hopepunk-sheet">
|
||
<input type="hidden" name="attr_hp_initialized" value="0">
|
||
<input type="hidden" name="attr_strain_disadvantage" value="0">
|
||
<input type="hidden" name="attr_adv_effective_die" value="1d4">
|
||
<input type="hidden" name="attr_dis_effective_die" value="1d4">
|
||
<input type="hidden" name="attr_adv_effective_note" value="+1d4">
|
||
<input type="hidden" name="attr_dis_effective_note" value="-1d4">
|
||
<header class="sheet-header">
|
||
<div>
|
||
<h1>HOPE//PUNK</h1>
|
||
<label>Character Name <input type="text" name="attr_character_name"></label>
|
||
</div>
|
||
<div class="header-grid">
|
||
<label>Player Name <input type="text" name="attr_player_name"></label>
|
||
<label>Samurai Handle <input type="text" name="attr_samurai_handle"></label>
|
||
<label>LVL <input type="number" name="attr_level" value="1"></label>
|
||
<div class="move-fly-pair">
|
||
<label>Move <input type="number" name="attr_movement_speed" value="0"></label>
|
||
<label>Fly <input type="number" name="attr_fly" value="0"></label>
|
||
</div>
|
||
<label class="npc-override-label">NPC Override <input class="npc-override-check" type="checkbox" name="attr_npc_override" value="1"></label>
|
||
<div class="npc-override-fields">
|
||
<label>NPC HP Max <input type="number" name="attr_npc_hp_max" value="0"></label>
|
||
<label>NPC Damage Negation <input type="number" name="attr_npc_damage_negation" value="0"></label>
|
||
</div>
|
||
<label>HP <input type="number" name="attr_hp"> / <input type="number" name="attr_hp_max_total" value="0" readonly></label>
|
||
<label>SP <input type="number" name="attr_sp_current" value="0"> / <input type="number" name="attr_sp_given" value="0"></label>
|
||
<label>Money <input type="number" name="attr_money" value="0"></label>
|
||
<label>SP Spent from Gear <input type="number" name="attr_sp_spent" value="0" readonly></label>
|
||
<label>Strain <input type="number" name="attr_strain_current" value="0" readonly> / <input type="number" name="attr_strain_max" value="3" readonly></label>
|
||
<label class="wide">Strain Status <input class="strain-status" type="text" name="attr_strain_status" value="" readonly title="Strain penalties: at or below max = none; over by 1 = Evasion and Physique -1; over by 2 = Evasion and Physique -2 plus combat rolls -1; over by 3+ = Evasion and Physique -3, HP Max -2, and normal rolls suffer -1d4."></label>
|
||
<label>Wounds <input type="number" name="attr_wounds" value="0"></label>
|
||
<label>Evasion <input type="number" name="attr_evasion" value="0" readonly></label>
|
||
<label>Damage Negation <input type="number" name="attr_damage_negation" value="0" readonly></label>
|
||
<label>Adv/Dis
|
||
<select name="attr_advdis_level" title="Temporary advantage/disadvantage strength used by all Adv. and Dis. buttons">
|
||
<option value="1" selected>1 / d4</option>
|
||
<option value="2">2 / d6</option>
|
||
<option value="3">3 / d8</option>
|
||
<option value="4">4 / d12</option>
|
||
<option value="5">5+ / d20</option>
|
||
</select>
|
||
</label>
|
||
<label>Proficiencies <input type="number" name="attr_proficiency_used" value="0" readonly> / <input type="number" name="attr_proficiency_allowed" value="2" readonly></label>
|
||
</div>
|
||
</header>
|
||
|
||
<section class="box">
|
||
<h2>Background</h2>
|
||
<label>Background <input type="text" name="attr_background"></label>
|
||
<label>Background Ability <textarea name="attr_background_ability"></textarea></label>
|
||
<label>Feats & Feat Abilities <textarea name="attr_feats"></textarea></label>
|
||
</section>
|
||
<section class="box">
|
||
<h2>Skills</h2>
|
||
<p class="hint">Proficiency is a checkbox. Skill Exp is spent only on that specific skill: every 10 Exp counts as 1 improvement point toward that skill. Advantage adds the selected Adv/Dis die; Disadvantage subtracts the selected Adv/Dis die. Skill checks use 1d20.</p>
|
||
<div class="skill-row skill-header">
|
||
<div>Skill</div><div>Exp.</div><div>Lvl</div><div>Gear</div><div>Prof.</div><div>Total</div><div>Roll</div><div>Adv.</div><div>Dis.</div><div>Mark</div><div>Advance</div>
|
||
</div>
|
||
<div class="skill-category">COMBAT // VIOLENCE</div><div class="skill-row">
|
||
<div class="skill-name">Small Arms</div>
|
||
<input type="number" name="attr_small_arms_exp" value="0" title="Failure XP / experience">
|
||
<input type="number" name="attr_small_arms_lvl" value="0" title="Skill level">
|
||
<input type="number" name="attr_small_arms_gear" value="0" readonly title="Automatic gear bonus">
|
||
<input class="prof-check" type="checkbox" name="attr_small_arms_prof" value="1" title="Proficiency: adds +1d6 to skill checks">
|
||
<input type="number" name="attr_small_arms_total" value="0" readonly title="Total flat modifier: level + gear">
|
||
<input type="hidden" name="attr_small_arms_strain_penalty" value="0">
|
||
<input type="hidden" name="attr_small_arms_strain_note" value="">
|
||
<button class="skill-roll" type="roll" name="roll_small_arms" value="&{template:hopepunk} {{name=Small Arms}} {{Roll=[[1d20 + @{small_arms_total} + @{small_arms_prof}d6 + @{small_arms_strain_penalty} - @{strain_disadvantage}d4]]}} {{Strain=@{small_arms_strain_note}}}"></button>
|
||
<button class="advantage-roll" type="roll" name="roll_small_arms_advantage" value="&{template:hopepunk} {{name=Small Arms — Advantage}} {{Roll=[[1d20 + @{small_arms_total} + @{small_arms_prof}d6 + @{small_arms_strain_penalty} + @{adv_effective_die}]]}} {{Strain=@{small_arms_strain_note}}} {{Advantage=@{adv_effective_note}}}"></button>
|
||
<button class="disadvantage-roll" type="roll" name="roll_small_arms_disadvantage" value="&{template:hopepunk} {{name=Small Arms — Disadvantage}} {{Roll=[[1d20 + @{small_arms_total} + @{small_arms_prof}d6 + @{small_arms_strain_penalty} - @{dis_effective_die}]]}} {{Strain=@{small_arms_strain_note}}} {{Disadvantage=@{dis_effective_note}}}"></button>
|
||
<button type="action" name="act_mark_small_arms">+Fail</button>
|
||
<input class="advance-status" type="text" name="attr_small_arms_status" value="" readonly title="Shows when this skill has enough XP to improve">
|
||
</div><div class="skill-row">
|
||
<div class="skill-name">Big Guns</div>
|
||
<input type="number" name="attr_big_guns_exp" value="0" title="Failure XP / experience">
|
||
<input type="number" name="attr_big_guns_lvl" value="0" title="Skill level">
|
||
<input type="number" name="attr_big_guns_gear" value="0" readonly title="Automatic gear bonus">
|
||
<input class="prof-check" type="checkbox" name="attr_big_guns_prof" value="1" title="Proficiency: adds +1d6 to skill checks">
|
||
<input type="number" name="attr_big_guns_total" value="0" readonly title="Total flat modifier: level + gear">
|
||
<input type="hidden" name="attr_big_guns_strain_penalty" value="0">
|
||
<input type="hidden" name="attr_big_guns_strain_note" value="">
|
||
<button class="skill-roll" type="roll" name="roll_big_guns" value="&{template:hopepunk} {{name=Big Guns}} {{Roll=[[1d20 + @{big_guns_total} + @{big_guns_prof}d6 + @{big_guns_strain_penalty} - @{strain_disadvantage}d4]]}} {{Strain=@{big_guns_strain_note}}}"></button>
|
||
<button class="advantage-roll" type="roll" name="roll_big_guns_advantage" value="&{template:hopepunk} {{name=Big Guns — Advantage}} {{Roll=[[1d20 + @{big_guns_total} + @{big_guns_prof}d6 + @{big_guns_strain_penalty} + @{adv_effective_die}]]}} {{Strain=@{big_guns_strain_note}}} {{Advantage=@{adv_effective_note}}}"></button>
|
||
<button class="disadvantage-roll" type="roll" name="roll_big_guns_disadvantage" value="&{template:hopepunk} {{name=Big Guns — Disadvantage}} {{Roll=[[1d20 + @{big_guns_total} + @{big_guns_prof}d6 + @{big_guns_strain_penalty} - @{dis_effective_die}]]}} {{Strain=@{big_guns_strain_note}}} {{Disadvantage=@{dis_effective_note}}}"></button>
|
||
<button type="action" name="act_mark_big_guns">+Fail</button>
|
||
<input class="advance-status" type="text" name="attr_big_guns_status" value="" readonly title="Shows when this skill has enough XP to improve">
|
||
</div><div class="skill-row">
|
||
<div class="skill-name">Blades</div>
|
||
<input type="number" name="attr_blades_exp" value="0" title="Failure XP / experience">
|
||
<input type="number" name="attr_blades_lvl" value="0" title="Skill level">
|
||
<input type="number" name="attr_blades_gear" value="0" readonly title="Automatic gear bonus">
|
||
<input class="prof-check" type="checkbox" name="attr_blades_prof" value="1" title="Proficiency: adds +1d6 to skill checks">
|
||
<input type="number" name="attr_blades_total" value="0" readonly title="Total flat modifier: level + gear">
|
||
<input type="hidden" name="attr_blades_strain_penalty" value="0">
|
||
<input type="hidden" name="attr_blades_strain_note" value="">
|
||
<button class="skill-roll" type="roll" name="roll_blades" value="&{template:hopepunk} {{name=Blades}} {{Roll=[[1d20 + @{blades_total} + @{blades_prof}d6 + @{blades_strain_penalty} - @{strain_disadvantage}d4]]}} {{Strain=@{blades_strain_note}}}"></button>
|
||
<button class="advantage-roll" type="roll" name="roll_blades_advantage" value="&{template:hopepunk} {{name=Blades — Advantage}} {{Roll=[[1d20 + @{blades_total} + @{blades_prof}d6 + @{blades_strain_penalty} + @{adv_effective_die}]]}} {{Strain=@{blades_strain_note}}} {{Advantage=@{adv_effective_note}}}"></button>
|
||
<button class="disadvantage-roll" type="roll" name="roll_blades_disadvantage" value="&{template:hopepunk} {{name=Blades — Disadvantage}} {{Roll=[[1d20 + @{blades_total} + @{blades_prof}d6 + @{blades_strain_penalty} - @{dis_effective_die}]]}} {{Strain=@{blades_strain_note}}} {{Disadvantage=@{dis_effective_note}}}"></button>
|
||
<button type="action" name="act_mark_blades">+Fail</button>
|
||
<input class="advance-status" type="text" name="attr_blades_status" value="" readonly title="Shows when this skill has enough XP to improve">
|
||
</div><div class="skill-row">
|
||
<div class="skill-name">Melee Combat</div>
|
||
<input type="number" name="attr_melee_combat_exp" value="0" title="Failure XP / experience">
|
||
<input type="number" name="attr_melee_combat_lvl" value="0" title="Skill level">
|
||
<input type="number" name="attr_melee_combat_gear" value="0" readonly title="Automatic gear bonus">
|
||
<input class="prof-check" type="checkbox" name="attr_melee_combat_prof" value="1" title="Proficiency: adds +1d6 to skill checks">
|
||
<input type="number" name="attr_melee_combat_total" value="0" readonly title="Total flat modifier: level + gear">
|
||
<input type="hidden" name="attr_melee_combat_strain_penalty" value="0">
|
||
<input type="hidden" name="attr_melee_combat_strain_note" value="">
|
||
<button class="skill-roll" type="roll" name="roll_melee_combat" value="&{template:hopepunk} {{name=Melee Combat}} {{Roll=[[1d20 + @{melee_combat_total} + @{melee_combat_prof}d6 + @{melee_combat_strain_penalty} - @{strain_disadvantage}d4]]}} {{Strain=@{melee_combat_strain_note}}}"></button>
|
||
<button class="advantage-roll" type="roll" name="roll_melee_combat_advantage" value="&{template:hopepunk} {{name=Melee Combat — Advantage}} {{Roll=[[1d20 + @{melee_combat_total} + @{melee_combat_prof}d6 + @{melee_combat_strain_penalty} + @{adv_effective_die}]]}} {{Strain=@{melee_combat_strain_note}}} {{Advantage=@{adv_effective_note}}}"></button>
|
||
<button class="disadvantage-roll" type="roll" name="roll_melee_combat_disadvantage" value="&{template:hopepunk} {{name=Melee Combat — Disadvantage}} {{Roll=[[1d20 + @{melee_combat_total} + @{melee_combat_prof}d6 + @{melee_combat_strain_penalty} - @{dis_effective_die}]]}} {{Strain=@{melee_combat_strain_note}}} {{Disadvantage=@{dis_effective_note}}}"></button>
|
||
<button type="action" name="act_mark_melee_combat">+Fail</button>
|
||
<input class="advance-status" type="text" name="attr_melee_combat_status" value="" readonly title="Shows when this skill has enough XP to improve">
|
||
</div><div class="skill-row">
|
||
<div class="skill-name">Drone Warfare</div>
|
||
<input type="number" name="attr_drone_warfare_exp" value="0" title="Failure XP / experience">
|
||
<input type="number" name="attr_drone_warfare_lvl" value="0" title="Skill level">
|
||
<input type="number" name="attr_drone_warfare_gear" value="0" readonly title="Automatic gear bonus">
|
||
<input class="prof-check" type="checkbox" name="attr_drone_warfare_prof" value="1" title="Proficiency: adds +1d6 to skill checks">
|
||
<input type="number" name="attr_drone_warfare_total" value="0" readonly title="Total flat modifier: level + gear">
|
||
<input type="hidden" name="attr_drone_warfare_strain_penalty" value="0">
|
||
<input type="hidden" name="attr_drone_warfare_strain_note" value="">
|
||
<button class="skill-roll" type="roll" name="roll_drone_warfare" value="&{template:hopepunk} {{name=Drone Warfare}} {{Roll=[[1d20 + @{drone_warfare_total} + @{drone_warfare_prof}d6 + @{drone_warfare_strain_penalty} - @{strain_disadvantage}d4]]}} {{Strain=@{drone_warfare_strain_note}}}"></button>
|
||
<button class="advantage-roll" type="roll" name="roll_drone_warfare_advantage" value="&{template:hopepunk} {{name=Drone Warfare — Advantage}} {{Roll=[[1d20 + @{drone_warfare_total} + @{drone_warfare_prof}d6 + @{drone_warfare_strain_penalty} + @{adv_effective_die}]]}} {{Strain=@{drone_warfare_strain_note}}} {{Advantage=@{adv_effective_note}}}"></button>
|
||
<button class="disadvantage-roll" type="roll" name="roll_drone_warfare_disadvantage" value="&{template:hopepunk} {{name=Drone Warfare — Disadvantage}} {{Roll=[[1d20 + @{drone_warfare_total} + @{drone_warfare_prof}d6 + @{drone_warfare_strain_penalty} - @{dis_effective_die}]]}} {{Strain=@{drone_warfare_strain_note}}} {{Disadvantage=@{dis_effective_note}}}"></button>
|
||
<button type="action" name="act_mark_drone_warfare">+Fail</button>
|
||
<input class="advance-status" type="text" name="attr_drone_warfare_status" value="" readonly title="Shows when this skill has enough XP to improve">
|
||
</div><div class="skill-row">
|
||
<div class="skill-name">Demolitions</div>
|
||
<input type="number" name="attr_demolitions_exp" value="0" title="Failure XP / experience">
|
||
<input type="number" name="attr_demolitions_lvl" value="0" title="Skill level">
|
||
<input type="number" name="attr_demolitions_gear" value="0" readonly title="Automatic gear bonus">
|
||
<input class="prof-check" type="checkbox" name="attr_demolitions_prof" value="1" title="Proficiency: adds +1d6 to skill checks">
|
||
<input type="number" name="attr_demolitions_total" value="0" readonly title="Total flat modifier: level + gear">
|
||
<input type="hidden" name="attr_demolitions_strain_penalty" value="0">
|
||
<input type="hidden" name="attr_demolitions_strain_note" value="">
|
||
<button class="skill-roll" type="roll" name="roll_demolitions" value="&{template:hopepunk} {{name=Demolitions}} {{Roll=[[1d20 + @{demolitions_total} + @{demolitions_prof}d6 + @{demolitions_strain_penalty} - @{strain_disadvantage}d4]]}} {{Strain=@{demolitions_strain_note}}}"></button>
|
||
<button class="advantage-roll" type="roll" name="roll_demolitions_advantage" value="&{template:hopepunk} {{name=Demolitions — Advantage}} {{Roll=[[1d20 + @{demolitions_total} + @{demolitions_prof}d6 + @{demolitions_strain_penalty} + @{adv_effective_die}]]}} {{Strain=@{demolitions_strain_note}}} {{Advantage=@{adv_effective_note}}}"></button>
|
||
<button class="disadvantage-roll" type="roll" name="roll_demolitions_disadvantage" value="&{template:hopepunk} {{name=Demolitions — Disadvantage}} {{Roll=[[1d20 + @{demolitions_total} + @{demolitions_prof}d6 + @{demolitions_strain_penalty} - @{dis_effective_die}]]}} {{Strain=@{demolitions_strain_note}}} {{Disadvantage=@{dis_effective_note}}}"></button>
|
||
<button type="action" name="act_mark_demolitions">+Fail</button>
|
||
<input class="advance-status" type="text" name="attr_demolitions_status" value="" readonly title="Shows when this skill has enough XP to improve">
|
||
</div><div class="skill-row">
|
||
<div class="skill-name">Evasion</div>
|
||
<input type="number" name="attr_evasion_skill_exp" value="0" title="Failure XP / experience">
|
||
<input type="number" name="attr_evasion_skill_lvl" value="0" title="Skill level">
|
||
<input type="number" name="attr_evasion_skill_gear" value="0" readonly title="Automatic gear bonus">
|
||
<input class="prof-check" type="checkbox" name="attr_evasion_skill_prof" value="1" title="Proficiency: adds +1d6 to skill checks">
|
||
<input type="number" name="attr_evasion_skill_total" value="0" readonly title="Total flat modifier: level + gear">
|
||
<input type="hidden" name="attr_evasion_skill_strain_penalty" value="0">
|
||
<input type="hidden" name="attr_evasion_skill_strain_note" value="">
|
||
<button class="skill-roll" type="roll" name="roll_evasion_skill" value="&{template:hopepunk} {{name=Evasion}} {{Roll=[[1d20 + @{evasion_skill_total} + @{evasion_skill_prof}d6 + @{evasion_skill_strain_penalty} - @{strain_disadvantage}d4]]}} {{Strain=@{evasion_skill_strain_note}}}"></button>
|
||
<button class="advantage-roll" type="roll" name="roll_evasion_skill_advantage" value="&{template:hopepunk} {{name=Evasion — Advantage}} {{Roll=[[1d20 + @{evasion_skill_total} + @{evasion_skill_prof}d6 + @{evasion_skill_strain_penalty} + @{adv_effective_die}]]}} {{Strain=@{evasion_skill_strain_note}}} {{Advantage=@{adv_effective_note}}}"></button>
|
||
<button class="disadvantage-roll" type="roll" name="roll_evasion_skill_disadvantage" value="&{template:hopepunk} {{name=Evasion — Disadvantage}} {{Roll=[[1d20 + @{evasion_skill_total} + @{evasion_skill_prof}d6 + @{evasion_skill_strain_penalty} - @{dis_effective_die}]]}} {{Strain=@{evasion_skill_strain_note}}} {{Disadvantage=@{dis_effective_note}}}"></button>
|
||
<button type="action" name="act_mark_evasion_skill">+Fail</button>
|
||
<input class="advance-status" type="text" name="attr_evasion_skill_status" value="" readonly title="Shows when this skill has enough XP to improve">
|
||
</div><div class="skill-row">
|
||
<div class="skill-name">Physique</div>
|
||
<input type="number" name="attr_physique_exp" value="0" title="Failure XP / experience">
|
||
<input type="number" name="attr_physique_lvl" value="0" title="Skill level">
|
||
<input type="number" name="attr_physique_gear" value="0" readonly title="Automatic gear bonus">
|
||
<input class="prof-check" type="checkbox" name="attr_physique_prof" value="1" title="Proficiency: adds +1d6 to skill checks">
|
||
<input type="number" name="attr_physique_total" value="0" readonly title="Total flat modifier: level + gear">
|
||
<input type="hidden" name="attr_physique_strain_penalty" value="0">
|
||
<input type="hidden" name="attr_physique_strain_note" value="">
|
||
<button class="skill-roll" type="roll" name="roll_physique" value="&{template:hopepunk} {{name=Physique}} {{Roll=[[1d20 + @{physique_total} + @{physique_prof}d6 + @{physique_strain_penalty} - @{strain_disadvantage}d4]]}} {{Strain=@{physique_strain_note}}}"></button>
|
||
<button class="advantage-roll" type="roll" name="roll_physique_advantage" value="&{template:hopepunk} {{name=Physique — Advantage}} {{Roll=[[1d20 + @{physique_total} + @{physique_prof}d6 + @{physique_strain_penalty} + @{adv_effective_die}]]}} {{Strain=@{physique_strain_note}}} {{Advantage=@{adv_effective_note}}}"></button>
|
||
<button class="disadvantage-roll" type="roll" name="roll_physique_disadvantage" value="&{template:hopepunk} {{name=Physique — Disadvantage}} {{Roll=[[1d20 + @{physique_total} + @{physique_prof}d6 + @{physique_strain_penalty} - @{dis_effective_die}]]}} {{Strain=@{physique_strain_note}}} {{Disadvantage=@{dis_effective_note}}}"></button>
|
||
<button type="action" name="act_mark_physique">+Fail</button>
|
||
<input class="advance-status" type="text" name="attr_physique_status" value="" readonly title="Shows when this skill has enough XP to improve">
|
||
</div><div class="skill-category">CYBERNETICS // TECHNOLOGY</div><div class="skill-row">
|
||
<div class="skill-name">Hacking</div>
|
||
<input type="number" name="attr_hacking_exp" value="0" title="Failure XP / experience">
|
||
<input type="number" name="attr_hacking_lvl" value="0" title="Skill level">
|
||
<input type="number" name="attr_hacking_gear" value="0" readonly title="Automatic gear bonus">
|
||
<input class="prof-check" type="checkbox" name="attr_hacking_prof" value="1" title="Proficiency: adds +1d6 to skill checks">
|
||
<input type="number" name="attr_hacking_total" value="0" readonly title="Total flat modifier: level + gear">
|
||
<input type="hidden" name="attr_hacking_strain_penalty" value="0">
|
||
<input type="hidden" name="attr_hacking_strain_note" value="">
|
||
<button class="skill-roll" type="roll" name="roll_hacking" value="&{template:hopepunk} {{name=Hacking}} {{Roll=[[1d20 + @{hacking_total} + @{hacking_prof}d6 + @{hacking_strain_penalty} - @{strain_disadvantage}d4]]}} {{Strain=@{hacking_strain_note}}}"></button>
|
||
<button class="advantage-roll" type="roll" name="roll_hacking_advantage" value="&{template:hopepunk} {{name=Hacking — Advantage}} {{Roll=[[1d20 + @{hacking_total} + @{hacking_prof}d6 + @{hacking_strain_penalty} + @{adv_effective_die}]]}} {{Strain=@{hacking_strain_note}}} {{Advantage=@{adv_effective_note}}}"></button>
|
||
<button class="disadvantage-roll" type="roll" name="roll_hacking_disadvantage" value="&{template:hopepunk} {{name=Hacking — Disadvantage}} {{Roll=[[1d20 + @{hacking_total} + @{hacking_prof}d6 + @{hacking_strain_penalty} - @{dis_effective_die}]]}} {{Strain=@{hacking_strain_note}}} {{Disadvantage=@{dis_effective_note}}}"></button>
|
||
<button type="action" name="act_mark_hacking">+Fail</button>
|
||
<input class="advance-status" type="text" name="attr_hacking_status" value="" readonly title="Shows when this skill has enough XP to improve">
|
||
</div><div class="skill-row">
|
||
<div class="skill-name">Cybernetics Handling</div>
|
||
<input type="number" name="attr_cybernetics_handling_exp" value="0" title="Failure XP / experience">
|
||
<input type="number" name="attr_cybernetics_handling_lvl" value="0" title="Skill level">
|
||
<input type="number" name="attr_cybernetics_handling_gear" value="0" readonly title="Automatic gear bonus">
|
||
<input class="prof-check" type="checkbox" name="attr_cybernetics_handling_prof" value="1" title="Proficiency: adds +1d6 to skill checks">
|
||
<input type="number" name="attr_cybernetics_handling_total" value="0" readonly title="Total flat modifier: level + gear">
|
||
<input type="hidden" name="attr_cybernetics_handling_strain_penalty" value="0">
|
||
<input type="hidden" name="attr_cybernetics_handling_strain_note" value="">
|
||
<button class="skill-roll" type="roll" name="roll_cybernetics_handling" value="&{template:hopepunk} {{name=Cybernetics Handling}} {{Roll=[[1d20 + @{cybernetics_handling_total} + @{cybernetics_handling_prof}d6 + @{cybernetics_handling_strain_penalty} - @{strain_disadvantage}d4]]}} {{Strain=@{cybernetics_handling_strain_note}}}"></button>
|
||
<button class="advantage-roll" type="roll" name="roll_cybernetics_handling_advantage" value="&{template:hopepunk} {{name=Cybernetics Handling — Advantage}} {{Roll=[[1d20 + @{cybernetics_handling_total} + @{cybernetics_handling_prof}d6 + @{cybernetics_handling_strain_penalty} + @{adv_effective_die}]]}} {{Strain=@{cybernetics_handling_strain_note}}} {{Advantage=@{adv_effective_note}}}"></button>
|
||
<button class="disadvantage-roll" type="roll" name="roll_cybernetics_handling_disadvantage" value="&{template:hopepunk} {{name=Cybernetics Handling — Disadvantage}} {{Roll=[[1d20 + @{cybernetics_handling_total} + @{cybernetics_handling_prof}d6 + @{cybernetics_handling_strain_penalty} - @{dis_effective_die}]]}} {{Strain=@{cybernetics_handling_strain_note}}} {{Disadvantage=@{dis_effective_note}}}"></button>
|
||
<button type="action" name="act_mark_cybernetics_handling">+Fail</button>
|
||
<input class="advance-status" type="text" name="attr_cybernetics_handling_status" value="" readonly title="Shows when this skill has enough XP to improve">
|
||
</div><div class="skill-row">
|
||
<div class="skill-name">Sabotage</div>
|
||
<input type="number" name="attr_sabotage_exp" value="0" title="Failure XP / experience">
|
||
<input type="number" name="attr_sabotage_lvl" value="0" title="Skill level">
|
||
<input type="number" name="attr_sabotage_gear" value="0" readonly title="Automatic gear bonus">
|
||
<input class="prof-check" type="checkbox" name="attr_sabotage_prof" value="1" title="Proficiency: adds +1d6 to skill checks">
|
||
<input type="number" name="attr_sabotage_total" value="0" readonly title="Total flat modifier: level + gear">
|
||
<input type="hidden" name="attr_sabotage_strain_penalty" value="0">
|
||
<input type="hidden" name="attr_sabotage_strain_note" value="">
|
||
<button class="skill-roll" type="roll" name="roll_sabotage" value="&{template:hopepunk} {{name=Sabotage}} {{Roll=[[1d20 + @{sabotage_total} + @{sabotage_prof}d6 + @{sabotage_strain_penalty} - @{strain_disadvantage}d4]]}} {{Strain=@{sabotage_strain_note}}}"></button>
|
||
<button class="advantage-roll" type="roll" name="roll_sabotage_advantage" value="&{template:hopepunk} {{name=Sabotage — Advantage}} {{Roll=[[1d20 + @{sabotage_total} + @{sabotage_prof}d6 + @{sabotage_strain_penalty} + @{adv_effective_die}]]}} {{Strain=@{sabotage_strain_note}}} {{Advantage=@{adv_effective_note}}}"></button>
|
||
<button class="disadvantage-roll" type="roll" name="roll_sabotage_disadvantage" value="&{template:hopepunk} {{name=Sabotage — Disadvantage}} {{Roll=[[1d20 + @{sabotage_total} + @{sabotage_prof}d6 + @{sabotage_strain_penalty} - @{dis_effective_die}]]}} {{Strain=@{sabotage_strain_note}}} {{Disadvantage=@{dis_effective_note}}}"></button>
|
||
<button type="action" name="act_mark_sabotage">+Fail</button>
|
||
<input class="advance-status" type="text" name="attr_sabotage_status" value="" readonly title="Shows when this skill has enough XP to improve">
|
||
</div><div class="skill-row">
|
||
<div class="skill-name">Jury-Rigging</div>
|
||
<input type="number" name="attr_jury_rigging_exp" value="0" title="Failure XP / experience">
|
||
<input type="number" name="attr_jury_rigging_lvl" value="0" title="Skill level">
|
||
<input type="number" name="attr_jury_rigging_gear" value="0" readonly title="Automatic gear bonus">
|
||
<input class="prof-check" type="checkbox" name="attr_jury_rigging_prof" value="1" title="Proficiency: adds +1d6 to skill checks">
|
||
<input type="number" name="attr_jury_rigging_total" value="0" readonly title="Total flat modifier: level + gear">
|
||
<input type="hidden" name="attr_jury_rigging_strain_penalty" value="0">
|
||
<input type="hidden" name="attr_jury_rigging_strain_note" value="">
|
||
<button class="skill-roll" type="roll" name="roll_jury_rigging" value="&{template:hopepunk} {{name=Jury-Rigging}} {{Roll=[[1d20 + @{jury_rigging_total} + @{jury_rigging_prof}d6 + @{jury_rigging_strain_penalty} - @{strain_disadvantage}d4]]}} {{Strain=@{jury_rigging_strain_note}}}"></button>
|
||
<button class="advantage-roll" type="roll" name="roll_jury_rigging_advantage" value="&{template:hopepunk} {{name=Jury-Rigging — Advantage}} {{Roll=[[1d20 + @{jury_rigging_total} + @{jury_rigging_prof}d6 + @{jury_rigging_strain_penalty} + @{adv_effective_die}]]}} {{Strain=@{jury_rigging_strain_note}}} {{Advantage=@{adv_effective_note}}}"></button>
|
||
<button class="disadvantage-roll" type="roll" name="roll_jury_rigging_disadvantage" value="&{template:hopepunk} {{name=Jury-Rigging — Disadvantage}} {{Roll=[[1d20 + @{jury_rigging_total} + @{jury_rigging_prof}d6 + @{jury_rigging_strain_penalty} - @{dis_effective_die}]]}} {{Strain=@{jury_rigging_strain_note}}} {{Disadvantage=@{dis_effective_note}}}"></button>
|
||
<button type="action" name="act_mark_jury_rigging">+Fail</button>
|
||
<input class="advance-status" type="text" name="attr_jury_rigging_status" value="" readonly title="Shows when this skill has enough XP to improve">
|
||
</div><div class="skill-row">
|
||
<div class="skill-name">Engineering</div>
|
||
<input type="number" name="attr_engineering_exp" value="0" title="Failure XP / experience">
|
||
<input type="number" name="attr_engineering_lvl" value="0" title="Skill level">
|
||
<input type="number" name="attr_engineering_gear" value="0" readonly title="Automatic gear bonus">
|
||
<input class="prof-check" type="checkbox" name="attr_engineering_prof" value="1" title="Proficiency: adds +1d6 to skill checks">
|
||
<input type="number" name="attr_engineering_total" value="0" readonly title="Total flat modifier: level + gear">
|
||
<input type="hidden" name="attr_engineering_strain_penalty" value="0">
|
||
<input type="hidden" name="attr_engineering_strain_note" value="">
|
||
<button class="skill-roll" type="roll" name="roll_engineering" value="&{template:hopepunk} {{name=Engineering}} {{Roll=[[1d20 + @{engineering_total} + @{engineering_prof}d6 + @{engineering_strain_penalty} - @{strain_disadvantage}d4]]}} {{Strain=@{engineering_strain_note}}}"></button>
|
||
<button class="advantage-roll" type="roll" name="roll_engineering_advantage" value="&{template:hopepunk} {{name=Engineering — Advantage}} {{Roll=[[1d20 + @{engineering_total} + @{engineering_prof}d6 + @{engineering_strain_penalty} + @{adv_effective_die}]]}} {{Strain=@{engineering_strain_note}}} {{Advantage=@{adv_effective_note}}}"></button>
|
||
<button class="disadvantage-roll" type="roll" name="roll_engineering_disadvantage" value="&{template:hopepunk} {{name=Engineering — Disadvantage}} {{Roll=[[1d20 + @{engineering_total} + @{engineering_prof}d6 + @{engineering_strain_penalty} - @{dis_effective_die}]]}} {{Strain=@{engineering_strain_note}}} {{Disadvantage=@{dis_effective_note}}}"></button>
|
||
<button type="action" name="act_mark_engineering">+Fail</button>
|
||
<input class="advance-status" type="text" name="attr_engineering_status" value="" readonly title="Shows when this skill has enough XP to improve">
|
||
</div><div class="skill-category">SOCIAL // INFLUENCE</div><div class="skill-row">
|
||
<div class="skill-name">Fast Talk</div>
|
||
<input type="number" name="attr_fast_talk_exp" value="0" title="Failure XP / experience">
|
||
<input type="number" name="attr_fast_talk_lvl" value="0" title="Skill level">
|
||
<input type="number" name="attr_fast_talk_gear" value="0" readonly title="Automatic gear bonus">
|
||
<input class="prof-check" type="checkbox" name="attr_fast_talk_prof" value="1" title="Proficiency: adds +1d6 to skill checks">
|
||
<input type="number" name="attr_fast_talk_total" value="0" readonly title="Total flat modifier: level + gear">
|
||
<input type="hidden" name="attr_fast_talk_strain_penalty" value="0">
|
||
<input type="hidden" name="attr_fast_talk_strain_note" value="">
|
||
<button class="skill-roll" type="roll" name="roll_fast_talk" value="&{template:hopepunk} {{name=Fast Talk}} {{Roll=[[1d20 + @{fast_talk_total} + @{fast_talk_prof}d6 + @{fast_talk_strain_penalty} - @{strain_disadvantage}d4]]}} {{Strain=@{fast_talk_strain_note}}}"></button>
|
||
<button class="advantage-roll" type="roll" name="roll_fast_talk_advantage" value="&{template:hopepunk} {{name=Fast Talk — Advantage}} {{Roll=[[1d20 + @{fast_talk_total} + @{fast_talk_prof}d6 + @{fast_talk_strain_penalty} + @{adv_effective_die}]]}} {{Strain=@{fast_talk_strain_note}}} {{Advantage=@{adv_effective_note}}}"></button>
|
||
<button class="disadvantage-roll" type="roll" name="roll_fast_talk_disadvantage" value="&{template:hopepunk} {{name=Fast Talk — Disadvantage}} {{Roll=[[1d20 + @{fast_talk_total} + @{fast_talk_prof}d6 + @{fast_talk_strain_penalty} - @{dis_effective_die}]]}} {{Strain=@{fast_talk_strain_note}}} {{Disadvantage=@{dis_effective_note}}}"></button>
|
||
<button type="action" name="act_mark_fast_talk">+Fail</button>
|
||
<input class="advance-status" type="text" name="attr_fast_talk_status" value="" readonly title="Shows when this skill has enough XP to improve">
|
||
</div><div class="skill-row">
|
||
<div class="skill-name">Street Cred</div>
|
||
<input type="number" name="attr_street_cred_exp" value="0" title="Failure XP / experience">
|
||
<input type="number" name="attr_street_cred_lvl" value="0" title="Skill level">
|
||
<input type="number" name="attr_street_cred_gear" value="0" readonly title="Automatic gear bonus">
|
||
<input class="prof-check" type="checkbox" name="attr_street_cred_prof" value="1" title="Proficiency: adds +1d6 to skill checks">
|
||
<input type="number" name="attr_street_cred_total" value="0" readonly title="Total flat modifier: level + gear">
|
||
<input type="hidden" name="attr_street_cred_strain_penalty" value="0">
|
||
<input type="hidden" name="attr_street_cred_strain_note" value="">
|
||
<button class="skill-roll" type="roll" name="roll_street_cred" value="&{template:hopepunk} {{name=Street Cred}} {{Roll=[[1d20 + @{street_cred_total} + @{street_cred_prof}d6 + @{street_cred_strain_penalty} - @{strain_disadvantage}d4]]}} {{Strain=@{street_cred_strain_note}}}"></button>
|
||
<button class="advantage-roll" type="roll" name="roll_street_cred_advantage" value="&{template:hopepunk} {{name=Street Cred — Advantage}} {{Roll=[[1d20 + @{street_cred_total} + @{street_cred_prof}d6 + @{street_cred_strain_penalty} + @{adv_effective_die}]]}} {{Strain=@{street_cred_strain_note}}} {{Advantage=@{adv_effective_note}}}"></button>
|
||
<button class="disadvantage-roll" type="roll" name="roll_street_cred_disadvantage" value="&{template:hopepunk} {{name=Street Cred — Disadvantage}} {{Roll=[[1d20 + @{street_cred_total} + @{street_cred_prof}d6 + @{street_cred_strain_penalty} - @{dis_effective_die}]]}} {{Strain=@{street_cred_strain_note}}} {{Disadvantage=@{dis_effective_note}}}"></button>
|
||
<button type="action" name="act_mark_street_cred">+Fail</button>
|
||
<input class="advance-status" type="text" name="attr_street_cred_status" value="" readonly title="Shows when this skill has enough XP to improve">
|
||
</div><div class="skill-row">
|
||
<div class="skill-name">Underworld</div>
|
||
<input type="number" name="attr_underworld_exp" value="0" title="Failure XP / experience">
|
||
<input type="number" name="attr_underworld_lvl" value="0" title="Skill level">
|
||
<input type="number" name="attr_underworld_gear" value="0" readonly title="Automatic gear bonus">
|
||
<input class="prof-check" type="checkbox" name="attr_underworld_prof" value="1" title="Proficiency: adds +1d6 to skill checks">
|
||
<input type="number" name="attr_underworld_total" value="0" readonly title="Total flat modifier: level + gear">
|
||
<input type="hidden" name="attr_underworld_strain_penalty" value="0">
|
||
<input type="hidden" name="attr_underworld_strain_note" value="">
|
||
<button class="skill-roll" type="roll" name="roll_underworld" value="&{template:hopepunk} {{name=Underworld}} {{Roll=[[1d20 + @{underworld_total} + @{underworld_prof}d6 + @{underworld_strain_penalty} - @{strain_disadvantage}d4]]}} {{Strain=@{underworld_strain_note}}}"></button>
|
||
<button class="advantage-roll" type="roll" name="roll_underworld_advantage" value="&{template:hopepunk} {{name=Underworld — Advantage}} {{Roll=[[1d20 + @{underworld_total} + @{underworld_prof}d6 + @{underworld_strain_penalty} + @{adv_effective_die}]]}} {{Strain=@{underworld_strain_note}}} {{Advantage=@{adv_effective_note}}}"></button>
|
||
<button class="disadvantage-roll" type="roll" name="roll_underworld_disadvantage" value="&{template:hopepunk} {{name=Underworld — Disadvantage}} {{Roll=[[1d20 + @{underworld_total} + @{underworld_prof}d6 + @{underworld_strain_penalty} - @{dis_effective_die}]]}} {{Strain=@{underworld_strain_note}}} {{Disadvantage=@{dis_effective_note}}}"></button>
|
||
<button type="action" name="act_mark_underworld">+Fail</button>
|
||
<input class="advance-status" type="text" name="attr_underworld_status" value="" readonly title="Shows when this skill has enough XP to improve">
|
||
</div><div class="skill-row">
|
||
<div class="skill-name">Corporate</div>
|
||
<input type="number" name="attr_corporate_exp" value="0" title="Failure XP / experience">
|
||
<input type="number" name="attr_corporate_lvl" value="0" title="Skill level">
|
||
<input type="number" name="attr_corporate_gear" value="0" readonly title="Automatic gear bonus">
|
||
<input class="prof-check" type="checkbox" name="attr_corporate_prof" value="1" title="Proficiency: adds +1d6 to skill checks">
|
||
<input type="number" name="attr_corporate_total" value="0" readonly title="Total flat modifier: level + gear">
|
||
<input type="hidden" name="attr_corporate_strain_penalty" value="0">
|
||
<input type="hidden" name="attr_corporate_strain_note" value="">
|
||
<button class="skill-roll" type="roll" name="roll_corporate" value="&{template:hopepunk} {{name=Corporate}} {{Roll=[[1d20 + @{corporate_total} + @{corporate_prof}d6 + @{corporate_strain_penalty} - @{strain_disadvantage}d4]]}} {{Strain=@{corporate_strain_note}}}"></button>
|
||
<button class="advantage-roll" type="roll" name="roll_corporate_advantage" value="&{template:hopepunk} {{name=Corporate — Advantage}} {{Roll=[[1d20 + @{corporate_total} + @{corporate_prof}d6 + @{corporate_strain_penalty} + @{adv_effective_die}]]}} {{Strain=@{corporate_strain_note}}} {{Advantage=@{adv_effective_note}}}"></button>
|
||
<button class="disadvantage-roll" type="roll" name="roll_corporate_disadvantage" value="&{template:hopepunk} {{name=Corporate — Disadvantage}} {{Roll=[[1d20 + @{corporate_total} + @{corporate_prof}d6 + @{corporate_strain_penalty} - @{dis_effective_die}]]}} {{Strain=@{corporate_strain_note}}} {{Disadvantage=@{dis_effective_note}}}"></button>
|
||
<button type="action" name="act_mark_corporate">+Fail</button>
|
||
<input class="advance-status" type="text" name="attr_corporate_status" value="" readonly title="Shows when this skill has enough XP to improve">
|
||
</div><div class="skill-row">
|
||
<div class="skill-name">Media</div>
|
||
<input type="number" name="attr_media_exp" value="0" title="Failure XP / experience">
|
||
<input type="number" name="attr_media_lvl" value="0" title="Skill level">
|
||
<input type="number" name="attr_media_gear" value="0" readonly title="Automatic gear bonus">
|
||
<input class="prof-check" type="checkbox" name="attr_media_prof" value="1" title="Proficiency: adds +1d6 to skill checks">
|
||
<input type="number" name="attr_media_total" value="0" readonly title="Total flat modifier: level + gear">
|
||
<input type="hidden" name="attr_media_strain_penalty" value="0">
|
||
<input type="hidden" name="attr_media_strain_note" value="">
|
||
<button class="skill-roll" type="roll" name="roll_media" value="&{template:hopepunk} {{name=Media}} {{Roll=[[1d20 + @{media_total} + @{media_prof}d6 + @{media_strain_penalty} - @{strain_disadvantage}d4]]}} {{Strain=@{media_strain_note}}}"></button>
|
||
<button class="advantage-roll" type="roll" name="roll_media_advantage" value="&{template:hopepunk} {{name=Media — Advantage}} {{Roll=[[1d20 + @{media_total} + @{media_prof}d6 + @{media_strain_penalty} + @{adv_effective_die}]]}} {{Strain=@{media_strain_note}}} {{Advantage=@{adv_effective_note}}}"></button>
|
||
<button class="disadvantage-roll" type="roll" name="roll_media_disadvantage" value="&{template:hopepunk} {{name=Media — Disadvantage}} {{Roll=[[1d20 + @{media_total} + @{media_prof}d6 + @{media_strain_penalty} - @{dis_effective_die}]]}} {{Strain=@{media_strain_note}}} {{Disadvantage=@{dis_effective_note}}}"></button>
|
||
<button type="action" name="act_mark_media">+Fail</button>
|
||
<input class="advance-status" type="text" name="attr_media_status" value="" readonly title="Shows when this skill has enough XP to improve">
|
||
</div><div class="skill-row">
|
||
<div class="skill-name">Persuasion</div>
|
||
<input type="number" name="attr_persuasion_exp" value="0" title="Failure XP / experience">
|
||
<input type="number" name="attr_persuasion_lvl" value="0" title="Skill level">
|
||
<input type="number" name="attr_persuasion_gear" value="0" readonly title="Automatic gear bonus">
|
||
<input class="prof-check" type="checkbox" name="attr_persuasion_prof" value="1" title="Proficiency: adds +1d6 to skill checks">
|
||
<input type="number" name="attr_persuasion_total" value="0" readonly title="Total flat modifier: level + gear">
|
||
<input type="hidden" name="attr_persuasion_strain_penalty" value="0">
|
||
<input type="hidden" name="attr_persuasion_strain_note" value="">
|
||
<button class="skill-roll" type="roll" name="roll_persuasion" value="&{template:hopepunk} {{name=Persuasion}} {{Roll=[[1d20 + @{persuasion_total} + @{persuasion_prof}d6 + @{persuasion_strain_penalty} - @{strain_disadvantage}d4]]}} {{Strain=@{persuasion_strain_note}}}"></button>
|
||
<button class="advantage-roll" type="roll" name="roll_persuasion_advantage" value="&{template:hopepunk} {{name=Persuasion — Advantage}} {{Roll=[[1d20 + @{persuasion_total} + @{persuasion_prof}d6 + @{persuasion_strain_penalty} + @{adv_effective_die}]]}} {{Strain=@{persuasion_strain_note}}} {{Advantage=@{adv_effective_note}}}"></button>
|
||
<button class="disadvantage-roll" type="roll" name="roll_persuasion_disadvantage" value="&{template:hopepunk} {{name=Persuasion — Disadvantage}} {{Roll=[[1d20 + @{persuasion_total} + @{persuasion_prof}d6 + @{persuasion_strain_penalty} - @{dis_effective_die}]]}} {{Strain=@{persuasion_strain_note}}} {{Disadvantage=@{dis_effective_note}}}"></button>
|
||
<button type="action" name="act_mark_persuasion">+Fail</button>
|
||
<input class="advance-status" type="text" name="attr_persuasion_status" value="" readonly title="Shows when this skill has enough XP to improve">
|
||
</div><div class="skill-row">
|
||
<div class="skill-name">Bullying</div>
|
||
<input type="number" name="attr_bullying_exp" value="0" title="Failure XP / experience">
|
||
<input type="number" name="attr_bullying_lvl" value="0" title="Skill level">
|
||
<input type="number" name="attr_bullying_gear" value="0" readonly title="Automatic gear bonus">
|
||
<input class="prof-check" type="checkbox" name="attr_bullying_prof" value="1" title="Proficiency: adds +1d6 to skill checks">
|
||
<input type="number" name="attr_bullying_total" value="0" readonly title="Total flat modifier: level + gear">
|
||
<input type="hidden" name="attr_bullying_strain_penalty" value="0">
|
||
<input type="hidden" name="attr_bullying_strain_note" value="">
|
||
<button class="skill-roll" type="roll" name="roll_bullying" value="&{template:hopepunk} {{name=Bullying}} {{Roll=[[1d20 + @{bullying_total} + @{bullying_prof}d6 + @{bullying_strain_penalty} - @{strain_disadvantage}d4]]}} {{Strain=@{bullying_strain_note}}}"></button>
|
||
<button class="advantage-roll" type="roll" name="roll_bullying_advantage" value="&{template:hopepunk} {{name=Bullying — Advantage}} {{Roll=[[1d20 + @{bullying_total} + @{bullying_prof}d6 + @{bullying_strain_penalty} + @{adv_effective_die}]]}} {{Strain=@{bullying_strain_note}}} {{Advantage=@{adv_effective_note}}}"></button>
|
||
<button class="disadvantage-roll" type="roll" name="roll_bullying_disadvantage" value="&{template:hopepunk} {{name=Bullying — Disadvantage}} {{Roll=[[1d20 + @{bullying_total} + @{bullying_prof}d6 + @{bullying_strain_penalty} - @{dis_effective_die}]]}} {{Strain=@{bullying_strain_note}}} {{Disadvantage=@{dis_effective_note}}}"></button>
|
||
<button type="action" name="act_mark_bullying">+Fail</button>
|
||
<input class="advance-status" type="text" name="attr_bullying_status" value="" readonly title="Shows when this skill has enough XP to improve">
|
||
</div><div class="skill-row">
|
||
<div class="skill-name">Infiltration</div>
|
||
<input type="number" name="attr_infiltration_exp" value="0" title="Failure XP / experience">
|
||
<input type="number" name="attr_infiltration_lvl" value="0" title="Skill level">
|
||
<input type="number" name="attr_infiltration_gear" value="0" readonly title="Automatic gear bonus">
|
||
<input class="prof-check" type="checkbox" name="attr_infiltration_prof" value="1" title="Proficiency: adds +1d6 to skill checks">
|
||
<input type="number" name="attr_infiltration_total" value="0" readonly title="Total flat modifier: level + gear">
|
||
<input type="hidden" name="attr_infiltration_strain_penalty" value="0">
|
||
<input type="hidden" name="attr_infiltration_strain_note" value="">
|
||
<button class="skill-roll" type="roll" name="roll_infiltration" value="&{template:hopepunk} {{name=Infiltration}} {{Roll=[[1d20 + @{infiltration_total} + @{infiltration_prof}d6 + @{infiltration_strain_penalty} - @{strain_disadvantage}d4]]}} {{Strain=@{infiltration_strain_note}}}"></button>
|
||
<button class="advantage-roll" type="roll" name="roll_infiltration_advantage" value="&{template:hopepunk} {{name=Infiltration — Advantage}} {{Roll=[[1d20 + @{infiltration_total} + @{infiltration_prof}d6 + @{infiltration_strain_penalty} + @{adv_effective_die}]]}} {{Strain=@{infiltration_strain_note}}} {{Advantage=@{adv_effective_note}}}"></button>
|
||
<button class="disadvantage-roll" type="roll" name="roll_infiltration_disadvantage" value="&{template:hopepunk} {{name=Infiltration — Disadvantage}} {{Roll=[[1d20 + @{infiltration_total} + @{infiltration_prof}d6 + @{infiltration_strain_penalty} - @{dis_effective_die}]]}} {{Strain=@{infiltration_strain_note}}} {{Disadvantage=@{dis_effective_note}}}"></button>
|
||
<button type="action" name="act_mark_infiltration">+Fail</button>
|
||
<input class="advance-status" type="text" name="attr_infiltration_status" value="" readonly title="Shows when this skill has enough XP to improve">
|
||
</div><div class="skill-row">
|
||
<div class="skill-name">Performance</div>
|
||
<input type="number" name="attr_performance_exp" value="0" title="Failure XP / experience">
|
||
<input type="number" name="attr_performance_lvl" value="0" title="Skill level">
|
||
<input type="number" name="attr_performance_gear" value="0" readonly title="Automatic gear bonus">
|
||
<input class="prof-check" type="checkbox" name="attr_performance_prof" value="1" title="Proficiency: adds +1d6 to skill checks">
|
||
<input type="number" name="attr_performance_total" value="0" readonly title="Total flat modifier: level + gear">
|
||
<input type="hidden" name="attr_performance_strain_penalty" value="0">
|
||
<input type="hidden" name="attr_performance_strain_note" value="">
|
||
<button class="skill-roll" type="roll" name="roll_performance" value="&{template:hopepunk} {{name=Performance}} {{Roll=[[1d20 + @{performance_total} + @{performance_prof}d6 + @{performance_strain_penalty} - @{strain_disadvantage}d4]]}} {{Strain=@{performance_strain_note}}}"></button>
|
||
<button class="advantage-roll" type="roll" name="roll_performance_advantage" value="&{template:hopepunk} {{name=Performance — Advantage}} {{Roll=[[1d20 + @{performance_total} + @{performance_prof}d6 + @{performance_strain_penalty} + @{adv_effective_die}]]}} {{Strain=@{performance_strain_note}}} {{Advantage=@{adv_effective_note}}}"></button>
|
||
<button class="disadvantage-roll" type="roll" name="roll_performance_disadvantage" value="&{template:hopepunk} {{name=Performance — Disadvantage}} {{Roll=[[1d20 + @{performance_total} + @{performance_prof}d6 + @{performance_strain_penalty} - @{dis_effective_die}]]}} {{Strain=@{performance_strain_note}}} {{Disadvantage=@{dis_effective_note}}}"></button>
|
||
<button type="action" name="act_mark_performance">+Fail</button>
|
||
<input class="advance-status" type="text" name="attr_performance_status" value="" readonly title="Shows when this skill has enough XP to improve">
|
||
</div><div class="skill-row">
|
||
<div class="skill-name">Investigation</div>
|
||
<input type="number" name="attr_investigation_exp" value="0" title="Failure XP / experience">
|
||
<input type="number" name="attr_investigation_lvl" value="0" title="Skill level">
|
||
<input type="number" name="attr_investigation_gear" value="0" readonly title="Automatic gear bonus">
|
||
<input class="prof-check" type="checkbox" name="attr_investigation_prof" value="1" title="Proficiency: adds +1d6 to skill checks">
|
||
<input type="number" name="attr_investigation_total" value="0" readonly title="Total flat modifier: level + gear">
|
||
<input type="hidden" name="attr_investigation_strain_penalty" value="0">
|
||
<input type="hidden" name="attr_investigation_strain_note" value="">
|
||
<button class="skill-roll" type="roll" name="roll_investigation" value="&{template:hopepunk} {{name=Investigation}} {{Roll=[[1d20 + @{investigation_total} + @{investigation_prof}d6 + @{investigation_strain_penalty} - @{strain_disadvantage}d4]]}} {{Strain=@{investigation_strain_note}}}"></button>
|
||
<button class="advantage-roll" type="roll" name="roll_investigation_advantage" value="&{template:hopepunk} {{name=Investigation — Advantage}} {{Roll=[[1d20 + @{investigation_total} + @{investigation_prof}d6 + @{investigation_strain_penalty} + @{adv_effective_die}]]}} {{Strain=@{investigation_strain_note}}} {{Advantage=@{adv_effective_note}}}"></button>
|
||
<button class="disadvantage-roll" type="roll" name="roll_investigation_disadvantage" value="&{template:hopepunk} {{name=Investigation — Disadvantage}} {{Roll=[[1d20 + @{investigation_total} + @{investigation_prof}d6 + @{investigation_strain_penalty} - @{dis_effective_die}]]}} {{Strain=@{investigation_strain_note}}} {{Disadvantage=@{dis_effective_note}}}"></button>
|
||
<button type="action" name="act_mark_investigation">+Fail</button>
|
||
<input class="advance-status" type="text" name="attr_investigation_status" value="" readonly title="Shows when this skill has enough XP to improve">
|
||
</div><div class="skill-category">SURVIVAL // UTILITY</div><div class="skill-row">
|
||
<div class="skill-name">Awareness</div>
|
||
<input type="number" name="attr_awareness_exp" value="0" title="Failure XP / experience">
|
||
<input type="number" name="attr_awareness_lvl" value="0" title="Skill level">
|
||
<input type="number" name="attr_awareness_gear" value="0" readonly title="Automatic gear bonus">
|
||
<input class="prof-check" type="checkbox" name="attr_awareness_prof" value="1" title="Proficiency: adds +1d6 to skill checks">
|
||
<input type="number" name="attr_awareness_total" value="0" readonly title="Total flat modifier: level + gear">
|
||
<input type="hidden" name="attr_awareness_strain_penalty" value="0">
|
||
<input type="hidden" name="attr_awareness_strain_note" value="">
|
||
<button class="skill-roll" type="roll" name="roll_awareness" value="&{template:hopepunk} {{name=Awareness}} {{Roll=[[1d20 + @{awareness_total} + @{awareness_prof}d6 + @{awareness_strain_penalty} - @{strain_disadvantage}d4]]}} {{Strain=@{awareness_strain_note}}}"></button>
|
||
<button class="advantage-roll" type="roll" name="roll_awareness_advantage" value="&{template:hopepunk} {{name=Awareness — Advantage}} {{Roll=[[1d20 + @{awareness_total} + @{awareness_prof}d6 + @{awareness_strain_penalty} + @{adv_effective_die}]]}} {{Strain=@{awareness_strain_note}}} {{Advantage=@{adv_effective_note}}}"></button>
|
||
<button class="disadvantage-roll" type="roll" name="roll_awareness_disadvantage" value="&{template:hopepunk} {{name=Awareness — Disadvantage}} {{Roll=[[1d20 + @{awareness_total} + @{awareness_prof}d6 + @{awareness_strain_penalty} - @{dis_effective_die}]]}} {{Strain=@{awareness_strain_note}}} {{Disadvantage=@{dis_effective_note}}}"></button>
|
||
<button type="action" name="act_mark_awareness">+Fail</button>
|
||
<input class="advance-status" type="text" name="attr_awareness_status" value="" readonly title="Shows when this skill has enough XP to improve">
|
||
</div><div class="skill-row">
|
||
<div class="skill-name">Scavenging</div>
|
||
<input type="number" name="attr_scavenging_exp" value="0" title="Failure XP / experience">
|
||
<input type="number" name="attr_scavenging_lvl" value="0" title="Skill level">
|
||
<input type="number" name="attr_scavenging_gear" value="0" readonly title="Automatic gear bonus">
|
||
<input class="prof-check" type="checkbox" name="attr_scavenging_prof" value="1" title="Proficiency: adds +1d6 to skill checks">
|
||
<input type="number" name="attr_scavenging_total" value="0" readonly title="Total flat modifier: level + gear">
|
||
<input type="hidden" name="attr_scavenging_strain_penalty" value="0">
|
||
<input type="hidden" name="attr_scavenging_strain_note" value="">
|
||
<button class="skill-roll" type="roll" name="roll_scavenging" value="&{template:hopepunk} {{name=Scavenging}} {{Roll=[[1d20 + @{scavenging_total} + @{scavenging_prof}d6 + @{scavenging_strain_penalty} - @{strain_disadvantage}d4]]}} {{Strain=@{scavenging_strain_note}}}"></button>
|
||
<button class="advantage-roll" type="roll" name="roll_scavenging_advantage" value="&{template:hopepunk} {{name=Scavenging — Advantage}} {{Roll=[[1d20 + @{scavenging_total} + @{scavenging_prof}d6 + @{scavenging_strain_penalty} + @{adv_effective_die}]]}} {{Strain=@{scavenging_strain_note}}} {{Advantage=@{adv_effective_note}}}"></button>
|
||
<button class="disadvantage-roll" type="roll" name="roll_scavenging_disadvantage" value="&{template:hopepunk} {{name=Scavenging — Disadvantage}} {{Roll=[[1d20 + @{scavenging_total} + @{scavenging_prof}d6 + @{scavenging_strain_penalty} - @{dis_effective_die}]]}} {{Strain=@{scavenging_strain_note}}} {{Disadvantage=@{dis_effective_note}}}"></button>
|
||
<button type="action" name="act_mark_scavenging">+Fail</button>
|
||
<input class="advance-status" type="text" name="attr_scavenging_status" value="" readonly title="Shows when this skill has enough XP to improve">
|
||
</div><div class="skill-row">
|
||
<div class="skill-name">First Aid</div>
|
||
<input type="number" name="attr_first_aid_exp" value="0" title="Failure XP / experience">
|
||
<input type="number" name="attr_first_aid_lvl" value="0" title="Skill level">
|
||
<input type="number" name="attr_first_aid_gear" value="0" readonly title="Automatic gear bonus">
|
||
<input class="prof-check" type="checkbox" name="attr_first_aid_prof" value="1" title="Proficiency: adds +1d6 to skill checks">
|
||
<input type="number" name="attr_first_aid_total" value="0" readonly title="Total flat modifier: level + gear">
|
||
<input type="hidden" name="attr_first_aid_strain_penalty" value="0">
|
||
<input type="hidden" name="attr_first_aid_strain_note" value="">
|
||
<button class="skill-roll" type="roll" name="roll_first_aid" value="&{template:hopepunk} {{name=First Aid}} {{Roll=[[1d20 + @{first_aid_total} + @{first_aid_prof}d6 + @{first_aid_strain_penalty} - @{strain_disadvantage}d4]]}} {{Strain=@{first_aid_strain_note}}}"></button>
|
||
<button class="advantage-roll" type="roll" name="roll_first_aid_advantage" value="&{template:hopepunk} {{name=First Aid — Advantage}} {{Roll=[[1d20 + @{first_aid_total} + @{first_aid_prof}d6 + @{first_aid_strain_penalty} + @{adv_effective_die}]]}} {{Strain=@{first_aid_strain_note}}} {{Advantage=@{adv_effective_note}}}"></button>
|
||
<button class="disadvantage-roll" type="roll" name="roll_first_aid_disadvantage" value="&{template:hopepunk} {{name=First Aid — Disadvantage}} {{Roll=[[1d20 + @{first_aid_total} + @{first_aid_prof}d6 + @{first_aid_strain_penalty} - @{dis_effective_die}]]}} {{Strain=@{first_aid_strain_note}}} {{Disadvantage=@{dis_effective_note}}}"></button>
|
||
<button type="action" name="act_mark_first_aid">+Fail</button>
|
||
<input class="advance-status" type="text" name="attr_first_aid_status" value="" readonly title="Shows when this skill has enough XP to improve">
|
||
</div><div class="skill-row">
|
||
<div class="skill-name">Stealth</div>
|
||
<input type="number" name="attr_stealth_exp" value="0" title="Failure XP / experience">
|
||
<input type="number" name="attr_stealth_lvl" value="0" title="Skill level">
|
||
<input type="number" name="attr_stealth_gear" value="0" readonly title="Automatic gear bonus">
|
||
<input class="prof-check" type="checkbox" name="attr_stealth_prof" value="1" title="Proficiency: adds +1d6 to skill checks">
|
||
<input type="number" name="attr_stealth_total" value="0" readonly title="Total flat modifier: level + gear">
|
||
<input type="hidden" name="attr_stealth_strain_penalty" value="0">
|
||
<input type="hidden" name="attr_stealth_strain_note" value="">
|
||
<button class="skill-roll" type="roll" name="roll_stealth" value="&{template:hopepunk} {{name=Stealth}} {{Roll=[[1d20 + @{stealth_total} + @{stealth_prof}d6 + @{stealth_strain_penalty} - @{strain_disadvantage}d4]]}} {{Strain=@{stealth_strain_note}}}"></button>
|
||
<button class="advantage-roll" type="roll" name="roll_stealth_advantage" value="&{template:hopepunk} {{name=Stealth — Advantage}} {{Roll=[[1d20 + @{stealth_total} + @{stealth_prof}d6 + @{stealth_strain_penalty} + @{adv_effective_die}]]}} {{Strain=@{stealth_strain_note}}} {{Advantage=@{adv_effective_note}}}"></button>
|
||
<button class="disadvantage-roll" type="roll" name="roll_stealth_disadvantage" value="&{template:hopepunk} {{name=Stealth — Disadvantage}} {{Roll=[[1d20 + @{stealth_total} + @{stealth_prof}d6 + @{stealth_strain_penalty} - @{dis_effective_die}]]}} {{Strain=@{stealth_strain_note}}} {{Disadvantage=@{dis_effective_note}}}"></button>
|
||
<button type="action" name="act_mark_stealth">+Fail</button>
|
||
<input class="advance-status" type="text" name="attr_stealth_status" value="" readonly title="Shows when this skill has enough XP to improve">
|
||
</div><div class="skill-row">
|
||
<div class="skill-name">Parkour</div>
|
||
<input type="number" name="attr_parkour_exp" value="0" title="Failure XP / experience">
|
||
<input type="number" name="attr_parkour_lvl" value="0" title="Skill level">
|
||
<input type="number" name="attr_parkour_gear" value="0" readonly title="Automatic gear bonus">
|
||
<input class="prof-check" type="checkbox" name="attr_parkour_prof" value="1" title="Proficiency: adds +1d6 to skill checks">
|
||
<input type="number" name="attr_parkour_total" value="0" readonly title="Total flat modifier: level + gear">
|
||
<input type="hidden" name="attr_parkour_strain_penalty" value="0">
|
||
<input type="hidden" name="attr_parkour_strain_note" value="">
|
||
<button class="skill-roll" type="roll" name="roll_parkour" value="&{template:hopepunk} {{name=Parkour}} {{Roll=[[1d20 + @{parkour_total} + @{parkour_prof}d6 + @{parkour_strain_penalty} - @{strain_disadvantage}d4]]}} {{Strain=@{parkour_strain_note}}}"></button>
|
||
<button class="advantage-roll" type="roll" name="roll_parkour_advantage" value="&{template:hopepunk} {{name=Parkour — Advantage}} {{Roll=[[1d20 + @{parkour_total} + @{parkour_prof}d6 + @{parkour_strain_penalty} + @{adv_effective_die}]]}} {{Strain=@{parkour_strain_note}}} {{Advantage=@{adv_effective_note}}}"></button>
|
||
<button class="disadvantage-roll" type="roll" name="roll_parkour_disadvantage" value="&{template:hopepunk} {{name=Parkour — Disadvantage}} {{Roll=[[1d20 + @{parkour_total} + @{parkour_prof}d6 + @{parkour_strain_penalty} - @{dis_effective_die}]]}} {{Strain=@{parkour_strain_note}}} {{Disadvantage=@{dis_effective_note}}}"></button>
|
||
<button type="action" name="act_mark_parkour">+Fail</button>
|
||
<input class="advance-status" type="text" name="attr_parkour_status" value="" readonly title="Shows when this skill has enough XP to improve">
|
||
</div><div class="skill-row">
|
||
<div class="skill-name">Piloting</div>
|
||
<input type="number" name="attr_piloting_exp" value="0" title="Failure XP / experience">
|
||
<input type="number" name="attr_piloting_lvl" value="0" title="Skill level">
|
||
<input type="number" name="attr_piloting_gear" value="0" readonly title="Automatic gear bonus">
|
||
<input class="prof-check" type="checkbox" name="attr_piloting_prof" value="1" title="Proficiency: adds +1d6 to skill checks">
|
||
<input type="number" name="attr_piloting_total" value="0" readonly title="Total flat modifier: level + gear">
|
||
<input type="hidden" name="attr_piloting_strain_penalty" value="0">
|
||
<input type="hidden" name="attr_piloting_strain_note" value="">
|
||
<button class="skill-roll" type="roll" name="roll_piloting" value="&{template:hopepunk} {{name=Piloting}} {{Roll=[[1d20 + @{piloting_total} + @{piloting_prof}d6 + @{piloting_strain_penalty} - @{strain_disadvantage}d4]]}} {{Strain=@{piloting_strain_note}}}"></button>
|
||
<button class="advantage-roll" type="roll" name="roll_piloting_advantage" value="&{template:hopepunk} {{name=Piloting — Advantage}} {{Roll=[[1d20 + @{piloting_total} + @{piloting_prof}d6 + @{piloting_strain_penalty} + @{adv_effective_die}]]}} {{Strain=@{piloting_strain_note}}} {{Advantage=@{adv_effective_note}}}"></button>
|
||
<button class="disadvantage-roll" type="roll" name="roll_piloting_disadvantage" value="&{template:hopepunk} {{name=Piloting — Disadvantage}} {{Roll=[[1d20 + @{piloting_total} + @{piloting_prof}d6 + @{piloting_strain_penalty} - @{dis_effective_die}]]}} {{Strain=@{piloting_strain_note}}} {{Disadvantage=@{dis_effective_note}}}"></button>
|
||
<button type="action" name="act_mark_piloting">+Fail</button>
|
||
<input class="advance-status" type="text" name="attr_piloting_status" value="" readonly title="Shows when this skill has enough XP to improve">
|
||
</div><div class="skill-row">
|
||
<div class="skill-name">Survival</div>
|
||
<input type="number" name="attr_survival_exp" value="0" title="Failure XP / experience">
|
||
<input type="number" name="attr_survival_lvl" value="0" title="Skill level">
|
||
<input type="number" name="attr_survival_gear" value="0" readonly title="Automatic gear bonus">
|
||
<input class="prof-check" type="checkbox" name="attr_survival_prof" value="1" title="Proficiency: adds +1d6 to skill checks">
|
||
<input type="number" name="attr_survival_total" value="0" readonly title="Total flat modifier: level + gear">
|
||
<input type="hidden" name="attr_survival_strain_penalty" value="0">
|
||
<input type="hidden" name="attr_survival_strain_note" value="">
|
||
<button class="skill-roll" type="roll" name="roll_survival" value="&{template:hopepunk} {{name=Survival}} {{Roll=[[1d20 + @{survival_total} + @{survival_prof}d6 + @{survival_strain_penalty} - @{strain_disadvantage}d4]]}} {{Strain=@{survival_strain_note}}}"></button>
|
||
<button class="advantage-roll" type="roll" name="roll_survival_advantage" value="&{template:hopepunk} {{name=Survival — Advantage}} {{Roll=[[1d20 + @{survival_total} + @{survival_prof}d6 + @{survival_strain_penalty} + @{adv_effective_die}]]}} {{Strain=@{survival_strain_note}}} {{Advantage=@{adv_effective_note}}}"></button>
|
||
<button class="disadvantage-roll" type="roll" name="roll_survival_disadvantage" value="&{template:hopepunk} {{name=Survival — Disadvantage}} {{Roll=[[1d20 + @{survival_total} + @{survival_prof}d6 + @{survival_strain_penalty} - @{dis_effective_die}]]}} {{Strain=@{survival_strain_note}}} {{Disadvantage=@{dis_effective_note}}}"></button>
|
||
<button type="action" name="act_mark_survival">+Fail</button>
|
||
<input class="advance-status" type="text" name="attr_survival_status" value="" readonly title="Shows when this skill has enough XP to improve">
|
||
</div><div class="skill-row">
|
||
<div class="skill-name">Xenobiology</div>
|
||
<input type="number" name="attr_xenobiology_exp" value="0" title="Failure XP / experience">
|
||
<input type="number" name="attr_xenobiology_lvl" value="0" title="Skill level">
|
||
<input type="number" name="attr_xenobiology_gear" value="0" readonly title="Automatic gear bonus">
|
||
<input class="prof-check" type="checkbox" name="attr_xenobiology_prof" value="1" title="Proficiency: adds +1d6 to skill checks">
|
||
<input type="number" name="attr_xenobiology_total" value="0" readonly title="Total flat modifier: level + gear">
|
||
<input type="hidden" name="attr_xenobiology_strain_penalty" value="0">
|
||
<input type="hidden" name="attr_xenobiology_strain_note" value="">
|
||
<button class="skill-roll" type="roll" name="roll_xenobiology" value="&{template:hopepunk} {{name=Xenobiology}} {{Roll=[[1d20 + @{xenobiology_total} + @{xenobiology_prof}d6 + @{xenobiology_strain_penalty} - @{strain_disadvantage}d4]]}} {{Strain=@{xenobiology_strain_note}}}"></button>
|
||
<button class="advantage-roll" type="roll" name="roll_xenobiology_advantage" value="&{template:hopepunk} {{name=Xenobiology — Advantage}} {{Roll=[[1d20 + @{xenobiology_total} + @{xenobiology_prof}d6 + @{xenobiology_strain_penalty} + @{adv_effective_die}]]}} {{Strain=@{xenobiology_strain_note}}} {{Advantage=@{adv_effective_note}}}"></button>
|
||
<button class="disadvantage-roll" type="roll" name="roll_xenobiology_disadvantage" value="&{template:hopepunk} {{name=Xenobiology — Disadvantage}} {{Roll=[[1d20 + @{xenobiology_total} + @{xenobiology_prof}d6 + @{xenobiology_strain_penalty} - @{dis_effective_die}]]}} {{Strain=@{xenobiology_strain_note}}} {{Disadvantage=@{dis_effective_note}}}"></button>
|
||
<button type="action" name="act_mark_xenobiology">+Fail</button>
|
||
<input class="advance-status" type="text" name="attr_xenobiology_status" value="" readonly title="Shows when this skill has enough XP to improve">
|
||
</div>
|
||
</section>
|
||
|
||
<section class="box">
|
||
<h2>Active Gear Bonuses</h2>
|
||
<p class="hint">Use these rows for any weapon, armour, cyberware, feat, consumable, or mod that grants a numerical flat bonus. Enable the row, choose a target, and enter the amount. For players, armour Defence fields are summed into Damage Negation.</p>
|
||
<div class="bonus-row bonus-header"><div>On</div><div>Source</div><div>Target</div><div>Amount</div></div>
|
||
<div class="bonus-row">
|
||
<input type="checkbox" name="attr_bonus_1_enabled" value="1" checked>
|
||
<input type="text" name="attr_bonus_1_source" placeholder="Source gear / mod">
|
||
<select name="attr_bonus_1_target">
|
||
<option value="none">— No bonus —</option>
|
||
<option value="small_arms">Small Arms</option>
|
||
<option value="big_guns">Big Guns</option>
|
||
<option value="blades">Blades</option>
|
||
<option value="melee_combat">Melee Combat</option>
|
||
<option value="drone_warfare">Drone Warfare</option>
|
||
<option value="demolitions">Demolitions</option>
|
||
<option value="evasion_skill">Evasion</option>
|
||
<option value="physique">Physique</option>
|
||
<option value="hacking">Hacking</option>
|
||
<option value="cybernetics_handling">Cybernetics Handling</option>
|
||
<option value="sabotage">Sabotage</option>
|
||
<option value="jury_rigging">Jury-Rigging</option>
|
||
<option value="engineering">Engineering</option>
|
||
<option value="fast_talk">Fast Talk</option>
|
||
<option value="street_cred">Street Cred</option>
|
||
<option value="underworld">Underworld</option>
|
||
<option value="corporate">Corporate</option>
|
||
<option value="media">Media</option>
|
||
<option value="persuasion">Persuasion</option>
|
||
<option value="bullying">Bullying</option>
|
||
<option value="infiltration">Infiltration</option>
|
||
<option value="performance">Performance</option>
|
||
<option value="investigation">Investigation</option>
|
||
<option value="awareness">Awareness</option>
|
||
<option value="scavenging">Scavenging</option>
|
||
<option value="first_aid">First Aid</option>
|
||
<option value="stealth">Stealth</option>
|
||
<option value="parkour">Parkour</option>
|
||
<option value="piloting">Piloting</option>
|
||
<option value="survival">Survival</option>
|
||
<option value="xenobiology">Xenobiology</option>
|
||
<option value="evasion">Evasion score</option>
|
||
<option value="damage_negation">Damage Negation</option>
|
||
<option value="armour_defence">Armour Defence</option>
|
||
<option value="hp_max">HP Max</option>
|
||
<option value="sp_max">SP Max</option>
|
||
</select>
|
||
<input type="number" name="attr_bonus_1_amount" value="0">
|
||
</div>
|
||
<div class="bonus-row">
|
||
<input type="checkbox" name="attr_bonus_2_enabled" value="1" checked>
|
||
<input type="text" name="attr_bonus_2_source" placeholder="Source gear / mod">
|
||
<select name="attr_bonus_2_target">
|
||
<option value="none">— No bonus —</option>
|
||
<option value="small_arms">Small Arms</option>
|
||
<option value="big_guns">Big Guns</option>
|
||
<option value="blades">Blades</option>
|
||
<option value="melee_combat">Melee Combat</option>
|
||
<option value="drone_warfare">Drone Warfare</option>
|
||
<option value="demolitions">Demolitions</option>
|
||
<option value="evasion_skill">Evasion</option>
|
||
<option value="physique">Physique</option>
|
||
<option value="hacking">Hacking</option>
|
||
<option value="cybernetics_handling">Cybernetics Handling</option>
|
||
<option value="sabotage">Sabotage</option>
|
||
<option value="jury_rigging">Jury-Rigging</option>
|
||
<option value="engineering">Engineering</option>
|
||
<option value="fast_talk">Fast Talk</option>
|
||
<option value="street_cred">Street Cred</option>
|
||
<option value="underworld">Underworld</option>
|
||
<option value="corporate">Corporate</option>
|
||
<option value="media">Media</option>
|
||
<option value="persuasion">Persuasion</option>
|
||
<option value="bullying">Bullying</option>
|
||
<option value="infiltration">Infiltration</option>
|
||
<option value="performance">Performance</option>
|
||
<option value="investigation">Investigation</option>
|
||
<option value="awareness">Awareness</option>
|
||
<option value="scavenging">Scavenging</option>
|
||
<option value="first_aid">First Aid</option>
|
||
<option value="stealth">Stealth</option>
|
||
<option value="parkour">Parkour</option>
|
||
<option value="piloting">Piloting</option>
|
||
<option value="survival">Survival</option>
|
||
<option value="xenobiology">Xenobiology</option>
|
||
<option value="evasion">Evasion score</option>
|
||
<option value="damage_negation">Damage Negation</option>
|
||
<option value="armour_defence">Armour Defence</option>
|
||
<option value="hp_max">HP Max</option>
|
||
<option value="sp_max">SP Max</option>
|
||
</select>
|
||
<input type="number" name="attr_bonus_2_amount" value="0">
|
||
</div>
|
||
<div class="bonus-row">
|
||
<input type="checkbox" name="attr_bonus_3_enabled" value="1" checked>
|
||
<input type="text" name="attr_bonus_3_source" placeholder="Source gear / mod">
|
||
<select name="attr_bonus_3_target">
|
||
<option value="none">— No bonus —</option>
|
||
<option value="small_arms">Small Arms</option>
|
||
<option value="big_guns">Big Guns</option>
|
||
<option value="blades">Blades</option>
|
||
<option value="melee_combat">Melee Combat</option>
|
||
<option value="drone_warfare">Drone Warfare</option>
|
||
<option value="demolitions">Demolitions</option>
|
||
<option value="evasion_skill">Evasion</option>
|
||
<option value="physique">Physique</option>
|
||
<option value="hacking">Hacking</option>
|
||
<option value="cybernetics_handling">Cybernetics Handling</option>
|
||
<option value="sabotage">Sabotage</option>
|
||
<option value="jury_rigging">Jury-Rigging</option>
|
||
<option value="engineering">Engineering</option>
|
||
<option value="fast_talk">Fast Talk</option>
|
||
<option value="street_cred">Street Cred</option>
|
||
<option value="underworld">Underworld</option>
|
||
<option value="corporate">Corporate</option>
|
||
<option value="media">Media</option>
|
||
<option value="persuasion">Persuasion</option>
|
||
<option value="bullying">Bullying</option>
|
||
<option value="infiltration">Infiltration</option>
|
||
<option value="performance">Performance</option>
|
||
<option value="investigation">Investigation</option>
|
||
<option value="awareness">Awareness</option>
|
||
<option value="scavenging">Scavenging</option>
|
||
<option value="first_aid">First Aid</option>
|
||
<option value="stealth">Stealth</option>
|
||
<option value="parkour">Parkour</option>
|
||
<option value="piloting">Piloting</option>
|
||
<option value="survival">Survival</option>
|
||
<option value="xenobiology">Xenobiology</option>
|
||
<option value="evasion">Evasion score</option>
|
||
<option value="damage_negation">Damage Negation</option>
|
||
<option value="armour_defence">Armour Defence</option>
|
||
<option value="hp_max">HP Max</option>
|
||
<option value="sp_max">SP Max</option>
|
||
</select>
|
||
<input type="number" name="attr_bonus_3_amount" value="0">
|
||
</div>
|
||
<div class="bonus-row">
|
||
<input type="checkbox" name="attr_bonus_4_enabled" value="1" checked>
|
||
<input type="text" name="attr_bonus_4_source" placeholder="Source gear / mod">
|
||
<select name="attr_bonus_4_target">
|
||
<option value="none">— No bonus —</option>
|
||
<option value="small_arms">Small Arms</option>
|
||
<option value="big_guns">Big Guns</option>
|
||
<option value="blades">Blades</option>
|
||
<option value="melee_combat">Melee Combat</option>
|
||
<option value="drone_warfare">Drone Warfare</option>
|
||
<option value="demolitions">Demolitions</option>
|
||
<option value="evasion_skill">Evasion</option>
|
||
<option value="physique">Physique</option>
|
||
<option value="hacking">Hacking</option>
|
||
<option value="cybernetics_handling">Cybernetics Handling</option>
|
||
<option value="sabotage">Sabotage</option>
|
||
<option value="jury_rigging">Jury-Rigging</option>
|
||
<option value="engineering">Engineering</option>
|
||
<option value="fast_talk">Fast Talk</option>
|
||
<option value="street_cred">Street Cred</option>
|
||
<option value="underworld">Underworld</option>
|
||
<option value="corporate">Corporate</option>
|
||
<option value="media">Media</option>
|
||
<option value="persuasion">Persuasion</option>
|
||
<option value="bullying">Bullying</option>
|
||
<option value="infiltration">Infiltration</option>
|
||
<option value="performance">Performance</option>
|
||
<option value="investigation">Investigation</option>
|
||
<option value="awareness">Awareness</option>
|
||
<option value="scavenging">Scavenging</option>
|
||
<option value="first_aid">First Aid</option>
|
||
<option value="stealth">Stealth</option>
|
||
<option value="parkour">Parkour</option>
|
||
<option value="piloting">Piloting</option>
|
||
<option value="survival">Survival</option>
|
||
<option value="xenobiology">Xenobiology</option>
|
||
<option value="evasion">Evasion score</option>
|
||
<option value="damage_negation">Damage Negation</option>
|
||
<option value="armour_defence">Armour Defence</option>
|
||
<option value="hp_max">HP Max</option>
|
||
<option value="sp_max">SP Max</option>
|
||
</select>
|
||
<input type="number" name="attr_bonus_4_amount" value="0">
|
||
</div>
|
||
<div class="bonus-row">
|
||
<input type="checkbox" name="attr_bonus_5_enabled" value="1" checked>
|
||
<input type="text" name="attr_bonus_5_source" placeholder="Source gear / mod">
|
||
<select name="attr_bonus_5_target">
|
||
<option value="none">— No bonus —</option>
|
||
<option value="small_arms">Small Arms</option>
|
||
<option value="big_guns">Big Guns</option>
|
||
<option value="blades">Blades</option>
|
||
<option value="melee_combat">Melee Combat</option>
|
||
<option value="drone_warfare">Drone Warfare</option>
|
||
<option value="demolitions">Demolitions</option>
|
||
<option value="evasion_skill">Evasion</option>
|
||
<option value="physique">Physique</option>
|
||
<option value="hacking">Hacking</option>
|
||
<option value="cybernetics_handling">Cybernetics Handling</option>
|
||
<option value="sabotage">Sabotage</option>
|
||
<option value="jury_rigging">Jury-Rigging</option>
|
||
<option value="engineering">Engineering</option>
|
||
<option value="fast_talk">Fast Talk</option>
|
||
<option value="street_cred">Street Cred</option>
|
||
<option value="underworld">Underworld</option>
|
||
<option value="corporate">Corporate</option>
|
||
<option value="media">Media</option>
|
||
<option value="persuasion">Persuasion</option>
|
||
<option value="bullying">Bullying</option>
|
||
<option value="infiltration">Infiltration</option>
|
||
<option value="performance">Performance</option>
|
||
<option value="investigation">Investigation</option>
|
||
<option value="awareness">Awareness</option>
|
||
<option value="scavenging">Scavenging</option>
|
||
<option value="first_aid">First Aid</option>
|
||
<option value="stealth">Stealth</option>
|
||
<option value="parkour">Parkour</option>
|
||
<option value="piloting">Piloting</option>
|
||
<option value="survival">Survival</option>
|
||
<option value="xenobiology">Xenobiology</option>
|
||
<option value="evasion">Evasion score</option>
|
||
<option value="damage_negation">Damage Negation</option>
|
||
<option value="armour_defence">Armour Defence</option>
|
||
<option value="hp_max">HP Max</option>
|
||
<option value="sp_max">SP Max</option>
|
||
</select>
|
||
<input type="number" name="attr_bonus_5_amount" value="0">
|
||
</div>
|
||
<div class="bonus-row">
|
||
<input type="checkbox" name="attr_bonus_6_enabled" value="1" checked>
|
||
<input type="text" name="attr_bonus_6_source" placeholder="Source gear / mod">
|
||
<select name="attr_bonus_6_target">
|
||
<option value="none">— No bonus —</option>
|
||
<option value="small_arms">Small Arms</option>
|
||
<option value="big_guns">Big Guns</option>
|
||
<option value="blades">Blades</option>
|
||
<option value="melee_combat">Melee Combat</option>
|
||
<option value="drone_warfare">Drone Warfare</option>
|
||
<option value="demolitions">Demolitions</option>
|
||
<option value="evasion_skill">Evasion</option>
|
||
<option value="physique">Physique</option>
|
||
<option value="hacking">Hacking</option>
|
||
<option value="cybernetics_handling">Cybernetics Handling</option>
|
||
<option value="sabotage">Sabotage</option>
|
||
<option value="jury_rigging">Jury-Rigging</option>
|
||
<option value="engineering">Engineering</option>
|
||
<option value="fast_talk">Fast Talk</option>
|
||
<option value="street_cred">Street Cred</option>
|
||
<option value="underworld">Underworld</option>
|
||
<option value="corporate">Corporate</option>
|
||
<option value="media">Media</option>
|
||
<option value="persuasion">Persuasion</option>
|
||
<option value="bullying">Bullying</option>
|
||
<option value="infiltration">Infiltration</option>
|
||
<option value="performance">Performance</option>
|
||
<option value="investigation">Investigation</option>
|
||
<option value="awareness">Awareness</option>
|
||
<option value="scavenging">Scavenging</option>
|
||
<option value="first_aid">First Aid</option>
|
||
<option value="stealth">Stealth</option>
|
||
<option value="parkour">Parkour</option>
|
||
<option value="piloting">Piloting</option>
|
||
<option value="survival">Survival</option>
|
||
<option value="xenobiology">Xenobiology</option>
|
||
<option value="evasion">Evasion score</option>
|
||
<option value="damage_negation">Damage Negation</option>
|
||
<option value="armour_defence">Armour Defence</option>
|
||
<option value="hp_max">HP Max</option>
|
||
<option value="sp_max">SP Max</option>
|
||
</select>
|
||
<input type="number" name="attr_bonus_6_amount" value="0">
|
||
</div>
|
||
<div class="bonus-row">
|
||
<input type="checkbox" name="attr_bonus_7_enabled" value="1" checked>
|
||
<input type="text" name="attr_bonus_7_source" placeholder="Source gear / mod">
|
||
<select name="attr_bonus_7_target">
|
||
<option value="none">— No bonus —</option>
|
||
<option value="small_arms">Small Arms</option>
|
||
<option value="big_guns">Big Guns</option>
|
||
<option value="blades">Blades</option>
|
||
<option value="melee_combat">Melee Combat</option>
|
||
<option value="drone_warfare">Drone Warfare</option>
|
||
<option value="demolitions">Demolitions</option>
|
||
<option value="evasion_skill">Evasion</option>
|
||
<option value="physique">Physique</option>
|
||
<option value="hacking">Hacking</option>
|
||
<option value="cybernetics_handling">Cybernetics Handling</option>
|
||
<option value="sabotage">Sabotage</option>
|
||
<option value="jury_rigging">Jury-Rigging</option>
|
||
<option value="engineering">Engineering</option>
|
||
<option value="fast_talk">Fast Talk</option>
|
||
<option value="street_cred">Street Cred</option>
|
||
<option value="underworld">Underworld</option>
|
||
<option value="corporate">Corporate</option>
|
||
<option value="media">Media</option>
|
||
<option value="persuasion">Persuasion</option>
|
||
<option value="bullying">Bullying</option>
|
||
<option value="infiltration">Infiltration</option>
|
||
<option value="performance">Performance</option>
|
||
<option value="investigation">Investigation</option>
|
||
<option value="awareness">Awareness</option>
|
||
<option value="scavenging">Scavenging</option>
|
||
<option value="first_aid">First Aid</option>
|
||
<option value="stealth">Stealth</option>
|
||
<option value="parkour">Parkour</option>
|
||
<option value="piloting">Piloting</option>
|
||
<option value="survival">Survival</option>
|
||
<option value="xenobiology">Xenobiology</option>
|
||
<option value="evasion">Evasion score</option>
|
||
<option value="damage_negation">Damage Negation</option>
|
||
<option value="armour_defence">Armour Defence</option>
|
||
<option value="hp_max">HP Max</option>
|
||
<option value="sp_max">SP Max</option>
|
||
</select>
|
||
<input type="number" name="attr_bonus_7_amount" value="0">
|
||
</div>
|
||
<div class="bonus-row">
|
||
<input type="checkbox" name="attr_bonus_8_enabled" value="1" checked>
|
||
<input type="text" name="attr_bonus_8_source" placeholder="Source gear / mod">
|
||
<select name="attr_bonus_8_target">
|
||
<option value="none">— No bonus —</option>
|
||
<option value="small_arms">Small Arms</option>
|
||
<option value="big_guns">Big Guns</option>
|
||
<option value="blades">Blades</option>
|
||
<option value="melee_combat">Melee Combat</option>
|
||
<option value="drone_warfare">Drone Warfare</option>
|
||
<option value="demolitions">Demolitions</option>
|
||
<option value="evasion_skill">Evasion</option>
|
||
<option value="physique">Physique</option>
|
||
<option value="hacking">Hacking</option>
|
||
<option value="cybernetics_handling">Cybernetics Handling</option>
|
||
<option value="sabotage">Sabotage</option>
|
||
<option value="jury_rigging">Jury-Rigging</option>
|
||
<option value="engineering">Engineering</option>
|
||
<option value="fast_talk">Fast Talk</option>
|
||
<option value="street_cred">Street Cred</option>
|
||
<option value="underworld">Underworld</option>
|
||
<option value="corporate">Corporate</option>
|
||
<option value="media">Media</option>
|
||
<option value="persuasion">Persuasion</option>
|
||
<option value="bullying">Bullying</option>
|
||
<option value="infiltration">Infiltration</option>
|
||
<option value="performance">Performance</option>
|
||
<option value="investigation">Investigation</option>
|
||
<option value="awareness">Awareness</option>
|
||
<option value="scavenging">Scavenging</option>
|
||
<option value="first_aid">First Aid</option>
|
||
<option value="stealth">Stealth</option>
|
||
<option value="parkour">Parkour</option>
|
||
<option value="piloting">Piloting</option>
|
||
<option value="survival">Survival</option>
|
||
<option value="xenobiology">Xenobiology</option>
|
||
<option value="evasion">Evasion score</option>
|
||
<option value="damage_negation">Damage Negation</option>
|
||
<option value="armour_defence">Armour Defence</option>
|
||
<option value="hp_max">HP Max</option>
|
||
<option value="sp_max">SP Max</option>
|
||
</select>
|
||
<input type="number" name="attr_bonus_8_amount" value="0">
|
||
</div>
|
||
<div class="bonus-row">
|
||
<input type="checkbox" name="attr_bonus_9_enabled" value="1" checked>
|
||
<input type="text" name="attr_bonus_9_source" placeholder="Source gear / mod">
|
||
<select name="attr_bonus_9_target">
|
||
<option value="none">— No bonus —</option>
|
||
<option value="small_arms">Small Arms</option>
|
||
<option value="big_guns">Big Guns</option>
|
||
<option value="blades">Blades</option>
|
||
<option value="melee_combat">Melee Combat</option>
|
||
<option value="drone_warfare">Drone Warfare</option>
|
||
<option value="demolitions">Demolitions</option>
|
||
<option value="evasion_skill">Evasion</option>
|
||
<option value="physique">Physique</option>
|
||
<option value="hacking">Hacking</option>
|
||
<option value="cybernetics_handling">Cybernetics Handling</option>
|
||
<option value="sabotage">Sabotage</option>
|
||
<option value="jury_rigging">Jury-Rigging</option>
|
||
<option value="engineering">Engineering</option>
|
||
<option value="fast_talk">Fast Talk</option>
|
||
<option value="street_cred">Street Cred</option>
|
||
<option value="underworld">Underworld</option>
|
||
<option value="corporate">Corporate</option>
|
||
<option value="media">Media</option>
|
||
<option value="persuasion">Persuasion</option>
|
||
<option value="bullying">Bullying</option>
|
||
<option value="infiltration">Infiltration</option>
|
||
<option value="performance">Performance</option>
|
||
<option value="investigation">Investigation</option>
|
||
<option value="awareness">Awareness</option>
|
||
<option value="scavenging">Scavenging</option>
|
||
<option value="first_aid">First Aid</option>
|
||
<option value="stealth">Stealth</option>
|
||
<option value="parkour">Parkour</option>
|
||
<option value="piloting">Piloting</option>
|
||
<option value="survival">Survival</option>
|
||
<option value="xenobiology">Xenobiology</option>
|
||
<option value="evasion">Evasion score</option>
|
||
<option value="damage_negation">Damage Negation</option>
|
||
<option value="armour_defence">Armour Defence</option>
|
||
<option value="hp_max">HP Max</option>
|
||
<option value="sp_max">SP Max</option>
|
||
</select>
|
||
<input type="number" name="attr_bonus_9_amount" value="0">
|
||
</div>
|
||
<div class="bonus-row">
|
||
<input type="checkbox" name="attr_bonus_10_enabled" value="1" checked>
|
||
<input type="text" name="attr_bonus_10_source" placeholder="Source gear / mod">
|
||
<select name="attr_bonus_10_target">
|
||
<option value="none">— No bonus —</option>
|
||
<option value="small_arms">Small Arms</option>
|
||
<option value="big_guns">Big Guns</option>
|
||
<option value="blades">Blades</option>
|
||
<option value="melee_combat">Melee Combat</option>
|
||
<option value="drone_warfare">Drone Warfare</option>
|
||
<option value="demolitions">Demolitions</option>
|
||
<option value="evasion_skill">Evasion</option>
|
||
<option value="physique">Physique</option>
|
||
<option value="hacking">Hacking</option>
|
||
<option value="cybernetics_handling">Cybernetics Handling</option>
|
||
<option value="sabotage">Sabotage</option>
|
||
<option value="jury_rigging">Jury-Rigging</option>
|
||
<option value="engineering">Engineering</option>
|
||
<option value="fast_talk">Fast Talk</option>
|
||
<option value="street_cred">Street Cred</option>
|
||
<option value="underworld">Underworld</option>
|
||
<option value="corporate">Corporate</option>
|
||
<option value="media">Media</option>
|
||
<option value="persuasion">Persuasion</option>
|
||
<option value="bullying">Bullying</option>
|
||
<option value="infiltration">Infiltration</option>
|
||
<option value="performance">Performance</option>
|
||
<option value="investigation">Investigation</option>
|
||
<option value="awareness">Awareness</option>
|
||
<option value="scavenging">Scavenging</option>
|
||
<option value="first_aid">First Aid</option>
|
||
<option value="stealth">Stealth</option>
|
||
<option value="parkour">Parkour</option>
|
||
<option value="piloting">Piloting</option>
|
||
<option value="survival">Survival</option>
|
||
<option value="xenobiology">Xenobiology</option>
|
||
<option value="evasion">Evasion score</option>
|
||
<option value="damage_negation">Damage Negation</option>
|
||
<option value="armour_defence">Armour Defence</option>
|
||
<option value="hp_max">HP Max</option>
|
||
<option value="sp_max">SP Max</option>
|
||
</select>
|
||
<input type="number" name="attr_bonus_10_amount" value="0">
|
||
</div>
|
||
<div class="bonus-row">
|
||
<input type="checkbox" name="attr_bonus_11_enabled" value="1" checked>
|
||
<input type="text" name="attr_bonus_11_source" placeholder="Source gear / mod">
|
||
<select name="attr_bonus_11_target">
|
||
<option value="none">— No bonus —</option>
|
||
<option value="small_arms">Small Arms</option>
|
||
<option value="big_guns">Big Guns</option>
|
||
<option value="blades">Blades</option>
|
||
<option value="melee_combat">Melee Combat</option>
|
||
<option value="drone_warfare">Drone Warfare</option>
|
||
<option value="demolitions">Demolitions</option>
|
||
<option value="evasion_skill">Evasion</option>
|
||
<option value="physique">Physique</option>
|
||
<option value="hacking">Hacking</option>
|
||
<option value="cybernetics_handling">Cybernetics Handling</option>
|
||
<option value="sabotage">Sabotage</option>
|
||
<option value="jury_rigging">Jury-Rigging</option>
|
||
<option value="engineering">Engineering</option>
|
||
<option value="fast_talk">Fast Talk</option>
|
||
<option value="street_cred">Street Cred</option>
|
||
<option value="underworld">Underworld</option>
|
||
<option value="corporate">Corporate</option>
|
||
<option value="media">Media</option>
|
||
<option value="persuasion">Persuasion</option>
|
||
<option value="bullying">Bullying</option>
|
||
<option value="infiltration">Infiltration</option>
|
||
<option value="performance">Performance</option>
|
||
<option value="investigation">Investigation</option>
|
||
<option value="awareness">Awareness</option>
|
||
<option value="scavenging">Scavenging</option>
|
||
<option value="first_aid">First Aid</option>
|
||
<option value="stealth">Stealth</option>
|
||
<option value="parkour">Parkour</option>
|
||
<option value="piloting">Piloting</option>
|
||
<option value="survival">Survival</option>
|
||
<option value="xenobiology">Xenobiology</option>
|
||
<option value="evasion">Evasion score</option>
|
||
<option value="damage_negation">Damage Negation</option>
|
||
<option value="armour_defence">Armour Defence</option>
|
||
<option value="hp_max">HP Max</option>
|
||
<option value="sp_max">SP Max</option>
|
||
</select>
|
||
<input type="number" name="attr_bonus_11_amount" value="0">
|
||
</div>
|
||
<div class="bonus-row">
|
||
<input type="checkbox" name="attr_bonus_12_enabled" value="1" checked>
|
||
<input type="text" name="attr_bonus_12_source" placeholder="Source gear / mod">
|
||
<select name="attr_bonus_12_target">
|
||
<option value="none">— No bonus —</option>
|
||
<option value="small_arms">Small Arms</option>
|
||
<option value="big_guns">Big Guns</option>
|
||
<option value="blades">Blades</option>
|
||
<option value="melee_combat">Melee Combat</option>
|
||
<option value="drone_warfare">Drone Warfare</option>
|
||
<option value="demolitions">Demolitions</option>
|
||
<option value="evasion_skill">Evasion</option>
|
||
<option value="physique">Physique</option>
|
||
<option value="hacking">Hacking</option>
|
||
<option value="cybernetics_handling">Cybernetics Handling</option>
|
||
<option value="sabotage">Sabotage</option>
|
||
<option value="jury_rigging">Jury-Rigging</option>
|
||
<option value="engineering">Engineering</option>
|
||
<option value="fast_talk">Fast Talk</option>
|
||
<option value="street_cred">Street Cred</option>
|
||
<option value="underworld">Underworld</option>
|
||
<option value="corporate">Corporate</option>
|
||
<option value="media">Media</option>
|
||
<option value="persuasion">Persuasion</option>
|
||
<option value="bullying">Bullying</option>
|
||
<option value="infiltration">Infiltration</option>
|
||
<option value="performance">Performance</option>
|
||
<option value="investigation">Investigation</option>
|
||
<option value="awareness">Awareness</option>
|
||
<option value="scavenging">Scavenging</option>
|
||
<option value="first_aid">First Aid</option>
|
||
<option value="stealth">Stealth</option>
|
||
<option value="parkour">Parkour</option>
|
||
<option value="piloting">Piloting</option>
|
||
<option value="survival">Survival</option>
|
||
<option value="xenobiology">Xenobiology</option>
|
||
<option value="evasion">Evasion score</option>
|
||
<option value="damage_negation">Damage Negation</option>
|
||
<option value="armour_defence">Armour Defence</option>
|
||
<option value="hp_max">HP Max</option>
|
||
<option value="sp_max">SP Max</option>
|
||
</select>
|
||
<input type="number" name="attr_bonus_12_amount" value="0">
|
||
</div>
|
||
</section>
|
||
|
||
<section class="box">
|
||
<h2>Consumables</h2>
|
||
<textarea name="attr_consumables"></textarea>
|
||
</section>
|
||
|
||
<section class="box gear-section">
|
||
<h2>Drones / Vehicles</h2>
|
||
<div class="gear-grid two"><div class="gear-card drone-card">
|
||
<h4>Drone / Vehicle 1</h4>
|
||
<label>Name <input type="text" name="attr_drone_1_name"></label>
|
||
<label>SP Cost <input type="number" name="attr_drone_1_pts" value="0"></label>
|
||
<div class="trait-selects">
|
||
<span class="trait-label">Traits</span>
|
||
<select name="attr_drone_1_trait_1" title="Trait 1">
|
||
<option value="">N/A</option>
|
||
<option value="ACCESSORY" title="Can be worn over or under Light or Medium Armour. Their Damage Negation stack.">ACCESSORY</option>
|
||
<option value="ADAPTIVE CAMO" title="The item can turn partially invisible, granting 1D4 Advantage on Stealth checks.">ADAPTIVE CAMO</option>
|
||
<option value="ARMOUR-PIERCING" title="The item ignores 1 Damage Negation on hit.">ARMOUR-PIERCING</option>
|
||
<option value="AUTO-HEALING" title="The item heals the user 1D4 HP as a Bonus Action.">AUTO-HEALING</option>
|
||
<option value="AUTO-PILOTED" title="The vehicle does not require Player Character input in order to drive.">AUTO-PILOTED</option>
|
||
<option value="ATTACHABLE" title="The item can be linked to a piece of Armour with the Exosuit trait, or onto a Vehicle, Drone, or Mech. The item can be controlled using Drone Warfare rules and the Drone Warfare Skill.">ATTACHABLE</option>
|
||
<option value="BIO-MOD" title="The item is a biological modification.">BIO-MOD</option>
|
||
<option value="BLAST" title="The item deals damage to all enemies within its blast radius.">BLAST</option>
|
||
<option value="BLEED ON HIT" title="This item inflicts the Bleed Status Effect, losing 1D4 HP at the end of the turn for one turn, on hitting a target.">BLEED ON HIT</option>
|
||
<option value="BLIND ON HIT" title="This item inflicts the Blind Status Effect on hitting a target.">BLIND ON HIT</option>
|
||
<option value="BURN" title="The item burns enemies on hit, afflicting them with the Burning Status Effect.">BURN</option>
|
||
<option value="CARGO SPACE (small)" title="The item or vehicle has room to store cargo up to approximately 5Kg.">CARGO SPACE (small)</option>
|
||
<option value="CARGO SPACE (medium)" title="The item or vehicle has room to store cargo up to approximately 50Kg.">CARGO SPACE (medium)</option>
|
||
<option value="CARGO SPACE (large)" title="The item or vehicle has room to store large gear and equipment.">CARGO SPACE (large)</option>
|
||
<option value="COLLAPSIBLE" title="The item can be collapsed into a smaller form, rendering it Concealable.">COLLAPSIBLE</option>
|
||
<option value="CONCEALABLE" title="The item is easy to hide, granting a non-stacking +1D6 Advantage on Stealth when trying to hide or disguise it.">CONCEALABLE</option>
|
||
<option value="CYBERWARE" title="This item is a piece of technology integrated into the body. It strains the body to have.">CYBERWARE</option>
|
||
<option value="ELECTRONIC GHOST" title="The item does not appear on electronic scanners.">ELECTRONIC GHOST</option>
|
||
<option value="ELECTRONIC CAMO" title="The item has a +1D6 Advantage on Stealth when hiding from electronic scanners.">ELECTRONIC CAMO</option>
|
||
<option value="EMP" title="Items that cause EMP-type damage deal double damage to Drones and robotic entities. Bypasses their Damage Negation.">EMP</option>
|
||
<option value="ENERGY FIELD" title="Damage Negation is provided by an energy field. Can be shorted, disabled by EMPs, or Hacked.">ENERGY FIELD</option>
|
||
<option value="EXOSUIT" title="The Armour is a suit of sophisticated technology and can accept attachments or attachable weapons and sub-systems.">EXOSUIT</option>
|
||
<option value="FLYING" title="The Armour or Vehicle can fly. The armour’s flying distance is equal to the Player or Character’s Movement Speed.">FLYING</option>
|
||
<option value="HACKING ENABLED" title="The item allows its holder to Hack into technological appliances and devices.">HACKING ENABLED</option>
|
||
<option value="HEAVY" title="The item’s mass reduces Movement by 5 Feet. Does not stack.">HEAVY</option>
|
||
<option value="HOVER" title="The item allows its user to Hover. 10 Feet of ordinary movement can be used to traverse 10 Feet horizontally. All fall damage is reduced by 5.">HOVER</option>
|
||
<option value="INACCURATE" title="The weapon is not accurate. Fire with Disadvantage, subtracting 1D6 from Attack Rolls.">INACCURATE</option>
|
||
<option value="INJECTION ROUND" title="The item fires bullets that harm via injection.">INJECTION ROUND</option>
|
||
<option value="JAGGED" title="This item inflicts the Bleed Status Effect when a Critical Hit is rolled.">JAGGED</option>
|
||
<option value="KNOCKBACK" title="The weapon forcefully moves a struck enemy 5 Feet away from the Attacker on hit.">KNOCKBACK</option>
|
||
<option value="LIGHT" title="The item’s mass increases Movement by 5 Feet. Does not stack.">LIGHT</option>
|
||
<option value="LOADING" title="The weapon requires a Bonus Action to reload before it can fire a second time in Combat. Can occasionally be loaded with nonstandard ammunition.">LOADING</option>
|
||
<option value="LOUD" title="The item is Loud when used, alerting enemies at twice their detection range and imposing a -1D6 Disadvantage on Stealth if used.">LOUD</option>
|
||
<option value="LOW-LIGHT VISION" title="The item allows its user to see in low-light situations up to 60 Feet.">LOW-LIGHT VISION</option>
|
||
<option value="MARKER" title="Places a Mark on a target on Hit. Allies who attack this target gain +1 to Hit. Ends if target breaks line of sight or goes into hiding.">MARKER</option>
|
||
<option value="MEDIUM" title="The item’s mass is neutral and does not help you move any faster or slower.">MEDIUM</option>
|
||
<option value="MODDABLE" title="The item can have Modifications added to it out of Combat.">MODDABLE</option>
|
||
<option value="NEAR-SILENT" title="The item is nearly silent, granting a +1D4 Advantage on Stealth checks when used.">NEAR-SILENT</option>
|
||
<option value="NON-LETHAL" title="The item does not cause lethal damage. Enemies that reach 0HP are instead knocked unconscious.">NON-LETHAL</option>
|
||
<option value="OFF-HAND" title="The item is designed for Off-Hand use and dual-wielding, and can use all modifiers when used for dual-wielding.">OFF-HAND</option>
|
||
<option value="REACH" title="The weapon has a range of 10 Feet. It is still considered a melee weapon.">REACH</option>
|
||
<option value="REINFORCED" title="The Armour is stronger, granting an additional 1 Damage Negation.">REINFORCED</option>
|
||
<option value="BIO-RESISTANT" title="This item’s user resists Bio-type damage, taking half Damage from an attack instead of full, round up.">BIO-RESISTANT</option>
|
||
<option value="EMP RESISTANT" title="This item’s user resists EMP-type damage, taking full Damage from an attack instead of double.">EMP RESISTANT</option>
|
||
<option value="FIRE-RESISTANT" title="This item’s user resists Fire-type damage, taking half Damage from an attack instead of full, round up.">FIRE-RESISTANT</option>
|
||
<option value="RIPOSTE" title="This item allows its user to retaliate when attacked from Melee or Range. Using a Reaction, the user can use a Melee or Ranged Attack to strike at their attacker if within the weapon’s base range.">RIPOSTE</option>
|
||
<option value="SCANNING" title="The item allows the user to scan a small item or room, allowing them to make an Awareness check or Reroll a previous one. This counts as a new Awareness roll.">SCANNING</option>
|
||
<option value="SCOPED" title="The weapon is equipped with a scope. The user may use a Bonus Action to aim, obtaining a +1D6 Advantage on their next Attack Roll using that weapon.">SCOPED</option>
|
||
<option value="SENSOR" title="The item gives a +1D4 Advantage on Awareness Checks.">SENSOR</option>
|
||
<option value="SHAPESHIFTING" title="The user may freely change their outward appearance.">SHAPESHIFTING</option>
|
||
<option value="SHIELD" title="The item is a shield held in the off-hand. It makes off-hand or dual-wield Attacks with anything but the shield impossible.">SHIELD</option>
|
||
<option value="SHOCKING" title="The item Stuns enemies if they fail a DC 10 Save for one Turn.">SHOCKING</option>
|
||
<option value="SILENT" title="The item makes no noise. If used in combat the player can make a free contested Stealth check against nearby enemies within 30 feet to remain Hidden. Grants +1D4 Advantage on Stealth checks.">SILENT</option>
|
||
<option value="SINGLE-USE" title="The item can be used once, and then is used up and discarded.">SINGLE-USE</option>
|
||
<option value="SMART-TRACKING" title="The item has a +1D4 Advantage on hit rolls.">SMART-TRACKING</option>
|
||
<option value="SPRINTER" title="The item grants its user an additional 5 Feet of Movement speed.">SPRINTER</option>
|
||
<option value="STUNNING" title="The item causes temporary paralysis or shock to biological targets. On hit, target must roll a DC 10 Save or DC 10 Physique check. On failure they are Stunned for one turn.">STUNNING</option>
|
||
<option value="SUPPRESSIVE FIRE" title="This item gives enemies a -1D6 Disadvantage on their next attack if it misses them.">SUPPRESSIVE FIRE</option>
|
||
</select>
|
||
<select name="attr_drone_1_trait_2" title="Trait 2">
|
||
<option value="">N/A</option>
|
||
<option value="ACCESSORY" title="Can be worn over or under Light or Medium Armour. Their Damage Negation stack.">ACCESSORY</option>
|
||
<option value="ADAPTIVE CAMO" title="The item can turn partially invisible, granting 1D4 Advantage on Stealth checks.">ADAPTIVE CAMO</option>
|
||
<option value="ARMOUR-PIERCING" title="The item ignores 1 Damage Negation on hit.">ARMOUR-PIERCING</option>
|
||
<option value="AUTO-HEALING" title="The item heals the user 1D4 HP as a Bonus Action.">AUTO-HEALING</option>
|
||
<option value="AUTO-PILOTED" title="The vehicle does not require Player Character input in order to drive.">AUTO-PILOTED</option>
|
||
<option value="ATTACHABLE" title="The item can be linked to a piece of Armour with the Exosuit trait, or onto a Vehicle, Drone, or Mech. The item can be controlled using Drone Warfare rules and the Drone Warfare Skill.">ATTACHABLE</option>
|
||
<option value="BIO-MOD" title="The item is a biological modification.">BIO-MOD</option>
|
||
<option value="BLAST" title="The item deals damage to all enemies within its blast radius.">BLAST</option>
|
||
<option value="BLEED ON HIT" title="This item inflicts the Bleed Status Effect, losing 1D4 HP at the end of the turn for one turn, on hitting a target.">BLEED ON HIT</option>
|
||
<option value="BLIND ON HIT" title="This item inflicts the Blind Status Effect on hitting a target.">BLIND ON HIT</option>
|
||
<option value="BURN" title="The item burns enemies on hit, afflicting them with the Burning Status Effect.">BURN</option>
|
||
<option value="CARGO SPACE (small)" title="The item or vehicle has room to store cargo up to approximately 5Kg.">CARGO SPACE (small)</option>
|
||
<option value="CARGO SPACE (medium)" title="The item or vehicle has room to store cargo up to approximately 50Kg.">CARGO SPACE (medium)</option>
|
||
<option value="CARGO SPACE (large)" title="The item or vehicle has room to store large gear and equipment.">CARGO SPACE (large)</option>
|
||
<option value="COLLAPSIBLE" title="The item can be collapsed into a smaller form, rendering it Concealable.">COLLAPSIBLE</option>
|
||
<option value="CONCEALABLE" title="The item is easy to hide, granting a non-stacking +1D6 Advantage on Stealth when trying to hide or disguise it.">CONCEALABLE</option>
|
||
<option value="CYBERWARE" title="This item is a piece of technology integrated into the body. It strains the body to have.">CYBERWARE</option>
|
||
<option value="ELECTRONIC GHOST" title="The item does not appear on electronic scanners.">ELECTRONIC GHOST</option>
|
||
<option value="ELECTRONIC CAMO" title="The item has a +1D6 Advantage on Stealth when hiding from electronic scanners.">ELECTRONIC CAMO</option>
|
||
<option value="EMP" title="Items that cause EMP-type damage deal double damage to Drones and robotic entities. Bypasses their Damage Negation.">EMP</option>
|
||
<option value="ENERGY FIELD" title="Damage Negation is provided by an energy field. Can be shorted, disabled by EMPs, or Hacked.">ENERGY FIELD</option>
|
||
<option value="EXOSUIT" title="The Armour is a suit of sophisticated technology and can accept attachments or attachable weapons and sub-systems.">EXOSUIT</option>
|
||
<option value="FLYING" title="The Armour or Vehicle can fly. The armour’s flying distance is equal to the Player or Character’s Movement Speed.">FLYING</option>
|
||
<option value="HACKING ENABLED" title="The item allows its holder to Hack into technological appliances and devices.">HACKING ENABLED</option>
|
||
<option value="HEAVY" title="The item’s mass reduces Movement by 5 Feet. Does not stack.">HEAVY</option>
|
||
<option value="HOVER" title="The item allows its user to Hover. 10 Feet of ordinary movement can be used to traverse 10 Feet horizontally. All fall damage is reduced by 5.">HOVER</option>
|
||
<option value="INACCURATE" title="The weapon is not accurate. Fire with Disadvantage, subtracting 1D6 from Attack Rolls.">INACCURATE</option>
|
||
<option value="INJECTION ROUND" title="The item fires bullets that harm via injection.">INJECTION ROUND</option>
|
||
<option value="JAGGED" title="This item inflicts the Bleed Status Effect when a Critical Hit is rolled.">JAGGED</option>
|
||
<option value="KNOCKBACK" title="The weapon forcefully moves a struck enemy 5 Feet away from the Attacker on hit.">KNOCKBACK</option>
|
||
<option value="LIGHT" title="The item’s mass increases Movement by 5 Feet. Does not stack.">LIGHT</option>
|
||
<option value="LOADING" title="The weapon requires a Bonus Action to reload before it can fire a second time in Combat. Can occasionally be loaded with nonstandard ammunition.">LOADING</option>
|
||
<option value="LOUD" title="The item is Loud when used, alerting enemies at twice their detection range and imposing a -1D6 Disadvantage on Stealth if used.">LOUD</option>
|
||
<option value="LOW-LIGHT VISION" title="The item allows its user to see in low-light situations up to 60 Feet.">LOW-LIGHT VISION</option>
|
||
<option value="MARKER" title="Places a Mark on a target on Hit. Allies who attack this target gain +1 to Hit. Ends if target breaks line of sight or goes into hiding.">MARKER</option>
|
||
<option value="MEDIUM" title="The item’s mass is neutral and does not help you move any faster or slower.">MEDIUM</option>
|
||
<option value="MODDABLE" title="The item can have Modifications added to it out of Combat.">MODDABLE</option>
|
||
<option value="NEAR-SILENT" title="The item is nearly silent, granting a +1D4 Advantage on Stealth checks when used.">NEAR-SILENT</option>
|
||
<option value="NON-LETHAL" title="The item does not cause lethal damage. Enemies that reach 0HP are instead knocked unconscious.">NON-LETHAL</option>
|
||
<option value="OFF-HAND" title="The item is designed for Off-Hand use and dual-wielding, and can use all modifiers when used for dual-wielding.">OFF-HAND</option>
|
||
<option value="REACH" title="The weapon has a range of 10 Feet. It is still considered a melee weapon.">REACH</option>
|
||
<option value="REINFORCED" title="The Armour is stronger, granting an additional 1 Damage Negation.">REINFORCED</option>
|
||
<option value="BIO-RESISTANT" title="This item’s user resists Bio-type damage, taking half Damage from an attack instead of full, round up.">BIO-RESISTANT</option>
|
||
<option value="EMP RESISTANT" title="This item’s user resists EMP-type damage, taking full Damage from an attack instead of double.">EMP RESISTANT</option>
|
||
<option value="FIRE-RESISTANT" title="This item’s user resists Fire-type damage, taking half Damage from an attack instead of full, round up.">FIRE-RESISTANT</option>
|
||
<option value="RIPOSTE" title="This item allows its user to retaliate when attacked from Melee or Range. Using a Reaction, the user can use a Melee or Ranged Attack to strike at their attacker if within the weapon’s base range.">RIPOSTE</option>
|
||
<option value="SCANNING" title="The item allows the user to scan a small item or room, allowing them to make an Awareness check or Reroll a previous one. This counts as a new Awareness roll.">SCANNING</option>
|
||
<option value="SCOPED" title="The weapon is equipped with a scope. The user may use a Bonus Action to aim, obtaining a +1D6 Advantage on their next Attack Roll using that weapon.">SCOPED</option>
|
||
<option value="SENSOR" title="The item gives a +1D4 Advantage on Awareness Checks.">SENSOR</option>
|
||
<option value="SHAPESHIFTING" title="The user may freely change their outward appearance.">SHAPESHIFTING</option>
|
||
<option value="SHIELD" title="The item is a shield held in the off-hand. It makes off-hand or dual-wield Attacks with anything but the shield impossible.">SHIELD</option>
|
||
<option value="SHOCKING" title="The item Stuns enemies if they fail a DC 10 Save for one Turn.">SHOCKING</option>
|
||
<option value="SILENT" title="The item makes no noise. If used in combat the player can make a free contested Stealth check against nearby enemies within 30 feet to remain Hidden. Grants +1D4 Advantage on Stealth checks.">SILENT</option>
|
||
<option value="SINGLE-USE" title="The item can be used once, and then is used up and discarded.">SINGLE-USE</option>
|
||
<option value="SMART-TRACKING" title="The item has a +1D4 Advantage on hit rolls.">SMART-TRACKING</option>
|
||
<option value="SPRINTER" title="The item grants its user an additional 5 Feet of Movement speed.">SPRINTER</option>
|
||
<option value="STUNNING" title="The item causes temporary paralysis or shock to biological targets. On hit, target must roll a DC 10 Save or DC 10 Physique check. On failure they are Stunned for one turn.">STUNNING</option>
|
||
<option value="SUPPRESSIVE FIRE" title="This item gives enemies a -1D6 Disadvantage on their next attack if it misses them.">SUPPRESSIVE FIRE</option>
|
||
</select>
|
||
<select name="attr_drone_1_trait_3" title="Trait 3">
|
||
<option value="">N/A</option>
|
||
<option value="ACCESSORY" title="Can be worn over or under Light or Medium Armour. Their Damage Negation stack.">ACCESSORY</option>
|
||
<option value="ADAPTIVE CAMO" title="The item can turn partially invisible, granting 1D4 Advantage on Stealth checks.">ADAPTIVE CAMO</option>
|
||
<option value="ARMOUR-PIERCING" title="The item ignores 1 Damage Negation on hit.">ARMOUR-PIERCING</option>
|
||
<option value="AUTO-HEALING" title="The item heals the user 1D4 HP as a Bonus Action.">AUTO-HEALING</option>
|
||
<option value="AUTO-PILOTED" title="The vehicle does not require Player Character input in order to drive.">AUTO-PILOTED</option>
|
||
<option value="ATTACHABLE" title="The item can be linked to a piece of Armour with the Exosuit trait, or onto a Vehicle, Drone, or Mech. The item can be controlled using Drone Warfare rules and the Drone Warfare Skill.">ATTACHABLE</option>
|
||
<option value="BIO-MOD" title="The item is a biological modification.">BIO-MOD</option>
|
||
<option value="BLAST" title="The item deals damage to all enemies within its blast radius.">BLAST</option>
|
||
<option value="BLEED ON HIT" title="This item inflicts the Bleed Status Effect, losing 1D4 HP at the end of the turn for one turn, on hitting a target.">BLEED ON HIT</option>
|
||
<option value="BLIND ON HIT" title="This item inflicts the Blind Status Effect on hitting a target.">BLIND ON HIT</option>
|
||
<option value="BURN" title="The item burns enemies on hit, afflicting them with the Burning Status Effect.">BURN</option>
|
||
<option value="CARGO SPACE (small)" title="The item or vehicle has room to store cargo up to approximately 5Kg.">CARGO SPACE (small)</option>
|
||
<option value="CARGO SPACE (medium)" title="The item or vehicle has room to store cargo up to approximately 50Kg.">CARGO SPACE (medium)</option>
|
||
<option value="CARGO SPACE (large)" title="The item or vehicle has room to store large gear and equipment.">CARGO SPACE (large)</option>
|
||
<option value="COLLAPSIBLE" title="The item can be collapsed into a smaller form, rendering it Concealable.">COLLAPSIBLE</option>
|
||
<option value="CONCEALABLE" title="The item is easy to hide, granting a non-stacking +1D6 Advantage on Stealth when trying to hide or disguise it.">CONCEALABLE</option>
|
||
<option value="CYBERWARE" title="This item is a piece of technology integrated into the body. It strains the body to have.">CYBERWARE</option>
|
||
<option value="ELECTRONIC GHOST" title="The item does not appear on electronic scanners.">ELECTRONIC GHOST</option>
|
||
<option value="ELECTRONIC CAMO" title="The item has a +1D6 Advantage on Stealth when hiding from electronic scanners.">ELECTRONIC CAMO</option>
|
||
<option value="EMP" title="Items that cause EMP-type damage deal double damage to Drones and robotic entities. Bypasses their Damage Negation.">EMP</option>
|
||
<option value="ENERGY FIELD" title="Damage Negation is provided by an energy field. Can be shorted, disabled by EMPs, or Hacked.">ENERGY FIELD</option>
|
||
<option value="EXOSUIT" title="The Armour is a suit of sophisticated technology and can accept attachments or attachable weapons and sub-systems.">EXOSUIT</option>
|
||
<option value="FLYING" title="The Armour or Vehicle can fly. The armour’s flying distance is equal to the Player or Character’s Movement Speed.">FLYING</option>
|
||
<option value="HACKING ENABLED" title="The item allows its holder to Hack into technological appliances and devices.">HACKING ENABLED</option>
|
||
<option value="HEAVY" title="The item’s mass reduces Movement by 5 Feet. Does not stack.">HEAVY</option>
|
||
<option value="HOVER" title="The item allows its user to Hover. 10 Feet of ordinary movement can be used to traverse 10 Feet horizontally. All fall damage is reduced by 5.">HOVER</option>
|
||
<option value="INACCURATE" title="The weapon is not accurate. Fire with Disadvantage, subtracting 1D6 from Attack Rolls.">INACCURATE</option>
|
||
<option value="INJECTION ROUND" title="The item fires bullets that harm via injection.">INJECTION ROUND</option>
|
||
<option value="JAGGED" title="This item inflicts the Bleed Status Effect when a Critical Hit is rolled.">JAGGED</option>
|
||
<option value="KNOCKBACK" title="The weapon forcefully moves a struck enemy 5 Feet away from the Attacker on hit.">KNOCKBACK</option>
|
||
<option value="LIGHT" title="The item’s mass increases Movement by 5 Feet. Does not stack.">LIGHT</option>
|
||
<option value="LOADING" title="The weapon requires a Bonus Action to reload before it can fire a second time in Combat. Can occasionally be loaded with nonstandard ammunition.">LOADING</option>
|
||
<option value="LOUD" title="The item is Loud when used, alerting enemies at twice their detection range and imposing a -1D6 Disadvantage on Stealth if used.">LOUD</option>
|
||
<option value="LOW-LIGHT VISION" title="The item allows its user to see in low-light situations up to 60 Feet.">LOW-LIGHT VISION</option>
|
||
<option value="MARKER" title="Places a Mark on a target on Hit. Allies who attack this target gain +1 to Hit. Ends if target breaks line of sight or goes into hiding.">MARKER</option>
|
||
<option value="MEDIUM" title="The item’s mass is neutral and does not help you move any faster or slower.">MEDIUM</option>
|
||
<option value="MODDABLE" title="The item can have Modifications added to it out of Combat.">MODDABLE</option>
|
||
<option value="NEAR-SILENT" title="The item is nearly silent, granting a +1D4 Advantage on Stealth checks when used.">NEAR-SILENT</option>
|
||
<option value="NON-LETHAL" title="The item does not cause lethal damage. Enemies that reach 0HP are instead knocked unconscious.">NON-LETHAL</option>
|
||
<option value="OFF-HAND" title="The item is designed for Off-Hand use and dual-wielding, and can use all modifiers when used for dual-wielding.">OFF-HAND</option>
|
||
<option value="REACH" title="The weapon has a range of 10 Feet. It is still considered a melee weapon.">REACH</option>
|
||
<option value="REINFORCED" title="The Armour is stronger, granting an additional 1 Damage Negation.">REINFORCED</option>
|
||
<option value="BIO-RESISTANT" title="This item’s user resists Bio-type damage, taking half Damage from an attack instead of full, round up.">BIO-RESISTANT</option>
|
||
<option value="EMP RESISTANT" title="This item’s user resists EMP-type damage, taking full Damage from an attack instead of double.">EMP RESISTANT</option>
|
||
<option value="FIRE-RESISTANT" title="This item’s user resists Fire-type damage, taking half Damage from an attack instead of full, round up.">FIRE-RESISTANT</option>
|
||
<option value="RIPOSTE" title="This item allows its user to retaliate when attacked from Melee or Range. Using a Reaction, the user can use a Melee or Ranged Attack to strike at their attacker if within the weapon’s base range.">RIPOSTE</option>
|
||
<option value="SCANNING" title="The item allows the user to scan a small item or room, allowing them to make an Awareness check or Reroll a previous one. This counts as a new Awareness roll.">SCANNING</option>
|
||
<option value="SCOPED" title="The weapon is equipped with a scope. The user may use a Bonus Action to aim, obtaining a +1D6 Advantage on their next Attack Roll using that weapon.">SCOPED</option>
|
||
<option value="SENSOR" title="The item gives a +1D4 Advantage on Awareness Checks.">SENSOR</option>
|
||
<option value="SHAPESHIFTING" title="The user may freely change their outward appearance.">SHAPESHIFTING</option>
|
||
<option value="SHIELD" title="The item is a shield held in the off-hand. It makes off-hand or dual-wield Attacks with anything but the shield impossible.">SHIELD</option>
|
||
<option value="SHOCKING" title="The item Stuns enemies if they fail a DC 10 Save for one Turn.">SHOCKING</option>
|
||
<option value="SILENT" title="The item makes no noise. If used in combat the player can make a free contested Stealth check against nearby enemies within 30 feet to remain Hidden. Grants +1D4 Advantage on Stealth checks.">SILENT</option>
|
||
<option value="SINGLE-USE" title="The item can be used once, and then is used up and discarded.">SINGLE-USE</option>
|
||
<option value="SMART-TRACKING" title="The item has a +1D4 Advantage on hit rolls.">SMART-TRACKING</option>
|
||
<option value="SPRINTER" title="The item grants its user an additional 5 Feet of Movement speed.">SPRINTER</option>
|
||
<option value="STUNNING" title="The item causes temporary paralysis or shock to biological targets. On hit, target must roll a DC 10 Save or DC 10 Physique check. On failure they are Stunned for one turn.">STUNNING</option>
|
||
<option value="SUPPRESSIVE FIRE" title="This item gives enemies a -1D6 Disadvantage on their next attack if it misses them.">SUPPRESSIVE FIRE</option>
|
||
</select>
|
||
<select name="attr_drone_1_trait_4" title="Trait 4">
|
||
<option value="">N/A</option>
|
||
<option value="ACCESSORY" title="Can be worn over or under Light or Medium Armour. Their Damage Negation stack.">ACCESSORY</option>
|
||
<option value="ADAPTIVE CAMO" title="The item can turn partially invisible, granting 1D4 Advantage on Stealth checks.">ADAPTIVE CAMO</option>
|
||
<option value="ARMOUR-PIERCING" title="The item ignores 1 Damage Negation on hit.">ARMOUR-PIERCING</option>
|
||
<option value="AUTO-HEALING" title="The item heals the user 1D4 HP as a Bonus Action.">AUTO-HEALING</option>
|
||
<option value="AUTO-PILOTED" title="The vehicle does not require Player Character input in order to drive.">AUTO-PILOTED</option>
|
||
<option value="ATTACHABLE" title="The item can be linked to a piece of Armour with the Exosuit trait, or onto a Vehicle, Drone, or Mech. The item can be controlled using Drone Warfare rules and the Drone Warfare Skill.">ATTACHABLE</option>
|
||
<option value="BIO-MOD" title="The item is a biological modification.">BIO-MOD</option>
|
||
<option value="BLAST" title="The item deals damage to all enemies within its blast radius.">BLAST</option>
|
||
<option value="BLEED ON HIT" title="This item inflicts the Bleed Status Effect, losing 1D4 HP at the end of the turn for one turn, on hitting a target.">BLEED ON HIT</option>
|
||
<option value="BLIND ON HIT" title="This item inflicts the Blind Status Effect on hitting a target.">BLIND ON HIT</option>
|
||
<option value="BURN" title="The item burns enemies on hit, afflicting them with the Burning Status Effect.">BURN</option>
|
||
<option value="CARGO SPACE (small)" title="The item or vehicle has room to store cargo up to approximately 5Kg.">CARGO SPACE (small)</option>
|
||
<option value="CARGO SPACE (medium)" title="The item or vehicle has room to store cargo up to approximately 50Kg.">CARGO SPACE (medium)</option>
|
||
<option value="CARGO SPACE (large)" title="The item or vehicle has room to store large gear and equipment.">CARGO SPACE (large)</option>
|
||
<option value="COLLAPSIBLE" title="The item can be collapsed into a smaller form, rendering it Concealable.">COLLAPSIBLE</option>
|
||
<option value="CONCEALABLE" title="The item is easy to hide, granting a non-stacking +1D6 Advantage on Stealth when trying to hide or disguise it.">CONCEALABLE</option>
|
||
<option value="CYBERWARE" title="This item is a piece of technology integrated into the body. It strains the body to have.">CYBERWARE</option>
|
||
<option value="ELECTRONIC GHOST" title="The item does not appear on electronic scanners.">ELECTRONIC GHOST</option>
|
||
<option value="ELECTRONIC CAMO" title="The item has a +1D6 Advantage on Stealth when hiding from electronic scanners.">ELECTRONIC CAMO</option>
|
||
<option value="EMP" title="Items that cause EMP-type damage deal double damage to Drones and robotic entities. Bypasses their Damage Negation.">EMP</option>
|
||
<option value="ENERGY FIELD" title="Damage Negation is provided by an energy field. Can be shorted, disabled by EMPs, or Hacked.">ENERGY FIELD</option>
|
||
<option value="EXOSUIT" title="The Armour is a suit of sophisticated technology and can accept attachments or attachable weapons and sub-systems.">EXOSUIT</option>
|
||
<option value="FLYING" title="The Armour or Vehicle can fly. The armour’s flying distance is equal to the Player or Character’s Movement Speed.">FLYING</option>
|
||
<option value="HACKING ENABLED" title="The item allows its holder to Hack into technological appliances and devices.">HACKING ENABLED</option>
|
||
<option value="HEAVY" title="The item’s mass reduces Movement by 5 Feet. Does not stack.">HEAVY</option>
|
||
<option value="HOVER" title="The item allows its user to Hover. 10 Feet of ordinary movement can be used to traverse 10 Feet horizontally. All fall damage is reduced by 5.">HOVER</option>
|
||
<option value="INACCURATE" title="The weapon is not accurate. Fire with Disadvantage, subtracting 1D6 from Attack Rolls.">INACCURATE</option>
|
||
<option value="INJECTION ROUND" title="The item fires bullets that harm via injection.">INJECTION ROUND</option>
|
||
<option value="JAGGED" title="This item inflicts the Bleed Status Effect when a Critical Hit is rolled.">JAGGED</option>
|
||
<option value="KNOCKBACK" title="The weapon forcefully moves a struck enemy 5 Feet away from the Attacker on hit.">KNOCKBACK</option>
|
||
<option value="LIGHT" title="The item’s mass increases Movement by 5 Feet. Does not stack.">LIGHT</option>
|
||
<option value="LOADING" title="The weapon requires a Bonus Action to reload before it can fire a second time in Combat. Can occasionally be loaded with nonstandard ammunition.">LOADING</option>
|
||
<option value="LOUD" title="The item is Loud when used, alerting enemies at twice their detection range and imposing a -1D6 Disadvantage on Stealth if used.">LOUD</option>
|
||
<option value="LOW-LIGHT VISION" title="The item allows its user to see in low-light situations up to 60 Feet.">LOW-LIGHT VISION</option>
|
||
<option value="MARKER" title="Places a Mark on a target on Hit. Allies who attack this target gain +1 to Hit. Ends if target breaks line of sight or goes into hiding.">MARKER</option>
|
||
<option value="MEDIUM" title="The item’s mass is neutral and does not help you move any faster or slower.">MEDIUM</option>
|
||
<option value="MODDABLE" title="The item can have Modifications added to it out of Combat.">MODDABLE</option>
|
||
<option value="NEAR-SILENT" title="The item is nearly silent, granting a +1D4 Advantage on Stealth checks when used.">NEAR-SILENT</option>
|
||
<option value="NON-LETHAL" title="The item does not cause lethal damage. Enemies that reach 0HP are instead knocked unconscious.">NON-LETHAL</option>
|
||
<option value="OFF-HAND" title="The item is designed for Off-Hand use and dual-wielding, and can use all modifiers when used for dual-wielding.">OFF-HAND</option>
|
||
<option value="REACH" title="The weapon has a range of 10 Feet. It is still considered a melee weapon.">REACH</option>
|
||
<option value="REINFORCED" title="The Armour is stronger, granting an additional 1 Damage Negation.">REINFORCED</option>
|
||
<option value="BIO-RESISTANT" title="This item’s user resists Bio-type damage, taking half Damage from an attack instead of full, round up.">BIO-RESISTANT</option>
|
||
<option value="EMP RESISTANT" title="This item’s user resists EMP-type damage, taking full Damage from an attack instead of double.">EMP RESISTANT</option>
|
||
<option value="FIRE-RESISTANT" title="This item’s user resists Fire-type damage, taking half Damage from an attack instead of full, round up.">FIRE-RESISTANT</option>
|
||
<option value="RIPOSTE" title="This item allows its user to retaliate when attacked from Melee or Range. Using a Reaction, the user can use a Melee or Ranged Attack to strike at their attacker if within the weapon’s base range.">RIPOSTE</option>
|
||
<option value="SCANNING" title="The item allows the user to scan a small item or room, allowing them to make an Awareness check or Reroll a previous one. This counts as a new Awareness roll.">SCANNING</option>
|
||
<option value="SCOPED" title="The weapon is equipped with a scope. The user may use a Bonus Action to aim, obtaining a +1D6 Advantage on their next Attack Roll using that weapon.">SCOPED</option>
|
||
<option value="SENSOR" title="The item gives a +1D4 Advantage on Awareness Checks.">SENSOR</option>
|
||
<option value="SHAPESHIFTING" title="The user may freely change their outward appearance.">SHAPESHIFTING</option>
|
||
<option value="SHIELD" title="The item is a shield held in the off-hand. It makes off-hand or dual-wield Attacks with anything but the shield impossible.">SHIELD</option>
|
||
<option value="SHOCKING" title="The item Stuns enemies if they fail a DC 10 Save for one Turn.">SHOCKING</option>
|
||
<option value="SILENT" title="The item makes no noise. If used in combat the player can make a free contested Stealth check against nearby enemies within 30 feet to remain Hidden. Grants +1D4 Advantage on Stealth checks.">SILENT</option>
|
||
<option value="SINGLE-USE" title="The item can be used once, and then is used up and discarded.">SINGLE-USE</option>
|
||
<option value="SMART-TRACKING" title="The item has a +1D4 Advantage on hit rolls.">SMART-TRACKING</option>
|
||
<option value="SPRINTER" title="The item grants its user an additional 5 Feet of Movement speed.">SPRINTER</option>
|
||
<option value="STUNNING" title="The item causes temporary paralysis or shock to biological targets. On hit, target must roll a DC 10 Save or DC 10 Physique check. On failure they are Stunned for one turn.">STUNNING</option>
|
||
<option value="SUPPRESSIVE FIRE" title="This item gives enemies a -1D6 Disadvantage on their next attack if it misses them.">SUPPRESSIVE FIRE</option>
|
||
</select>
|
||
</div>
|
||
<label>Armament <textarea name="attr_drone_1_armament"></textarea></label>
|
||
<label>Durability <input type="number" name="attr_drone_1_durability" value="0"></label>
|
||
<label>Defence <input type="number" name="attr_drone_1_defence" value="0"></label>
|
||
<label>Speed <input type="text" name="attr_drone_1_speed"></label>
|
||
<label>Range <input type="text" name="attr_drone_1_range"></label>
|
||
<label>Damage <input type="text" name="attr_drone_1_damage"></label>
|
||
<label>Pilot DC <input type="number" name="attr_drone_1_pilot_dc" value="0"></label>
|
||
<div class="slots">
|
||
<label>S <input type="number" name="attr_drone_1_mod_s" value="0"></label>
|
||
<label>A <input type="number" name="attr_drone_1_mod_a" value="0"></label>
|
||
<label>C <input type="number" name="attr_drone_1_mod_c" value="0"></label>
|
||
</div>
|
||
</div>
|
||
<div class="gear-card drone-card">
|
||
<h4>Drone / Vehicle 2</h4>
|
||
<label>Name <input type="text" name="attr_drone_2_name"></label>
|
||
<label>SP Cost <input type="number" name="attr_drone_2_pts" value="0"></label>
|
||
<div class="trait-selects">
|
||
<span class="trait-label">Traits</span>
|
||
<select name="attr_drone_2_trait_1" title="Trait 1">
|
||
<option value="">N/A</option>
|
||
<option value="ACCESSORY" title="Can be worn over or under Light or Medium Armour. Their Damage Negation stack.">ACCESSORY</option>
|
||
<option value="ADAPTIVE CAMO" title="The item can turn partially invisible, granting 1D4 Advantage on Stealth checks.">ADAPTIVE CAMO</option>
|
||
<option value="ARMOUR-PIERCING" title="The item ignores 1 Damage Negation on hit.">ARMOUR-PIERCING</option>
|
||
<option value="AUTO-HEALING" title="The item heals the user 1D4 HP as a Bonus Action.">AUTO-HEALING</option>
|
||
<option value="AUTO-PILOTED" title="The vehicle does not require Player Character input in order to drive.">AUTO-PILOTED</option>
|
||
<option value="ATTACHABLE" title="The item can be linked to a piece of Armour with the Exosuit trait, or onto a Vehicle, Drone, or Mech. The item can be controlled using Drone Warfare rules and the Drone Warfare Skill.">ATTACHABLE</option>
|
||
<option value="BIO-MOD" title="The item is a biological modification.">BIO-MOD</option>
|
||
<option value="BLAST" title="The item deals damage to all enemies within its blast radius.">BLAST</option>
|
||
<option value="BLEED ON HIT" title="This item inflicts the Bleed Status Effect, losing 1D4 HP at the end of the turn for one turn, on hitting a target.">BLEED ON HIT</option>
|
||
<option value="BLIND ON HIT" title="This item inflicts the Blind Status Effect on hitting a target.">BLIND ON HIT</option>
|
||
<option value="BURN" title="The item burns enemies on hit, afflicting them with the Burning Status Effect.">BURN</option>
|
||
<option value="CARGO SPACE (small)" title="The item or vehicle has room to store cargo up to approximately 5Kg.">CARGO SPACE (small)</option>
|
||
<option value="CARGO SPACE (medium)" title="The item or vehicle has room to store cargo up to approximately 50Kg.">CARGO SPACE (medium)</option>
|
||
<option value="CARGO SPACE (large)" title="The item or vehicle has room to store large gear and equipment.">CARGO SPACE (large)</option>
|
||
<option value="COLLAPSIBLE" title="The item can be collapsed into a smaller form, rendering it Concealable.">COLLAPSIBLE</option>
|
||
<option value="CONCEALABLE" title="The item is easy to hide, granting a non-stacking +1D6 Advantage on Stealth when trying to hide or disguise it.">CONCEALABLE</option>
|
||
<option value="CYBERWARE" title="This item is a piece of technology integrated into the body. It strains the body to have.">CYBERWARE</option>
|
||
<option value="ELECTRONIC GHOST" title="The item does not appear on electronic scanners.">ELECTRONIC GHOST</option>
|
||
<option value="ELECTRONIC CAMO" title="The item has a +1D6 Advantage on Stealth when hiding from electronic scanners.">ELECTRONIC CAMO</option>
|
||
<option value="EMP" title="Items that cause EMP-type damage deal double damage to Drones and robotic entities. Bypasses their Damage Negation.">EMP</option>
|
||
<option value="ENERGY FIELD" title="Damage Negation is provided by an energy field. Can be shorted, disabled by EMPs, or Hacked.">ENERGY FIELD</option>
|
||
<option value="EXOSUIT" title="The Armour is a suit of sophisticated technology and can accept attachments or attachable weapons and sub-systems.">EXOSUIT</option>
|
||
<option value="FLYING" title="The Armour or Vehicle can fly. The armour’s flying distance is equal to the Player or Character’s Movement Speed.">FLYING</option>
|
||
<option value="HACKING ENABLED" title="The item allows its holder to Hack into technological appliances and devices.">HACKING ENABLED</option>
|
||
<option value="HEAVY" title="The item’s mass reduces Movement by 5 Feet. Does not stack.">HEAVY</option>
|
||
<option value="HOVER" title="The item allows its user to Hover. 10 Feet of ordinary movement can be used to traverse 10 Feet horizontally. All fall damage is reduced by 5.">HOVER</option>
|
||
<option value="INACCURATE" title="The weapon is not accurate. Fire with Disadvantage, subtracting 1D6 from Attack Rolls.">INACCURATE</option>
|
||
<option value="INJECTION ROUND" title="The item fires bullets that harm via injection.">INJECTION ROUND</option>
|
||
<option value="JAGGED" title="This item inflicts the Bleed Status Effect when a Critical Hit is rolled.">JAGGED</option>
|
||
<option value="KNOCKBACK" title="The weapon forcefully moves a struck enemy 5 Feet away from the Attacker on hit.">KNOCKBACK</option>
|
||
<option value="LIGHT" title="The item’s mass increases Movement by 5 Feet. Does not stack.">LIGHT</option>
|
||
<option value="LOADING" title="The weapon requires a Bonus Action to reload before it can fire a second time in Combat. Can occasionally be loaded with nonstandard ammunition.">LOADING</option>
|
||
<option value="LOUD" title="The item is Loud when used, alerting enemies at twice their detection range and imposing a -1D6 Disadvantage on Stealth if used.">LOUD</option>
|
||
<option value="LOW-LIGHT VISION" title="The item allows its user to see in low-light situations up to 60 Feet.">LOW-LIGHT VISION</option>
|
||
<option value="MARKER" title="Places a Mark on a target on Hit. Allies who attack this target gain +1 to Hit. Ends if target breaks line of sight or goes into hiding.">MARKER</option>
|
||
<option value="MEDIUM" title="The item’s mass is neutral and does not help you move any faster or slower.">MEDIUM</option>
|
||
<option value="MODDABLE" title="The item can have Modifications added to it out of Combat.">MODDABLE</option>
|
||
<option value="NEAR-SILENT" title="The item is nearly silent, granting a +1D4 Advantage on Stealth checks when used.">NEAR-SILENT</option>
|
||
<option value="NON-LETHAL" title="The item does not cause lethal damage. Enemies that reach 0HP are instead knocked unconscious.">NON-LETHAL</option>
|
||
<option value="OFF-HAND" title="The item is designed for Off-Hand use and dual-wielding, and can use all modifiers when used for dual-wielding.">OFF-HAND</option>
|
||
<option value="REACH" title="The weapon has a range of 10 Feet. It is still considered a melee weapon.">REACH</option>
|
||
<option value="REINFORCED" title="The Armour is stronger, granting an additional 1 Damage Negation.">REINFORCED</option>
|
||
<option value="BIO-RESISTANT" title="This item’s user resists Bio-type damage, taking half Damage from an attack instead of full, round up.">BIO-RESISTANT</option>
|
||
<option value="EMP RESISTANT" title="This item’s user resists EMP-type damage, taking full Damage from an attack instead of double.">EMP RESISTANT</option>
|
||
<option value="FIRE-RESISTANT" title="This item’s user resists Fire-type damage, taking half Damage from an attack instead of full, round up.">FIRE-RESISTANT</option>
|
||
<option value="RIPOSTE" title="This item allows its user to retaliate when attacked from Melee or Range. Using a Reaction, the user can use a Melee or Ranged Attack to strike at their attacker if within the weapon’s base range.">RIPOSTE</option>
|
||
<option value="SCANNING" title="The item allows the user to scan a small item or room, allowing them to make an Awareness check or Reroll a previous one. This counts as a new Awareness roll.">SCANNING</option>
|
||
<option value="SCOPED" title="The weapon is equipped with a scope. The user may use a Bonus Action to aim, obtaining a +1D6 Advantage on their next Attack Roll using that weapon.">SCOPED</option>
|
||
<option value="SENSOR" title="The item gives a +1D4 Advantage on Awareness Checks.">SENSOR</option>
|
||
<option value="SHAPESHIFTING" title="The user may freely change their outward appearance.">SHAPESHIFTING</option>
|
||
<option value="SHIELD" title="The item is a shield held in the off-hand. It makes off-hand or dual-wield Attacks with anything but the shield impossible.">SHIELD</option>
|
||
<option value="SHOCKING" title="The item Stuns enemies if they fail a DC 10 Save for one Turn.">SHOCKING</option>
|
||
<option value="SILENT" title="The item makes no noise. If used in combat the player can make a free contested Stealth check against nearby enemies within 30 feet to remain Hidden. Grants +1D4 Advantage on Stealth checks.">SILENT</option>
|
||
<option value="SINGLE-USE" title="The item can be used once, and then is used up and discarded.">SINGLE-USE</option>
|
||
<option value="SMART-TRACKING" title="The item has a +1D4 Advantage on hit rolls.">SMART-TRACKING</option>
|
||
<option value="SPRINTER" title="The item grants its user an additional 5 Feet of Movement speed.">SPRINTER</option>
|
||
<option value="STUNNING" title="The item causes temporary paralysis or shock to biological targets. On hit, target must roll a DC 10 Save or DC 10 Physique check. On failure they are Stunned for one turn.">STUNNING</option>
|
||
<option value="SUPPRESSIVE FIRE" title="This item gives enemies a -1D6 Disadvantage on their next attack if it misses them.">SUPPRESSIVE FIRE</option>
|
||
</select>
|
||
<select name="attr_drone_2_trait_2" title="Trait 2">
|
||
<option value="">N/A</option>
|
||
<option value="ACCESSORY" title="Can be worn over or under Light or Medium Armour. Their Damage Negation stack.">ACCESSORY</option>
|
||
<option value="ADAPTIVE CAMO" title="The item can turn partially invisible, granting 1D4 Advantage on Stealth checks.">ADAPTIVE CAMO</option>
|
||
<option value="ARMOUR-PIERCING" title="The item ignores 1 Damage Negation on hit.">ARMOUR-PIERCING</option>
|
||
<option value="AUTO-HEALING" title="The item heals the user 1D4 HP as a Bonus Action.">AUTO-HEALING</option>
|
||
<option value="AUTO-PILOTED" title="The vehicle does not require Player Character input in order to drive.">AUTO-PILOTED</option>
|
||
<option value="ATTACHABLE" title="The item can be linked to a piece of Armour with the Exosuit trait, or onto a Vehicle, Drone, or Mech. The item can be controlled using Drone Warfare rules and the Drone Warfare Skill.">ATTACHABLE</option>
|
||
<option value="BIO-MOD" title="The item is a biological modification.">BIO-MOD</option>
|
||
<option value="BLAST" title="The item deals damage to all enemies within its blast radius.">BLAST</option>
|
||
<option value="BLEED ON HIT" title="This item inflicts the Bleed Status Effect, losing 1D4 HP at the end of the turn for one turn, on hitting a target.">BLEED ON HIT</option>
|
||
<option value="BLIND ON HIT" title="This item inflicts the Blind Status Effect on hitting a target.">BLIND ON HIT</option>
|
||
<option value="BURN" title="The item burns enemies on hit, afflicting them with the Burning Status Effect.">BURN</option>
|
||
<option value="CARGO SPACE (small)" title="The item or vehicle has room to store cargo up to approximately 5Kg.">CARGO SPACE (small)</option>
|
||
<option value="CARGO SPACE (medium)" title="The item or vehicle has room to store cargo up to approximately 50Kg.">CARGO SPACE (medium)</option>
|
||
<option value="CARGO SPACE (large)" title="The item or vehicle has room to store large gear and equipment.">CARGO SPACE (large)</option>
|
||
<option value="COLLAPSIBLE" title="The item can be collapsed into a smaller form, rendering it Concealable.">COLLAPSIBLE</option>
|
||
<option value="CONCEALABLE" title="The item is easy to hide, granting a non-stacking +1D6 Advantage on Stealth when trying to hide or disguise it.">CONCEALABLE</option>
|
||
<option value="CYBERWARE" title="This item is a piece of technology integrated into the body. It strains the body to have.">CYBERWARE</option>
|
||
<option value="ELECTRONIC GHOST" title="The item does not appear on electronic scanners.">ELECTRONIC GHOST</option>
|
||
<option value="ELECTRONIC CAMO" title="The item has a +1D6 Advantage on Stealth when hiding from electronic scanners.">ELECTRONIC CAMO</option>
|
||
<option value="EMP" title="Items that cause EMP-type damage deal double damage to Drones and robotic entities. Bypasses their Damage Negation.">EMP</option>
|
||
<option value="ENERGY FIELD" title="Damage Negation is provided by an energy field. Can be shorted, disabled by EMPs, or Hacked.">ENERGY FIELD</option>
|
||
<option value="EXOSUIT" title="The Armour is a suit of sophisticated technology and can accept attachments or attachable weapons and sub-systems.">EXOSUIT</option>
|
||
<option value="FLYING" title="The Armour or Vehicle can fly. The armour’s flying distance is equal to the Player or Character’s Movement Speed.">FLYING</option>
|
||
<option value="HACKING ENABLED" title="The item allows its holder to Hack into technological appliances and devices.">HACKING ENABLED</option>
|
||
<option value="HEAVY" title="The item’s mass reduces Movement by 5 Feet. Does not stack.">HEAVY</option>
|
||
<option value="HOVER" title="The item allows its user to Hover. 10 Feet of ordinary movement can be used to traverse 10 Feet horizontally. All fall damage is reduced by 5.">HOVER</option>
|
||
<option value="INACCURATE" title="The weapon is not accurate. Fire with Disadvantage, subtracting 1D6 from Attack Rolls.">INACCURATE</option>
|
||
<option value="INJECTION ROUND" title="The item fires bullets that harm via injection.">INJECTION ROUND</option>
|
||
<option value="JAGGED" title="This item inflicts the Bleed Status Effect when a Critical Hit is rolled.">JAGGED</option>
|
||
<option value="KNOCKBACK" title="The weapon forcefully moves a struck enemy 5 Feet away from the Attacker on hit.">KNOCKBACK</option>
|
||
<option value="LIGHT" title="The item’s mass increases Movement by 5 Feet. Does not stack.">LIGHT</option>
|
||
<option value="LOADING" title="The weapon requires a Bonus Action to reload before it can fire a second time in Combat. Can occasionally be loaded with nonstandard ammunition.">LOADING</option>
|
||
<option value="LOUD" title="The item is Loud when used, alerting enemies at twice their detection range and imposing a -1D6 Disadvantage on Stealth if used.">LOUD</option>
|
||
<option value="LOW-LIGHT VISION" title="The item allows its user to see in low-light situations up to 60 Feet.">LOW-LIGHT VISION</option>
|
||
<option value="MARKER" title="Places a Mark on a target on Hit. Allies who attack this target gain +1 to Hit. Ends if target breaks line of sight or goes into hiding.">MARKER</option>
|
||
<option value="MEDIUM" title="The item’s mass is neutral and does not help you move any faster or slower.">MEDIUM</option>
|
||
<option value="MODDABLE" title="The item can have Modifications added to it out of Combat.">MODDABLE</option>
|
||
<option value="NEAR-SILENT" title="The item is nearly silent, granting a +1D4 Advantage on Stealth checks when used.">NEAR-SILENT</option>
|
||
<option value="NON-LETHAL" title="The item does not cause lethal damage. Enemies that reach 0HP are instead knocked unconscious.">NON-LETHAL</option>
|
||
<option value="OFF-HAND" title="The item is designed for Off-Hand use and dual-wielding, and can use all modifiers when used for dual-wielding.">OFF-HAND</option>
|
||
<option value="REACH" title="The weapon has a range of 10 Feet. It is still considered a melee weapon.">REACH</option>
|
||
<option value="REINFORCED" title="The Armour is stronger, granting an additional 1 Damage Negation.">REINFORCED</option>
|
||
<option value="BIO-RESISTANT" title="This item’s user resists Bio-type damage, taking half Damage from an attack instead of full, round up.">BIO-RESISTANT</option>
|
||
<option value="EMP RESISTANT" title="This item’s user resists EMP-type damage, taking full Damage from an attack instead of double.">EMP RESISTANT</option>
|
||
<option value="FIRE-RESISTANT" title="This item’s user resists Fire-type damage, taking half Damage from an attack instead of full, round up.">FIRE-RESISTANT</option>
|
||
<option value="RIPOSTE" title="This item allows its user to retaliate when attacked from Melee or Range. Using a Reaction, the user can use a Melee or Ranged Attack to strike at their attacker if within the weapon’s base range.">RIPOSTE</option>
|
||
<option value="SCANNING" title="The item allows the user to scan a small item or room, allowing them to make an Awareness check or Reroll a previous one. This counts as a new Awareness roll.">SCANNING</option>
|
||
<option value="SCOPED" title="The weapon is equipped with a scope. The user may use a Bonus Action to aim, obtaining a +1D6 Advantage on their next Attack Roll using that weapon.">SCOPED</option>
|
||
<option value="SENSOR" title="The item gives a +1D4 Advantage on Awareness Checks.">SENSOR</option>
|
||
<option value="SHAPESHIFTING" title="The user may freely change their outward appearance.">SHAPESHIFTING</option>
|
||
<option value="SHIELD" title="The item is a shield held in the off-hand. It makes off-hand or dual-wield Attacks with anything but the shield impossible.">SHIELD</option>
|
||
<option value="SHOCKING" title="The item Stuns enemies if they fail a DC 10 Save for one Turn.">SHOCKING</option>
|
||
<option value="SILENT" title="The item makes no noise. If used in combat the player can make a free contested Stealth check against nearby enemies within 30 feet to remain Hidden. Grants +1D4 Advantage on Stealth checks.">SILENT</option>
|
||
<option value="SINGLE-USE" title="The item can be used once, and then is used up and discarded.">SINGLE-USE</option>
|
||
<option value="SMART-TRACKING" title="The item has a +1D4 Advantage on hit rolls.">SMART-TRACKING</option>
|
||
<option value="SPRINTER" title="The item grants its user an additional 5 Feet of Movement speed.">SPRINTER</option>
|
||
<option value="STUNNING" title="The item causes temporary paralysis or shock to biological targets. On hit, target must roll a DC 10 Save or DC 10 Physique check. On failure they are Stunned for one turn.">STUNNING</option>
|
||
<option value="SUPPRESSIVE FIRE" title="This item gives enemies a -1D6 Disadvantage on their next attack if it misses them.">SUPPRESSIVE FIRE</option>
|
||
</select>
|
||
<select name="attr_drone_2_trait_3" title="Trait 3">
|
||
<option value="">N/A</option>
|
||
<option value="ACCESSORY" title="Can be worn over or under Light or Medium Armour. Their Damage Negation stack.">ACCESSORY</option>
|
||
<option value="ADAPTIVE CAMO" title="The item can turn partially invisible, granting 1D4 Advantage on Stealth checks.">ADAPTIVE CAMO</option>
|
||
<option value="ARMOUR-PIERCING" title="The item ignores 1 Damage Negation on hit.">ARMOUR-PIERCING</option>
|
||
<option value="AUTO-HEALING" title="The item heals the user 1D4 HP as a Bonus Action.">AUTO-HEALING</option>
|
||
<option value="AUTO-PILOTED" title="The vehicle does not require Player Character input in order to drive.">AUTO-PILOTED</option>
|
||
<option value="ATTACHABLE" title="The item can be linked to a piece of Armour with the Exosuit trait, or onto a Vehicle, Drone, or Mech. The item can be controlled using Drone Warfare rules and the Drone Warfare Skill.">ATTACHABLE</option>
|
||
<option value="BIO-MOD" title="The item is a biological modification.">BIO-MOD</option>
|
||
<option value="BLAST" title="The item deals damage to all enemies within its blast radius.">BLAST</option>
|
||
<option value="BLEED ON HIT" title="This item inflicts the Bleed Status Effect, losing 1D4 HP at the end of the turn for one turn, on hitting a target.">BLEED ON HIT</option>
|
||
<option value="BLIND ON HIT" title="This item inflicts the Blind Status Effect on hitting a target.">BLIND ON HIT</option>
|
||
<option value="BURN" title="The item burns enemies on hit, afflicting them with the Burning Status Effect.">BURN</option>
|
||
<option value="CARGO SPACE (small)" title="The item or vehicle has room to store cargo up to approximately 5Kg.">CARGO SPACE (small)</option>
|
||
<option value="CARGO SPACE (medium)" title="The item or vehicle has room to store cargo up to approximately 50Kg.">CARGO SPACE (medium)</option>
|
||
<option value="CARGO SPACE (large)" title="The item or vehicle has room to store large gear and equipment.">CARGO SPACE (large)</option>
|
||
<option value="COLLAPSIBLE" title="The item can be collapsed into a smaller form, rendering it Concealable.">COLLAPSIBLE</option>
|
||
<option value="CONCEALABLE" title="The item is easy to hide, granting a non-stacking +1D6 Advantage on Stealth when trying to hide or disguise it.">CONCEALABLE</option>
|
||
<option value="CYBERWARE" title="This item is a piece of technology integrated into the body. It strains the body to have.">CYBERWARE</option>
|
||
<option value="ELECTRONIC GHOST" title="The item does not appear on electronic scanners.">ELECTRONIC GHOST</option>
|
||
<option value="ELECTRONIC CAMO" title="The item has a +1D6 Advantage on Stealth when hiding from electronic scanners.">ELECTRONIC CAMO</option>
|
||
<option value="EMP" title="Items that cause EMP-type damage deal double damage to Drones and robotic entities. Bypasses their Damage Negation.">EMP</option>
|
||
<option value="ENERGY FIELD" title="Damage Negation is provided by an energy field. Can be shorted, disabled by EMPs, or Hacked.">ENERGY FIELD</option>
|
||
<option value="EXOSUIT" title="The Armour is a suit of sophisticated technology and can accept attachments or attachable weapons and sub-systems.">EXOSUIT</option>
|
||
<option value="FLYING" title="The Armour or Vehicle can fly. The armour’s flying distance is equal to the Player or Character’s Movement Speed.">FLYING</option>
|
||
<option value="HACKING ENABLED" title="The item allows its holder to Hack into technological appliances and devices.">HACKING ENABLED</option>
|
||
<option value="HEAVY" title="The item’s mass reduces Movement by 5 Feet. Does not stack.">HEAVY</option>
|
||
<option value="HOVER" title="The item allows its user to Hover. 10 Feet of ordinary movement can be used to traverse 10 Feet horizontally. All fall damage is reduced by 5.">HOVER</option>
|
||
<option value="INACCURATE" title="The weapon is not accurate. Fire with Disadvantage, subtracting 1D6 from Attack Rolls.">INACCURATE</option>
|
||
<option value="INJECTION ROUND" title="The item fires bullets that harm via injection.">INJECTION ROUND</option>
|
||
<option value="JAGGED" title="This item inflicts the Bleed Status Effect when a Critical Hit is rolled.">JAGGED</option>
|
||
<option value="KNOCKBACK" title="The weapon forcefully moves a struck enemy 5 Feet away from the Attacker on hit.">KNOCKBACK</option>
|
||
<option value="LIGHT" title="The item’s mass increases Movement by 5 Feet. Does not stack.">LIGHT</option>
|
||
<option value="LOADING" title="The weapon requires a Bonus Action to reload before it can fire a second time in Combat. Can occasionally be loaded with nonstandard ammunition.">LOADING</option>
|
||
<option value="LOUD" title="The item is Loud when used, alerting enemies at twice their detection range and imposing a -1D6 Disadvantage on Stealth if used.">LOUD</option>
|
||
<option value="LOW-LIGHT VISION" title="The item allows its user to see in low-light situations up to 60 Feet.">LOW-LIGHT VISION</option>
|
||
<option value="MARKER" title="Places a Mark on a target on Hit. Allies who attack this target gain +1 to Hit. Ends if target breaks line of sight or goes into hiding.">MARKER</option>
|
||
<option value="MEDIUM" title="The item’s mass is neutral and does not help you move any faster or slower.">MEDIUM</option>
|
||
<option value="MODDABLE" title="The item can have Modifications added to it out of Combat.">MODDABLE</option>
|
||
<option value="NEAR-SILENT" title="The item is nearly silent, granting a +1D4 Advantage on Stealth checks when used.">NEAR-SILENT</option>
|
||
<option value="NON-LETHAL" title="The item does not cause lethal damage. Enemies that reach 0HP are instead knocked unconscious.">NON-LETHAL</option>
|
||
<option value="OFF-HAND" title="The item is designed for Off-Hand use and dual-wielding, and can use all modifiers when used for dual-wielding.">OFF-HAND</option>
|
||
<option value="REACH" title="The weapon has a range of 10 Feet. It is still considered a melee weapon.">REACH</option>
|
||
<option value="REINFORCED" title="The Armour is stronger, granting an additional 1 Damage Negation.">REINFORCED</option>
|
||
<option value="BIO-RESISTANT" title="This item’s user resists Bio-type damage, taking half Damage from an attack instead of full, round up.">BIO-RESISTANT</option>
|
||
<option value="EMP RESISTANT" title="This item’s user resists EMP-type damage, taking full Damage from an attack instead of double.">EMP RESISTANT</option>
|
||
<option value="FIRE-RESISTANT" title="This item’s user resists Fire-type damage, taking half Damage from an attack instead of full, round up.">FIRE-RESISTANT</option>
|
||
<option value="RIPOSTE" title="This item allows its user to retaliate when attacked from Melee or Range. Using a Reaction, the user can use a Melee or Ranged Attack to strike at their attacker if within the weapon’s base range.">RIPOSTE</option>
|
||
<option value="SCANNING" title="The item allows the user to scan a small item or room, allowing them to make an Awareness check or Reroll a previous one. This counts as a new Awareness roll.">SCANNING</option>
|
||
<option value="SCOPED" title="The weapon is equipped with a scope. The user may use a Bonus Action to aim, obtaining a +1D6 Advantage on their next Attack Roll using that weapon.">SCOPED</option>
|
||
<option value="SENSOR" title="The item gives a +1D4 Advantage on Awareness Checks.">SENSOR</option>
|
||
<option value="SHAPESHIFTING" title="The user may freely change their outward appearance.">SHAPESHIFTING</option>
|
||
<option value="SHIELD" title="The item is a shield held in the off-hand. It makes off-hand or dual-wield Attacks with anything but the shield impossible.">SHIELD</option>
|
||
<option value="SHOCKING" title="The item Stuns enemies if they fail a DC 10 Save for one Turn.">SHOCKING</option>
|
||
<option value="SILENT" title="The item makes no noise. If used in combat the player can make a free contested Stealth check against nearby enemies within 30 feet to remain Hidden. Grants +1D4 Advantage on Stealth checks.">SILENT</option>
|
||
<option value="SINGLE-USE" title="The item can be used once, and then is used up and discarded.">SINGLE-USE</option>
|
||
<option value="SMART-TRACKING" title="The item has a +1D4 Advantage on hit rolls.">SMART-TRACKING</option>
|
||
<option value="SPRINTER" title="The item grants its user an additional 5 Feet of Movement speed.">SPRINTER</option>
|
||
<option value="STUNNING" title="The item causes temporary paralysis or shock to biological targets. On hit, target must roll a DC 10 Save or DC 10 Physique check. On failure they are Stunned for one turn.">STUNNING</option>
|
||
<option value="SUPPRESSIVE FIRE" title="This item gives enemies a -1D6 Disadvantage on their next attack if it misses them.">SUPPRESSIVE FIRE</option>
|
||
</select>
|
||
<select name="attr_drone_2_trait_4" title="Trait 4">
|
||
<option value="">N/A</option>
|
||
<option value="ACCESSORY" title="Can be worn over or under Light or Medium Armour. Their Damage Negation stack.">ACCESSORY</option>
|
||
<option value="ADAPTIVE CAMO" title="The item can turn partially invisible, granting 1D4 Advantage on Stealth checks.">ADAPTIVE CAMO</option>
|
||
<option value="ARMOUR-PIERCING" title="The item ignores 1 Damage Negation on hit.">ARMOUR-PIERCING</option>
|
||
<option value="AUTO-HEALING" title="The item heals the user 1D4 HP as a Bonus Action.">AUTO-HEALING</option>
|
||
<option value="AUTO-PILOTED" title="The vehicle does not require Player Character input in order to drive.">AUTO-PILOTED</option>
|
||
<option value="ATTACHABLE" title="The item can be linked to a piece of Armour with the Exosuit trait, or onto a Vehicle, Drone, or Mech. The item can be controlled using Drone Warfare rules and the Drone Warfare Skill.">ATTACHABLE</option>
|
||
<option value="BIO-MOD" title="The item is a biological modification.">BIO-MOD</option>
|
||
<option value="BLAST" title="The item deals damage to all enemies within its blast radius.">BLAST</option>
|
||
<option value="BLEED ON HIT" title="This item inflicts the Bleed Status Effect, losing 1D4 HP at the end of the turn for one turn, on hitting a target.">BLEED ON HIT</option>
|
||
<option value="BLIND ON HIT" title="This item inflicts the Blind Status Effect on hitting a target.">BLIND ON HIT</option>
|
||
<option value="BURN" title="The item burns enemies on hit, afflicting them with the Burning Status Effect.">BURN</option>
|
||
<option value="CARGO SPACE (small)" title="The item or vehicle has room to store cargo up to approximately 5Kg.">CARGO SPACE (small)</option>
|
||
<option value="CARGO SPACE (medium)" title="The item or vehicle has room to store cargo up to approximately 50Kg.">CARGO SPACE (medium)</option>
|
||
<option value="CARGO SPACE (large)" title="The item or vehicle has room to store large gear and equipment.">CARGO SPACE (large)</option>
|
||
<option value="COLLAPSIBLE" title="The item can be collapsed into a smaller form, rendering it Concealable.">COLLAPSIBLE</option>
|
||
<option value="CONCEALABLE" title="The item is easy to hide, granting a non-stacking +1D6 Advantage on Stealth when trying to hide or disguise it.">CONCEALABLE</option>
|
||
<option value="CYBERWARE" title="This item is a piece of technology integrated into the body. It strains the body to have.">CYBERWARE</option>
|
||
<option value="ELECTRONIC GHOST" title="The item does not appear on electronic scanners.">ELECTRONIC GHOST</option>
|
||
<option value="ELECTRONIC CAMO" title="The item has a +1D6 Advantage on Stealth when hiding from electronic scanners.">ELECTRONIC CAMO</option>
|
||
<option value="EMP" title="Items that cause EMP-type damage deal double damage to Drones and robotic entities. Bypasses their Damage Negation.">EMP</option>
|
||
<option value="ENERGY FIELD" title="Damage Negation is provided by an energy field. Can be shorted, disabled by EMPs, or Hacked.">ENERGY FIELD</option>
|
||
<option value="EXOSUIT" title="The Armour is a suit of sophisticated technology and can accept attachments or attachable weapons and sub-systems.">EXOSUIT</option>
|
||
<option value="FLYING" title="The Armour or Vehicle can fly. The armour’s flying distance is equal to the Player or Character’s Movement Speed.">FLYING</option>
|
||
<option value="HACKING ENABLED" title="The item allows its holder to Hack into technological appliances and devices.">HACKING ENABLED</option>
|
||
<option value="HEAVY" title="The item’s mass reduces Movement by 5 Feet. Does not stack.">HEAVY</option>
|
||
<option value="HOVER" title="The item allows its user to Hover. 10 Feet of ordinary movement can be used to traverse 10 Feet horizontally. All fall damage is reduced by 5.">HOVER</option>
|
||
<option value="INACCURATE" title="The weapon is not accurate. Fire with Disadvantage, subtracting 1D6 from Attack Rolls.">INACCURATE</option>
|
||
<option value="INJECTION ROUND" title="The item fires bullets that harm via injection.">INJECTION ROUND</option>
|
||
<option value="JAGGED" title="This item inflicts the Bleed Status Effect when a Critical Hit is rolled.">JAGGED</option>
|
||
<option value="KNOCKBACK" title="The weapon forcefully moves a struck enemy 5 Feet away from the Attacker on hit.">KNOCKBACK</option>
|
||
<option value="LIGHT" title="The item’s mass increases Movement by 5 Feet. Does not stack.">LIGHT</option>
|
||
<option value="LOADING" title="The weapon requires a Bonus Action to reload before it can fire a second time in Combat. Can occasionally be loaded with nonstandard ammunition.">LOADING</option>
|
||
<option value="LOUD" title="The item is Loud when used, alerting enemies at twice their detection range and imposing a -1D6 Disadvantage on Stealth if used.">LOUD</option>
|
||
<option value="LOW-LIGHT VISION" title="The item allows its user to see in low-light situations up to 60 Feet.">LOW-LIGHT VISION</option>
|
||
<option value="MARKER" title="Places a Mark on a target on Hit. Allies who attack this target gain +1 to Hit. Ends if target breaks line of sight or goes into hiding.">MARKER</option>
|
||
<option value="MEDIUM" title="The item’s mass is neutral and does not help you move any faster or slower.">MEDIUM</option>
|
||
<option value="MODDABLE" title="The item can have Modifications added to it out of Combat.">MODDABLE</option>
|
||
<option value="NEAR-SILENT" title="The item is nearly silent, granting a +1D4 Advantage on Stealth checks when used.">NEAR-SILENT</option>
|
||
<option value="NON-LETHAL" title="The item does not cause lethal damage. Enemies that reach 0HP are instead knocked unconscious.">NON-LETHAL</option>
|
||
<option value="OFF-HAND" title="The item is designed for Off-Hand use and dual-wielding, and can use all modifiers when used for dual-wielding.">OFF-HAND</option>
|
||
<option value="REACH" title="The weapon has a range of 10 Feet. It is still considered a melee weapon.">REACH</option>
|
||
<option value="REINFORCED" title="The Armour is stronger, granting an additional 1 Damage Negation.">REINFORCED</option>
|
||
<option value="BIO-RESISTANT" title="This item’s user resists Bio-type damage, taking half Damage from an attack instead of full, round up.">BIO-RESISTANT</option>
|
||
<option value="EMP RESISTANT" title="This item’s user resists EMP-type damage, taking full Damage from an attack instead of double.">EMP RESISTANT</option>
|
||
<option value="FIRE-RESISTANT" title="This item’s user resists Fire-type damage, taking half Damage from an attack instead of full, round up.">FIRE-RESISTANT</option>
|
||
<option value="RIPOSTE" title="This item allows its user to retaliate when attacked from Melee or Range. Using a Reaction, the user can use a Melee or Ranged Attack to strike at their attacker if within the weapon’s base range.">RIPOSTE</option>
|
||
<option value="SCANNING" title="The item allows the user to scan a small item or room, allowing them to make an Awareness check or Reroll a previous one. This counts as a new Awareness roll.">SCANNING</option>
|
||
<option value="SCOPED" title="The weapon is equipped with a scope. The user may use a Bonus Action to aim, obtaining a +1D6 Advantage on their next Attack Roll using that weapon.">SCOPED</option>
|
||
<option value="SENSOR" title="The item gives a +1D4 Advantage on Awareness Checks.">SENSOR</option>
|
||
<option value="SHAPESHIFTING" title="The user may freely change their outward appearance.">SHAPESHIFTING</option>
|
||
<option value="SHIELD" title="The item is a shield held in the off-hand. It makes off-hand or dual-wield Attacks with anything but the shield impossible.">SHIELD</option>
|
||
<option value="SHOCKING" title="The item Stuns enemies if they fail a DC 10 Save for one Turn.">SHOCKING</option>
|
||
<option value="SILENT" title="The item makes no noise. If used in combat the player can make a free contested Stealth check against nearby enemies within 30 feet to remain Hidden. Grants +1D4 Advantage on Stealth checks.">SILENT</option>
|
||
<option value="SINGLE-USE" title="The item can be used once, and then is used up and discarded.">SINGLE-USE</option>
|
||
<option value="SMART-TRACKING" title="The item has a +1D4 Advantage on hit rolls.">SMART-TRACKING</option>
|
||
<option value="SPRINTER" title="The item grants its user an additional 5 Feet of Movement speed.">SPRINTER</option>
|
||
<option value="STUNNING" title="The item causes temporary paralysis or shock to biological targets. On hit, target must roll a DC 10 Save or DC 10 Physique check. On failure they are Stunned for one turn.">STUNNING</option>
|
||
<option value="SUPPRESSIVE FIRE" title="This item gives enemies a -1D6 Disadvantage on their next attack if it misses them.">SUPPRESSIVE FIRE</option>
|
||
</select>
|
||
</div>
|
||
<label>Armament <textarea name="attr_drone_2_armament"></textarea></label>
|
||
<label>Durability <input type="number" name="attr_drone_2_durability" value="0"></label>
|
||
<label>Defence <input type="number" name="attr_drone_2_defence" value="0"></label>
|
||
<label>Speed <input type="text" name="attr_drone_2_speed"></label>
|
||
<label>Range <input type="text" name="attr_drone_2_range"></label>
|
||
<label>Damage <input type="text" name="attr_drone_2_damage"></label>
|
||
<label>Pilot DC <input type="number" name="attr_drone_2_pilot_dc" value="0"></label>
|
||
<div class="slots">
|
||
<label>S <input type="number" name="attr_drone_2_mod_s" value="0"></label>
|
||
<label>A <input type="number" name="attr_drone_2_mod_a" value="0"></label>
|
||
<label>C <input type="number" name="attr_drone_2_mod_c" value="0"></label>
|
||
</div>
|
||
</div></div>
|
||
</section>
|
||
|
||
<section class="box gear-section">
|
||
<h2>Weapons</h2>
|
||
<div class="gear-grid two"><div class="gear-card weapon-card">
|
||
<h4>Weapon 1</h4>
|
||
<input type="hidden" name="attr_weapon_1_attack_total" value="0">
|
||
<input type="hidden" name="attr_weapon_1_attack_prof" value="0">
|
||
<input type="hidden" name="attr_weapon_1_attack_penalty" value="0">
|
||
<input type="hidden" name="attr_weapon_1_attack_strain_note" value="">
|
||
<input type="hidden" name="attr_weapon_1_skill_name" value="Small Arms">
|
||
<input type="hidden" name="attr_weapon_1_traits_summary" value="">
|
||
<label>Name <input type="text" name="attr_weapon_1_name"></label>
|
||
<label>Skill
|
||
<select name="attr_weapon_1_skill">
|
||
<option value="small_arms">Small Arms</option>
|
||
<option value="big_guns">Big Guns</option>
|
||
<option value="blades">Blades</option>
|
||
<option value="melee_combat">Melee Combat</option>
|
||
</select>
|
||
</label>
|
||
<label>SP Cost <input type="number" name="attr_weapon_1_pts" value="0"></label>
|
||
<label>Range <input type="text" name="attr_weapon_1_range"></label>
|
||
<label>Damage <input type="text" name="attr_weapon_1_damage" value="1d4" placeholder="1d4+1"></label>
|
||
<label>Effects <textarea name="attr_weapon_1_effects" placeholder="Example: Save 12 or be stunned 1 round"></textarea></label>
|
||
<div class="weapon-buttons">
|
||
<button type="roll" class="weapon-attack" name="roll_weapon_1_attack" value="&{template:hopepunk} {{name=@{weapon_1_name} Attack}} {{Skill=@{weapon_1_skill_name}}} {{Roll=[[1d20 + @{weapon_1_attack_total} + @{weapon_1_attack_prof}d6 + @{weapon_1_attack_penalty} - @{strain_disadvantage}d4]]}} {{Damage=[[@{weapon_1_damage}]]}} {{Traits=@{weapon_1_traits_summary}}} {{Effects=@{weapon_1_effects}}} {{Strain=@{weapon_1_attack_strain_note}}}"></button>
|
||
<button type="roll" class="weapon-advantage" name="roll_weapon_1_advantage" value="&{template:hopepunk} {{name=@{weapon_1_name} Advantage Attack}} {{Skill=@{weapon_1_skill_name}}} {{Roll=[[1d20 + @{weapon_1_attack_total} + @{weapon_1_attack_prof}d6 + @{weapon_1_attack_penalty} + @{adv_effective_die}]]}} {{Damage=[[@{weapon_1_damage}]]}} {{Traits=@{weapon_1_traits_summary}}} {{Effects=@{weapon_1_effects}}} {{Strain=@{weapon_1_attack_strain_note}}} {{Advantage=@{adv_effective_note}}}"></button>
|
||
<button type="roll" class="weapon-disadvantage" name="roll_weapon_1_disadvantage" value="&{template:hopepunk} {{name=@{weapon_1_name} Disadvantage Attack}} {{Skill=@{weapon_1_skill_name}}} {{Roll=[[1d20 + @{weapon_1_attack_total} + @{weapon_1_attack_prof}d6 + @{weapon_1_attack_penalty} - @{dis_effective_die}]]}} {{Damage=[[@{weapon_1_damage}]]}} {{Traits=@{weapon_1_traits_summary}}} {{Effects=@{weapon_1_effects}}} {{Strain=@{weapon_1_attack_strain_note}}} {{Disadvantage=@{dis_effective_note}}}"></button>
|
||
</div>
|
||
<label>Description <textarea name="attr_weapon_1_description"></textarea></label>
|
||
<div class="trait-selects">
|
||
<span class="trait-label">Traits</span>
|
||
<select name="attr_weapon_1_trait_1" title="Trait 1">
|
||
<option value="">N/A</option>
|
||
<option value="ACCESSORY" title="Can be worn over or under Light or Medium Armour. Their Damage Negation stack.">ACCESSORY</option>
|
||
<option value="ADAPTIVE CAMO" title="The item can turn partially invisible, granting 1D4 Advantage on Stealth checks.">ADAPTIVE CAMO</option>
|
||
<option value="ARMOUR-PIERCING" title="The item ignores 1 Damage Negation on hit.">ARMOUR-PIERCING</option>
|
||
<option value="AUTO-HEALING" title="The item heals the user 1D4 HP as a Bonus Action.">AUTO-HEALING</option>
|
||
<option value="AUTO-PILOTED" title="The vehicle does not require Player Character input in order to drive.">AUTO-PILOTED</option>
|
||
<option value="ATTACHABLE" title="The item can be linked to a piece of Armour with the Exosuit trait, or onto a Vehicle, Drone, or Mech. The item can be controlled using Drone Warfare rules and the Drone Warfare Skill.">ATTACHABLE</option>
|
||
<option value="BIO-MOD" title="The item is a biological modification.">BIO-MOD</option>
|
||
<option value="BLAST" title="The item deals damage to all enemies within its blast radius.">BLAST</option>
|
||
<option value="BLEED ON HIT" title="This item inflicts the Bleed Status Effect, losing 1D4 HP at the end of the turn for one turn, on hitting a target.">BLEED ON HIT</option>
|
||
<option value="BLIND ON HIT" title="This item inflicts the Blind Status Effect on hitting a target.">BLIND ON HIT</option>
|
||
<option value="BURN" title="The item burns enemies on hit, afflicting them with the Burning Status Effect.">BURN</option>
|
||
<option value="CARGO SPACE (small)" title="The item or vehicle has room to store cargo up to approximately 5Kg.">CARGO SPACE (small)</option>
|
||
<option value="CARGO SPACE (medium)" title="The item or vehicle has room to store cargo up to approximately 50Kg.">CARGO SPACE (medium)</option>
|
||
<option value="CARGO SPACE (large)" title="The item or vehicle has room to store large gear and equipment.">CARGO SPACE (large)</option>
|
||
<option value="COLLAPSIBLE" title="The item can be collapsed into a smaller form, rendering it Concealable.">COLLAPSIBLE</option>
|
||
<option value="CONCEALABLE" title="The item is easy to hide, granting a non-stacking +1D6 Advantage on Stealth when trying to hide or disguise it.">CONCEALABLE</option>
|
||
<option value="CYBERWARE" title="This item is a piece of technology integrated into the body. It strains the body to have.">CYBERWARE</option>
|
||
<option value="ELECTRONIC GHOST" title="The item does not appear on electronic scanners.">ELECTRONIC GHOST</option>
|
||
<option value="ELECTRONIC CAMO" title="The item has a +1D6 Advantage on Stealth when hiding from electronic scanners.">ELECTRONIC CAMO</option>
|
||
<option value="EMP" title="Items that cause EMP-type damage deal double damage to Drones and robotic entities. Bypasses their Damage Negation.">EMP</option>
|
||
<option value="ENERGY FIELD" title="Damage Negation is provided by an energy field. Can be shorted, disabled by EMPs, or Hacked.">ENERGY FIELD</option>
|
||
<option value="EXOSUIT" title="The Armour is a suit of sophisticated technology and can accept attachments or attachable weapons and sub-systems.">EXOSUIT</option>
|
||
<option value="FLYING" title="The Armour or Vehicle can fly. The armour’s flying distance is equal to the Player or Character’s Movement Speed.">FLYING</option>
|
||
<option value="HACKING ENABLED" title="The item allows its holder to Hack into technological appliances and devices.">HACKING ENABLED</option>
|
||
<option value="HEAVY" title="The item’s mass reduces Movement by 5 Feet. Does not stack.">HEAVY</option>
|
||
<option value="HOVER" title="The item allows its user to Hover. 10 Feet of ordinary movement can be used to traverse 10 Feet horizontally. All fall damage is reduced by 5.">HOVER</option>
|
||
<option value="INACCURATE" title="The weapon is not accurate. Fire with Disadvantage, subtracting 1D6 from Attack Rolls.">INACCURATE</option>
|
||
<option value="INJECTION ROUND" title="The item fires bullets that harm via injection.">INJECTION ROUND</option>
|
||
<option value="JAGGED" title="This item inflicts the Bleed Status Effect when a Critical Hit is rolled.">JAGGED</option>
|
||
<option value="KNOCKBACK" title="The weapon forcefully moves a struck enemy 5 Feet away from the Attacker on hit.">KNOCKBACK</option>
|
||
<option value="LIGHT" title="The item’s mass increases Movement by 5 Feet. Does not stack.">LIGHT</option>
|
||
<option value="LOADING" title="The weapon requires a Bonus Action to reload before it can fire a second time in Combat. Can occasionally be loaded with nonstandard ammunition.">LOADING</option>
|
||
<option value="LOUD" title="The item is Loud when used, alerting enemies at twice their detection range and imposing a -1D6 Disadvantage on Stealth if used.">LOUD</option>
|
||
<option value="LOW-LIGHT VISION" title="The item allows its user to see in low-light situations up to 60 Feet.">LOW-LIGHT VISION</option>
|
||
<option value="MARKER" title="Places a Mark on a target on Hit. Allies who attack this target gain +1 to Hit. Ends if target breaks line of sight or goes into hiding.">MARKER</option>
|
||
<option value="MEDIUM" title="The item’s mass is neutral and does not help you move any faster or slower.">MEDIUM</option>
|
||
<option value="MODDABLE" title="The item can have Modifications added to it out of Combat.">MODDABLE</option>
|
||
<option value="NEAR-SILENT" title="The item is nearly silent, granting a +1D4 Advantage on Stealth checks when used.">NEAR-SILENT</option>
|
||
<option value="NON-LETHAL" title="The item does not cause lethal damage. Enemies that reach 0HP are instead knocked unconscious.">NON-LETHAL</option>
|
||
<option value="OFF-HAND" title="The item is designed for Off-Hand use and dual-wielding, and can use all modifiers when used for dual-wielding.">OFF-HAND</option>
|
||
<option value="REACH" title="The weapon has a range of 10 Feet. It is still considered a melee weapon.">REACH</option>
|
||
<option value="REINFORCED" title="The Armour is stronger, granting an additional 1 Damage Negation.">REINFORCED</option>
|
||
<option value="BIO-RESISTANT" title="This item’s user resists Bio-type damage, taking half Damage from an attack instead of full, round up.">BIO-RESISTANT</option>
|
||
<option value="EMP RESISTANT" title="This item’s user resists EMP-type damage, taking full Damage from an attack instead of double.">EMP RESISTANT</option>
|
||
<option value="FIRE-RESISTANT" title="This item’s user resists Fire-type damage, taking half Damage from an attack instead of full, round up.">FIRE-RESISTANT</option>
|
||
<option value="RIPOSTE" title="This item allows its user to retaliate when attacked from Melee or Range. Using a Reaction, the user can use a Melee or Ranged Attack to strike at their attacker if within the weapon’s base range.">RIPOSTE</option>
|
||
<option value="SCANNING" title="The item allows the user to scan a small item or room, allowing them to make an Awareness check or Reroll a previous one. This counts as a new Awareness roll.">SCANNING</option>
|
||
<option value="SCOPED" title="The weapon is equipped with a scope. The user may use a Bonus Action to aim, obtaining a +1D6 Advantage on their next Attack Roll using that weapon.">SCOPED</option>
|
||
<option value="SENSOR" title="The item gives a +1D4 Advantage on Awareness Checks.">SENSOR</option>
|
||
<option value="SHAPESHIFTING" title="The user may freely change their outward appearance.">SHAPESHIFTING</option>
|
||
<option value="SHIELD" title="The item is a shield held in the off-hand. It makes off-hand or dual-wield Attacks with anything but the shield impossible.">SHIELD</option>
|
||
<option value="SHOCKING" title="The item Stuns enemies if they fail a DC 10 Save for one Turn.">SHOCKING</option>
|
||
<option value="SILENT" title="The item makes no noise. If used in combat the player can make a free contested Stealth check against nearby enemies within 30 feet to remain Hidden. Grants +1D4 Advantage on Stealth checks.">SILENT</option>
|
||
<option value="SINGLE-USE" title="The item can be used once, and then is used up and discarded.">SINGLE-USE</option>
|
||
<option value="SMART-TRACKING" title="The item has a +1D4 Advantage on hit rolls.">SMART-TRACKING</option>
|
||
<option value="SPRINTER" title="The item grants its user an additional 5 Feet of Movement speed.">SPRINTER</option>
|
||
<option value="STUNNING" title="The item causes temporary paralysis or shock to biological targets. On hit, target must roll a DC 10 Save or DC 10 Physique check. On failure they are Stunned for one turn.">STUNNING</option>
|
||
<option value="SUPPRESSIVE FIRE" title="This item gives enemies a -1D6 Disadvantage on their next attack if it misses them.">SUPPRESSIVE FIRE</option>
|
||
</select>
|
||
<select name="attr_weapon_1_trait_2" title="Trait 2">
|
||
<option value="">N/A</option>
|
||
<option value="ACCESSORY" title="Can be worn over or under Light or Medium Armour. Their Damage Negation stack.">ACCESSORY</option>
|
||
<option value="ADAPTIVE CAMO" title="The item can turn partially invisible, granting 1D4 Advantage on Stealth checks.">ADAPTIVE CAMO</option>
|
||
<option value="ARMOUR-PIERCING" title="The item ignores 1 Damage Negation on hit.">ARMOUR-PIERCING</option>
|
||
<option value="AUTO-HEALING" title="The item heals the user 1D4 HP as a Bonus Action.">AUTO-HEALING</option>
|
||
<option value="AUTO-PILOTED" title="The vehicle does not require Player Character input in order to drive.">AUTO-PILOTED</option>
|
||
<option value="ATTACHABLE" title="The item can be linked to a piece of Armour with the Exosuit trait, or onto a Vehicle, Drone, or Mech. The item can be controlled using Drone Warfare rules and the Drone Warfare Skill.">ATTACHABLE</option>
|
||
<option value="BIO-MOD" title="The item is a biological modification.">BIO-MOD</option>
|
||
<option value="BLAST" title="The item deals damage to all enemies within its blast radius.">BLAST</option>
|
||
<option value="BLEED ON HIT" title="This item inflicts the Bleed Status Effect, losing 1D4 HP at the end of the turn for one turn, on hitting a target.">BLEED ON HIT</option>
|
||
<option value="BLIND ON HIT" title="This item inflicts the Blind Status Effect on hitting a target.">BLIND ON HIT</option>
|
||
<option value="BURN" title="The item burns enemies on hit, afflicting them with the Burning Status Effect.">BURN</option>
|
||
<option value="CARGO SPACE (small)" title="The item or vehicle has room to store cargo up to approximately 5Kg.">CARGO SPACE (small)</option>
|
||
<option value="CARGO SPACE (medium)" title="The item or vehicle has room to store cargo up to approximately 50Kg.">CARGO SPACE (medium)</option>
|
||
<option value="CARGO SPACE (large)" title="The item or vehicle has room to store large gear and equipment.">CARGO SPACE (large)</option>
|
||
<option value="COLLAPSIBLE" title="The item can be collapsed into a smaller form, rendering it Concealable.">COLLAPSIBLE</option>
|
||
<option value="CONCEALABLE" title="The item is easy to hide, granting a non-stacking +1D6 Advantage on Stealth when trying to hide or disguise it.">CONCEALABLE</option>
|
||
<option value="CYBERWARE" title="This item is a piece of technology integrated into the body. It strains the body to have.">CYBERWARE</option>
|
||
<option value="ELECTRONIC GHOST" title="The item does not appear on electronic scanners.">ELECTRONIC GHOST</option>
|
||
<option value="ELECTRONIC CAMO" title="The item has a +1D6 Advantage on Stealth when hiding from electronic scanners.">ELECTRONIC CAMO</option>
|
||
<option value="EMP" title="Items that cause EMP-type damage deal double damage to Drones and robotic entities. Bypasses their Damage Negation.">EMP</option>
|
||
<option value="ENERGY FIELD" title="Damage Negation is provided by an energy field. Can be shorted, disabled by EMPs, or Hacked.">ENERGY FIELD</option>
|
||
<option value="EXOSUIT" title="The Armour is a suit of sophisticated technology and can accept attachments or attachable weapons and sub-systems.">EXOSUIT</option>
|
||
<option value="FLYING" title="The Armour or Vehicle can fly. The armour’s flying distance is equal to the Player or Character’s Movement Speed.">FLYING</option>
|
||
<option value="HACKING ENABLED" title="The item allows its holder to Hack into technological appliances and devices.">HACKING ENABLED</option>
|
||
<option value="HEAVY" title="The item’s mass reduces Movement by 5 Feet. Does not stack.">HEAVY</option>
|
||
<option value="HOVER" title="The item allows its user to Hover. 10 Feet of ordinary movement can be used to traverse 10 Feet horizontally. All fall damage is reduced by 5.">HOVER</option>
|
||
<option value="INACCURATE" title="The weapon is not accurate. Fire with Disadvantage, subtracting 1D6 from Attack Rolls.">INACCURATE</option>
|
||
<option value="INJECTION ROUND" title="The item fires bullets that harm via injection.">INJECTION ROUND</option>
|
||
<option value="JAGGED" title="This item inflicts the Bleed Status Effect when a Critical Hit is rolled.">JAGGED</option>
|
||
<option value="KNOCKBACK" title="The weapon forcefully moves a struck enemy 5 Feet away from the Attacker on hit.">KNOCKBACK</option>
|
||
<option value="LIGHT" title="The item’s mass increases Movement by 5 Feet. Does not stack.">LIGHT</option>
|
||
<option value="LOADING" title="The weapon requires a Bonus Action to reload before it can fire a second time in Combat. Can occasionally be loaded with nonstandard ammunition.">LOADING</option>
|
||
<option value="LOUD" title="The item is Loud when used, alerting enemies at twice their detection range and imposing a -1D6 Disadvantage on Stealth if used.">LOUD</option>
|
||
<option value="LOW-LIGHT VISION" title="The item allows its user to see in low-light situations up to 60 Feet.">LOW-LIGHT VISION</option>
|
||
<option value="MARKER" title="Places a Mark on a target on Hit. Allies who attack this target gain +1 to Hit. Ends if target breaks line of sight or goes into hiding.">MARKER</option>
|
||
<option value="MEDIUM" title="The item’s mass is neutral and does not help you move any faster or slower.">MEDIUM</option>
|
||
<option value="MODDABLE" title="The item can have Modifications added to it out of Combat.">MODDABLE</option>
|
||
<option value="NEAR-SILENT" title="The item is nearly silent, granting a +1D4 Advantage on Stealth checks when used.">NEAR-SILENT</option>
|
||
<option value="NON-LETHAL" title="The item does not cause lethal damage. Enemies that reach 0HP are instead knocked unconscious.">NON-LETHAL</option>
|
||
<option value="OFF-HAND" title="The item is designed for Off-Hand use and dual-wielding, and can use all modifiers when used for dual-wielding.">OFF-HAND</option>
|
||
<option value="REACH" title="The weapon has a range of 10 Feet. It is still considered a melee weapon.">REACH</option>
|
||
<option value="REINFORCED" title="The Armour is stronger, granting an additional 1 Damage Negation.">REINFORCED</option>
|
||
<option value="BIO-RESISTANT" title="This item’s user resists Bio-type damage, taking half Damage from an attack instead of full, round up.">BIO-RESISTANT</option>
|
||
<option value="EMP RESISTANT" title="This item’s user resists EMP-type damage, taking full Damage from an attack instead of double.">EMP RESISTANT</option>
|
||
<option value="FIRE-RESISTANT" title="This item’s user resists Fire-type damage, taking half Damage from an attack instead of full, round up.">FIRE-RESISTANT</option>
|
||
<option value="RIPOSTE" title="This item allows its user to retaliate when attacked from Melee or Range. Using a Reaction, the user can use a Melee or Ranged Attack to strike at their attacker if within the weapon’s base range.">RIPOSTE</option>
|
||
<option value="SCANNING" title="The item allows the user to scan a small item or room, allowing them to make an Awareness check or Reroll a previous one. This counts as a new Awareness roll.">SCANNING</option>
|
||
<option value="SCOPED" title="The weapon is equipped with a scope. The user may use a Bonus Action to aim, obtaining a +1D6 Advantage on their next Attack Roll using that weapon.">SCOPED</option>
|
||
<option value="SENSOR" title="The item gives a +1D4 Advantage on Awareness Checks.">SENSOR</option>
|
||
<option value="SHAPESHIFTING" title="The user may freely change their outward appearance.">SHAPESHIFTING</option>
|
||
<option value="SHIELD" title="The item is a shield held in the off-hand. It makes off-hand or dual-wield Attacks with anything but the shield impossible.">SHIELD</option>
|
||
<option value="SHOCKING" title="The item Stuns enemies if they fail a DC 10 Save for one Turn.">SHOCKING</option>
|
||
<option value="SILENT" title="The item makes no noise. If used in combat the player can make a free contested Stealth check against nearby enemies within 30 feet to remain Hidden. Grants +1D4 Advantage on Stealth checks.">SILENT</option>
|
||
<option value="SINGLE-USE" title="The item can be used once, and then is used up and discarded.">SINGLE-USE</option>
|
||
<option value="SMART-TRACKING" title="The item has a +1D4 Advantage on hit rolls.">SMART-TRACKING</option>
|
||
<option value="SPRINTER" title="The item grants its user an additional 5 Feet of Movement speed.">SPRINTER</option>
|
||
<option value="STUNNING" title="The item causes temporary paralysis or shock to biological targets. On hit, target must roll a DC 10 Save or DC 10 Physique check. On failure they are Stunned for one turn.">STUNNING</option>
|
||
<option value="SUPPRESSIVE FIRE" title="This item gives enemies a -1D6 Disadvantage on their next attack if it misses them.">SUPPRESSIVE FIRE</option>
|
||
</select>
|
||
<select name="attr_weapon_1_trait_3" title="Trait 3">
|
||
<option value="">N/A</option>
|
||
<option value="ACCESSORY" title="Can be worn over or under Light or Medium Armour. Their Damage Negation stack.">ACCESSORY</option>
|
||
<option value="ADAPTIVE CAMO" title="The item can turn partially invisible, granting 1D4 Advantage on Stealth checks.">ADAPTIVE CAMO</option>
|
||
<option value="ARMOUR-PIERCING" title="The item ignores 1 Damage Negation on hit.">ARMOUR-PIERCING</option>
|
||
<option value="AUTO-HEALING" title="The item heals the user 1D4 HP as a Bonus Action.">AUTO-HEALING</option>
|
||
<option value="AUTO-PILOTED" title="The vehicle does not require Player Character input in order to drive.">AUTO-PILOTED</option>
|
||
<option value="ATTACHABLE" title="The item can be linked to a piece of Armour with the Exosuit trait, or onto a Vehicle, Drone, or Mech. The item can be controlled using Drone Warfare rules and the Drone Warfare Skill.">ATTACHABLE</option>
|
||
<option value="BIO-MOD" title="The item is a biological modification.">BIO-MOD</option>
|
||
<option value="BLAST" title="The item deals damage to all enemies within its blast radius.">BLAST</option>
|
||
<option value="BLEED ON HIT" title="This item inflicts the Bleed Status Effect, losing 1D4 HP at the end of the turn for one turn, on hitting a target.">BLEED ON HIT</option>
|
||
<option value="BLIND ON HIT" title="This item inflicts the Blind Status Effect on hitting a target.">BLIND ON HIT</option>
|
||
<option value="BURN" title="The item burns enemies on hit, afflicting them with the Burning Status Effect.">BURN</option>
|
||
<option value="CARGO SPACE (small)" title="The item or vehicle has room to store cargo up to approximately 5Kg.">CARGO SPACE (small)</option>
|
||
<option value="CARGO SPACE (medium)" title="The item or vehicle has room to store cargo up to approximately 50Kg.">CARGO SPACE (medium)</option>
|
||
<option value="CARGO SPACE (large)" title="The item or vehicle has room to store large gear and equipment.">CARGO SPACE (large)</option>
|
||
<option value="COLLAPSIBLE" title="The item can be collapsed into a smaller form, rendering it Concealable.">COLLAPSIBLE</option>
|
||
<option value="CONCEALABLE" title="The item is easy to hide, granting a non-stacking +1D6 Advantage on Stealth when trying to hide or disguise it.">CONCEALABLE</option>
|
||
<option value="CYBERWARE" title="This item is a piece of technology integrated into the body. It strains the body to have.">CYBERWARE</option>
|
||
<option value="ELECTRONIC GHOST" title="The item does not appear on electronic scanners.">ELECTRONIC GHOST</option>
|
||
<option value="ELECTRONIC CAMO" title="The item has a +1D6 Advantage on Stealth when hiding from electronic scanners.">ELECTRONIC CAMO</option>
|
||
<option value="EMP" title="Items that cause EMP-type damage deal double damage to Drones and robotic entities. Bypasses their Damage Negation.">EMP</option>
|
||
<option value="ENERGY FIELD" title="Damage Negation is provided by an energy field. Can be shorted, disabled by EMPs, or Hacked.">ENERGY FIELD</option>
|
||
<option value="EXOSUIT" title="The Armour is a suit of sophisticated technology and can accept attachments or attachable weapons and sub-systems.">EXOSUIT</option>
|
||
<option value="FLYING" title="The Armour or Vehicle can fly. The armour’s flying distance is equal to the Player or Character’s Movement Speed.">FLYING</option>
|
||
<option value="HACKING ENABLED" title="The item allows its holder to Hack into technological appliances and devices.">HACKING ENABLED</option>
|
||
<option value="HEAVY" title="The item’s mass reduces Movement by 5 Feet. Does not stack.">HEAVY</option>
|
||
<option value="HOVER" title="The item allows its user to Hover. 10 Feet of ordinary movement can be used to traverse 10 Feet horizontally. All fall damage is reduced by 5.">HOVER</option>
|
||
<option value="INACCURATE" title="The weapon is not accurate. Fire with Disadvantage, subtracting 1D6 from Attack Rolls.">INACCURATE</option>
|
||
<option value="INJECTION ROUND" title="The item fires bullets that harm via injection.">INJECTION ROUND</option>
|
||
<option value="JAGGED" title="This item inflicts the Bleed Status Effect when a Critical Hit is rolled.">JAGGED</option>
|
||
<option value="KNOCKBACK" title="The weapon forcefully moves a struck enemy 5 Feet away from the Attacker on hit.">KNOCKBACK</option>
|
||
<option value="LIGHT" title="The item’s mass increases Movement by 5 Feet. Does not stack.">LIGHT</option>
|
||
<option value="LOADING" title="The weapon requires a Bonus Action to reload before it can fire a second time in Combat. Can occasionally be loaded with nonstandard ammunition.">LOADING</option>
|
||
<option value="LOUD" title="The item is Loud when used, alerting enemies at twice their detection range and imposing a -1D6 Disadvantage on Stealth if used.">LOUD</option>
|
||
<option value="LOW-LIGHT VISION" title="The item allows its user to see in low-light situations up to 60 Feet.">LOW-LIGHT VISION</option>
|
||
<option value="MARKER" title="Places a Mark on a target on Hit. Allies who attack this target gain +1 to Hit. Ends if target breaks line of sight or goes into hiding.">MARKER</option>
|
||
<option value="MEDIUM" title="The item’s mass is neutral and does not help you move any faster or slower.">MEDIUM</option>
|
||
<option value="MODDABLE" title="The item can have Modifications added to it out of Combat.">MODDABLE</option>
|
||
<option value="NEAR-SILENT" title="The item is nearly silent, granting a +1D4 Advantage on Stealth checks when used.">NEAR-SILENT</option>
|
||
<option value="NON-LETHAL" title="The item does not cause lethal damage. Enemies that reach 0HP are instead knocked unconscious.">NON-LETHAL</option>
|
||
<option value="OFF-HAND" title="The item is designed for Off-Hand use and dual-wielding, and can use all modifiers when used for dual-wielding.">OFF-HAND</option>
|
||
<option value="REACH" title="The weapon has a range of 10 Feet. It is still considered a melee weapon.">REACH</option>
|
||
<option value="REINFORCED" title="The Armour is stronger, granting an additional 1 Damage Negation.">REINFORCED</option>
|
||
<option value="BIO-RESISTANT" title="This item’s user resists Bio-type damage, taking half Damage from an attack instead of full, round up.">BIO-RESISTANT</option>
|
||
<option value="EMP RESISTANT" title="This item’s user resists EMP-type damage, taking full Damage from an attack instead of double.">EMP RESISTANT</option>
|
||
<option value="FIRE-RESISTANT" title="This item’s user resists Fire-type damage, taking half Damage from an attack instead of full, round up.">FIRE-RESISTANT</option>
|
||
<option value="RIPOSTE" title="This item allows its user to retaliate when attacked from Melee or Range. Using a Reaction, the user can use a Melee or Ranged Attack to strike at their attacker if within the weapon’s base range.">RIPOSTE</option>
|
||
<option value="SCANNING" title="The item allows the user to scan a small item or room, allowing them to make an Awareness check or Reroll a previous one. This counts as a new Awareness roll.">SCANNING</option>
|
||
<option value="SCOPED" title="The weapon is equipped with a scope. The user may use a Bonus Action to aim, obtaining a +1D6 Advantage on their next Attack Roll using that weapon.">SCOPED</option>
|
||
<option value="SENSOR" title="The item gives a +1D4 Advantage on Awareness Checks.">SENSOR</option>
|
||
<option value="SHAPESHIFTING" title="The user may freely change their outward appearance.">SHAPESHIFTING</option>
|
||
<option value="SHIELD" title="The item is a shield held in the off-hand. It makes off-hand or dual-wield Attacks with anything but the shield impossible.">SHIELD</option>
|
||
<option value="SHOCKING" title="The item Stuns enemies if they fail a DC 10 Save for one Turn.">SHOCKING</option>
|
||
<option value="SILENT" title="The item makes no noise. If used in combat the player can make a free contested Stealth check against nearby enemies within 30 feet to remain Hidden. Grants +1D4 Advantage on Stealth checks.">SILENT</option>
|
||
<option value="SINGLE-USE" title="The item can be used once, and then is used up and discarded.">SINGLE-USE</option>
|
||
<option value="SMART-TRACKING" title="The item has a +1D4 Advantage on hit rolls.">SMART-TRACKING</option>
|
||
<option value="SPRINTER" title="The item grants its user an additional 5 Feet of Movement speed.">SPRINTER</option>
|
||
<option value="STUNNING" title="The item causes temporary paralysis or shock to biological targets. On hit, target must roll a DC 10 Save or DC 10 Physique check. On failure they are Stunned for one turn.">STUNNING</option>
|
||
<option value="SUPPRESSIVE FIRE" title="This item gives enemies a -1D6 Disadvantage on their next attack if it misses them.">SUPPRESSIVE FIRE</option>
|
||
</select>
|
||
<select name="attr_weapon_1_trait_4" title="Trait 4">
|
||
<option value="">N/A</option>
|
||
<option value="ACCESSORY" title="Can be worn over or under Light or Medium Armour. Their Damage Negation stack.">ACCESSORY</option>
|
||
<option value="ADAPTIVE CAMO" title="The item can turn partially invisible, granting 1D4 Advantage on Stealth checks.">ADAPTIVE CAMO</option>
|
||
<option value="ARMOUR-PIERCING" title="The item ignores 1 Damage Negation on hit.">ARMOUR-PIERCING</option>
|
||
<option value="AUTO-HEALING" title="The item heals the user 1D4 HP as a Bonus Action.">AUTO-HEALING</option>
|
||
<option value="AUTO-PILOTED" title="The vehicle does not require Player Character input in order to drive.">AUTO-PILOTED</option>
|
||
<option value="ATTACHABLE" title="The item can be linked to a piece of Armour with the Exosuit trait, or onto a Vehicle, Drone, or Mech. The item can be controlled using Drone Warfare rules and the Drone Warfare Skill.">ATTACHABLE</option>
|
||
<option value="BIO-MOD" title="The item is a biological modification.">BIO-MOD</option>
|
||
<option value="BLAST" title="The item deals damage to all enemies within its blast radius.">BLAST</option>
|
||
<option value="BLEED ON HIT" title="This item inflicts the Bleed Status Effect, losing 1D4 HP at the end of the turn for one turn, on hitting a target.">BLEED ON HIT</option>
|
||
<option value="BLIND ON HIT" title="This item inflicts the Blind Status Effect on hitting a target.">BLIND ON HIT</option>
|
||
<option value="BURN" title="The item burns enemies on hit, afflicting them with the Burning Status Effect.">BURN</option>
|
||
<option value="CARGO SPACE (small)" title="The item or vehicle has room to store cargo up to approximately 5Kg.">CARGO SPACE (small)</option>
|
||
<option value="CARGO SPACE (medium)" title="The item or vehicle has room to store cargo up to approximately 50Kg.">CARGO SPACE (medium)</option>
|
||
<option value="CARGO SPACE (large)" title="The item or vehicle has room to store large gear and equipment.">CARGO SPACE (large)</option>
|
||
<option value="COLLAPSIBLE" title="The item can be collapsed into a smaller form, rendering it Concealable.">COLLAPSIBLE</option>
|
||
<option value="CONCEALABLE" title="The item is easy to hide, granting a non-stacking +1D6 Advantage on Stealth when trying to hide or disguise it.">CONCEALABLE</option>
|
||
<option value="CYBERWARE" title="This item is a piece of technology integrated into the body. It strains the body to have.">CYBERWARE</option>
|
||
<option value="ELECTRONIC GHOST" title="The item does not appear on electronic scanners.">ELECTRONIC GHOST</option>
|
||
<option value="ELECTRONIC CAMO" title="The item has a +1D6 Advantage on Stealth when hiding from electronic scanners.">ELECTRONIC CAMO</option>
|
||
<option value="EMP" title="Items that cause EMP-type damage deal double damage to Drones and robotic entities. Bypasses their Damage Negation.">EMP</option>
|
||
<option value="ENERGY FIELD" title="Damage Negation is provided by an energy field. Can be shorted, disabled by EMPs, or Hacked.">ENERGY FIELD</option>
|
||
<option value="EXOSUIT" title="The Armour is a suit of sophisticated technology and can accept attachments or attachable weapons and sub-systems.">EXOSUIT</option>
|
||
<option value="FLYING" title="The Armour or Vehicle can fly. The armour’s flying distance is equal to the Player or Character’s Movement Speed.">FLYING</option>
|
||
<option value="HACKING ENABLED" title="The item allows its holder to Hack into technological appliances and devices.">HACKING ENABLED</option>
|
||
<option value="HEAVY" title="The item’s mass reduces Movement by 5 Feet. Does not stack.">HEAVY</option>
|
||
<option value="HOVER" title="The item allows its user to Hover. 10 Feet of ordinary movement can be used to traverse 10 Feet horizontally. All fall damage is reduced by 5.">HOVER</option>
|
||
<option value="INACCURATE" title="The weapon is not accurate. Fire with Disadvantage, subtracting 1D6 from Attack Rolls.">INACCURATE</option>
|
||
<option value="INJECTION ROUND" title="The item fires bullets that harm via injection.">INJECTION ROUND</option>
|
||
<option value="JAGGED" title="This item inflicts the Bleed Status Effect when a Critical Hit is rolled.">JAGGED</option>
|
||
<option value="KNOCKBACK" title="The weapon forcefully moves a struck enemy 5 Feet away from the Attacker on hit.">KNOCKBACK</option>
|
||
<option value="LIGHT" title="The item’s mass increases Movement by 5 Feet. Does not stack.">LIGHT</option>
|
||
<option value="LOADING" title="The weapon requires a Bonus Action to reload before it can fire a second time in Combat. Can occasionally be loaded with nonstandard ammunition.">LOADING</option>
|
||
<option value="LOUD" title="The item is Loud when used, alerting enemies at twice their detection range and imposing a -1D6 Disadvantage on Stealth if used.">LOUD</option>
|
||
<option value="LOW-LIGHT VISION" title="The item allows its user to see in low-light situations up to 60 Feet.">LOW-LIGHT VISION</option>
|
||
<option value="MARKER" title="Places a Mark on a target on Hit. Allies who attack this target gain +1 to Hit. Ends if target breaks line of sight or goes into hiding.">MARKER</option>
|
||
<option value="MEDIUM" title="The item’s mass is neutral and does not help you move any faster or slower.">MEDIUM</option>
|
||
<option value="MODDABLE" title="The item can have Modifications added to it out of Combat.">MODDABLE</option>
|
||
<option value="NEAR-SILENT" title="The item is nearly silent, granting a +1D4 Advantage on Stealth checks when used.">NEAR-SILENT</option>
|
||
<option value="NON-LETHAL" title="The item does not cause lethal damage. Enemies that reach 0HP are instead knocked unconscious.">NON-LETHAL</option>
|
||
<option value="OFF-HAND" title="The item is designed for Off-Hand use and dual-wielding, and can use all modifiers when used for dual-wielding.">OFF-HAND</option>
|
||
<option value="REACH" title="The weapon has a range of 10 Feet. It is still considered a melee weapon.">REACH</option>
|
||
<option value="REINFORCED" title="The Armour is stronger, granting an additional 1 Damage Negation.">REINFORCED</option>
|
||
<option value="BIO-RESISTANT" title="This item’s user resists Bio-type damage, taking half Damage from an attack instead of full, round up.">BIO-RESISTANT</option>
|
||
<option value="EMP RESISTANT" title="This item’s user resists EMP-type damage, taking full Damage from an attack instead of double.">EMP RESISTANT</option>
|
||
<option value="FIRE-RESISTANT" title="This item’s user resists Fire-type damage, taking half Damage from an attack instead of full, round up.">FIRE-RESISTANT</option>
|
||
<option value="RIPOSTE" title="This item allows its user to retaliate when attacked from Melee or Range. Using a Reaction, the user can use a Melee or Ranged Attack to strike at their attacker if within the weapon’s base range.">RIPOSTE</option>
|
||
<option value="SCANNING" title="The item allows the user to scan a small item or room, allowing them to make an Awareness check or Reroll a previous one. This counts as a new Awareness roll.">SCANNING</option>
|
||
<option value="SCOPED" title="The weapon is equipped with a scope. The user may use a Bonus Action to aim, obtaining a +1D6 Advantage on their next Attack Roll using that weapon.">SCOPED</option>
|
||
<option value="SENSOR" title="The item gives a +1D4 Advantage on Awareness Checks.">SENSOR</option>
|
||
<option value="SHAPESHIFTING" title="The user may freely change their outward appearance.">SHAPESHIFTING</option>
|
||
<option value="SHIELD" title="The item is a shield held in the off-hand. It makes off-hand or dual-wield Attacks with anything but the shield impossible.">SHIELD</option>
|
||
<option value="SHOCKING" title="The item Stuns enemies if they fail a DC 10 Save for one Turn.">SHOCKING</option>
|
||
<option value="SILENT" title="The item makes no noise. If used in combat the player can make a free contested Stealth check against nearby enemies within 30 feet to remain Hidden. Grants +1D4 Advantage on Stealth checks.">SILENT</option>
|
||
<option value="SINGLE-USE" title="The item can be used once, and then is used up and discarded.">SINGLE-USE</option>
|
||
<option value="SMART-TRACKING" title="The item has a +1D4 Advantage on hit rolls.">SMART-TRACKING</option>
|
||
<option value="SPRINTER" title="The item grants its user an additional 5 Feet of Movement speed.">SPRINTER</option>
|
||
<option value="STUNNING" title="The item causes temporary paralysis or shock to biological targets. On hit, target must roll a DC 10 Save or DC 10 Physique check. On failure they are Stunned for one turn.">STUNNING</option>
|
||
<option value="SUPPRESSIVE FIRE" title="This item gives enemies a -1D6 Disadvantage on their next attack if it misses them.">SUPPRESSIVE FIRE</option>
|
||
</select>
|
||
</div>
|
||
<div class="slots">
|
||
<label>S <input type="number" name="attr_weapon_1_mod_s" value="0"></label>
|
||
<label>A <input type="number" name="attr_weapon_1_mod_a" value="0"></label>
|
||
<label>C <input type="number" name="attr_weapon_1_mod_c" value="0"></label>
|
||
</div>
|
||
</div>
|
||
<div class="gear-card weapon-card">
|
||
<h4>Weapon 2</h4>
|
||
<input type="hidden" name="attr_weapon_2_attack_total" value="0">
|
||
<input type="hidden" name="attr_weapon_2_attack_prof" value="0">
|
||
<input type="hidden" name="attr_weapon_2_attack_penalty" value="0">
|
||
<input type="hidden" name="attr_weapon_2_attack_strain_note" value="">
|
||
<input type="hidden" name="attr_weapon_2_skill_name" value="Small Arms">
|
||
<input type="hidden" name="attr_weapon_2_traits_summary" value="">
|
||
<label>Name <input type="text" name="attr_weapon_2_name"></label>
|
||
<label>Skill
|
||
<select name="attr_weapon_2_skill">
|
||
<option value="small_arms">Small Arms</option>
|
||
<option value="big_guns">Big Guns</option>
|
||
<option value="blades">Blades</option>
|
||
<option value="melee_combat">Melee Combat</option>
|
||
</select>
|
||
</label>
|
||
<label>SP Cost <input type="number" name="attr_weapon_2_pts" value="0"></label>
|
||
<label>Range <input type="text" name="attr_weapon_2_range"></label>
|
||
<label>Damage <input type="text" name="attr_weapon_2_damage" value="1d4" placeholder="1d4+1"></label>
|
||
<label>Effects <textarea name="attr_weapon_2_effects" placeholder="Example: Save 12 or be stunned 1 round"></textarea></label>
|
||
<div class="weapon-buttons">
|
||
<button type="roll" class="weapon-attack" name="roll_weapon_2_attack" value="&{template:hopepunk} {{name=@{weapon_2_name} Attack}} {{Skill=@{weapon_2_skill_name}}} {{Roll=[[1d20 + @{weapon_2_attack_total} + @{weapon_2_attack_prof}d6 + @{weapon_2_attack_penalty} - @{strain_disadvantage}d4]]}} {{Damage=[[@{weapon_2_damage}]]}} {{Traits=@{weapon_2_traits_summary}}} {{Effects=@{weapon_2_effects}}} {{Strain=@{weapon_2_attack_strain_note}}}"></button>
|
||
<button type="roll" class="weapon-advantage" name="roll_weapon_2_advantage" value="&{template:hopepunk} {{name=@{weapon_2_name} Advantage Attack}} {{Skill=@{weapon_2_skill_name}}} {{Roll=[[1d20 + @{weapon_2_attack_total} + @{weapon_2_attack_prof}d6 + @{weapon_2_attack_penalty} + @{adv_effective_die}]]}} {{Damage=[[@{weapon_2_damage}]]}} {{Traits=@{weapon_2_traits_summary}}} {{Effects=@{weapon_2_effects}}} {{Strain=@{weapon_2_attack_strain_note}}} {{Advantage=@{adv_effective_note}}}"></button>
|
||
<button type="roll" class="weapon-disadvantage" name="roll_weapon_2_disadvantage" value="&{template:hopepunk} {{name=@{weapon_2_name} Disadvantage Attack}} {{Skill=@{weapon_2_skill_name}}} {{Roll=[[1d20 + @{weapon_2_attack_total} + @{weapon_2_attack_prof}d6 + @{weapon_2_attack_penalty} - @{dis_effective_die}]]}} {{Damage=[[@{weapon_2_damage}]]}} {{Traits=@{weapon_2_traits_summary}}} {{Effects=@{weapon_2_effects}}} {{Strain=@{weapon_2_attack_strain_note}}} {{Disadvantage=@{dis_effective_note}}}"></button>
|
||
</div>
|
||
<label>Description <textarea name="attr_weapon_2_description"></textarea></label>
|
||
<div class="trait-selects">
|
||
<span class="trait-label">Traits</span>
|
||
<select name="attr_weapon_2_trait_1" title="Trait 1">
|
||
<option value="">N/A</option>
|
||
<option value="ACCESSORY" title="Can be worn over or under Light or Medium Armour. Their Damage Negation stack.">ACCESSORY</option>
|
||
<option value="ADAPTIVE CAMO" title="The item can turn partially invisible, granting 1D4 Advantage on Stealth checks.">ADAPTIVE CAMO</option>
|
||
<option value="ARMOUR-PIERCING" title="The item ignores 1 Damage Negation on hit.">ARMOUR-PIERCING</option>
|
||
<option value="AUTO-HEALING" title="The item heals the user 1D4 HP as a Bonus Action.">AUTO-HEALING</option>
|
||
<option value="AUTO-PILOTED" title="The vehicle does not require Player Character input in order to drive.">AUTO-PILOTED</option>
|
||
<option value="ATTACHABLE" title="The item can be linked to a piece of Armour with the Exosuit trait, or onto a Vehicle, Drone, or Mech. The item can be controlled using Drone Warfare rules and the Drone Warfare Skill.">ATTACHABLE</option>
|
||
<option value="BIO-MOD" title="The item is a biological modification.">BIO-MOD</option>
|
||
<option value="BLAST" title="The item deals damage to all enemies within its blast radius.">BLAST</option>
|
||
<option value="BLEED ON HIT" title="This item inflicts the Bleed Status Effect, losing 1D4 HP at the end of the turn for one turn, on hitting a target.">BLEED ON HIT</option>
|
||
<option value="BLIND ON HIT" title="This item inflicts the Blind Status Effect on hitting a target.">BLIND ON HIT</option>
|
||
<option value="BURN" title="The item burns enemies on hit, afflicting them with the Burning Status Effect.">BURN</option>
|
||
<option value="CARGO SPACE (small)" title="The item or vehicle has room to store cargo up to approximately 5Kg.">CARGO SPACE (small)</option>
|
||
<option value="CARGO SPACE (medium)" title="The item or vehicle has room to store cargo up to approximately 50Kg.">CARGO SPACE (medium)</option>
|
||
<option value="CARGO SPACE (large)" title="The item or vehicle has room to store large gear and equipment.">CARGO SPACE (large)</option>
|
||
<option value="COLLAPSIBLE" title="The item can be collapsed into a smaller form, rendering it Concealable.">COLLAPSIBLE</option>
|
||
<option value="CONCEALABLE" title="The item is easy to hide, granting a non-stacking +1D6 Advantage on Stealth when trying to hide or disguise it.">CONCEALABLE</option>
|
||
<option value="CYBERWARE" title="This item is a piece of technology integrated into the body. It strains the body to have.">CYBERWARE</option>
|
||
<option value="ELECTRONIC GHOST" title="The item does not appear on electronic scanners.">ELECTRONIC GHOST</option>
|
||
<option value="ELECTRONIC CAMO" title="The item has a +1D6 Advantage on Stealth when hiding from electronic scanners.">ELECTRONIC CAMO</option>
|
||
<option value="EMP" title="Items that cause EMP-type damage deal double damage to Drones and robotic entities. Bypasses their Damage Negation.">EMP</option>
|
||
<option value="ENERGY FIELD" title="Damage Negation is provided by an energy field. Can be shorted, disabled by EMPs, or Hacked.">ENERGY FIELD</option>
|
||
<option value="EXOSUIT" title="The Armour is a suit of sophisticated technology and can accept attachments or attachable weapons and sub-systems.">EXOSUIT</option>
|
||
<option value="FLYING" title="The Armour or Vehicle can fly. The armour’s flying distance is equal to the Player or Character’s Movement Speed.">FLYING</option>
|
||
<option value="HACKING ENABLED" title="The item allows its holder to Hack into technological appliances and devices.">HACKING ENABLED</option>
|
||
<option value="HEAVY" title="The item’s mass reduces Movement by 5 Feet. Does not stack.">HEAVY</option>
|
||
<option value="HOVER" title="The item allows its user to Hover. 10 Feet of ordinary movement can be used to traverse 10 Feet horizontally. All fall damage is reduced by 5.">HOVER</option>
|
||
<option value="INACCURATE" title="The weapon is not accurate. Fire with Disadvantage, subtracting 1D6 from Attack Rolls.">INACCURATE</option>
|
||
<option value="INJECTION ROUND" title="The item fires bullets that harm via injection.">INJECTION ROUND</option>
|
||
<option value="JAGGED" title="This item inflicts the Bleed Status Effect when a Critical Hit is rolled.">JAGGED</option>
|
||
<option value="KNOCKBACK" title="The weapon forcefully moves a struck enemy 5 Feet away from the Attacker on hit.">KNOCKBACK</option>
|
||
<option value="LIGHT" title="The item’s mass increases Movement by 5 Feet. Does not stack.">LIGHT</option>
|
||
<option value="LOADING" title="The weapon requires a Bonus Action to reload before it can fire a second time in Combat. Can occasionally be loaded with nonstandard ammunition.">LOADING</option>
|
||
<option value="LOUD" title="The item is Loud when used, alerting enemies at twice their detection range and imposing a -1D6 Disadvantage on Stealth if used.">LOUD</option>
|
||
<option value="LOW-LIGHT VISION" title="The item allows its user to see in low-light situations up to 60 Feet.">LOW-LIGHT VISION</option>
|
||
<option value="MARKER" title="Places a Mark on a target on Hit. Allies who attack this target gain +1 to Hit. Ends if target breaks line of sight or goes into hiding.">MARKER</option>
|
||
<option value="MEDIUM" title="The item’s mass is neutral and does not help you move any faster or slower.">MEDIUM</option>
|
||
<option value="MODDABLE" title="The item can have Modifications added to it out of Combat.">MODDABLE</option>
|
||
<option value="NEAR-SILENT" title="The item is nearly silent, granting a +1D4 Advantage on Stealth checks when used.">NEAR-SILENT</option>
|
||
<option value="NON-LETHAL" title="The item does not cause lethal damage. Enemies that reach 0HP are instead knocked unconscious.">NON-LETHAL</option>
|
||
<option value="OFF-HAND" title="The item is designed for Off-Hand use and dual-wielding, and can use all modifiers when used for dual-wielding.">OFF-HAND</option>
|
||
<option value="REACH" title="The weapon has a range of 10 Feet. It is still considered a melee weapon.">REACH</option>
|
||
<option value="REINFORCED" title="The Armour is stronger, granting an additional 1 Damage Negation.">REINFORCED</option>
|
||
<option value="BIO-RESISTANT" title="This item’s user resists Bio-type damage, taking half Damage from an attack instead of full, round up.">BIO-RESISTANT</option>
|
||
<option value="EMP RESISTANT" title="This item’s user resists EMP-type damage, taking full Damage from an attack instead of double.">EMP RESISTANT</option>
|
||
<option value="FIRE-RESISTANT" title="This item’s user resists Fire-type damage, taking half Damage from an attack instead of full, round up.">FIRE-RESISTANT</option>
|
||
<option value="RIPOSTE" title="This item allows its user to retaliate when attacked from Melee or Range. Using a Reaction, the user can use a Melee or Ranged Attack to strike at their attacker if within the weapon’s base range.">RIPOSTE</option>
|
||
<option value="SCANNING" title="The item allows the user to scan a small item or room, allowing them to make an Awareness check or Reroll a previous one. This counts as a new Awareness roll.">SCANNING</option>
|
||
<option value="SCOPED" title="The weapon is equipped with a scope. The user may use a Bonus Action to aim, obtaining a +1D6 Advantage on their next Attack Roll using that weapon.">SCOPED</option>
|
||
<option value="SENSOR" title="The item gives a +1D4 Advantage on Awareness Checks.">SENSOR</option>
|
||
<option value="SHAPESHIFTING" title="The user may freely change their outward appearance.">SHAPESHIFTING</option>
|
||
<option value="SHIELD" title="The item is a shield held in the off-hand. It makes off-hand or dual-wield Attacks with anything but the shield impossible.">SHIELD</option>
|
||
<option value="SHOCKING" title="The item Stuns enemies if they fail a DC 10 Save for one Turn.">SHOCKING</option>
|
||
<option value="SILENT" title="The item makes no noise. If used in combat the player can make a free contested Stealth check against nearby enemies within 30 feet to remain Hidden. Grants +1D4 Advantage on Stealth checks.">SILENT</option>
|
||
<option value="SINGLE-USE" title="The item can be used once, and then is used up and discarded.">SINGLE-USE</option>
|
||
<option value="SMART-TRACKING" title="The item has a +1D4 Advantage on hit rolls.">SMART-TRACKING</option>
|
||
<option value="SPRINTER" title="The item grants its user an additional 5 Feet of Movement speed.">SPRINTER</option>
|
||
<option value="STUNNING" title="The item causes temporary paralysis or shock to biological targets. On hit, target must roll a DC 10 Save or DC 10 Physique check. On failure they are Stunned for one turn.">STUNNING</option>
|
||
<option value="SUPPRESSIVE FIRE" title="This item gives enemies a -1D6 Disadvantage on their next attack if it misses them.">SUPPRESSIVE FIRE</option>
|
||
</select>
|
||
<select name="attr_weapon_2_trait_2" title="Trait 2">
|
||
<option value="">N/A</option>
|
||
<option value="ACCESSORY" title="Can be worn over or under Light or Medium Armour. Their Damage Negation stack.">ACCESSORY</option>
|
||
<option value="ADAPTIVE CAMO" title="The item can turn partially invisible, granting 1D4 Advantage on Stealth checks.">ADAPTIVE CAMO</option>
|
||
<option value="ARMOUR-PIERCING" title="The item ignores 1 Damage Negation on hit.">ARMOUR-PIERCING</option>
|
||
<option value="AUTO-HEALING" title="The item heals the user 1D4 HP as a Bonus Action.">AUTO-HEALING</option>
|
||
<option value="AUTO-PILOTED" title="The vehicle does not require Player Character input in order to drive.">AUTO-PILOTED</option>
|
||
<option value="ATTACHABLE" title="The item can be linked to a piece of Armour with the Exosuit trait, or onto a Vehicle, Drone, or Mech. The item can be controlled using Drone Warfare rules and the Drone Warfare Skill.">ATTACHABLE</option>
|
||
<option value="BIO-MOD" title="The item is a biological modification.">BIO-MOD</option>
|
||
<option value="BLAST" title="The item deals damage to all enemies within its blast radius.">BLAST</option>
|
||
<option value="BLEED ON HIT" title="This item inflicts the Bleed Status Effect, losing 1D4 HP at the end of the turn for one turn, on hitting a target.">BLEED ON HIT</option>
|
||
<option value="BLIND ON HIT" title="This item inflicts the Blind Status Effect on hitting a target.">BLIND ON HIT</option>
|
||
<option value="BURN" title="The item burns enemies on hit, afflicting them with the Burning Status Effect.">BURN</option>
|
||
<option value="CARGO SPACE (small)" title="The item or vehicle has room to store cargo up to approximately 5Kg.">CARGO SPACE (small)</option>
|
||
<option value="CARGO SPACE (medium)" title="The item or vehicle has room to store cargo up to approximately 50Kg.">CARGO SPACE (medium)</option>
|
||
<option value="CARGO SPACE (large)" title="The item or vehicle has room to store large gear and equipment.">CARGO SPACE (large)</option>
|
||
<option value="COLLAPSIBLE" title="The item can be collapsed into a smaller form, rendering it Concealable.">COLLAPSIBLE</option>
|
||
<option value="CONCEALABLE" title="The item is easy to hide, granting a non-stacking +1D6 Advantage on Stealth when trying to hide or disguise it.">CONCEALABLE</option>
|
||
<option value="CYBERWARE" title="This item is a piece of technology integrated into the body. It strains the body to have.">CYBERWARE</option>
|
||
<option value="ELECTRONIC GHOST" title="The item does not appear on electronic scanners.">ELECTRONIC GHOST</option>
|
||
<option value="ELECTRONIC CAMO" title="The item has a +1D6 Advantage on Stealth when hiding from electronic scanners.">ELECTRONIC CAMO</option>
|
||
<option value="EMP" title="Items that cause EMP-type damage deal double damage to Drones and robotic entities. Bypasses their Damage Negation.">EMP</option>
|
||
<option value="ENERGY FIELD" title="Damage Negation is provided by an energy field. Can be shorted, disabled by EMPs, or Hacked.">ENERGY FIELD</option>
|
||
<option value="EXOSUIT" title="The Armour is a suit of sophisticated technology and can accept attachments or attachable weapons and sub-systems.">EXOSUIT</option>
|
||
<option value="FLYING" title="The Armour or Vehicle can fly. The armour’s flying distance is equal to the Player or Character’s Movement Speed.">FLYING</option>
|
||
<option value="HACKING ENABLED" title="The item allows its holder to Hack into technological appliances and devices.">HACKING ENABLED</option>
|
||
<option value="HEAVY" title="The item’s mass reduces Movement by 5 Feet. Does not stack.">HEAVY</option>
|
||
<option value="HOVER" title="The item allows its user to Hover. 10 Feet of ordinary movement can be used to traverse 10 Feet horizontally. All fall damage is reduced by 5.">HOVER</option>
|
||
<option value="INACCURATE" title="The weapon is not accurate. Fire with Disadvantage, subtracting 1D6 from Attack Rolls.">INACCURATE</option>
|
||
<option value="INJECTION ROUND" title="The item fires bullets that harm via injection.">INJECTION ROUND</option>
|
||
<option value="JAGGED" title="This item inflicts the Bleed Status Effect when a Critical Hit is rolled.">JAGGED</option>
|
||
<option value="KNOCKBACK" title="The weapon forcefully moves a struck enemy 5 Feet away from the Attacker on hit.">KNOCKBACK</option>
|
||
<option value="LIGHT" title="The item’s mass increases Movement by 5 Feet. Does not stack.">LIGHT</option>
|
||
<option value="LOADING" title="The weapon requires a Bonus Action to reload before it can fire a second time in Combat. Can occasionally be loaded with nonstandard ammunition.">LOADING</option>
|
||
<option value="LOUD" title="The item is Loud when used, alerting enemies at twice their detection range and imposing a -1D6 Disadvantage on Stealth if used.">LOUD</option>
|
||
<option value="LOW-LIGHT VISION" title="The item allows its user to see in low-light situations up to 60 Feet.">LOW-LIGHT VISION</option>
|
||
<option value="MARKER" title="Places a Mark on a target on Hit. Allies who attack this target gain +1 to Hit. Ends if target breaks line of sight or goes into hiding.">MARKER</option>
|
||
<option value="MEDIUM" title="The item’s mass is neutral and does not help you move any faster or slower.">MEDIUM</option>
|
||
<option value="MODDABLE" title="The item can have Modifications added to it out of Combat.">MODDABLE</option>
|
||
<option value="NEAR-SILENT" title="The item is nearly silent, granting a +1D4 Advantage on Stealth checks when used.">NEAR-SILENT</option>
|
||
<option value="NON-LETHAL" title="The item does not cause lethal damage. Enemies that reach 0HP are instead knocked unconscious.">NON-LETHAL</option>
|
||
<option value="OFF-HAND" title="The item is designed for Off-Hand use and dual-wielding, and can use all modifiers when used for dual-wielding.">OFF-HAND</option>
|
||
<option value="REACH" title="The weapon has a range of 10 Feet. It is still considered a melee weapon.">REACH</option>
|
||
<option value="REINFORCED" title="The Armour is stronger, granting an additional 1 Damage Negation.">REINFORCED</option>
|
||
<option value="BIO-RESISTANT" title="This item’s user resists Bio-type damage, taking half Damage from an attack instead of full, round up.">BIO-RESISTANT</option>
|
||
<option value="EMP RESISTANT" title="This item’s user resists EMP-type damage, taking full Damage from an attack instead of double.">EMP RESISTANT</option>
|
||
<option value="FIRE-RESISTANT" title="This item’s user resists Fire-type damage, taking half Damage from an attack instead of full, round up.">FIRE-RESISTANT</option>
|
||
<option value="RIPOSTE" title="This item allows its user to retaliate when attacked from Melee or Range. Using a Reaction, the user can use a Melee or Ranged Attack to strike at their attacker if within the weapon’s base range.">RIPOSTE</option>
|
||
<option value="SCANNING" title="The item allows the user to scan a small item or room, allowing them to make an Awareness check or Reroll a previous one. This counts as a new Awareness roll.">SCANNING</option>
|
||
<option value="SCOPED" title="The weapon is equipped with a scope. The user may use a Bonus Action to aim, obtaining a +1D6 Advantage on their next Attack Roll using that weapon.">SCOPED</option>
|
||
<option value="SENSOR" title="The item gives a +1D4 Advantage on Awareness Checks.">SENSOR</option>
|
||
<option value="SHAPESHIFTING" title="The user may freely change their outward appearance.">SHAPESHIFTING</option>
|
||
<option value="SHIELD" title="The item is a shield held in the off-hand. It makes off-hand or dual-wield Attacks with anything but the shield impossible.">SHIELD</option>
|
||
<option value="SHOCKING" title="The item Stuns enemies if they fail a DC 10 Save for one Turn.">SHOCKING</option>
|
||
<option value="SILENT" title="The item makes no noise. If used in combat the player can make a free contested Stealth check against nearby enemies within 30 feet to remain Hidden. Grants +1D4 Advantage on Stealth checks.">SILENT</option>
|
||
<option value="SINGLE-USE" title="The item can be used once, and then is used up and discarded.">SINGLE-USE</option>
|
||
<option value="SMART-TRACKING" title="The item has a +1D4 Advantage on hit rolls.">SMART-TRACKING</option>
|
||
<option value="SPRINTER" title="The item grants its user an additional 5 Feet of Movement speed.">SPRINTER</option>
|
||
<option value="STUNNING" title="The item causes temporary paralysis or shock to biological targets. On hit, target must roll a DC 10 Save or DC 10 Physique check. On failure they are Stunned for one turn.">STUNNING</option>
|
||
<option value="SUPPRESSIVE FIRE" title="This item gives enemies a -1D6 Disadvantage on their next attack if it misses them.">SUPPRESSIVE FIRE</option>
|
||
</select>
|
||
<select name="attr_weapon_2_trait_3" title="Trait 3">
|
||
<option value="">N/A</option>
|
||
<option value="ACCESSORY" title="Can be worn over or under Light or Medium Armour. Their Damage Negation stack.">ACCESSORY</option>
|
||
<option value="ADAPTIVE CAMO" title="The item can turn partially invisible, granting 1D4 Advantage on Stealth checks.">ADAPTIVE CAMO</option>
|
||
<option value="ARMOUR-PIERCING" title="The item ignores 1 Damage Negation on hit.">ARMOUR-PIERCING</option>
|
||
<option value="AUTO-HEALING" title="The item heals the user 1D4 HP as a Bonus Action.">AUTO-HEALING</option>
|
||
<option value="AUTO-PILOTED" title="The vehicle does not require Player Character input in order to drive.">AUTO-PILOTED</option>
|
||
<option value="ATTACHABLE" title="The item can be linked to a piece of Armour with the Exosuit trait, or onto a Vehicle, Drone, or Mech. The item can be controlled using Drone Warfare rules and the Drone Warfare Skill.">ATTACHABLE</option>
|
||
<option value="BIO-MOD" title="The item is a biological modification.">BIO-MOD</option>
|
||
<option value="BLAST" title="The item deals damage to all enemies within its blast radius.">BLAST</option>
|
||
<option value="BLEED ON HIT" title="This item inflicts the Bleed Status Effect, losing 1D4 HP at the end of the turn for one turn, on hitting a target.">BLEED ON HIT</option>
|
||
<option value="BLIND ON HIT" title="This item inflicts the Blind Status Effect on hitting a target.">BLIND ON HIT</option>
|
||
<option value="BURN" title="The item burns enemies on hit, afflicting them with the Burning Status Effect.">BURN</option>
|
||
<option value="CARGO SPACE (small)" title="The item or vehicle has room to store cargo up to approximately 5Kg.">CARGO SPACE (small)</option>
|
||
<option value="CARGO SPACE (medium)" title="The item or vehicle has room to store cargo up to approximately 50Kg.">CARGO SPACE (medium)</option>
|
||
<option value="CARGO SPACE (large)" title="The item or vehicle has room to store large gear and equipment.">CARGO SPACE (large)</option>
|
||
<option value="COLLAPSIBLE" title="The item can be collapsed into a smaller form, rendering it Concealable.">COLLAPSIBLE</option>
|
||
<option value="CONCEALABLE" title="The item is easy to hide, granting a non-stacking +1D6 Advantage on Stealth when trying to hide or disguise it.">CONCEALABLE</option>
|
||
<option value="CYBERWARE" title="This item is a piece of technology integrated into the body. It strains the body to have.">CYBERWARE</option>
|
||
<option value="ELECTRONIC GHOST" title="The item does not appear on electronic scanners.">ELECTRONIC GHOST</option>
|
||
<option value="ELECTRONIC CAMO" title="The item has a +1D6 Advantage on Stealth when hiding from electronic scanners.">ELECTRONIC CAMO</option>
|
||
<option value="EMP" title="Items that cause EMP-type damage deal double damage to Drones and robotic entities. Bypasses their Damage Negation.">EMP</option>
|
||
<option value="ENERGY FIELD" title="Damage Negation is provided by an energy field. Can be shorted, disabled by EMPs, or Hacked.">ENERGY FIELD</option>
|
||
<option value="EXOSUIT" title="The Armour is a suit of sophisticated technology and can accept attachments or attachable weapons and sub-systems.">EXOSUIT</option>
|
||
<option value="FLYING" title="The Armour or Vehicle can fly. The armour’s flying distance is equal to the Player or Character’s Movement Speed.">FLYING</option>
|
||
<option value="HACKING ENABLED" title="The item allows its holder to Hack into technological appliances and devices.">HACKING ENABLED</option>
|
||
<option value="HEAVY" title="The item’s mass reduces Movement by 5 Feet. Does not stack.">HEAVY</option>
|
||
<option value="HOVER" title="The item allows its user to Hover. 10 Feet of ordinary movement can be used to traverse 10 Feet horizontally. All fall damage is reduced by 5.">HOVER</option>
|
||
<option value="INACCURATE" title="The weapon is not accurate. Fire with Disadvantage, subtracting 1D6 from Attack Rolls.">INACCURATE</option>
|
||
<option value="INJECTION ROUND" title="The item fires bullets that harm via injection.">INJECTION ROUND</option>
|
||
<option value="JAGGED" title="This item inflicts the Bleed Status Effect when a Critical Hit is rolled.">JAGGED</option>
|
||
<option value="KNOCKBACK" title="The weapon forcefully moves a struck enemy 5 Feet away from the Attacker on hit.">KNOCKBACK</option>
|
||
<option value="LIGHT" title="The item’s mass increases Movement by 5 Feet. Does not stack.">LIGHT</option>
|
||
<option value="LOADING" title="The weapon requires a Bonus Action to reload before it can fire a second time in Combat. Can occasionally be loaded with nonstandard ammunition.">LOADING</option>
|
||
<option value="LOUD" title="The item is Loud when used, alerting enemies at twice their detection range and imposing a -1D6 Disadvantage on Stealth if used.">LOUD</option>
|
||
<option value="LOW-LIGHT VISION" title="The item allows its user to see in low-light situations up to 60 Feet.">LOW-LIGHT VISION</option>
|
||
<option value="MARKER" title="Places a Mark on a target on Hit. Allies who attack this target gain +1 to Hit. Ends if target breaks line of sight or goes into hiding.">MARKER</option>
|
||
<option value="MEDIUM" title="The item’s mass is neutral and does not help you move any faster or slower.">MEDIUM</option>
|
||
<option value="MODDABLE" title="The item can have Modifications added to it out of Combat.">MODDABLE</option>
|
||
<option value="NEAR-SILENT" title="The item is nearly silent, granting a +1D4 Advantage on Stealth checks when used.">NEAR-SILENT</option>
|
||
<option value="NON-LETHAL" title="The item does not cause lethal damage. Enemies that reach 0HP are instead knocked unconscious.">NON-LETHAL</option>
|
||
<option value="OFF-HAND" title="The item is designed for Off-Hand use and dual-wielding, and can use all modifiers when used for dual-wielding.">OFF-HAND</option>
|
||
<option value="REACH" title="The weapon has a range of 10 Feet. It is still considered a melee weapon.">REACH</option>
|
||
<option value="REINFORCED" title="The Armour is stronger, granting an additional 1 Damage Negation.">REINFORCED</option>
|
||
<option value="BIO-RESISTANT" title="This item’s user resists Bio-type damage, taking half Damage from an attack instead of full, round up.">BIO-RESISTANT</option>
|
||
<option value="EMP RESISTANT" title="This item’s user resists EMP-type damage, taking full Damage from an attack instead of double.">EMP RESISTANT</option>
|
||
<option value="FIRE-RESISTANT" title="This item’s user resists Fire-type damage, taking half Damage from an attack instead of full, round up.">FIRE-RESISTANT</option>
|
||
<option value="RIPOSTE" title="This item allows its user to retaliate when attacked from Melee or Range. Using a Reaction, the user can use a Melee or Ranged Attack to strike at their attacker if within the weapon’s base range.">RIPOSTE</option>
|
||
<option value="SCANNING" title="The item allows the user to scan a small item or room, allowing them to make an Awareness check or Reroll a previous one. This counts as a new Awareness roll.">SCANNING</option>
|
||
<option value="SCOPED" title="The weapon is equipped with a scope. The user may use a Bonus Action to aim, obtaining a +1D6 Advantage on their next Attack Roll using that weapon.">SCOPED</option>
|
||
<option value="SENSOR" title="The item gives a +1D4 Advantage on Awareness Checks.">SENSOR</option>
|
||
<option value="SHAPESHIFTING" title="The user may freely change their outward appearance.">SHAPESHIFTING</option>
|
||
<option value="SHIELD" title="The item is a shield held in the off-hand. It makes off-hand or dual-wield Attacks with anything but the shield impossible.">SHIELD</option>
|
||
<option value="SHOCKING" title="The item Stuns enemies if they fail a DC 10 Save for one Turn.">SHOCKING</option>
|
||
<option value="SILENT" title="The item makes no noise. If used in combat the player can make a free contested Stealth check against nearby enemies within 30 feet to remain Hidden. Grants +1D4 Advantage on Stealth checks.">SILENT</option>
|
||
<option value="SINGLE-USE" title="The item can be used once, and then is used up and discarded.">SINGLE-USE</option>
|
||
<option value="SMART-TRACKING" title="The item has a +1D4 Advantage on hit rolls.">SMART-TRACKING</option>
|
||
<option value="SPRINTER" title="The item grants its user an additional 5 Feet of Movement speed.">SPRINTER</option>
|
||
<option value="STUNNING" title="The item causes temporary paralysis or shock to biological targets. On hit, target must roll a DC 10 Save or DC 10 Physique check. On failure they are Stunned for one turn.">STUNNING</option>
|
||
<option value="SUPPRESSIVE FIRE" title="This item gives enemies a -1D6 Disadvantage on their next attack if it misses them.">SUPPRESSIVE FIRE</option>
|
||
</select>
|
||
<select name="attr_weapon_2_trait_4" title="Trait 4">
|
||
<option value="">N/A</option>
|
||
<option value="ACCESSORY" title="Can be worn over or under Light or Medium Armour. Their Damage Negation stack.">ACCESSORY</option>
|
||
<option value="ADAPTIVE CAMO" title="The item can turn partially invisible, granting 1D4 Advantage on Stealth checks.">ADAPTIVE CAMO</option>
|
||
<option value="ARMOUR-PIERCING" title="The item ignores 1 Damage Negation on hit.">ARMOUR-PIERCING</option>
|
||
<option value="AUTO-HEALING" title="The item heals the user 1D4 HP as a Bonus Action.">AUTO-HEALING</option>
|
||
<option value="AUTO-PILOTED" title="The vehicle does not require Player Character input in order to drive.">AUTO-PILOTED</option>
|
||
<option value="ATTACHABLE" title="The item can be linked to a piece of Armour with the Exosuit trait, or onto a Vehicle, Drone, or Mech. The item can be controlled using Drone Warfare rules and the Drone Warfare Skill.">ATTACHABLE</option>
|
||
<option value="BIO-MOD" title="The item is a biological modification.">BIO-MOD</option>
|
||
<option value="BLAST" title="The item deals damage to all enemies within its blast radius.">BLAST</option>
|
||
<option value="BLEED ON HIT" title="This item inflicts the Bleed Status Effect, losing 1D4 HP at the end of the turn for one turn, on hitting a target.">BLEED ON HIT</option>
|
||
<option value="BLIND ON HIT" title="This item inflicts the Blind Status Effect on hitting a target.">BLIND ON HIT</option>
|
||
<option value="BURN" title="The item burns enemies on hit, afflicting them with the Burning Status Effect.">BURN</option>
|
||
<option value="CARGO SPACE (small)" title="The item or vehicle has room to store cargo up to approximately 5Kg.">CARGO SPACE (small)</option>
|
||
<option value="CARGO SPACE (medium)" title="The item or vehicle has room to store cargo up to approximately 50Kg.">CARGO SPACE (medium)</option>
|
||
<option value="CARGO SPACE (large)" title="The item or vehicle has room to store large gear and equipment.">CARGO SPACE (large)</option>
|
||
<option value="COLLAPSIBLE" title="The item can be collapsed into a smaller form, rendering it Concealable.">COLLAPSIBLE</option>
|
||
<option value="CONCEALABLE" title="The item is easy to hide, granting a non-stacking +1D6 Advantage on Stealth when trying to hide or disguise it.">CONCEALABLE</option>
|
||
<option value="CYBERWARE" title="This item is a piece of technology integrated into the body. It strains the body to have.">CYBERWARE</option>
|
||
<option value="ELECTRONIC GHOST" title="The item does not appear on electronic scanners.">ELECTRONIC GHOST</option>
|
||
<option value="ELECTRONIC CAMO" title="The item has a +1D6 Advantage on Stealth when hiding from electronic scanners.">ELECTRONIC CAMO</option>
|
||
<option value="EMP" title="Items that cause EMP-type damage deal double damage to Drones and robotic entities. Bypasses their Damage Negation.">EMP</option>
|
||
<option value="ENERGY FIELD" title="Damage Negation is provided by an energy field. Can be shorted, disabled by EMPs, or Hacked.">ENERGY FIELD</option>
|
||
<option value="EXOSUIT" title="The Armour is a suit of sophisticated technology and can accept attachments or attachable weapons and sub-systems.">EXOSUIT</option>
|
||
<option value="FLYING" title="The Armour or Vehicle can fly. The armour’s flying distance is equal to the Player or Character’s Movement Speed.">FLYING</option>
|
||
<option value="HACKING ENABLED" title="The item allows its holder to Hack into technological appliances and devices.">HACKING ENABLED</option>
|
||
<option value="HEAVY" title="The item’s mass reduces Movement by 5 Feet. Does not stack.">HEAVY</option>
|
||
<option value="HOVER" title="The item allows its user to Hover. 10 Feet of ordinary movement can be used to traverse 10 Feet horizontally. All fall damage is reduced by 5.">HOVER</option>
|
||
<option value="INACCURATE" title="The weapon is not accurate. Fire with Disadvantage, subtracting 1D6 from Attack Rolls.">INACCURATE</option>
|
||
<option value="INJECTION ROUND" title="The item fires bullets that harm via injection.">INJECTION ROUND</option>
|
||
<option value="JAGGED" title="This item inflicts the Bleed Status Effect when a Critical Hit is rolled.">JAGGED</option>
|
||
<option value="KNOCKBACK" title="The weapon forcefully moves a struck enemy 5 Feet away from the Attacker on hit.">KNOCKBACK</option>
|
||
<option value="LIGHT" title="The item’s mass increases Movement by 5 Feet. Does not stack.">LIGHT</option>
|
||
<option value="LOADING" title="The weapon requires a Bonus Action to reload before it can fire a second time in Combat. Can occasionally be loaded with nonstandard ammunition.">LOADING</option>
|
||
<option value="LOUD" title="The item is Loud when used, alerting enemies at twice their detection range and imposing a -1D6 Disadvantage on Stealth if used.">LOUD</option>
|
||
<option value="LOW-LIGHT VISION" title="The item allows its user to see in low-light situations up to 60 Feet.">LOW-LIGHT VISION</option>
|
||
<option value="MARKER" title="Places a Mark on a target on Hit. Allies who attack this target gain +1 to Hit. Ends if target breaks line of sight or goes into hiding.">MARKER</option>
|
||
<option value="MEDIUM" title="The item’s mass is neutral and does not help you move any faster or slower.">MEDIUM</option>
|
||
<option value="MODDABLE" title="The item can have Modifications added to it out of Combat.">MODDABLE</option>
|
||
<option value="NEAR-SILENT" title="The item is nearly silent, granting a +1D4 Advantage on Stealth checks when used.">NEAR-SILENT</option>
|
||
<option value="NON-LETHAL" title="The item does not cause lethal damage. Enemies that reach 0HP are instead knocked unconscious.">NON-LETHAL</option>
|
||
<option value="OFF-HAND" title="The item is designed for Off-Hand use and dual-wielding, and can use all modifiers when used for dual-wielding.">OFF-HAND</option>
|
||
<option value="REACH" title="The weapon has a range of 10 Feet. It is still considered a melee weapon.">REACH</option>
|
||
<option value="REINFORCED" title="The Armour is stronger, granting an additional 1 Damage Negation.">REINFORCED</option>
|
||
<option value="BIO-RESISTANT" title="This item’s user resists Bio-type damage, taking half Damage from an attack instead of full, round up.">BIO-RESISTANT</option>
|
||
<option value="EMP RESISTANT" title="This item’s user resists EMP-type damage, taking full Damage from an attack instead of double.">EMP RESISTANT</option>
|
||
<option value="FIRE-RESISTANT" title="This item’s user resists Fire-type damage, taking half Damage from an attack instead of full, round up.">FIRE-RESISTANT</option>
|
||
<option value="RIPOSTE" title="This item allows its user to retaliate when attacked from Melee or Range. Using a Reaction, the user can use a Melee or Ranged Attack to strike at their attacker if within the weapon’s base range.">RIPOSTE</option>
|
||
<option value="SCANNING" title="The item allows the user to scan a small item or room, allowing them to make an Awareness check or Reroll a previous one. This counts as a new Awareness roll.">SCANNING</option>
|
||
<option value="SCOPED" title="The weapon is equipped with a scope. The user may use a Bonus Action to aim, obtaining a +1D6 Advantage on their next Attack Roll using that weapon.">SCOPED</option>
|
||
<option value="SENSOR" title="The item gives a +1D4 Advantage on Awareness Checks.">SENSOR</option>
|
||
<option value="SHAPESHIFTING" title="The user may freely change their outward appearance.">SHAPESHIFTING</option>
|
||
<option value="SHIELD" title="The item is a shield held in the off-hand. It makes off-hand or dual-wield Attacks with anything but the shield impossible.">SHIELD</option>
|
||
<option value="SHOCKING" title="The item Stuns enemies if they fail a DC 10 Save for one Turn.">SHOCKING</option>
|
||
<option value="SILENT" title="The item makes no noise. If used in combat the player can make a free contested Stealth check against nearby enemies within 30 feet to remain Hidden. Grants +1D4 Advantage on Stealth checks.">SILENT</option>
|
||
<option value="SINGLE-USE" title="The item can be used once, and then is used up and discarded.">SINGLE-USE</option>
|
||
<option value="SMART-TRACKING" title="The item has a +1D4 Advantage on hit rolls.">SMART-TRACKING</option>
|
||
<option value="SPRINTER" title="The item grants its user an additional 5 Feet of Movement speed.">SPRINTER</option>
|
||
<option value="STUNNING" title="The item causes temporary paralysis or shock to biological targets. On hit, target must roll a DC 10 Save or DC 10 Physique check. On failure they are Stunned for one turn.">STUNNING</option>
|
||
<option value="SUPPRESSIVE FIRE" title="This item gives enemies a -1D6 Disadvantage on their next attack if it misses them.">SUPPRESSIVE FIRE</option>
|
||
</select>
|
||
</div>
|
||
<div class="slots">
|
||
<label>S <input type="number" name="attr_weapon_2_mod_s" value="0"></label>
|
||
<label>A <input type="number" name="attr_weapon_2_mod_a" value="0"></label>
|
||
<label>C <input type="number" name="attr_weapon_2_mod_c" value="0"></label>
|
||
</div>
|
||
</div></div>
|
||
</section>
|
||
|
||
<section class="box gear-section">
|
||
<h2>Armour</h2>
|
||
<div class="gear-grid three"><div class="gear-card armour-card">
|
||
<h4>Armour 1</h4>
|
||
<label>Name <input type="text" name="attr_armour_1_name"></label>
|
||
<label>SP Cost <input type="number" name="attr_armour_1_pts" value="0"></label>
|
||
<div class="trait-selects">
|
||
<span class="trait-label">Traits</span>
|
||
<select name="attr_armour_1_trait_1" title="Trait 1">
|
||
<option value="">N/A</option>
|
||
<option value="ACCESSORY" title="Can be worn over or under Light or Medium Armour. Their Damage Negation stack.">ACCESSORY</option>
|
||
<option value="ADAPTIVE CAMO" title="The item can turn partially invisible, granting 1D4 Advantage on Stealth checks.">ADAPTIVE CAMO</option>
|
||
<option value="ARMOUR-PIERCING" title="The item ignores 1 Damage Negation on hit.">ARMOUR-PIERCING</option>
|
||
<option value="AUTO-HEALING" title="The item heals the user 1D4 HP as a Bonus Action.">AUTO-HEALING</option>
|
||
<option value="AUTO-PILOTED" title="The vehicle does not require Player Character input in order to drive.">AUTO-PILOTED</option>
|
||
<option value="ATTACHABLE" title="The item can be linked to a piece of Armour with the Exosuit trait, or onto a Vehicle, Drone, or Mech. The item can be controlled using Drone Warfare rules and the Drone Warfare Skill.">ATTACHABLE</option>
|
||
<option value="BIO-MOD" title="The item is a biological modification.">BIO-MOD</option>
|
||
<option value="BLAST" title="The item deals damage to all enemies within its blast radius.">BLAST</option>
|
||
<option value="BLEED ON HIT" title="This item inflicts the Bleed Status Effect, losing 1D4 HP at the end of the turn for one turn, on hitting a target.">BLEED ON HIT</option>
|
||
<option value="BLIND ON HIT" title="This item inflicts the Blind Status Effect on hitting a target.">BLIND ON HIT</option>
|
||
<option value="BURN" title="The item burns enemies on hit, afflicting them with the Burning Status Effect.">BURN</option>
|
||
<option value="CARGO SPACE (small)" title="The item or vehicle has room to store cargo up to approximately 5Kg.">CARGO SPACE (small)</option>
|
||
<option value="CARGO SPACE (medium)" title="The item or vehicle has room to store cargo up to approximately 50Kg.">CARGO SPACE (medium)</option>
|
||
<option value="CARGO SPACE (large)" title="The item or vehicle has room to store large gear and equipment.">CARGO SPACE (large)</option>
|
||
<option value="COLLAPSIBLE" title="The item can be collapsed into a smaller form, rendering it Concealable.">COLLAPSIBLE</option>
|
||
<option value="CONCEALABLE" title="The item is easy to hide, granting a non-stacking +1D6 Advantage on Stealth when trying to hide or disguise it.">CONCEALABLE</option>
|
||
<option value="CYBERWARE" title="This item is a piece of technology integrated into the body. It strains the body to have.">CYBERWARE</option>
|
||
<option value="ELECTRONIC GHOST" title="The item does not appear on electronic scanners.">ELECTRONIC GHOST</option>
|
||
<option value="ELECTRONIC CAMO" title="The item has a +1D6 Advantage on Stealth when hiding from electronic scanners.">ELECTRONIC CAMO</option>
|
||
<option value="EMP" title="Items that cause EMP-type damage deal double damage to Drones and robotic entities. Bypasses their Damage Negation.">EMP</option>
|
||
<option value="ENERGY FIELD" title="Damage Negation is provided by an energy field. Can be shorted, disabled by EMPs, or Hacked.">ENERGY FIELD</option>
|
||
<option value="EXOSUIT" title="The Armour is a suit of sophisticated technology and can accept attachments or attachable weapons and sub-systems.">EXOSUIT</option>
|
||
<option value="FLYING" title="The Armour or Vehicle can fly. The armour’s flying distance is equal to the Player or Character’s Movement Speed.">FLYING</option>
|
||
<option value="HACKING ENABLED" title="The item allows its holder to Hack into technological appliances and devices.">HACKING ENABLED</option>
|
||
<option value="HEAVY" title="The item’s mass reduces Movement by 5 Feet. Does not stack.">HEAVY</option>
|
||
<option value="HOVER" title="The item allows its user to Hover. 10 Feet of ordinary movement can be used to traverse 10 Feet horizontally. All fall damage is reduced by 5.">HOVER</option>
|
||
<option value="INACCURATE" title="The weapon is not accurate. Fire with Disadvantage, subtracting 1D6 from Attack Rolls.">INACCURATE</option>
|
||
<option value="INJECTION ROUND" title="The item fires bullets that harm via injection.">INJECTION ROUND</option>
|
||
<option value="JAGGED" title="This item inflicts the Bleed Status Effect when a Critical Hit is rolled.">JAGGED</option>
|
||
<option value="KNOCKBACK" title="The weapon forcefully moves a struck enemy 5 Feet away from the Attacker on hit.">KNOCKBACK</option>
|
||
<option value="LIGHT" title="The item’s mass increases Movement by 5 Feet. Does not stack.">LIGHT</option>
|
||
<option value="LOADING" title="The weapon requires a Bonus Action to reload before it can fire a second time in Combat. Can occasionally be loaded with nonstandard ammunition.">LOADING</option>
|
||
<option value="LOUD" title="The item is Loud when used, alerting enemies at twice their detection range and imposing a -1D6 Disadvantage on Stealth if used.">LOUD</option>
|
||
<option value="LOW-LIGHT VISION" title="The item allows its user to see in low-light situations up to 60 Feet.">LOW-LIGHT VISION</option>
|
||
<option value="MARKER" title="Places a Mark on a target on Hit. Allies who attack this target gain +1 to Hit. Ends if target breaks line of sight or goes into hiding.">MARKER</option>
|
||
<option value="MEDIUM" title="The item’s mass is neutral and does not help you move any faster or slower.">MEDIUM</option>
|
||
<option value="MODDABLE" title="The item can have Modifications added to it out of Combat.">MODDABLE</option>
|
||
<option value="NEAR-SILENT" title="The item is nearly silent, granting a +1D4 Advantage on Stealth checks when used.">NEAR-SILENT</option>
|
||
<option value="NON-LETHAL" title="The item does not cause lethal damage. Enemies that reach 0HP are instead knocked unconscious.">NON-LETHAL</option>
|
||
<option value="OFF-HAND" title="The item is designed for Off-Hand use and dual-wielding, and can use all modifiers when used for dual-wielding.">OFF-HAND</option>
|
||
<option value="REACH" title="The weapon has a range of 10 Feet. It is still considered a melee weapon.">REACH</option>
|
||
<option value="REINFORCED" title="The Armour is stronger, granting an additional 1 Damage Negation.">REINFORCED</option>
|
||
<option value="BIO-RESISTANT" title="This item’s user resists Bio-type damage, taking half Damage from an attack instead of full, round up.">BIO-RESISTANT</option>
|
||
<option value="EMP RESISTANT" title="This item’s user resists EMP-type damage, taking full Damage from an attack instead of double.">EMP RESISTANT</option>
|
||
<option value="FIRE-RESISTANT" title="This item’s user resists Fire-type damage, taking half Damage from an attack instead of full, round up.">FIRE-RESISTANT</option>
|
||
<option value="RIPOSTE" title="This item allows its user to retaliate when attacked from Melee or Range. Using a Reaction, the user can use a Melee or Ranged Attack to strike at their attacker if within the weapon’s base range.">RIPOSTE</option>
|
||
<option value="SCANNING" title="The item allows the user to scan a small item or room, allowing them to make an Awareness check or Reroll a previous one. This counts as a new Awareness roll.">SCANNING</option>
|
||
<option value="SCOPED" title="The weapon is equipped with a scope. The user may use a Bonus Action to aim, obtaining a +1D6 Advantage on their next Attack Roll using that weapon.">SCOPED</option>
|
||
<option value="SENSOR" title="The item gives a +1D4 Advantage on Awareness Checks.">SENSOR</option>
|
||
<option value="SHAPESHIFTING" title="The user may freely change their outward appearance.">SHAPESHIFTING</option>
|
||
<option value="SHIELD" title="The item is a shield held in the off-hand. It makes off-hand or dual-wield Attacks with anything but the shield impossible.">SHIELD</option>
|
||
<option value="SHOCKING" title="The item Stuns enemies if they fail a DC 10 Save for one Turn.">SHOCKING</option>
|
||
<option value="SILENT" title="The item makes no noise. If used in combat the player can make a free contested Stealth check against nearby enemies within 30 feet to remain Hidden. Grants +1D4 Advantage on Stealth checks.">SILENT</option>
|
||
<option value="SINGLE-USE" title="The item can be used once, and then is used up and discarded.">SINGLE-USE</option>
|
||
<option value="SMART-TRACKING" title="The item has a +1D4 Advantage on hit rolls.">SMART-TRACKING</option>
|
||
<option value="SPRINTER" title="The item grants its user an additional 5 Feet of Movement speed.">SPRINTER</option>
|
||
<option value="STUNNING" title="The item causes temporary paralysis or shock to biological targets. On hit, target must roll a DC 10 Save or DC 10 Physique check. On failure they are Stunned for one turn.">STUNNING</option>
|
||
<option value="SUPPRESSIVE FIRE" title="This item gives enemies a -1D6 Disadvantage on their next attack if it misses them.">SUPPRESSIVE FIRE</option>
|
||
</select>
|
||
<select name="attr_armour_1_trait_2" title="Trait 2">
|
||
<option value="">N/A</option>
|
||
<option value="ACCESSORY" title="Can be worn over or under Light or Medium Armour. Their Damage Negation stack.">ACCESSORY</option>
|
||
<option value="ADAPTIVE CAMO" title="The item can turn partially invisible, granting 1D4 Advantage on Stealth checks.">ADAPTIVE CAMO</option>
|
||
<option value="ARMOUR-PIERCING" title="The item ignores 1 Damage Negation on hit.">ARMOUR-PIERCING</option>
|
||
<option value="AUTO-HEALING" title="The item heals the user 1D4 HP as a Bonus Action.">AUTO-HEALING</option>
|
||
<option value="AUTO-PILOTED" title="The vehicle does not require Player Character input in order to drive.">AUTO-PILOTED</option>
|
||
<option value="ATTACHABLE" title="The item can be linked to a piece of Armour with the Exosuit trait, or onto a Vehicle, Drone, or Mech. The item can be controlled using Drone Warfare rules and the Drone Warfare Skill.">ATTACHABLE</option>
|
||
<option value="BIO-MOD" title="The item is a biological modification.">BIO-MOD</option>
|
||
<option value="BLAST" title="The item deals damage to all enemies within its blast radius.">BLAST</option>
|
||
<option value="BLEED ON HIT" title="This item inflicts the Bleed Status Effect, losing 1D4 HP at the end of the turn for one turn, on hitting a target.">BLEED ON HIT</option>
|
||
<option value="BLIND ON HIT" title="This item inflicts the Blind Status Effect on hitting a target.">BLIND ON HIT</option>
|
||
<option value="BURN" title="The item burns enemies on hit, afflicting them with the Burning Status Effect.">BURN</option>
|
||
<option value="CARGO SPACE (small)" title="The item or vehicle has room to store cargo up to approximately 5Kg.">CARGO SPACE (small)</option>
|
||
<option value="CARGO SPACE (medium)" title="The item or vehicle has room to store cargo up to approximately 50Kg.">CARGO SPACE (medium)</option>
|
||
<option value="CARGO SPACE (large)" title="The item or vehicle has room to store large gear and equipment.">CARGO SPACE (large)</option>
|
||
<option value="COLLAPSIBLE" title="The item can be collapsed into a smaller form, rendering it Concealable.">COLLAPSIBLE</option>
|
||
<option value="CONCEALABLE" title="The item is easy to hide, granting a non-stacking +1D6 Advantage on Stealth when trying to hide or disguise it.">CONCEALABLE</option>
|
||
<option value="CYBERWARE" title="This item is a piece of technology integrated into the body. It strains the body to have.">CYBERWARE</option>
|
||
<option value="ELECTRONIC GHOST" title="The item does not appear on electronic scanners.">ELECTRONIC GHOST</option>
|
||
<option value="ELECTRONIC CAMO" title="The item has a +1D6 Advantage on Stealth when hiding from electronic scanners.">ELECTRONIC CAMO</option>
|
||
<option value="EMP" title="Items that cause EMP-type damage deal double damage to Drones and robotic entities. Bypasses their Damage Negation.">EMP</option>
|
||
<option value="ENERGY FIELD" title="Damage Negation is provided by an energy field. Can be shorted, disabled by EMPs, or Hacked.">ENERGY FIELD</option>
|
||
<option value="EXOSUIT" title="The Armour is a suit of sophisticated technology and can accept attachments or attachable weapons and sub-systems.">EXOSUIT</option>
|
||
<option value="FLYING" title="The Armour or Vehicle can fly. The armour’s flying distance is equal to the Player or Character’s Movement Speed.">FLYING</option>
|
||
<option value="HACKING ENABLED" title="The item allows its holder to Hack into technological appliances and devices.">HACKING ENABLED</option>
|
||
<option value="HEAVY" title="The item’s mass reduces Movement by 5 Feet. Does not stack.">HEAVY</option>
|
||
<option value="HOVER" title="The item allows its user to Hover. 10 Feet of ordinary movement can be used to traverse 10 Feet horizontally. All fall damage is reduced by 5.">HOVER</option>
|
||
<option value="INACCURATE" title="The weapon is not accurate. Fire with Disadvantage, subtracting 1D6 from Attack Rolls.">INACCURATE</option>
|
||
<option value="INJECTION ROUND" title="The item fires bullets that harm via injection.">INJECTION ROUND</option>
|
||
<option value="JAGGED" title="This item inflicts the Bleed Status Effect when a Critical Hit is rolled.">JAGGED</option>
|
||
<option value="KNOCKBACK" title="The weapon forcefully moves a struck enemy 5 Feet away from the Attacker on hit.">KNOCKBACK</option>
|
||
<option value="LIGHT" title="The item’s mass increases Movement by 5 Feet. Does not stack.">LIGHT</option>
|
||
<option value="LOADING" title="The weapon requires a Bonus Action to reload before it can fire a second time in Combat. Can occasionally be loaded with nonstandard ammunition.">LOADING</option>
|
||
<option value="LOUD" title="The item is Loud when used, alerting enemies at twice their detection range and imposing a -1D6 Disadvantage on Stealth if used.">LOUD</option>
|
||
<option value="LOW-LIGHT VISION" title="The item allows its user to see in low-light situations up to 60 Feet.">LOW-LIGHT VISION</option>
|
||
<option value="MARKER" title="Places a Mark on a target on Hit. Allies who attack this target gain +1 to Hit. Ends if target breaks line of sight or goes into hiding.">MARKER</option>
|
||
<option value="MEDIUM" title="The item’s mass is neutral and does not help you move any faster or slower.">MEDIUM</option>
|
||
<option value="MODDABLE" title="The item can have Modifications added to it out of Combat.">MODDABLE</option>
|
||
<option value="NEAR-SILENT" title="The item is nearly silent, granting a +1D4 Advantage on Stealth checks when used.">NEAR-SILENT</option>
|
||
<option value="NON-LETHAL" title="The item does not cause lethal damage. Enemies that reach 0HP are instead knocked unconscious.">NON-LETHAL</option>
|
||
<option value="OFF-HAND" title="The item is designed for Off-Hand use and dual-wielding, and can use all modifiers when used for dual-wielding.">OFF-HAND</option>
|
||
<option value="REACH" title="The weapon has a range of 10 Feet. It is still considered a melee weapon.">REACH</option>
|
||
<option value="REINFORCED" title="The Armour is stronger, granting an additional 1 Damage Negation.">REINFORCED</option>
|
||
<option value="BIO-RESISTANT" title="This item’s user resists Bio-type damage, taking half Damage from an attack instead of full, round up.">BIO-RESISTANT</option>
|
||
<option value="EMP RESISTANT" title="This item’s user resists EMP-type damage, taking full Damage from an attack instead of double.">EMP RESISTANT</option>
|
||
<option value="FIRE-RESISTANT" title="This item’s user resists Fire-type damage, taking half Damage from an attack instead of full, round up.">FIRE-RESISTANT</option>
|
||
<option value="RIPOSTE" title="This item allows its user to retaliate when attacked from Melee or Range. Using a Reaction, the user can use a Melee or Ranged Attack to strike at their attacker if within the weapon’s base range.">RIPOSTE</option>
|
||
<option value="SCANNING" title="The item allows the user to scan a small item or room, allowing them to make an Awareness check or Reroll a previous one. This counts as a new Awareness roll.">SCANNING</option>
|
||
<option value="SCOPED" title="The weapon is equipped with a scope. The user may use a Bonus Action to aim, obtaining a +1D6 Advantage on their next Attack Roll using that weapon.">SCOPED</option>
|
||
<option value="SENSOR" title="The item gives a +1D4 Advantage on Awareness Checks.">SENSOR</option>
|
||
<option value="SHAPESHIFTING" title="The user may freely change their outward appearance.">SHAPESHIFTING</option>
|
||
<option value="SHIELD" title="The item is a shield held in the off-hand. It makes off-hand or dual-wield Attacks with anything but the shield impossible.">SHIELD</option>
|
||
<option value="SHOCKING" title="The item Stuns enemies if they fail a DC 10 Save for one Turn.">SHOCKING</option>
|
||
<option value="SILENT" title="The item makes no noise. If used in combat the player can make a free contested Stealth check against nearby enemies within 30 feet to remain Hidden. Grants +1D4 Advantage on Stealth checks.">SILENT</option>
|
||
<option value="SINGLE-USE" title="The item can be used once, and then is used up and discarded.">SINGLE-USE</option>
|
||
<option value="SMART-TRACKING" title="The item has a +1D4 Advantage on hit rolls.">SMART-TRACKING</option>
|
||
<option value="SPRINTER" title="The item grants its user an additional 5 Feet of Movement speed.">SPRINTER</option>
|
||
<option value="STUNNING" title="The item causes temporary paralysis or shock to biological targets. On hit, target must roll a DC 10 Save or DC 10 Physique check. On failure they are Stunned for one turn.">STUNNING</option>
|
||
<option value="SUPPRESSIVE FIRE" title="This item gives enemies a -1D6 Disadvantage on their next attack if it misses them.">SUPPRESSIVE FIRE</option>
|
||
</select>
|
||
<select name="attr_armour_1_trait_3" title="Trait 3">
|
||
<option value="">N/A</option>
|
||
<option value="ACCESSORY" title="Can be worn over or under Light or Medium Armour. Their Damage Negation stack.">ACCESSORY</option>
|
||
<option value="ADAPTIVE CAMO" title="The item can turn partially invisible, granting 1D4 Advantage on Stealth checks.">ADAPTIVE CAMO</option>
|
||
<option value="ARMOUR-PIERCING" title="The item ignores 1 Damage Negation on hit.">ARMOUR-PIERCING</option>
|
||
<option value="AUTO-HEALING" title="The item heals the user 1D4 HP as a Bonus Action.">AUTO-HEALING</option>
|
||
<option value="AUTO-PILOTED" title="The vehicle does not require Player Character input in order to drive.">AUTO-PILOTED</option>
|
||
<option value="ATTACHABLE" title="The item can be linked to a piece of Armour with the Exosuit trait, or onto a Vehicle, Drone, or Mech. The item can be controlled using Drone Warfare rules and the Drone Warfare Skill.">ATTACHABLE</option>
|
||
<option value="BIO-MOD" title="The item is a biological modification.">BIO-MOD</option>
|
||
<option value="BLAST" title="The item deals damage to all enemies within its blast radius.">BLAST</option>
|
||
<option value="BLEED ON HIT" title="This item inflicts the Bleed Status Effect, losing 1D4 HP at the end of the turn for one turn, on hitting a target.">BLEED ON HIT</option>
|
||
<option value="BLIND ON HIT" title="This item inflicts the Blind Status Effect on hitting a target.">BLIND ON HIT</option>
|
||
<option value="BURN" title="The item burns enemies on hit, afflicting them with the Burning Status Effect.">BURN</option>
|
||
<option value="CARGO SPACE (small)" title="The item or vehicle has room to store cargo up to approximately 5Kg.">CARGO SPACE (small)</option>
|
||
<option value="CARGO SPACE (medium)" title="The item or vehicle has room to store cargo up to approximately 50Kg.">CARGO SPACE (medium)</option>
|
||
<option value="CARGO SPACE (large)" title="The item or vehicle has room to store large gear and equipment.">CARGO SPACE (large)</option>
|
||
<option value="COLLAPSIBLE" title="The item can be collapsed into a smaller form, rendering it Concealable.">COLLAPSIBLE</option>
|
||
<option value="CONCEALABLE" title="The item is easy to hide, granting a non-stacking +1D6 Advantage on Stealth when trying to hide or disguise it.">CONCEALABLE</option>
|
||
<option value="CYBERWARE" title="This item is a piece of technology integrated into the body. It strains the body to have.">CYBERWARE</option>
|
||
<option value="ELECTRONIC GHOST" title="The item does not appear on electronic scanners.">ELECTRONIC GHOST</option>
|
||
<option value="ELECTRONIC CAMO" title="The item has a +1D6 Advantage on Stealth when hiding from electronic scanners.">ELECTRONIC CAMO</option>
|
||
<option value="EMP" title="Items that cause EMP-type damage deal double damage to Drones and robotic entities. Bypasses their Damage Negation.">EMP</option>
|
||
<option value="ENERGY FIELD" title="Damage Negation is provided by an energy field. Can be shorted, disabled by EMPs, or Hacked.">ENERGY FIELD</option>
|
||
<option value="EXOSUIT" title="The Armour is a suit of sophisticated technology and can accept attachments or attachable weapons and sub-systems.">EXOSUIT</option>
|
||
<option value="FLYING" title="The Armour or Vehicle can fly. The armour’s flying distance is equal to the Player or Character’s Movement Speed.">FLYING</option>
|
||
<option value="HACKING ENABLED" title="The item allows its holder to Hack into technological appliances and devices.">HACKING ENABLED</option>
|
||
<option value="HEAVY" title="The item’s mass reduces Movement by 5 Feet. Does not stack.">HEAVY</option>
|
||
<option value="HOVER" title="The item allows its user to Hover. 10 Feet of ordinary movement can be used to traverse 10 Feet horizontally. All fall damage is reduced by 5.">HOVER</option>
|
||
<option value="INACCURATE" title="The weapon is not accurate. Fire with Disadvantage, subtracting 1D6 from Attack Rolls.">INACCURATE</option>
|
||
<option value="INJECTION ROUND" title="The item fires bullets that harm via injection.">INJECTION ROUND</option>
|
||
<option value="JAGGED" title="This item inflicts the Bleed Status Effect when a Critical Hit is rolled.">JAGGED</option>
|
||
<option value="KNOCKBACK" title="The weapon forcefully moves a struck enemy 5 Feet away from the Attacker on hit.">KNOCKBACK</option>
|
||
<option value="LIGHT" title="The item’s mass increases Movement by 5 Feet. Does not stack.">LIGHT</option>
|
||
<option value="LOADING" title="The weapon requires a Bonus Action to reload before it can fire a second time in Combat. Can occasionally be loaded with nonstandard ammunition.">LOADING</option>
|
||
<option value="LOUD" title="The item is Loud when used, alerting enemies at twice their detection range and imposing a -1D6 Disadvantage on Stealth if used.">LOUD</option>
|
||
<option value="LOW-LIGHT VISION" title="The item allows its user to see in low-light situations up to 60 Feet.">LOW-LIGHT VISION</option>
|
||
<option value="MARKER" title="Places a Mark on a target on Hit. Allies who attack this target gain +1 to Hit. Ends if target breaks line of sight or goes into hiding.">MARKER</option>
|
||
<option value="MEDIUM" title="The item’s mass is neutral and does not help you move any faster or slower.">MEDIUM</option>
|
||
<option value="MODDABLE" title="The item can have Modifications added to it out of Combat.">MODDABLE</option>
|
||
<option value="NEAR-SILENT" title="The item is nearly silent, granting a +1D4 Advantage on Stealth checks when used.">NEAR-SILENT</option>
|
||
<option value="NON-LETHAL" title="The item does not cause lethal damage. Enemies that reach 0HP are instead knocked unconscious.">NON-LETHAL</option>
|
||
<option value="OFF-HAND" title="The item is designed for Off-Hand use and dual-wielding, and can use all modifiers when used for dual-wielding.">OFF-HAND</option>
|
||
<option value="REACH" title="The weapon has a range of 10 Feet. It is still considered a melee weapon.">REACH</option>
|
||
<option value="REINFORCED" title="The Armour is stronger, granting an additional 1 Damage Negation.">REINFORCED</option>
|
||
<option value="BIO-RESISTANT" title="This item’s user resists Bio-type damage, taking half Damage from an attack instead of full, round up.">BIO-RESISTANT</option>
|
||
<option value="EMP RESISTANT" title="This item’s user resists EMP-type damage, taking full Damage from an attack instead of double.">EMP RESISTANT</option>
|
||
<option value="FIRE-RESISTANT" title="This item’s user resists Fire-type damage, taking half Damage from an attack instead of full, round up.">FIRE-RESISTANT</option>
|
||
<option value="RIPOSTE" title="This item allows its user to retaliate when attacked from Melee or Range. Using a Reaction, the user can use a Melee or Ranged Attack to strike at their attacker if within the weapon’s base range.">RIPOSTE</option>
|
||
<option value="SCANNING" title="The item allows the user to scan a small item or room, allowing them to make an Awareness check or Reroll a previous one. This counts as a new Awareness roll.">SCANNING</option>
|
||
<option value="SCOPED" title="The weapon is equipped with a scope. The user may use a Bonus Action to aim, obtaining a +1D6 Advantage on their next Attack Roll using that weapon.">SCOPED</option>
|
||
<option value="SENSOR" title="The item gives a +1D4 Advantage on Awareness Checks.">SENSOR</option>
|
||
<option value="SHAPESHIFTING" title="The user may freely change their outward appearance.">SHAPESHIFTING</option>
|
||
<option value="SHIELD" title="The item is a shield held in the off-hand. It makes off-hand or dual-wield Attacks with anything but the shield impossible.">SHIELD</option>
|
||
<option value="SHOCKING" title="The item Stuns enemies if they fail a DC 10 Save for one Turn.">SHOCKING</option>
|
||
<option value="SILENT" title="The item makes no noise. If used in combat the player can make a free contested Stealth check against nearby enemies within 30 feet to remain Hidden. Grants +1D4 Advantage on Stealth checks.">SILENT</option>
|
||
<option value="SINGLE-USE" title="The item can be used once, and then is used up and discarded.">SINGLE-USE</option>
|
||
<option value="SMART-TRACKING" title="The item has a +1D4 Advantage on hit rolls.">SMART-TRACKING</option>
|
||
<option value="SPRINTER" title="The item grants its user an additional 5 Feet of Movement speed.">SPRINTER</option>
|
||
<option value="STUNNING" title="The item causes temporary paralysis or shock to biological targets. On hit, target must roll a DC 10 Save or DC 10 Physique check. On failure they are Stunned for one turn.">STUNNING</option>
|
||
<option value="SUPPRESSIVE FIRE" title="This item gives enemies a -1D6 Disadvantage on their next attack if it misses them.">SUPPRESSIVE FIRE</option>
|
||
</select>
|
||
<select name="attr_armour_1_trait_4" title="Trait 4">
|
||
<option value="">N/A</option>
|
||
<option value="ACCESSORY" title="Can be worn over or under Light or Medium Armour. Their Damage Negation stack.">ACCESSORY</option>
|
||
<option value="ADAPTIVE CAMO" title="The item can turn partially invisible, granting 1D4 Advantage on Stealth checks.">ADAPTIVE CAMO</option>
|
||
<option value="ARMOUR-PIERCING" title="The item ignores 1 Damage Negation on hit.">ARMOUR-PIERCING</option>
|
||
<option value="AUTO-HEALING" title="The item heals the user 1D4 HP as a Bonus Action.">AUTO-HEALING</option>
|
||
<option value="AUTO-PILOTED" title="The vehicle does not require Player Character input in order to drive.">AUTO-PILOTED</option>
|
||
<option value="ATTACHABLE" title="The item can be linked to a piece of Armour with the Exosuit trait, or onto a Vehicle, Drone, or Mech. The item can be controlled using Drone Warfare rules and the Drone Warfare Skill.">ATTACHABLE</option>
|
||
<option value="BIO-MOD" title="The item is a biological modification.">BIO-MOD</option>
|
||
<option value="BLAST" title="The item deals damage to all enemies within its blast radius.">BLAST</option>
|
||
<option value="BLEED ON HIT" title="This item inflicts the Bleed Status Effect, losing 1D4 HP at the end of the turn for one turn, on hitting a target.">BLEED ON HIT</option>
|
||
<option value="BLIND ON HIT" title="This item inflicts the Blind Status Effect on hitting a target.">BLIND ON HIT</option>
|
||
<option value="BURN" title="The item burns enemies on hit, afflicting them with the Burning Status Effect.">BURN</option>
|
||
<option value="CARGO SPACE (small)" title="The item or vehicle has room to store cargo up to approximately 5Kg.">CARGO SPACE (small)</option>
|
||
<option value="CARGO SPACE (medium)" title="The item or vehicle has room to store cargo up to approximately 50Kg.">CARGO SPACE (medium)</option>
|
||
<option value="CARGO SPACE (large)" title="The item or vehicle has room to store large gear and equipment.">CARGO SPACE (large)</option>
|
||
<option value="COLLAPSIBLE" title="The item can be collapsed into a smaller form, rendering it Concealable.">COLLAPSIBLE</option>
|
||
<option value="CONCEALABLE" title="The item is easy to hide, granting a non-stacking +1D6 Advantage on Stealth when trying to hide or disguise it.">CONCEALABLE</option>
|
||
<option value="CYBERWARE" title="This item is a piece of technology integrated into the body. It strains the body to have.">CYBERWARE</option>
|
||
<option value="ELECTRONIC GHOST" title="The item does not appear on electronic scanners.">ELECTRONIC GHOST</option>
|
||
<option value="ELECTRONIC CAMO" title="The item has a +1D6 Advantage on Stealth when hiding from electronic scanners.">ELECTRONIC CAMO</option>
|
||
<option value="EMP" title="Items that cause EMP-type damage deal double damage to Drones and robotic entities. Bypasses their Damage Negation.">EMP</option>
|
||
<option value="ENERGY FIELD" title="Damage Negation is provided by an energy field. Can be shorted, disabled by EMPs, or Hacked.">ENERGY FIELD</option>
|
||
<option value="EXOSUIT" title="The Armour is a suit of sophisticated technology and can accept attachments or attachable weapons and sub-systems.">EXOSUIT</option>
|
||
<option value="FLYING" title="The Armour or Vehicle can fly. The armour’s flying distance is equal to the Player or Character’s Movement Speed.">FLYING</option>
|
||
<option value="HACKING ENABLED" title="The item allows its holder to Hack into technological appliances and devices.">HACKING ENABLED</option>
|
||
<option value="HEAVY" title="The item’s mass reduces Movement by 5 Feet. Does not stack.">HEAVY</option>
|
||
<option value="HOVER" title="The item allows its user to Hover. 10 Feet of ordinary movement can be used to traverse 10 Feet horizontally. All fall damage is reduced by 5.">HOVER</option>
|
||
<option value="INACCURATE" title="The weapon is not accurate. Fire with Disadvantage, subtracting 1D6 from Attack Rolls.">INACCURATE</option>
|
||
<option value="INJECTION ROUND" title="The item fires bullets that harm via injection.">INJECTION ROUND</option>
|
||
<option value="JAGGED" title="This item inflicts the Bleed Status Effect when a Critical Hit is rolled.">JAGGED</option>
|
||
<option value="KNOCKBACK" title="The weapon forcefully moves a struck enemy 5 Feet away from the Attacker on hit.">KNOCKBACK</option>
|
||
<option value="LIGHT" title="The item’s mass increases Movement by 5 Feet. Does not stack.">LIGHT</option>
|
||
<option value="LOADING" title="The weapon requires a Bonus Action to reload before it can fire a second time in Combat. Can occasionally be loaded with nonstandard ammunition.">LOADING</option>
|
||
<option value="LOUD" title="The item is Loud when used, alerting enemies at twice their detection range and imposing a -1D6 Disadvantage on Stealth if used.">LOUD</option>
|
||
<option value="LOW-LIGHT VISION" title="The item allows its user to see in low-light situations up to 60 Feet.">LOW-LIGHT VISION</option>
|
||
<option value="MARKER" title="Places a Mark on a target on Hit. Allies who attack this target gain +1 to Hit. Ends if target breaks line of sight or goes into hiding.">MARKER</option>
|
||
<option value="MEDIUM" title="The item’s mass is neutral and does not help you move any faster or slower.">MEDIUM</option>
|
||
<option value="MODDABLE" title="The item can have Modifications added to it out of Combat.">MODDABLE</option>
|
||
<option value="NEAR-SILENT" title="The item is nearly silent, granting a +1D4 Advantage on Stealth checks when used.">NEAR-SILENT</option>
|
||
<option value="NON-LETHAL" title="The item does not cause lethal damage. Enemies that reach 0HP are instead knocked unconscious.">NON-LETHAL</option>
|
||
<option value="OFF-HAND" title="The item is designed for Off-Hand use and dual-wielding, and can use all modifiers when used for dual-wielding.">OFF-HAND</option>
|
||
<option value="REACH" title="The weapon has a range of 10 Feet. It is still considered a melee weapon.">REACH</option>
|
||
<option value="REINFORCED" title="The Armour is stronger, granting an additional 1 Damage Negation.">REINFORCED</option>
|
||
<option value="BIO-RESISTANT" title="This item’s user resists Bio-type damage, taking half Damage from an attack instead of full, round up.">BIO-RESISTANT</option>
|
||
<option value="EMP RESISTANT" title="This item’s user resists EMP-type damage, taking full Damage from an attack instead of double.">EMP RESISTANT</option>
|
||
<option value="FIRE-RESISTANT" title="This item’s user resists Fire-type damage, taking half Damage from an attack instead of full, round up.">FIRE-RESISTANT</option>
|
||
<option value="RIPOSTE" title="This item allows its user to retaliate when attacked from Melee or Range. Using a Reaction, the user can use a Melee or Ranged Attack to strike at their attacker if within the weapon’s base range.">RIPOSTE</option>
|
||
<option value="SCANNING" title="The item allows the user to scan a small item or room, allowing them to make an Awareness check or Reroll a previous one. This counts as a new Awareness roll.">SCANNING</option>
|
||
<option value="SCOPED" title="The weapon is equipped with a scope. The user may use a Bonus Action to aim, obtaining a +1D6 Advantage on their next Attack Roll using that weapon.">SCOPED</option>
|
||
<option value="SENSOR" title="The item gives a +1D4 Advantage on Awareness Checks.">SENSOR</option>
|
||
<option value="SHAPESHIFTING" title="The user may freely change their outward appearance.">SHAPESHIFTING</option>
|
||
<option value="SHIELD" title="The item is a shield held in the off-hand. It makes off-hand or dual-wield Attacks with anything but the shield impossible.">SHIELD</option>
|
||
<option value="SHOCKING" title="The item Stuns enemies if they fail a DC 10 Save for one Turn.">SHOCKING</option>
|
||
<option value="SILENT" title="The item makes no noise. If used in combat the player can make a free contested Stealth check against nearby enemies within 30 feet to remain Hidden. Grants +1D4 Advantage on Stealth checks.">SILENT</option>
|
||
<option value="SINGLE-USE" title="The item can be used once, and then is used up and discarded.">SINGLE-USE</option>
|
||
<option value="SMART-TRACKING" title="The item has a +1D4 Advantage on hit rolls.">SMART-TRACKING</option>
|
||
<option value="SPRINTER" title="The item grants its user an additional 5 Feet of Movement speed.">SPRINTER</option>
|
||
<option value="STUNNING" title="The item causes temporary paralysis or shock to biological targets. On hit, target must roll a DC 10 Save or DC 10 Physique check. On failure they are Stunned for one turn.">STUNNING</option>
|
||
<option value="SUPPRESSIVE FIRE" title="This item gives enemies a -1D6 Disadvantage on their next attack if it misses them.">SUPPRESSIVE FIRE</option>
|
||
</select>
|
||
</div>
|
||
<label>Weight <input type="number" name="attr_armour_1_weight" value="0"></label>
|
||
<label>Defence <input type="number" name="attr_armour_1_defence" value="0"></label>
|
||
<div class="slots">
|
||
<label>S <input type="number" name="attr_armour_1_mod_s" value="0"></label>
|
||
<label>A <input type="number" name="attr_armour_1_mod_a" value="0"></label>
|
||
<label>C <input type="number" name="attr_armour_1_mod_c" value="0"></label>
|
||
</div>
|
||
</div>
|
||
<div class="gear-card armour-card">
|
||
<h4>Armour 2</h4>
|
||
<label>Name <input type="text" name="attr_armour_2_name"></label>
|
||
<label>SP Cost <input type="number" name="attr_armour_2_pts" value="0"></label>
|
||
<div class="trait-selects">
|
||
<span class="trait-label">Traits</span>
|
||
<select name="attr_armour_2_trait_1" title="Trait 1">
|
||
<option value="">N/A</option>
|
||
<option value="ACCESSORY" title="Can be worn over or under Light or Medium Armour. Their Damage Negation stack.">ACCESSORY</option>
|
||
<option value="ADAPTIVE CAMO" title="The item can turn partially invisible, granting 1D4 Advantage on Stealth checks.">ADAPTIVE CAMO</option>
|
||
<option value="ARMOUR-PIERCING" title="The item ignores 1 Damage Negation on hit.">ARMOUR-PIERCING</option>
|
||
<option value="AUTO-HEALING" title="The item heals the user 1D4 HP as a Bonus Action.">AUTO-HEALING</option>
|
||
<option value="AUTO-PILOTED" title="The vehicle does not require Player Character input in order to drive.">AUTO-PILOTED</option>
|
||
<option value="ATTACHABLE" title="The item can be linked to a piece of Armour with the Exosuit trait, or onto a Vehicle, Drone, or Mech. The item can be controlled using Drone Warfare rules and the Drone Warfare Skill.">ATTACHABLE</option>
|
||
<option value="BIO-MOD" title="The item is a biological modification.">BIO-MOD</option>
|
||
<option value="BLAST" title="The item deals damage to all enemies within its blast radius.">BLAST</option>
|
||
<option value="BLEED ON HIT" title="This item inflicts the Bleed Status Effect, losing 1D4 HP at the end of the turn for one turn, on hitting a target.">BLEED ON HIT</option>
|
||
<option value="BLIND ON HIT" title="This item inflicts the Blind Status Effect on hitting a target.">BLIND ON HIT</option>
|
||
<option value="BURN" title="The item burns enemies on hit, afflicting them with the Burning Status Effect.">BURN</option>
|
||
<option value="CARGO SPACE (small)" title="The item or vehicle has room to store cargo up to approximately 5Kg.">CARGO SPACE (small)</option>
|
||
<option value="CARGO SPACE (medium)" title="The item or vehicle has room to store cargo up to approximately 50Kg.">CARGO SPACE (medium)</option>
|
||
<option value="CARGO SPACE (large)" title="The item or vehicle has room to store large gear and equipment.">CARGO SPACE (large)</option>
|
||
<option value="COLLAPSIBLE" title="The item can be collapsed into a smaller form, rendering it Concealable.">COLLAPSIBLE</option>
|
||
<option value="CONCEALABLE" title="The item is easy to hide, granting a non-stacking +1D6 Advantage on Stealth when trying to hide or disguise it.">CONCEALABLE</option>
|
||
<option value="CYBERWARE" title="This item is a piece of technology integrated into the body. It strains the body to have.">CYBERWARE</option>
|
||
<option value="ELECTRONIC GHOST" title="The item does not appear on electronic scanners.">ELECTRONIC GHOST</option>
|
||
<option value="ELECTRONIC CAMO" title="The item has a +1D6 Advantage on Stealth when hiding from electronic scanners.">ELECTRONIC CAMO</option>
|
||
<option value="EMP" title="Items that cause EMP-type damage deal double damage to Drones and robotic entities. Bypasses their Damage Negation.">EMP</option>
|
||
<option value="ENERGY FIELD" title="Damage Negation is provided by an energy field. Can be shorted, disabled by EMPs, or Hacked.">ENERGY FIELD</option>
|
||
<option value="EXOSUIT" title="The Armour is a suit of sophisticated technology and can accept attachments or attachable weapons and sub-systems.">EXOSUIT</option>
|
||
<option value="FLYING" title="The Armour or Vehicle can fly. The armour’s flying distance is equal to the Player or Character’s Movement Speed.">FLYING</option>
|
||
<option value="HACKING ENABLED" title="The item allows its holder to Hack into technological appliances and devices.">HACKING ENABLED</option>
|
||
<option value="HEAVY" title="The item’s mass reduces Movement by 5 Feet. Does not stack.">HEAVY</option>
|
||
<option value="HOVER" title="The item allows its user to Hover. 10 Feet of ordinary movement can be used to traverse 10 Feet horizontally. All fall damage is reduced by 5.">HOVER</option>
|
||
<option value="INACCURATE" title="The weapon is not accurate. Fire with Disadvantage, subtracting 1D6 from Attack Rolls.">INACCURATE</option>
|
||
<option value="INJECTION ROUND" title="The item fires bullets that harm via injection.">INJECTION ROUND</option>
|
||
<option value="JAGGED" title="This item inflicts the Bleed Status Effect when a Critical Hit is rolled.">JAGGED</option>
|
||
<option value="KNOCKBACK" title="The weapon forcefully moves a struck enemy 5 Feet away from the Attacker on hit.">KNOCKBACK</option>
|
||
<option value="LIGHT" title="The item’s mass increases Movement by 5 Feet. Does not stack.">LIGHT</option>
|
||
<option value="LOADING" title="The weapon requires a Bonus Action to reload before it can fire a second time in Combat. Can occasionally be loaded with nonstandard ammunition.">LOADING</option>
|
||
<option value="LOUD" title="The item is Loud when used, alerting enemies at twice their detection range and imposing a -1D6 Disadvantage on Stealth if used.">LOUD</option>
|
||
<option value="LOW-LIGHT VISION" title="The item allows its user to see in low-light situations up to 60 Feet.">LOW-LIGHT VISION</option>
|
||
<option value="MARKER" title="Places a Mark on a target on Hit. Allies who attack this target gain +1 to Hit. Ends if target breaks line of sight or goes into hiding.">MARKER</option>
|
||
<option value="MEDIUM" title="The item’s mass is neutral and does not help you move any faster or slower.">MEDIUM</option>
|
||
<option value="MODDABLE" title="The item can have Modifications added to it out of Combat.">MODDABLE</option>
|
||
<option value="NEAR-SILENT" title="The item is nearly silent, granting a +1D4 Advantage on Stealth checks when used.">NEAR-SILENT</option>
|
||
<option value="NON-LETHAL" title="The item does not cause lethal damage. Enemies that reach 0HP are instead knocked unconscious.">NON-LETHAL</option>
|
||
<option value="OFF-HAND" title="The item is designed for Off-Hand use and dual-wielding, and can use all modifiers when used for dual-wielding.">OFF-HAND</option>
|
||
<option value="REACH" title="The weapon has a range of 10 Feet. It is still considered a melee weapon.">REACH</option>
|
||
<option value="REINFORCED" title="The Armour is stronger, granting an additional 1 Damage Negation.">REINFORCED</option>
|
||
<option value="BIO-RESISTANT" title="This item’s user resists Bio-type damage, taking half Damage from an attack instead of full, round up.">BIO-RESISTANT</option>
|
||
<option value="EMP RESISTANT" title="This item’s user resists EMP-type damage, taking full Damage from an attack instead of double.">EMP RESISTANT</option>
|
||
<option value="FIRE-RESISTANT" title="This item’s user resists Fire-type damage, taking half Damage from an attack instead of full, round up.">FIRE-RESISTANT</option>
|
||
<option value="RIPOSTE" title="This item allows its user to retaliate when attacked from Melee or Range. Using a Reaction, the user can use a Melee or Ranged Attack to strike at their attacker if within the weapon’s base range.">RIPOSTE</option>
|
||
<option value="SCANNING" title="The item allows the user to scan a small item or room, allowing them to make an Awareness check or Reroll a previous one. This counts as a new Awareness roll.">SCANNING</option>
|
||
<option value="SCOPED" title="The weapon is equipped with a scope. The user may use a Bonus Action to aim, obtaining a +1D6 Advantage on their next Attack Roll using that weapon.">SCOPED</option>
|
||
<option value="SENSOR" title="The item gives a +1D4 Advantage on Awareness Checks.">SENSOR</option>
|
||
<option value="SHAPESHIFTING" title="The user may freely change their outward appearance.">SHAPESHIFTING</option>
|
||
<option value="SHIELD" title="The item is a shield held in the off-hand. It makes off-hand or dual-wield Attacks with anything but the shield impossible.">SHIELD</option>
|
||
<option value="SHOCKING" title="The item Stuns enemies if they fail a DC 10 Save for one Turn.">SHOCKING</option>
|
||
<option value="SILENT" title="The item makes no noise. If used in combat the player can make a free contested Stealth check against nearby enemies within 30 feet to remain Hidden. Grants +1D4 Advantage on Stealth checks.">SILENT</option>
|
||
<option value="SINGLE-USE" title="The item can be used once, and then is used up and discarded.">SINGLE-USE</option>
|
||
<option value="SMART-TRACKING" title="The item has a +1D4 Advantage on hit rolls.">SMART-TRACKING</option>
|
||
<option value="SPRINTER" title="The item grants its user an additional 5 Feet of Movement speed.">SPRINTER</option>
|
||
<option value="STUNNING" title="The item causes temporary paralysis or shock to biological targets. On hit, target must roll a DC 10 Save or DC 10 Physique check. On failure they are Stunned for one turn.">STUNNING</option>
|
||
<option value="SUPPRESSIVE FIRE" title="This item gives enemies a -1D6 Disadvantage on their next attack if it misses them.">SUPPRESSIVE FIRE</option>
|
||
</select>
|
||
<select name="attr_armour_2_trait_2" title="Trait 2">
|
||
<option value="">N/A</option>
|
||
<option value="ACCESSORY" title="Can be worn over or under Light or Medium Armour. Their Damage Negation stack.">ACCESSORY</option>
|
||
<option value="ADAPTIVE CAMO" title="The item can turn partially invisible, granting 1D4 Advantage on Stealth checks.">ADAPTIVE CAMO</option>
|
||
<option value="ARMOUR-PIERCING" title="The item ignores 1 Damage Negation on hit.">ARMOUR-PIERCING</option>
|
||
<option value="AUTO-HEALING" title="The item heals the user 1D4 HP as a Bonus Action.">AUTO-HEALING</option>
|
||
<option value="AUTO-PILOTED" title="The vehicle does not require Player Character input in order to drive.">AUTO-PILOTED</option>
|
||
<option value="ATTACHABLE" title="The item can be linked to a piece of Armour with the Exosuit trait, or onto a Vehicle, Drone, or Mech. The item can be controlled using Drone Warfare rules and the Drone Warfare Skill.">ATTACHABLE</option>
|
||
<option value="BIO-MOD" title="The item is a biological modification.">BIO-MOD</option>
|
||
<option value="BLAST" title="The item deals damage to all enemies within its blast radius.">BLAST</option>
|
||
<option value="BLEED ON HIT" title="This item inflicts the Bleed Status Effect, losing 1D4 HP at the end of the turn for one turn, on hitting a target.">BLEED ON HIT</option>
|
||
<option value="BLIND ON HIT" title="This item inflicts the Blind Status Effect on hitting a target.">BLIND ON HIT</option>
|
||
<option value="BURN" title="The item burns enemies on hit, afflicting them with the Burning Status Effect.">BURN</option>
|
||
<option value="CARGO SPACE (small)" title="The item or vehicle has room to store cargo up to approximately 5Kg.">CARGO SPACE (small)</option>
|
||
<option value="CARGO SPACE (medium)" title="The item or vehicle has room to store cargo up to approximately 50Kg.">CARGO SPACE (medium)</option>
|
||
<option value="CARGO SPACE (large)" title="The item or vehicle has room to store large gear and equipment.">CARGO SPACE (large)</option>
|
||
<option value="COLLAPSIBLE" title="The item can be collapsed into a smaller form, rendering it Concealable.">COLLAPSIBLE</option>
|
||
<option value="CONCEALABLE" title="The item is easy to hide, granting a non-stacking +1D6 Advantage on Stealth when trying to hide or disguise it.">CONCEALABLE</option>
|
||
<option value="CYBERWARE" title="This item is a piece of technology integrated into the body. It strains the body to have.">CYBERWARE</option>
|
||
<option value="ELECTRONIC GHOST" title="The item does not appear on electronic scanners.">ELECTRONIC GHOST</option>
|
||
<option value="ELECTRONIC CAMO" title="The item has a +1D6 Advantage on Stealth when hiding from electronic scanners.">ELECTRONIC CAMO</option>
|
||
<option value="EMP" title="Items that cause EMP-type damage deal double damage to Drones and robotic entities. Bypasses their Damage Negation.">EMP</option>
|
||
<option value="ENERGY FIELD" title="Damage Negation is provided by an energy field. Can be shorted, disabled by EMPs, or Hacked.">ENERGY FIELD</option>
|
||
<option value="EXOSUIT" title="The Armour is a suit of sophisticated technology and can accept attachments or attachable weapons and sub-systems.">EXOSUIT</option>
|
||
<option value="FLYING" title="The Armour or Vehicle can fly. The armour’s flying distance is equal to the Player or Character’s Movement Speed.">FLYING</option>
|
||
<option value="HACKING ENABLED" title="The item allows its holder to Hack into technological appliances and devices.">HACKING ENABLED</option>
|
||
<option value="HEAVY" title="The item’s mass reduces Movement by 5 Feet. Does not stack.">HEAVY</option>
|
||
<option value="HOVER" title="The item allows its user to Hover. 10 Feet of ordinary movement can be used to traverse 10 Feet horizontally. All fall damage is reduced by 5.">HOVER</option>
|
||
<option value="INACCURATE" title="The weapon is not accurate. Fire with Disadvantage, subtracting 1D6 from Attack Rolls.">INACCURATE</option>
|
||
<option value="INJECTION ROUND" title="The item fires bullets that harm via injection.">INJECTION ROUND</option>
|
||
<option value="JAGGED" title="This item inflicts the Bleed Status Effect when a Critical Hit is rolled.">JAGGED</option>
|
||
<option value="KNOCKBACK" title="The weapon forcefully moves a struck enemy 5 Feet away from the Attacker on hit.">KNOCKBACK</option>
|
||
<option value="LIGHT" title="The item’s mass increases Movement by 5 Feet. Does not stack.">LIGHT</option>
|
||
<option value="LOADING" title="The weapon requires a Bonus Action to reload before it can fire a second time in Combat. Can occasionally be loaded with nonstandard ammunition.">LOADING</option>
|
||
<option value="LOUD" title="The item is Loud when used, alerting enemies at twice their detection range and imposing a -1D6 Disadvantage on Stealth if used.">LOUD</option>
|
||
<option value="LOW-LIGHT VISION" title="The item allows its user to see in low-light situations up to 60 Feet.">LOW-LIGHT VISION</option>
|
||
<option value="MARKER" title="Places a Mark on a target on Hit. Allies who attack this target gain +1 to Hit. Ends if target breaks line of sight or goes into hiding.">MARKER</option>
|
||
<option value="MEDIUM" title="The item’s mass is neutral and does not help you move any faster or slower.">MEDIUM</option>
|
||
<option value="MODDABLE" title="The item can have Modifications added to it out of Combat.">MODDABLE</option>
|
||
<option value="NEAR-SILENT" title="The item is nearly silent, granting a +1D4 Advantage on Stealth checks when used.">NEAR-SILENT</option>
|
||
<option value="NON-LETHAL" title="The item does not cause lethal damage. Enemies that reach 0HP are instead knocked unconscious.">NON-LETHAL</option>
|
||
<option value="OFF-HAND" title="The item is designed for Off-Hand use and dual-wielding, and can use all modifiers when used for dual-wielding.">OFF-HAND</option>
|
||
<option value="REACH" title="The weapon has a range of 10 Feet. It is still considered a melee weapon.">REACH</option>
|
||
<option value="REINFORCED" title="The Armour is stronger, granting an additional 1 Damage Negation.">REINFORCED</option>
|
||
<option value="BIO-RESISTANT" title="This item’s user resists Bio-type damage, taking half Damage from an attack instead of full, round up.">BIO-RESISTANT</option>
|
||
<option value="EMP RESISTANT" title="This item’s user resists EMP-type damage, taking full Damage from an attack instead of double.">EMP RESISTANT</option>
|
||
<option value="FIRE-RESISTANT" title="This item’s user resists Fire-type damage, taking half Damage from an attack instead of full, round up.">FIRE-RESISTANT</option>
|
||
<option value="RIPOSTE" title="This item allows its user to retaliate when attacked from Melee or Range. Using a Reaction, the user can use a Melee or Ranged Attack to strike at their attacker if within the weapon’s base range.">RIPOSTE</option>
|
||
<option value="SCANNING" title="The item allows the user to scan a small item or room, allowing them to make an Awareness check or Reroll a previous one. This counts as a new Awareness roll.">SCANNING</option>
|
||
<option value="SCOPED" title="The weapon is equipped with a scope. The user may use a Bonus Action to aim, obtaining a +1D6 Advantage on their next Attack Roll using that weapon.">SCOPED</option>
|
||
<option value="SENSOR" title="The item gives a +1D4 Advantage on Awareness Checks.">SENSOR</option>
|
||
<option value="SHAPESHIFTING" title="The user may freely change their outward appearance.">SHAPESHIFTING</option>
|
||
<option value="SHIELD" title="The item is a shield held in the off-hand. It makes off-hand or dual-wield Attacks with anything but the shield impossible.">SHIELD</option>
|
||
<option value="SHOCKING" title="The item Stuns enemies if they fail a DC 10 Save for one Turn.">SHOCKING</option>
|
||
<option value="SILENT" title="The item makes no noise. If used in combat the player can make a free contested Stealth check against nearby enemies within 30 feet to remain Hidden. Grants +1D4 Advantage on Stealth checks.">SILENT</option>
|
||
<option value="SINGLE-USE" title="The item can be used once, and then is used up and discarded.">SINGLE-USE</option>
|
||
<option value="SMART-TRACKING" title="The item has a +1D4 Advantage on hit rolls.">SMART-TRACKING</option>
|
||
<option value="SPRINTER" title="The item grants its user an additional 5 Feet of Movement speed.">SPRINTER</option>
|
||
<option value="STUNNING" title="The item causes temporary paralysis or shock to biological targets. On hit, target must roll a DC 10 Save or DC 10 Physique check. On failure they are Stunned for one turn.">STUNNING</option>
|
||
<option value="SUPPRESSIVE FIRE" title="This item gives enemies a -1D6 Disadvantage on their next attack if it misses them.">SUPPRESSIVE FIRE</option>
|
||
</select>
|
||
<select name="attr_armour_2_trait_3" title="Trait 3">
|
||
<option value="">N/A</option>
|
||
<option value="ACCESSORY" title="Can be worn over or under Light or Medium Armour. Their Damage Negation stack.">ACCESSORY</option>
|
||
<option value="ADAPTIVE CAMO" title="The item can turn partially invisible, granting 1D4 Advantage on Stealth checks.">ADAPTIVE CAMO</option>
|
||
<option value="ARMOUR-PIERCING" title="The item ignores 1 Damage Negation on hit.">ARMOUR-PIERCING</option>
|
||
<option value="AUTO-HEALING" title="The item heals the user 1D4 HP as a Bonus Action.">AUTO-HEALING</option>
|
||
<option value="AUTO-PILOTED" title="The vehicle does not require Player Character input in order to drive.">AUTO-PILOTED</option>
|
||
<option value="ATTACHABLE" title="The item can be linked to a piece of Armour with the Exosuit trait, or onto a Vehicle, Drone, or Mech. The item can be controlled using Drone Warfare rules and the Drone Warfare Skill.">ATTACHABLE</option>
|
||
<option value="BIO-MOD" title="The item is a biological modification.">BIO-MOD</option>
|
||
<option value="BLAST" title="The item deals damage to all enemies within its blast radius.">BLAST</option>
|
||
<option value="BLEED ON HIT" title="This item inflicts the Bleed Status Effect, losing 1D4 HP at the end of the turn for one turn, on hitting a target.">BLEED ON HIT</option>
|
||
<option value="BLIND ON HIT" title="This item inflicts the Blind Status Effect on hitting a target.">BLIND ON HIT</option>
|
||
<option value="BURN" title="The item burns enemies on hit, afflicting them with the Burning Status Effect.">BURN</option>
|
||
<option value="CARGO SPACE (small)" title="The item or vehicle has room to store cargo up to approximately 5Kg.">CARGO SPACE (small)</option>
|
||
<option value="CARGO SPACE (medium)" title="The item or vehicle has room to store cargo up to approximately 50Kg.">CARGO SPACE (medium)</option>
|
||
<option value="CARGO SPACE (large)" title="The item or vehicle has room to store large gear and equipment.">CARGO SPACE (large)</option>
|
||
<option value="COLLAPSIBLE" title="The item can be collapsed into a smaller form, rendering it Concealable.">COLLAPSIBLE</option>
|
||
<option value="CONCEALABLE" title="The item is easy to hide, granting a non-stacking +1D6 Advantage on Stealth when trying to hide or disguise it.">CONCEALABLE</option>
|
||
<option value="CYBERWARE" title="This item is a piece of technology integrated into the body. It strains the body to have.">CYBERWARE</option>
|
||
<option value="ELECTRONIC GHOST" title="The item does not appear on electronic scanners.">ELECTRONIC GHOST</option>
|
||
<option value="ELECTRONIC CAMO" title="The item has a +1D6 Advantage on Stealth when hiding from electronic scanners.">ELECTRONIC CAMO</option>
|
||
<option value="EMP" title="Items that cause EMP-type damage deal double damage to Drones and robotic entities. Bypasses their Damage Negation.">EMP</option>
|
||
<option value="ENERGY FIELD" title="Damage Negation is provided by an energy field. Can be shorted, disabled by EMPs, or Hacked.">ENERGY FIELD</option>
|
||
<option value="EXOSUIT" title="The Armour is a suit of sophisticated technology and can accept attachments or attachable weapons and sub-systems.">EXOSUIT</option>
|
||
<option value="FLYING" title="The Armour or Vehicle can fly. The armour’s flying distance is equal to the Player or Character’s Movement Speed.">FLYING</option>
|
||
<option value="HACKING ENABLED" title="The item allows its holder to Hack into technological appliances and devices.">HACKING ENABLED</option>
|
||
<option value="HEAVY" title="The item’s mass reduces Movement by 5 Feet. Does not stack.">HEAVY</option>
|
||
<option value="HOVER" title="The item allows its user to Hover. 10 Feet of ordinary movement can be used to traverse 10 Feet horizontally. All fall damage is reduced by 5.">HOVER</option>
|
||
<option value="INACCURATE" title="The weapon is not accurate. Fire with Disadvantage, subtracting 1D6 from Attack Rolls.">INACCURATE</option>
|
||
<option value="INJECTION ROUND" title="The item fires bullets that harm via injection.">INJECTION ROUND</option>
|
||
<option value="JAGGED" title="This item inflicts the Bleed Status Effect when a Critical Hit is rolled.">JAGGED</option>
|
||
<option value="KNOCKBACK" title="The weapon forcefully moves a struck enemy 5 Feet away from the Attacker on hit.">KNOCKBACK</option>
|
||
<option value="LIGHT" title="The item’s mass increases Movement by 5 Feet. Does not stack.">LIGHT</option>
|
||
<option value="LOADING" title="The weapon requires a Bonus Action to reload before it can fire a second time in Combat. Can occasionally be loaded with nonstandard ammunition.">LOADING</option>
|
||
<option value="LOUD" title="The item is Loud when used, alerting enemies at twice their detection range and imposing a -1D6 Disadvantage on Stealth if used.">LOUD</option>
|
||
<option value="LOW-LIGHT VISION" title="The item allows its user to see in low-light situations up to 60 Feet.">LOW-LIGHT VISION</option>
|
||
<option value="MARKER" title="Places a Mark on a target on Hit. Allies who attack this target gain +1 to Hit. Ends if target breaks line of sight or goes into hiding.">MARKER</option>
|
||
<option value="MEDIUM" title="The item’s mass is neutral and does not help you move any faster or slower.">MEDIUM</option>
|
||
<option value="MODDABLE" title="The item can have Modifications added to it out of Combat.">MODDABLE</option>
|
||
<option value="NEAR-SILENT" title="The item is nearly silent, granting a +1D4 Advantage on Stealth checks when used.">NEAR-SILENT</option>
|
||
<option value="NON-LETHAL" title="The item does not cause lethal damage. Enemies that reach 0HP are instead knocked unconscious.">NON-LETHAL</option>
|
||
<option value="OFF-HAND" title="The item is designed for Off-Hand use and dual-wielding, and can use all modifiers when used for dual-wielding.">OFF-HAND</option>
|
||
<option value="REACH" title="The weapon has a range of 10 Feet. It is still considered a melee weapon.">REACH</option>
|
||
<option value="REINFORCED" title="The Armour is stronger, granting an additional 1 Damage Negation.">REINFORCED</option>
|
||
<option value="BIO-RESISTANT" title="This item’s user resists Bio-type damage, taking half Damage from an attack instead of full, round up.">BIO-RESISTANT</option>
|
||
<option value="EMP RESISTANT" title="This item’s user resists EMP-type damage, taking full Damage from an attack instead of double.">EMP RESISTANT</option>
|
||
<option value="FIRE-RESISTANT" title="This item’s user resists Fire-type damage, taking half Damage from an attack instead of full, round up.">FIRE-RESISTANT</option>
|
||
<option value="RIPOSTE" title="This item allows its user to retaliate when attacked from Melee or Range. Using a Reaction, the user can use a Melee or Ranged Attack to strike at their attacker if within the weapon’s base range.">RIPOSTE</option>
|
||
<option value="SCANNING" title="The item allows the user to scan a small item or room, allowing them to make an Awareness check or Reroll a previous one. This counts as a new Awareness roll.">SCANNING</option>
|
||
<option value="SCOPED" title="The weapon is equipped with a scope. The user may use a Bonus Action to aim, obtaining a +1D6 Advantage on their next Attack Roll using that weapon.">SCOPED</option>
|
||
<option value="SENSOR" title="The item gives a +1D4 Advantage on Awareness Checks.">SENSOR</option>
|
||
<option value="SHAPESHIFTING" title="The user may freely change their outward appearance.">SHAPESHIFTING</option>
|
||
<option value="SHIELD" title="The item is a shield held in the off-hand. It makes off-hand or dual-wield Attacks with anything but the shield impossible.">SHIELD</option>
|
||
<option value="SHOCKING" title="The item Stuns enemies if they fail a DC 10 Save for one Turn.">SHOCKING</option>
|
||
<option value="SILENT" title="The item makes no noise. If used in combat the player can make a free contested Stealth check against nearby enemies within 30 feet to remain Hidden. Grants +1D4 Advantage on Stealth checks.">SILENT</option>
|
||
<option value="SINGLE-USE" title="The item can be used once, and then is used up and discarded.">SINGLE-USE</option>
|
||
<option value="SMART-TRACKING" title="The item has a +1D4 Advantage on hit rolls.">SMART-TRACKING</option>
|
||
<option value="SPRINTER" title="The item grants its user an additional 5 Feet of Movement speed.">SPRINTER</option>
|
||
<option value="STUNNING" title="The item causes temporary paralysis or shock to biological targets. On hit, target must roll a DC 10 Save or DC 10 Physique check. On failure they are Stunned for one turn.">STUNNING</option>
|
||
<option value="SUPPRESSIVE FIRE" title="This item gives enemies a -1D6 Disadvantage on their next attack if it misses them.">SUPPRESSIVE FIRE</option>
|
||
</select>
|
||
<select name="attr_armour_2_trait_4" title="Trait 4">
|
||
<option value="">N/A</option>
|
||
<option value="ACCESSORY" title="Can be worn over or under Light or Medium Armour. Their Damage Negation stack.">ACCESSORY</option>
|
||
<option value="ADAPTIVE CAMO" title="The item can turn partially invisible, granting 1D4 Advantage on Stealth checks.">ADAPTIVE CAMO</option>
|
||
<option value="ARMOUR-PIERCING" title="The item ignores 1 Damage Negation on hit.">ARMOUR-PIERCING</option>
|
||
<option value="AUTO-HEALING" title="The item heals the user 1D4 HP as a Bonus Action.">AUTO-HEALING</option>
|
||
<option value="AUTO-PILOTED" title="The vehicle does not require Player Character input in order to drive.">AUTO-PILOTED</option>
|
||
<option value="ATTACHABLE" title="The item can be linked to a piece of Armour with the Exosuit trait, or onto a Vehicle, Drone, or Mech. The item can be controlled using Drone Warfare rules and the Drone Warfare Skill.">ATTACHABLE</option>
|
||
<option value="BIO-MOD" title="The item is a biological modification.">BIO-MOD</option>
|
||
<option value="BLAST" title="The item deals damage to all enemies within its blast radius.">BLAST</option>
|
||
<option value="BLEED ON HIT" title="This item inflicts the Bleed Status Effect, losing 1D4 HP at the end of the turn for one turn, on hitting a target.">BLEED ON HIT</option>
|
||
<option value="BLIND ON HIT" title="This item inflicts the Blind Status Effect on hitting a target.">BLIND ON HIT</option>
|
||
<option value="BURN" title="The item burns enemies on hit, afflicting them with the Burning Status Effect.">BURN</option>
|
||
<option value="CARGO SPACE (small)" title="The item or vehicle has room to store cargo up to approximately 5Kg.">CARGO SPACE (small)</option>
|
||
<option value="CARGO SPACE (medium)" title="The item or vehicle has room to store cargo up to approximately 50Kg.">CARGO SPACE (medium)</option>
|
||
<option value="CARGO SPACE (large)" title="The item or vehicle has room to store large gear and equipment.">CARGO SPACE (large)</option>
|
||
<option value="COLLAPSIBLE" title="The item can be collapsed into a smaller form, rendering it Concealable.">COLLAPSIBLE</option>
|
||
<option value="CONCEALABLE" title="The item is easy to hide, granting a non-stacking +1D6 Advantage on Stealth when trying to hide or disguise it.">CONCEALABLE</option>
|
||
<option value="CYBERWARE" title="This item is a piece of technology integrated into the body. It strains the body to have.">CYBERWARE</option>
|
||
<option value="ELECTRONIC GHOST" title="The item does not appear on electronic scanners.">ELECTRONIC GHOST</option>
|
||
<option value="ELECTRONIC CAMO" title="The item has a +1D6 Advantage on Stealth when hiding from electronic scanners.">ELECTRONIC CAMO</option>
|
||
<option value="EMP" title="Items that cause EMP-type damage deal double damage to Drones and robotic entities. Bypasses their Damage Negation.">EMP</option>
|
||
<option value="ENERGY FIELD" title="Damage Negation is provided by an energy field. Can be shorted, disabled by EMPs, or Hacked.">ENERGY FIELD</option>
|
||
<option value="EXOSUIT" title="The Armour is a suit of sophisticated technology and can accept attachments or attachable weapons and sub-systems.">EXOSUIT</option>
|
||
<option value="FLYING" title="The Armour or Vehicle can fly. The armour’s flying distance is equal to the Player or Character’s Movement Speed.">FLYING</option>
|
||
<option value="HACKING ENABLED" title="The item allows its holder to Hack into technological appliances and devices.">HACKING ENABLED</option>
|
||
<option value="HEAVY" title="The item’s mass reduces Movement by 5 Feet. Does not stack.">HEAVY</option>
|
||
<option value="HOVER" title="The item allows its user to Hover. 10 Feet of ordinary movement can be used to traverse 10 Feet horizontally. All fall damage is reduced by 5.">HOVER</option>
|
||
<option value="INACCURATE" title="The weapon is not accurate. Fire with Disadvantage, subtracting 1D6 from Attack Rolls.">INACCURATE</option>
|
||
<option value="INJECTION ROUND" title="The item fires bullets that harm via injection.">INJECTION ROUND</option>
|
||
<option value="JAGGED" title="This item inflicts the Bleed Status Effect when a Critical Hit is rolled.">JAGGED</option>
|
||
<option value="KNOCKBACK" title="The weapon forcefully moves a struck enemy 5 Feet away from the Attacker on hit.">KNOCKBACK</option>
|
||
<option value="LIGHT" title="The item’s mass increases Movement by 5 Feet. Does not stack.">LIGHT</option>
|
||
<option value="LOADING" title="The weapon requires a Bonus Action to reload before it can fire a second time in Combat. Can occasionally be loaded with nonstandard ammunition.">LOADING</option>
|
||
<option value="LOUD" title="The item is Loud when used, alerting enemies at twice their detection range and imposing a -1D6 Disadvantage on Stealth if used.">LOUD</option>
|
||
<option value="LOW-LIGHT VISION" title="The item allows its user to see in low-light situations up to 60 Feet.">LOW-LIGHT VISION</option>
|
||
<option value="MARKER" title="Places a Mark on a target on Hit. Allies who attack this target gain +1 to Hit. Ends if target breaks line of sight or goes into hiding.">MARKER</option>
|
||
<option value="MEDIUM" title="The item’s mass is neutral and does not help you move any faster or slower.">MEDIUM</option>
|
||
<option value="MODDABLE" title="The item can have Modifications added to it out of Combat.">MODDABLE</option>
|
||
<option value="NEAR-SILENT" title="The item is nearly silent, granting a +1D4 Advantage on Stealth checks when used.">NEAR-SILENT</option>
|
||
<option value="NON-LETHAL" title="The item does not cause lethal damage. Enemies that reach 0HP are instead knocked unconscious.">NON-LETHAL</option>
|
||
<option value="OFF-HAND" title="The item is designed for Off-Hand use and dual-wielding, and can use all modifiers when used for dual-wielding.">OFF-HAND</option>
|
||
<option value="REACH" title="The weapon has a range of 10 Feet. It is still considered a melee weapon.">REACH</option>
|
||
<option value="REINFORCED" title="The Armour is stronger, granting an additional 1 Damage Negation.">REINFORCED</option>
|
||
<option value="BIO-RESISTANT" title="This item’s user resists Bio-type damage, taking half Damage from an attack instead of full, round up.">BIO-RESISTANT</option>
|
||
<option value="EMP RESISTANT" title="This item’s user resists EMP-type damage, taking full Damage from an attack instead of double.">EMP RESISTANT</option>
|
||
<option value="FIRE-RESISTANT" title="This item’s user resists Fire-type damage, taking half Damage from an attack instead of full, round up.">FIRE-RESISTANT</option>
|
||
<option value="RIPOSTE" title="This item allows its user to retaliate when attacked from Melee or Range. Using a Reaction, the user can use a Melee or Ranged Attack to strike at their attacker if within the weapon’s base range.">RIPOSTE</option>
|
||
<option value="SCANNING" title="The item allows the user to scan a small item or room, allowing them to make an Awareness check or Reroll a previous one. This counts as a new Awareness roll.">SCANNING</option>
|
||
<option value="SCOPED" title="The weapon is equipped with a scope. The user may use a Bonus Action to aim, obtaining a +1D6 Advantage on their next Attack Roll using that weapon.">SCOPED</option>
|
||
<option value="SENSOR" title="The item gives a +1D4 Advantage on Awareness Checks.">SENSOR</option>
|
||
<option value="SHAPESHIFTING" title="The user may freely change their outward appearance.">SHAPESHIFTING</option>
|
||
<option value="SHIELD" title="The item is a shield held in the off-hand. It makes off-hand or dual-wield Attacks with anything but the shield impossible.">SHIELD</option>
|
||
<option value="SHOCKING" title="The item Stuns enemies if they fail a DC 10 Save for one Turn.">SHOCKING</option>
|
||
<option value="SILENT" title="The item makes no noise. If used in combat the player can make a free contested Stealth check against nearby enemies within 30 feet to remain Hidden. Grants +1D4 Advantage on Stealth checks.">SILENT</option>
|
||
<option value="SINGLE-USE" title="The item can be used once, and then is used up and discarded.">SINGLE-USE</option>
|
||
<option value="SMART-TRACKING" title="The item has a +1D4 Advantage on hit rolls.">SMART-TRACKING</option>
|
||
<option value="SPRINTER" title="The item grants its user an additional 5 Feet of Movement speed.">SPRINTER</option>
|
||
<option value="STUNNING" title="The item causes temporary paralysis or shock to biological targets. On hit, target must roll a DC 10 Save or DC 10 Physique check. On failure they are Stunned for one turn.">STUNNING</option>
|
||
<option value="SUPPRESSIVE FIRE" title="This item gives enemies a -1D6 Disadvantage on their next attack if it misses them.">SUPPRESSIVE FIRE</option>
|
||
</select>
|
||
</div>
|
||
<label>Weight <input type="number" name="attr_armour_2_weight" value="0"></label>
|
||
<label>Defence <input type="number" name="attr_armour_2_defence" value="0"></label>
|
||
<div class="slots">
|
||
<label>S <input type="number" name="attr_armour_2_mod_s" value="0"></label>
|
||
<label>A <input type="number" name="attr_armour_2_mod_a" value="0"></label>
|
||
<label>C <input type="number" name="attr_armour_2_mod_c" value="0"></label>
|
||
</div>
|
||
</div>
|
||
<div class="gear-card armour-card">
|
||
<h4>Armour 3</h4>
|
||
<label>Name <input type="text" name="attr_armour_3_name"></label>
|
||
<label>SP Cost <input type="number" name="attr_armour_3_pts" value="0"></label>
|
||
<div class="trait-selects">
|
||
<span class="trait-label">Traits</span>
|
||
<select name="attr_armour_3_trait_1" title="Trait 1">
|
||
<option value="">N/A</option>
|
||
<option value="ACCESSORY" title="Can be worn over or under Light or Medium Armour. Their Damage Negation stack.">ACCESSORY</option>
|
||
<option value="ADAPTIVE CAMO" title="The item can turn partially invisible, granting 1D4 Advantage on Stealth checks.">ADAPTIVE CAMO</option>
|
||
<option value="ARMOUR-PIERCING" title="The item ignores 1 Damage Negation on hit.">ARMOUR-PIERCING</option>
|
||
<option value="AUTO-HEALING" title="The item heals the user 1D4 HP as a Bonus Action.">AUTO-HEALING</option>
|
||
<option value="AUTO-PILOTED" title="The vehicle does not require Player Character input in order to drive.">AUTO-PILOTED</option>
|
||
<option value="ATTACHABLE" title="The item can be linked to a piece of Armour with the Exosuit trait, or onto a Vehicle, Drone, or Mech. The item can be controlled using Drone Warfare rules and the Drone Warfare Skill.">ATTACHABLE</option>
|
||
<option value="BIO-MOD" title="The item is a biological modification.">BIO-MOD</option>
|
||
<option value="BLAST" title="The item deals damage to all enemies within its blast radius.">BLAST</option>
|
||
<option value="BLEED ON HIT" title="This item inflicts the Bleed Status Effect, losing 1D4 HP at the end of the turn for one turn, on hitting a target.">BLEED ON HIT</option>
|
||
<option value="BLIND ON HIT" title="This item inflicts the Blind Status Effect on hitting a target.">BLIND ON HIT</option>
|
||
<option value="BURN" title="The item burns enemies on hit, afflicting them with the Burning Status Effect.">BURN</option>
|
||
<option value="CARGO SPACE (small)" title="The item or vehicle has room to store cargo up to approximately 5Kg.">CARGO SPACE (small)</option>
|
||
<option value="CARGO SPACE (medium)" title="The item or vehicle has room to store cargo up to approximately 50Kg.">CARGO SPACE (medium)</option>
|
||
<option value="CARGO SPACE (large)" title="The item or vehicle has room to store large gear and equipment.">CARGO SPACE (large)</option>
|
||
<option value="COLLAPSIBLE" title="The item can be collapsed into a smaller form, rendering it Concealable.">COLLAPSIBLE</option>
|
||
<option value="CONCEALABLE" title="The item is easy to hide, granting a non-stacking +1D6 Advantage on Stealth when trying to hide or disguise it.">CONCEALABLE</option>
|
||
<option value="CYBERWARE" title="This item is a piece of technology integrated into the body. It strains the body to have.">CYBERWARE</option>
|
||
<option value="ELECTRONIC GHOST" title="The item does not appear on electronic scanners.">ELECTRONIC GHOST</option>
|
||
<option value="ELECTRONIC CAMO" title="The item has a +1D6 Advantage on Stealth when hiding from electronic scanners.">ELECTRONIC CAMO</option>
|
||
<option value="EMP" title="Items that cause EMP-type damage deal double damage to Drones and robotic entities. Bypasses their Damage Negation.">EMP</option>
|
||
<option value="ENERGY FIELD" title="Damage Negation is provided by an energy field. Can be shorted, disabled by EMPs, or Hacked.">ENERGY FIELD</option>
|
||
<option value="EXOSUIT" title="The Armour is a suit of sophisticated technology and can accept attachments or attachable weapons and sub-systems.">EXOSUIT</option>
|
||
<option value="FLYING" title="The Armour or Vehicle can fly. The armour’s flying distance is equal to the Player or Character’s Movement Speed.">FLYING</option>
|
||
<option value="HACKING ENABLED" title="The item allows its holder to Hack into technological appliances and devices.">HACKING ENABLED</option>
|
||
<option value="HEAVY" title="The item’s mass reduces Movement by 5 Feet. Does not stack.">HEAVY</option>
|
||
<option value="HOVER" title="The item allows its user to Hover. 10 Feet of ordinary movement can be used to traverse 10 Feet horizontally. All fall damage is reduced by 5.">HOVER</option>
|
||
<option value="INACCURATE" title="The weapon is not accurate. Fire with Disadvantage, subtracting 1D6 from Attack Rolls.">INACCURATE</option>
|
||
<option value="INJECTION ROUND" title="The item fires bullets that harm via injection.">INJECTION ROUND</option>
|
||
<option value="JAGGED" title="This item inflicts the Bleed Status Effect when a Critical Hit is rolled.">JAGGED</option>
|
||
<option value="KNOCKBACK" title="The weapon forcefully moves a struck enemy 5 Feet away from the Attacker on hit.">KNOCKBACK</option>
|
||
<option value="LIGHT" title="The item’s mass increases Movement by 5 Feet. Does not stack.">LIGHT</option>
|
||
<option value="LOADING" title="The weapon requires a Bonus Action to reload before it can fire a second time in Combat. Can occasionally be loaded with nonstandard ammunition.">LOADING</option>
|
||
<option value="LOUD" title="The item is Loud when used, alerting enemies at twice their detection range and imposing a -1D6 Disadvantage on Stealth if used.">LOUD</option>
|
||
<option value="LOW-LIGHT VISION" title="The item allows its user to see in low-light situations up to 60 Feet.">LOW-LIGHT VISION</option>
|
||
<option value="MARKER" title="Places a Mark on a target on Hit. Allies who attack this target gain +1 to Hit. Ends if target breaks line of sight or goes into hiding.">MARKER</option>
|
||
<option value="MEDIUM" title="The item’s mass is neutral and does not help you move any faster or slower.">MEDIUM</option>
|
||
<option value="MODDABLE" title="The item can have Modifications added to it out of Combat.">MODDABLE</option>
|
||
<option value="NEAR-SILENT" title="The item is nearly silent, granting a +1D4 Advantage on Stealth checks when used.">NEAR-SILENT</option>
|
||
<option value="NON-LETHAL" title="The item does not cause lethal damage. Enemies that reach 0HP are instead knocked unconscious.">NON-LETHAL</option>
|
||
<option value="OFF-HAND" title="The item is designed for Off-Hand use and dual-wielding, and can use all modifiers when used for dual-wielding.">OFF-HAND</option>
|
||
<option value="REACH" title="The weapon has a range of 10 Feet. It is still considered a melee weapon.">REACH</option>
|
||
<option value="REINFORCED" title="The Armour is stronger, granting an additional 1 Damage Negation.">REINFORCED</option>
|
||
<option value="BIO-RESISTANT" title="This item’s user resists Bio-type damage, taking half Damage from an attack instead of full, round up.">BIO-RESISTANT</option>
|
||
<option value="EMP RESISTANT" title="This item’s user resists EMP-type damage, taking full Damage from an attack instead of double.">EMP RESISTANT</option>
|
||
<option value="FIRE-RESISTANT" title="This item’s user resists Fire-type damage, taking half Damage from an attack instead of full, round up.">FIRE-RESISTANT</option>
|
||
<option value="RIPOSTE" title="This item allows its user to retaliate when attacked from Melee or Range. Using a Reaction, the user can use a Melee or Ranged Attack to strike at their attacker if within the weapon’s base range.">RIPOSTE</option>
|
||
<option value="SCANNING" title="The item allows the user to scan a small item or room, allowing them to make an Awareness check or Reroll a previous one. This counts as a new Awareness roll.">SCANNING</option>
|
||
<option value="SCOPED" title="The weapon is equipped with a scope. The user may use a Bonus Action to aim, obtaining a +1D6 Advantage on their next Attack Roll using that weapon.">SCOPED</option>
|
||
<option value="SENSOR" title="The item gives a +1D4 Advantage on Awareness Checks.">SENSOR</option>
|
||
<option value="SHAPESHIFTING" title="The user may freely change their outward appearance.">SHAPESHIFTING</option>
|
||
<option value="SHIELD" title="The item is a shield held in the off-hand. It makes off-hand or dual-wield Attacks with anything but the shield impossible.">SHIELD</option>
|
||
<option value="SHOCKING" title="The item Stuns enemies if they fail a DC 10 Save for one Turn.">SHOCKING</option>
|
||
<option value="SILENT" title="The item makes no noise. If used in combat the player can make a free contested Stealth check against nearby enemies within 30 feet to remain Hidden. Grants +1D4 Advantage on Stealth checks.">SILENT</option>
|
||
<option value="SINGLE-USE" title="The item can be used once, and then is used up and discarded.">SINGLE-USE</option>
|
||
<option value="SMART-TRACKING" title="The item has a +1D4 Advantage on hit rolls.">SMART-TRACKING</option>
|
||
<option value="SPRINTER" title="The item grants its user an additional 5 Feet of Movement speed.">SPRINTER</option>
|
||
<option value="STUNNING" title="The item causes temporary paralysis or shock to biological targets. On hit, target must roll a DC 10 Save or DC 10 Physique check. On failure they are Stunned for one turn.">STUNNING</option>
|
||
<option value="SUPPRESSIVE FIRE" title="This item gives enemies a -1D6 Disadvantage on their next attack if it misses them.">SUPPRESSIVE FIRE</option>
|
||
</select>
|
||
<select name="attr_armour_3_trait_2" title="Trait 2">
|
||
<option value="">N/A</option>
|
||
<option value="ACCESSORY" title="Can be worn over or under Light or Medium Armour. Their Damage Negation stack.">ACCESSORY</option>
|
||
<option value="ADAPTIVE CAMO" title="The item can turn partially invisible, granting 1D4 Advantage on Stealth checks.">ADAPTIVE CAMO</option>
|
||
<option value="ARMOUR-PIERCING" title="The item ignores 1 Damage Negation on hit.">ARMOUR-PIERCING</option>
|
||
<option value="AUTO-HEALING" title="The item heals the user 1D4 HP as a Bonus Action.">AUTO-HEALING</option>
|
||
<option value="AUTO-PILOTED" title="The vehicle does not require Player Character input in order to drive.">AUTO-PILOTED</option>
|
||
<option value="ATTACHABLE" title="The item can be linked to a piece of Armour with the Exosuit trait, or onto a Vehicle, Drone, or Mech. The item can be controlled using Drone Warfare rules and the Drone Warfare Skill.">ATTACHABLE</option>
|
||
<option value="BIO-MOD" title="The item is a biological modification.">BIO-MOD</option>
|
||
<option value="BLAST" title="The item deals damage to all enemies within its blast radius.">BLAST</option>
|
||
<option value="BLEED ON HIT" title="This item inflicts the Bleed Status Effect, losing 1D4 HP at the end of the turn for one turn, on hitting a target.">BLEED ON HIT</option>
|
||
<option value="BLIND ON HIT" title="This item inflicts the Blind Status Effect on hitting a target.">BLIND ON HIT</option>
|
||
<option value="BURN" title="The item burns enemies on hit, afflicting them with the Burning Status Effect.">BURN</option>
|
||
<option value="CARGO SPACE (small)" title="The item or vehicle has room to store cargo up to approximately 5Kg.">CARGO SPACE (small)</option>
|
||
<option value="CARGO SPACE (medium)" title="The item or vehicle has room to store cargo up to approximately 50Kg.">CARGO SPACE (medium)</option>
|
||
<option value="CARGO SPACE (large)" title="The item or vehicle has room to store large gear and equipment.">CARGO SPACE (large)</option>
|
||
<option value="COLLAPSIBLE" title="The item can be collapsed into a smaller form, rendering it Concealable.">COLLAPSIBLE</option>
|
||
<option value="CONCEALABLE" title="The item is easy to hide, granting a non-stacking +1D6 Advantage on Stealth when trying to hide or disguise it.">CONCEALABLE</option>
|
||
<option value="CYBERWARE" title="This item is a piece of technology integrated into the body. It strains the body to have.">CYBERWARE</option>
|
||
<option value="ELECTRONIC GHOST" title="The item does not appear on electronic scanners.">ELECTRONIC GHOST</option>
|
||
<option value="ELECTRONIC CAMO" title="The item has a +1D6 Advantage on Stealth when hiding from electronic scanners.">ELECTRONIC CAMO</option>
|
||
<option value="EMP" title="Items that cause EMP-type damage deal double damage to Drones and robotic entities. Bypasses their Damage Negation.">EMP</option>
|
||
<option value="ENERGY FIELD" title="Damage Negation is provided by an energy field. Can be shorted, disabled by EMPs, or Hacked.">ENERGY FIELD</option>
|
||
<option value="EXOSUIT" title="The Armour is a suit of sophisticated technology and can accept attachments or attachable weapons and sub-systems.">EXOSUIT</option>
|
||
<option value="FLYING" title="The Armour or Vehicle can fly. The armour’s flying distance is equal to the Player or Character’s Movement Speed.">FLYING</option>
|
||
<option value="HACKING ENABLED" title="The item allows its holder to Hack into technological appliances and devices.">HACKING ENABLED</option>
|
||
<option value="HEAVY" title="The item’s mass reduces Movement by 5 Feet. Does not stack.">HEAVY</option>
|
||
<option value="HOVER" title="The item allows its user to Hover. 10 Feet of ordinary movement can be used to traverse 10 Feet horizontally. All fall damage is reduced by 5.">HOVER</option>
|
||
<option value="INACCURATE" title="The weapon is not accurate. Fire with Disadvantage, subtracting 1D6 from Attack Rolls.">INACCURATE</option>
|
||
<option value="INJECTION ROUND" title="The item fires bullets that harm via injection.">INJECTION ROUND</option>
|
||
<option value="JAGGED" title="This item inflicts the Bleed Status Effect when a Critical Hit is rolled.">JAGGED</option>
|
||
<option value="KNOCKBACK" title="The weapon forcefully moves a struck enemy 5 Feet away from the Attacker on hit.">KNOCKBACK</option>
|
||
<option value="LIGHT" title="The item’s mass increases Movement by 5 Feet. Does not stack.">LIGHT</option>
|
||
<option value="LOADING" title="The weapon requires a Bonus Action to reload before it can fire a second time in Combat. Can occasionally be loaded with nonstandard ammunition.">LOADING</option>
|
||
<option value="LOUD" title="The item is Loud when used, alerting enemies at twice their detection range and imposing a -1D6 Disadvantage on Stealth if used.">LOUD</option>
|
||
<option value="LOW-LIGHT VISION" title="The item allows its user to see in low-light situations up to 60 Feet.">LOW-LIGHT VISION</option>
|
||
<option value="MARKER" title="Places a Mark on a target on Hit. Allies who attack this target gain +1 to Hit. Ends if target breaks line of sight or goes into hiding.">MARKER</option>
|
||
<option value="MEDIUM" title="The item’s mass is neutral and does not help you move any faster or slower.">MEDIUM</option>
|
||
<option value="MODDABLE" title="The item can have Modifications added to it out of Combat.">MODDABLE</option>
|
||
<option value="NEAR-SILENT" title="The item is nearly silent, granting a +1D4 Advantage on Stealth checks when used.">NEAR-SILENT</option>
|
||
<option value="NON-LETHAL" title="The item does not cause lethal damage. Enemies that reach 0HP are instead knocked unconscious.">NON-LETHAL</option>
|
||
<option value="OFF-HAND" title="The item is designed for Off-Hand use and dual-wielding, and can use all modifiers when used for dual-wielding.">OFF-HAND</option>
|
||
<option value="REACH" title="The weapon has a range of 10 Feet. It is still considered a melee weapon.">REACH</option>
|
||
<option value="REINFORCED" title="The Armour is stronger, granting an additional 1 Damage Negation.">REINFORCED</option>
|
||
<option value="BIO-RESISTANT" title="This item’s user resists Bio-type damage, taking half Damage from an attack instead of full, round up.">BIO-RESISTANT</option>
|
||
<option value="EMP RESISTANT" title="This item’s user resists EMP-type damage, taking full Damage from an attack instead of double.">EMP RESISTANT</option>
|
||
<option value="FIRE-RESISTANT" title="This item’s user resists Fire-type damage, taking half Damage from an attack instead of full, round up.">FIRE-RESISTANT</option>
|
||
<option value="RIPOSTE" title="This item allows its user to retaliate when attacked from Melee or Range. Using a Reaction, the user can use a Melee or Ranged Attack to strike at their attacker if within the weapon’s base range.">RIPOSTE</option>
|
||
<option value="SCANNING" title="The item allows the user to scan a small item or room, allowing them to make an Awareness check or Reroll a previous one. This counts as a new Awareness roll.">SCANNING</option>
|
||
<option value="SCOPED" title="The weapon is equipped with a scope. The user may use a Bonus Action to aim, obtaining a +1D6 Advantage on their next Attack Roll using that weapon.">SCOPED</option>
|
||
<option value="SENSOR" title="The item gives a +1D4 Advantage on Awareness Checks.">SENSOR</option>
|
||
<option value="SHAPESHIFTING" title="The user may freely change their outward appearance.">SHAPESHIFTING</option>
|
||
<option value="SHIELD" title="The item is a shield held in the off-hand. It makes off-hand or dual-wield Attacks with anything but the shield impossible.">SHIELD</option>
|
||
<option value="SHOCKING" title="The item Stuns enemies if they fail a DC 10 Save for one Turn.">SHOCKING</option>
|
||
<option value="SILENT" title="The item makes no noise. If used in combat the player can make a free contested Stealth check against nearby enemies within 30 feet to remain Hidden. Grants +1D4 Advantage on Stealth checks.">SILENT</option>
|
||
<option value="SINGLE-USE" title="The item can be used once, and then is used up and discarded.">SINGLE-USE</option>
|
||
<option value="SMART-TRACKING" title="The item has a +1D4 Advantage on hit rolls.">SMART-TRACKING</option>
|
||
<option value="SPRINTER" title="The item grants its user an additional 5 Feet of Movement speed.">SPRINTER</option>
|
||
<option value="STUNNING" title="The item causes temporary paralysis or shock to biological targets. On hit, target must roll a DC 10 Save or DC 10 Physique check. On failure they are Stunned for one turn.">STUNNING</option>
|
||
<option value="SUPPRESSIVE FIRE" title="This item gives enemies a -1D6 Disadvantage on their next attack if it misses them.">SUPPRESSIVE FIRE</option>
|
||
</select>
|
||
<select name="attr_armour_3_trait_3" title="Trait 3">
|
||
<option value="">N/A</option>
|
||
<option value="ACCESSORY" title="Can be worn over or under Light or Medium Armour. Their Damage Negation stack.">ACCESSORY</option>
|
||
<option value="ADAPTIVE CAMO" title="The item can turn partially invisible, granting 1D4 Advantage on Stealth checks.">ADAPTIVE CAMO</option>
|
||
<option value="ARMOUR-PIERCING" title="The item ignores 1 Damage Negation on hit.">ARMOUR-PIERCING</option>
|
||
<option value="AUTO-HEALING" title="The item heals the user 1D4 HP as a Bonus Action.">AUTO-HEALING</option>
|
||
<option value="AUTO-PILOTED" title="The vehicle does not require Player Character input in order to drive.">AUTO-PILOTED</option>
|
||
<option value="ATTACHABLE" title="The item can be linked to a piece of Armour with the Exosuit trait, or onto a Vehicle, Drone, or Mech. The item can be controlled using Drone Warfare rules and the Drone Warfare Skill.">ATTACHABLE</option>
|
||
<option value="BIO-MOD" title="The item is a biological modification.">BIO-MOD</option>
|
||
<option value="BLAST" title="The item deals damage to all enemies within its blast radius.">BLAST</option>
|
||
<option value="BLEED ON HIT" title="This item inflicts the Bleed Status Effect, losing 1D4 HP at the end of the turn for one turn, on hitting a target.">BLEED ON HIT</option>
|
||
<option value="BLIND ON HIT" title="This item inflicts the Blind Status Effect on hitting a target.">BLIND ON HIT</option>
|
||
<option value="BURN" title="The item burns enemies on hit, afflicting them with the Burning Status Effect.">BURN</option>
|
||
<option value="CARGO SPACE (small)" title="The item or vehicle has room to store cargo up to approximately 5Kg.">CARGO SPACE (small)</option>
|
||
<option value="CARGO SPACE (medium)" title="The item or vehicle has room to store cargo up to approximately 50Kg.">CARGO SPACE (medium)</option>
|
||
<option value="CARGO SPACE (large)" title="The item or vehicle has room to store large gear and equipment.">CARGO SPACE (large)</option>
|
||
<option value="COLLAPSIBLE" title="The item can be collapsed into a smaller form, rendering it Concealable.">COLLAPSIBLE</option>
|
||
<option value="CONCEALABLE" title="The item is easy to hide, granting a non-stacking +1D6 Advantage on Stealth when trying to hide or disguise it.">CONCEALABLE</option>
|
||
<option value="CYBERWARE" title="This item is a piece of technology integrated into the body. It strains the body to have.">CYBERWARE</option>
|
||
<option value="ELECTRONIC GHOST" title="The item does not appear on electronic scanners.">ELECTRONIC GHOST</option>
|
||
<option value="ELECTRONIC CAMO" title="The item has a +1D6 Advantage on Stealth when hiding from electronic scanners.">ELECTRONIC CAMO</option>
|
||
<option value="EMP" title="Items that cause EMP-type damage deal double damage to Drones and robotic entities. Bypasses their Damage Negation.">EMP</option>
|
||
<option value="ENERGY FIELD" title="Damage Negation is provided by an energy field. Can be shorted, disabled by EMPs, or Hacked.">ENERGY FIELD</option>
|
||
<option value="EXOSUIT" title="The Armour is a suit of sophisticated technology and can accept attachments or attachable weapons and sub-systems.">EXOSUIT</option>
|
||
<option value="FLYING" title="The Armour or Vehicle can fly. The armour’s flying distance is equal to the Player or Character’s Movement Speed.">FLYING</option>
|
||
<option value="HACKING ENABLED" title="The item allows its holder to Hack into technological appliances and devices.">HACKING ENABLED</option>
|
||
<option value="HEAVY" title="The item’s mass reduces Movement by 5 Feet. Does not stack.">HEAVY</option>
|
||
<option value="HOVER" title="The item allows its user to Hover. 10 Feet of ordinary movement can be used to traverse 10 Feet horizontally. All fall damage is reduced by 5.">HOVER</option>
|
||
<option value="INACCURATE" title="The weapon is not accurate. Fire with Disadvantage, subtracting 1D6 from Attack Rolls.">INACCURATE</option>
|
||
<option value="INJECTION ROUND" title="The item fires bullets that harm via injection.">INJECTION ROUND</option>
|
||
<option value="JAGGED" title="This item inflicts the Bleed Status Effect when a Critical Hit is rolled.">JAGGED</option>
|
||
<option value="KNOCKBACK" title="The weapon forcefully moves a struck enemy 5 Feet away from the Attacker on hit.">KNOCKBACK</option>
|
||
<option value="LIGHT" title="The item’s mass increases Movement by 5 Feet. Does not stack.">LIGHT</option>
|
||
<option value="LOADING" title="The weapon requires a Bonus Action to reload before it can fire a second time in Combat. Can occasionally be loaded with nonstandard ammunition.">LOADING</option>
|
||
<option value="LOUD" title="The item is Loud when used, alerting enemies at twice their detection range and imposing a -1D6 Disadvantage on Stealth if used.">LOUD</option>
|
||
<option value="LOW-LIGHT VISION" title="The item allows its user to see in low-light situations up to 60 Feet.">LOW-LIGHT VISION</option>
|
||
<option value="MARKER" title="Places a Mark on a target on Hit. Allies who attack this target gain +1 to Hit. Ends if target breaks line of sight or goes into hiding.">MARKER</option>
|
||
<option value="MEDIUM" title="The item’s mass is neutral and does not help you move any faster or slower.">MEDIUM</option>
|
||
<option value="MODDABLE" title="The item can have Modifications added to it out of Combat.">MODDABLE</option>
|
||
<option value="NEAR-SILENT" title="The item is nearly silent, granting a +1D4 Advantage on Stealth checks when used.">NEAR-SILENT</option>
|
||
<option value="NON-LETHAL" title="The item does not cause lethal damage. Enemies that reach 0HP are instead knocked unconscious.">NON-LETHAL</option>
|
||
<option value="OFF-HAND" title="The item is designed for Off-Hand use and dual-wielding, and can use all modifiers when used for dual-wielding.">OFF-HAND</option>
|
||
<option value="REACH" title="The weapon has a range of 10 Feet. It is still considered a melee weapon.">REACH</option>
|
||
<option value="REINFORCED" title="The Armour is stronger, granting an additional 1 Damage Negation.">REINFORCED</option>
|
||
<option value="BIO-RESISTANT" title="This item’s user resists Bio-type damage, taking half Damage from an attack instead of full, round up.">BIO-RESISTANT</option>
|
||
<option value="EMP RESISTANT" title="This item’s user resists EMP-type damage, taking full Damage from an attack instead of double.">EMP RESISTANT</option>
|
||
<option value="FIRE-RESISTANT" title="This item’s user resists Fire-type damage, taking half Damage from an attack instead of full, round up.">FIRE-RESISTANT</option>
|
||
<option value="RIPOSTE" title="This item allows its user to retaliate when attacked from Melee or Range. Using a Reaction, the user can use a Melee or Ranged Attack to strike at their attacker if within the weapon’s base range.">RIPOSTE</option>
|
||
<option value="SCANNING" title="The item allows the user to scan a small item or room, allowing them to make an Awareness check or Reroll a previous one. This counts as a new Awareness roll.">SCANNING</option>
|
||
<option value="SCOPED" title="The weapon is equipped with a scope. The user may use a Bonus Action to aim, obtaining a +1D6 Advantage on their next Attack Roll using that weapon.">SCOPED</option>
|
||
<option value="SENSOR" title="The item gives a +1D4 Advantage on Awareness Checks.">SENSOR</option>
|
||
<option value="SHAPESHIFTING" title="The user may freely change their outward appearance.">SHAPESHIFTING</option>
|
||
<option value="SHIELD" title="The item is a shield held in the off-hand. It makes off-hand or dual-wield Attacks with anything but the shield impossible.">SHIELD</option>
|
||
<option value="SHOCKING" title="The item Stuns enemies if they fail a DC 10 Save for one Turn.">SHOCKING</option>
|
||
<option value="SILENT" title="The item makes no noise. If used in combat the player can make a free contested Stealth check against nearby enemies within 30 feet to remain Hidden. Grants +1D4 Advantage on Stealth checks.">SILENT</option>
|
||
<option value="SINGLE-USE" title="The item can be used once, and then is used up and discarded.">SINGLE-USE</option>
|
||
<option value="SMART-TRACKING" title="The item has a +1D4 Advantage on hit rolls.">SMART-TRACKING</option>
|
||
<option value="SPRINTER" title="The item grants its user an additional 5 Feet of Movement speed.">SPRINTER</option>
|
||
<option value="STUNNING" title="The item causes temporary paralysis or shock to biological targets. On hit, target must roll a DC 10 Save or DC 10 Physique check. On failure they are Stunned for one turn.">STUNNING</option>
|
||
<option value="SUPPRESSIVE FIRE" title="This item gives enemies a -1D6 Disadvantage on their next attack if it misses them.">SUPPRESSIVE FIRE</option>
|
||
</select>
|
||
<select name="attr_armour_3_trait_4" title="Trait 4">
|
||
<option value="">N/A</option>
|
||
<option value="ACCESSORY" title="Can be worn over or under Light or Medium Armour. Their Damage Negation stack.">ACCESSORY</option>
|
||
<option value="ADAPTIVE CAMO" title="The item can turn partially invisible, granting 1D4 Advantage on Stealth checks.">ADAPTIVE CAMO</option>
|
||
<option value="ARMOUR-PIERCING" title="The item ignores 1 Damage Negation on hit.">ARMOUR-PIERCING</option>
|
||
<option value="AUTO-HEALING" title="The item heals the user 1D4 HP as a Bonus Action.">AUTO-HEALING</option>
|
||
<option value="AUTO-PILOTED" title="The vehicle does not require Player Character input in order to drive.">AUTO-PILOTED</option>
|
||
<option value="ATTACHABLE" title="The item can be linked to a piece of Armour with the Exosuit trait, or onto a Vehicle, Drone, or Mech. The item can be controlled using Drone Warfare rules and the Drone Warfare Skill.">ATTACHABLE</option>
|
||
<option value="BIO-MOD" title="The item is a biological modification.">BIO-MOD</option>
|
||
<option value="BLAST" title="The item deals damage to all enemies within its blast radius.">BLAST</option>
|
||
<option value="BLEED ON HIT" title="This item inflicts the Bleed Status Effect, losing 1D4 HP at the end of the turn for one turn, on hitting a target.">BLEED ON HIT</option>
|
||
<option value="BLIND ON HIT" title="This item inflicts the Blind Status Effect on hitting a target.">BLIND ON HIT</option>
|
||
<option value="BURN" title="The item burns enemies on hit, afflicting them with the Burning Status Effect.">BURN</option>
|
||
<option value="CARGO SPACE (small)" title="The item or vehicle has room to store cargo up to approximately 5Kg.">CARGO SPACE (small)</option>
|
||
<option value="CARGO SPACE (medium)" title="The item or vehicle has room to store cargo up to approximately 50Kg.">CARGO SPACE (medium)</option>
|
||
<option value="CARGO SPACE (large)" title="The item or vehicle has room to store large gear and equipment.">CARGO SPACE (large)</option>
|
||
<option value="COLLAPSIBLE" title="The item can be collapsed into a smaller form, rendering it Concealable.">COLLAPSIBLE</option>
|
||
<option value="CONCEALABLE" title="The item is easy to hide, granting a non-stacking +1D6 Advantage on Stealth when trying to hide or disguise it.">CONCEALABLE</option>
|
||
<option value="CYBERWARE" title="This item is a piece of technology integrated into the body. It strains the body to have.">CYBERWARE</option>
|
||
<option value="ELECTRONIC GHOST" title="The item does not appear on electronic scanners.">ELECTRONIC GHOST</option>
|
||
<option value="ELECTRONIC CAMO" title="The item has a +1D6 Advantage on Stealth when hiding from electronic scanners.">ELECTRONIC CAMO</option>
|
||
<option value="EMP" title="Items that cause EMP-type damage deal double damage to Drones and robotic entities. Bypasses their Damage Negation.">EMP</option>
|
||
<option value="ENERGY FIELD" title="Damage Negation is provided by an energy field. Can be shorted, disabled by EMPs, or Hacked.">ENERGY FIELD</option>
|
||
<option value="EXOSUIT" title="The Armour is a suit of sophisticated technology and can accept attachments or attachable weapons and sub-systems.">EXOSUIT</option>
|
||
<option value="FLYING" title="The Armour or Vehicle can fly. The armour’s flying distance is equal to the Player or Character’s Movement Speed.">FLYING</option>
|
||
<option value="HACKING ENABLED" title="The item allows its holder to Hack into technological appliances and devices.">HACKING ENABLED</option>
|
||
<option value="HEAVY" title="The item’s mass reduces Movement by 5 Feet. Does not stack.">HEAVY</option>
|
||
<option value="HOVER" title="The item allows its user to Hover. 10 Feet of ordinary movement can be used to traverse 10 Feet horizontally. All fall damage is reduced by 5.">HOVER</option>
|
||
<option value="INACCURATE" title="The weapon is not accurate. Fire with Disadvantage, subtracting 1D6 from Attack Rolls.">INACCURATE</option>
|
||
<option value="INJECTION ROUND" title="The item fires bullets that harm via injection.">INJECTION ROUND</option>
|
||
<option value="JAGGED" title="This item inflicts the Bleed Status Effect when a Critical Hit is rolled.">JAGGED</option>
|
||
<option value="KNOCKBACK" title="The weapon forcefully moves a struck enemy 5 Feet away from the Attacker on hit.">KNOCKBACK</option>
|
||
<option value="LIGHT" title="The item’s mass increases Movement by 5 Feet. Does not stack.">LIGHT</option>
|
||
<option value="LOADING" title="The weapon requires a Bonus Action to reload before it can fire a second time in Combat. Can occasionally be loaded with nonstandard ammunition.">LOADING</option>
|
||
<option value="LOUD" title="The item is Loud when used, alerting enemies at twice their detection range and imposing a -1D6 Disadvantage on Stealth if used.">LOUD</option>
|
||
<option value="LOW-LIGHT VISION" title="The item allows its user to see in low-light situations up to 60 Feet.">LOW-LIGHT VISION</option>
|
||
<option value="MARKER" title="Places a Mark on a target on Hit. Allies who attack this target gain +1 to Hit. Ends if target breaks line of sight or goes into hiding.">MARKER</option>
|
||
<option value="MEDIUM" title="The item’s mass is neutral and does not help you move any faster or slower.">MEDIUM</option>
|
||
<option value="MODDABLE" title="The item can have Modifications added to it out of Combat.">MODDABLE</option>
|
||
<option value="NEAR-SILENT" title="The item is nearly silent, granting a +1D4 Advantage on Stealth checks when used.">NEAR-SILENT</option>
|
||
<option value="NON-LETHAL" title="The item does not cause lethal damage. Enemies that reach 0HP are instead knocked unconscious.">NON-LETHAL</option>
|
||
<option value="OFF-HAND" title="The item is designed for Off-Hand use and dual-wielding, and can use all modifiers when used for dual-wielding.">OFF-HAND</option>
|
||
<option value="REACH" title="The weapon has a range of 10 Feet. It is still considered a melee weapon.">REACH</option>
|
||
<option value="REINFORCED" title="The Armour is stronger, granting an additional 1 Damage Negation.">REINFORCED</option>
|
||
<option value="BIO-RESISTANT" title="This item’s user resists Bio-type damage, taking half Damage from an attack instead of full, round up.">BIO-RESISTANT</option>
|
||
<option value="EMP RESISTANT" title="This item’s user resists EMP-type damage, taking full Damage from an attack instead of double.">EMP RESISTANT</option>
|
||
<option value="FIRE-RESISTANT" title="This item’s user resists Fire-type damage, taking half Damage from an attack instead of full, round up.">FIRE-RESISTANT</option>
|
||
<option value="RIPOSTE" title="This item allows its user to retaliate when attacked from Melee or Range. Using a Reaction, the user can use a Melee or Ranged Attack to strike at their attacker if within the weapon’s base range.">RIPOSTE</option>
|
||
<option value="SCANNING" title="The item allows the user to scan a small item or room, allowing them to make an Awareness check or Reroll a previous one. This counts as a new Awareness roll.">SCANNING</option>
|
||
<option value="SCOPED" title="The weapon is equipped with a scope. The user may use a Bonus Action to aim, obtaining a +1D6 Advantage on their next Attack Roll using that weapon.">SCOPED</option>
|
||
<option value="SENSOR" title="The item gives a +1D4 Advantage on Awareness Checks.">SENSOR</option>
|
||
<option value="SHAPESHIFTING" title="The user may freely change their outward appearance.">SHAPESHIFTING</option>
|
||
<option value="SHIELD" title="The item is a shield held in the off-hand. It makes off-hand or dual-wield Attacks with anything but the shield impossible.">SHIELD</option>
|
||
<option value="SHOCKING" title="The item Stuns enemies if they fail a DC 10 Save for one Turn.">SHOCKING</option>
|
||
<option value="SILENT" title="The item makes no noise. If used in combat the player can make a free contested Stealth check against nearby enemies within 30 feet to remain Hidden. Grants +1D4 Advantage on Stealth checks.">SILENT</option>
|
||
<option value="SINGLE-USE" title="The item can be used once, and then is used up and discarded.">SINGLE-USE</option>
|
||
<option value="SMART-TRACKING" title="The item has a +1D4 Advantage on hit rolls.">SMART-TRACKING</option>
|
||
<option value="SPRINTER" title="The item grants its user an additional 5 Feet of Movement speed.">SPRINTER</option>
|
||
<option value="STUNNING" title="The item causes temporary paralysis or shock to biological targets. On hit, target must roll a DC 10 Save or DC 10 Physique check. On failure they are Stunned for one turn.">STUNNING</option>
|
||
<option value="SUPPRESSIVE FIRE" title="This item gives enemies a -1D6 Disadvantage on their next attack if it misses them.">SUPPRESSIVE FIRE</option>
|
||
</select>
|
||
</div>
|
||
<label>Weight <input type="number" name="attr_armour_3_weight" value="0"></label>
|
||
<label>Defence <input type="number" name="attr_armour_3_defence" value="0"></label>
|
||
<div class="slots">
|
||
<label>S <input type="number" name="attr_armour_3_mod_s" value="0"></label>
|
||
<label>A <input type="number" name="attr_armour_3_mod_a" value="0"></label>
|
||
<label>C <input type="number" name="attr_armour_3_mod_c" value="0"></label>
|
||
</div>
|
||
</div></div>
|
||
</section>
|
||
|
||
<section class="box gear-section">
|
||
<h2>Cyberware</h2>
|
||
<div class="gear-grid three"><div class="gear-card cyberware-card">
|
||
<h4>Cyberware 1</h4>
|
||
<label>Name <input type="text" name="attr_cyberware_1_name"></label>
|
||
<label>SP Cost <input type="number" name="attr_cyberware_1_pts" value="0"></label>
|
||
<div class="trait-selects">
|
||
<span class="trait-label">Traits</span>
|
||
<select name="attr_cyberware_1_trait_1" title="Trait 1">
|
||
<option value="">N/A</option>
|
||
<option value="ACCESSORY" title="Can be worn over or under Light or Medium Armour. Their Damage Negation stack.">ACCESSORY</option>
|
||
<option value="ADAPTIVE CAMO" title="The item can turn partially invisible, granting 1D4 Advantage on Stealth checks.">ADAPTIVE CAMO</option>
|
||
<option value="ARMOUR-PIERCING" title="The item ignores 1 Damage Negation on hit.">ARMOUR-PIERCING</option>
|
||
<option value="AUTO-HEALING" title="The item heals the user 1D4 HP as a Bonus Action.">AUTO-HEALING</option>
|
||
<option value="AUTO-PILOTED" title="The vehicle does not require Player Character input in order to drive.">AUTO-PILOTED</option>
|
||
<option value="ATTACHABLE" title="The item can be linked to a piece of Armour with the Exosuit trait, or onto a Vehicle, Drone, or Mech. The item can be controlled using Drone Warfare rules and the Drone Warfare Skill.">ATTACHABLE</option>
|
||
<option value="BIO-MOD" title="The item is a biological modification.">BIO-MOD</option>
|
||
<option value="BLAST" title="The item deals damage to all enemies within its blast radius.">BLAST</option>
|
||
<option value="BLEED ON HIT" title="This item inflicts the Bleed Status Effect, losing 1D4 HP at the end of the turn for one turn, on hitting a target.">BLEED ON HIT</option>
|
||
<option value="BLIND ON HIT" title="This item inflicts the Blind Status Effect on hitting a target.">BLIND ON HIT</option>
|
||
<option value="BURN" title="The item burns enemies on hit, afflicting them with the Burning Status Effect.">BURN</option>
|
||
<option value="CARGO SPACE (small)" title="The item or vehicle has room to store cargo up to approximately 5Kg.">CARGO SPACE (small)</option>
|
||
<option value="CARGO SPACE (medium)" title="The item or vehicle has room to store cargo up to approximately 50Kg.">CARGO SPACE (medium)</option>
|
||
<option value="CARGO SPACE (large)" title="The item or vehicle has room to store large gear and equipment.">CARGO SPACE (large)</option>
|
||
<option value="COLLAPSIBLE" title="The item can be collapsed into a smaller form, rendering it Concealable.">COLLAPSIBLE</option>
|
||
<option value="CONCEALABLE" title="The item is easy to hide, granting a non-stacking +1D6 Advantage on Stealth when trying to hide or disguise it.">CONCEALABLE</option>
|
||
<option value="CYBERWARE" title="This item is a piece of technology integrated into the body. It strains the body to have.">CYBERWARE</option>
|
||
<option value="ELECTRONIC GHOST" title="The item does not appear on electronic scanners.">ELECTRONIC GHOST</option>
|
||
<option value="ELECTRONIC CAMO" title="The item has a +1D6 Advantage on Stealth when hiding from electronic scanners.">ELECTRONIC CAMO</option>
|
||
<option value="EMP" title="Items that cause EMP-type damage deal double damage to Drones and robotic entities. Bypasses their Damage Negation.">EMP</option>
|
||
<option value="ENERGY FIELD" title="Damage Negation is provided by an energy field. Can be shorted, disabled by EMPs, or Hacked.">ENERGY FIELD</option>
|
||
<option value="EXOSUIT" title="The Armour is a suit of sophisticated technology and can accept attachments or attachable weapons and sub-systems.">EXOSUIT</option>
|
||
<option value="FLYING" title="The Armour or Vehicle can fly. The armour’s flying distance is equal to the Player or Character’s Movement Speed.">FLYING</option>
|
||
<option value="HACKING ENABLED" title="The item allows its holder to Hack into technological appliances and devices.">HACKING ENABLED</option>
|
||
<option value="HEAVY" title="The item’s mass reduces Movement by 5 Feet. Does not stack.">HEAVY</option>
|
||
<option value="HOVER" title="The item allows its user to Hover. 10 Feet of ordinary movement can be used to traverse 10 Feet horizontally. All fall damage is reduced by 5.">HOVER</option>
|
||
<option value="INACCURATE" title="The weapon is not accurate. Fire with Disadvantage, subtracting 1D6 from Attack Rolls.">INACCURATE</option>
|
||
<option value="INJECTION ROUND" title="The item fires bullets that harm via injection.">INJECTION ROUND</option>
|
||
<option value="JAGGED" title="This item inflicts the Bleed Status Effect when a Critical Hit is rolled.">JAGGED</option>
|
||
<option value="KNOCKBACK" title="The weapon forcefully moves a struck enemy 5 Feet away from the Attacker on hit.">KNOCKBACK</option>
|
||
<option value="LIGHT" title="The item’s mass increases Movement by 5 Feet. Does not stack.">LIGHT</option>
|
||
<option value="LOADING" title="The weapon requires a Bonus Action to reload before it can fire a second time in Combat. Can occasionally be loaded with nonstandard ammunition.">LOADING</option>
|
||
<option value="LOUD" title="The item is Loud when used, alerting enemies at twice their detection range and imposing a -1D6 Disadvantage on Stealth if used.">LOUD</option>
|
||
<option value="LOW-LIGHT VISION" title="The item allows its user to see in low-light situations up to 60 Feet.">LOW-LIGHT VISION</option>
|
||
<option value="MARKER" title="Places a Mark on a target on Hit. Allies who attack this target gain +1 to Hit. Ends if target breaks line of sight or goes into hiding.">MARKER</option>
|
||
<option value="MEDIUM" title="The item’s mass is neutral and does not help you move any faster or slower.">MEDIUM</option>
|
||
<option value="MODDABLE" title="The item can have Modifications added to it out of Combat.">MODDABLE</option>
|
||
<option value="NEAR-SILENT" title="The item is nearly silent, granting a +1D4 Advantage on Stealth checks when used.">NEAR-SILENT</option>
|
||
<option value="NON-LETHAL" title="The item does not cause lethal damage. Enemies that reach 0HP are instead knocked unconscious.">NON-LETHAL</option>
|
||
<option value="OFF-HAND" title="The item is designed for Off-Hand use and dual-wielding, and can use all modifiers when used for dual-wielding.">OFF-HAND</option>
|
||
<option value="REACH" title="The weapon has a range of 10 Feet. It is still considered a melee weapon.">REACH</option>
|
||
<option value="REINFORCED" title="The Armour is stronger, granting an additional 1 Damage Negation.">REINFORCED</option>
|
||
<option value="BIO-RESISTANT" title="This item’s user resists Bio-type damage, taking half Damage from an attack instead of full, round up.">BIO-RESISTANT</option>
|
||
<option value="EMP RESISTANT" title="This item’s user resists EMP-type damage, taking full Damage from an attack instead of double.">EMP RESISTANT</option>
|
||
<option value="FIRE-RESISTANT" title="This item’s user resists Fire-type damage, taking half Damage from an attack instead of full, round up.">FIRE-RESISTANT</option>
|
||
<option value="RIPOSTE" title="This item allows its user to retaliate when attacked from Melee or Range. Using a Reaction, the user can use a Melee or Ranged Attack to strike at their attacker if within the weapon’s base range.">RIPOSTE</option>
|
||
<option value="SCANNING" title="The item allows the user to scan a small item or room, allowing them to make an Awareness check or Reroll a previous one. This counts as a new Awareness roll.">SCANNING</option>
|
||
<option value="SCOPED" title="The weapon is equipped with a scope. The user may use a Bonus Action to aim, obtaining a +1D6 Advantage on their next Attack Roll using that weapon.">SCOPED</option>
|
||
<option value="SENSOR" title="The item gives a +1D4 Advantage on Awareness Checks.">SENSOR</option>
|
||
<option value="SHAPESHIFTING" title="The user may freely change their outward appearance.">SHAPESHIFTING</option>
|
||
<option value="SHIELD" title="The item is a shield held in the off-hand. It makes off-hand or dual-wield Attacks with anything but the shield impossible.">SHIELD</option>
|
||
<option value="SHOCKING" title="The item Stuns enemies if they fail a DC 10 Save for one Turn.">SHOCKING</option>
|
||
<option value="SILENT" title="The item makes no noise. If used in combat the player can make a free contested Stealth check against nearby enemies within 30 feet to remain Hidden. Grants +1D4 Advantage on Stealth checks.">SILENT</option>
|
||
<option value="SINGLE-USE" title="The item can be used once, and then is used up and discarded.">SINGLE-USE</option>
|
||
<option value="SMART-TRACKING" title="The item has a +1D4 Advantage on hit rolls.">SMART-TRACKING</option>
|
||
<option value="SPRINTER" title="The item grants its user an additional 5 Feet of Movement speed.">SPRINTER</option>
|
||
<option value="STUNNING" title="The item causes temporary paralysis or shock to biological targets. On hit, target must roll a DC 10 Save or DC 10 Physique check. On failure they are Stunned for one turn.">STUNNING</option>
|
||
<option value="SUPPRESSIVE FIRE" title="This item gives enemies a -1D6 Disadvantage on their next attack if it misses them.">SUPPRESSIVE FIRE</option>
|
||
</select>
|
||
<select name="attr_cyberware_1_trait_2" title="Trait 2">
|
||
<option value="">N/A</option>
|
||
<option value="ACCESSORY" title="Can be worn over or under Light or Medium Armour. Their Damage Negation stack.">ACCESSORY</option>
|
||
<option value="ADAPTIVE CAMO" title="The item can turn partially invisible, granting 1D4 Advantage on Stealth checks.">ADAPTIVE CAMO</option>
|
||
<option value="ARMOUR-PIERCING" title="The item ignores 1 Damage Negation on hit.">ARMOUR-PIERCING</option>
|
||
<option value="AUTO-HEALING" title="The item heals the user 1D4 HP as a Bonus Action.">AUTO-HEALING</option>
|
||
<option value="AUTO-PILOTED" title="The vehicle does not require Player Character input in order to drive.">AUTO-PILOTED</option>
|
||
<option value="ATTACHABLE" title="The item can be linked to a piece of Armour with the Exosuit trait, or onto a Vehicle, Drone, or Mech. The item can be controlled using Drone Warfare rules and the Drone Warfare Skill.">ATTACHABLE</option>
|
||
<option value="BIO-MOD" title="The item is a biological modification.">BIO-MOD</option>
|
||
<option value="BLAST" title="The item deals damage to all enemies within its blast radius.">BLAST</option>
|
||
<option value="BLEED ON HIT" title="This item inflicts the Bleed Status Effect, losing 1D4 HP at the end of the turn for one turn, on hitting a target.">BLEED ON HIT</option>
|
||
<option value="BLIND ON HIT" title="This item inflicts the Blind Status Effect on hitting a target.">BLIND ON HIT</option>
|
||
<option value="BURN" title="The item burns enemies on hit, afflicting them with the Burning Status Effect.">BURN</option>
|
||
<option value="CARGO SPACE (small)" title="The item or vehicle has room to store cargo up to approximately 5Kg.">CARGO SPACE (small)</option>
|
||
<option value="CARGO SPACE (medium)" title="The item or vehicle has room to store cargo up to approximately 50Kg.">CARGO SPACE (medium)</option>
|
||
<option value="CARGO SPACE (large)" title="The item or vehicle has room to store large gear and equipment.">CARGO SPACE (large)</option>
|
||
<option value="COLLAPSIBLE" title="The item can be collapsed into a smaller form, rendering it Concealable.">COLLAPSIBLE</option>
|
||
<option value="CONCEALABLE" title="The item is easy to hide, granting a non-stacking +1D6 Advantage on Stealth when trying to hide or disguise it.">CONCEALABLE</option>
|
||
<option value="CYBERWARE" title="This item is a piece of technology integrated into the body. It strains the body to have.">CYBERWARE</option>
|
||
<option value="ELECTRONIC GHOST" title="The item does not appear on electronic scanners.">ELECTRONIC GHOST</option>
|
||
<option value="ELECTRONIC CAMO" title="The item has a +1D6 Advantage on Stealth when hiding from electronic scanners.">ELECTRONIC CAMO</option>
|
||
<option value="EMP" title="Items that cause EMP-type damage deal double damage to Drones and robotic entities. Bypasses their Damage Negation.">EMP</option>
|
||
<option value="ENERGY FIELD" title="Damage Negation is provided by an energy field. Can be shorted, disabled by EMPs, or Hacked.">ENERGY FIELD</option>
|
||
<option value="EXOSUIT" title="The Armour is a suit of sophisticated technology and can accept attachments or attachable weapons and sub-systems.">EXOSUIT</option>
|
||
<option value="FLYING" title="The Armour or Vehicle can fly. The armour’s flying distance is equal to the Player or Character’s Movement Speed.">FLYING</option>
|
||
<option value="HACKING ENABLED" title="The item allows its holder to Hack into technological appliances and devices.">HACKING ENABLED</option>
|
||
<option value="HEAVY" title="The item’s mass reduces Movement by 5 Feet. Does not stack.">HEAVY</option>
|
||
<option value="HOVER" title="The item allows its user to Hover. 10 Feet of ordinary movement can be used to traverse 10 Feet horizontally. All fall damage is reduced by 5.">HOVER</option>
|
||
<option value="INACCURATE" title="The weapon is not accurate. Fire with Disadvantage, subtracting 1D6 from Attack Rolls.">INACCURATE</option>
|
||
<option value="INJECTION ROUND" title="The item fires bullets that harm via injection.">INJECTION ROUND</option>
|
||
<option value="JAGGED" title="This item inflicts the Bleed Status Effect when a Critical Hit is rolled.">JAGGED</option>
|
||
<option value="KNOCKBACK" title="The weapon forcefully moves a struck enemy 5 Feet away from the Attacker on hit.">KNOCKBACK</option>
|
||
<option value="LIGHT" title="The item’s mass increases Movement by 5 Feet. Does not stack.">LIGHT</option>
|
||
<option value="LOADING" title="The weapon requires a Bonus Action to reload before it can fire a second time in Combat. Can occasionally be loaded with nonstandard ammunition.">LOADING</option>
|
||
<option value="LOUD" title="The item is Loud when used, alerting enemies at twice their detection range and imposing a -1D6 Disadvantage on Stealth if used.">LOUD</option>
|
||
<option value="LOW-LIGHT VISION" title="The item allows its user to see in low-light situations up to 60 Feet.">LOW-LIGHT VISION</option>
|
||
<option value="MARKER" title="Places a Mark on a target on Hit. Allies who attack this target gain +1 to Hit. Ends if target breaks line of sight or goes into hiding.">MARKER</option>
|
||
<option value="MEDIUM" title="The item’s mass is neutral and does not help you move any faster or slower.">MEDIUM</option>
|
||
<option value="MODDABLE" title="The item can have Modifications added to it out of Combat.">MODDABLE</option>
|
||
<option value="NEAR-SILENT" title="The item is nearly silent, granting a +1D4 Advantage on Stealth checks when used.">NEAR-SILENT</option>
|
||
<option value="NON-LETHAL" title="The item does not cause lethal damage. Enemies that reach 0HP are instead knocked unconscious.">NON-LETHAL</option>
|
||
<option value="OFF-HAND" title="The item is designed for Off-Hand use and dual-wielding, and can use all modifiers when used for dual-wielding.">OFF-HAND</option>
|
||
<option value="REACH" title="The weapon has a range of 10 Feet. It is still considered a melee weapon.">REACH</option>
|
||
<option value="REINFORCED" title="The Armour is stronger, granting an additional 1 Damage Negation.">REINFORCED</option>
|
||
<option value="BIO-RESISTANT" title="This item’s user resists Bio-type damage, taking half Damage from an attack instead of full, round up.">BIO-RESISTANT</option>
|
||
<option value="EMP RESISTANT" title="This item’s user resists EMP-type damage, taking full Damage from an attack instead of double.">EMP RESISTANT</option>
|
||
<option value="FIRE-RESISTANT" title="This item’s user resists Fire-type damage, taking half Damage from an attack instead of full, round up.">FIRE-RESISTANT</option>
|
||
<option value="RIPOSTE" title="This item allows its user to retaliate when attacked from Melee or Range. Using a Reaction, the user can use a Melee or Ranged Attack to strike at their attacker if within the weapon’s base range.">RIPOSTE</option>
|
||
<option value="SCANNING" title="The item allows the user to scan a small item or room, allowing them to make an Awareness check or Reroll a previous one. This counts as a new Awareness roll.">SCANNING</option>
|
||
<option value="SCOPED" title="The weapon is equipped with a scope. The user may use a Bonus Action to aim, obtaining a +1D6 Advantage on their next Attack Roll using that weapon.">SCOPED</option>
|
||
<option value="SENSOR" title="The item gives a +1D4 Advantage on Awareness Checks.">SENSOR</option>
|
||
<option value="SHAPESHIFTING" title="The user may freely change their outward appearance.">SHAPESHIFTING</option>
|
||
<option value="SHIELD" title="The item is a shield held in the off-hand. It makes off-hand or dual-wield Attacks with anything but the shield impossible.">SHIELD</option>
|
||
<option value="SHOCKING" title="The item Stuns enemies if they fail a DC 10 Save for one Turn.">SHOCKING</option>
|
||
<option value="SILENT" title="The item makes no noise. If used in combat the player can make a free contested Stealth check against nearby enemies within 30 feet to remain Hidden. Grants +1D4 Advantage on Stealth checks.">SILENT</option>
|
||
<option value="SINGLE-USE" title="The item can be used once, and then is used up and discarded.">SINGLE-USE</option>
|
||
<option value="SMART-TRACKING" title="The item has a +1D4 Advantage on hit rolls.">SMART-TRACKING</option>
|
||
<option value="SPRINTER" title="The item grants its user an additional 5 Feet of Movement speed.">SPRINTER</option>
|
||
<option value="STUNNING" title="The item causes temporary paralysis or shock to biological targets. On hit, target must roll a DC 10 Save or DC 10 Physique check. On failure they are Stunned for one turn.">STUNNING</option>
|
||
<option value="SUPPRESSIVE FIRE" title="This item gives enemies a -1D6 Disadvantage on their next attack if it misses them.">SUPPRESSIVE FIRE</option>
|
||
</select>
|
||
<select name="attr_cyberware_1_trait_3" title="Trait 3">
|
||
<option value="">N/A</option>
|
||
<option value="ACCESSORY" title="Can be worn over or under Light or Medium Armour. Their Damage Negation stack.">ACCESSORY</option>
|
||
<option value="ADAPTIVE CAMO" title="The item can turn partially invisible, granting 1D4 Advantage on Stealth checks.">ADAPTIVE CAMO</option>
|
||
<option value="ARMOUR-PIERCING" title="The item ignores 1 Damage Negation on hit.">ARMOUR-PIERCING</option>
|
||
<option value="AUTO-HEALING" title="The item heals the user 1D4 HP as a Bonus Action.">AUTO-HEALING</option>
|
||
<option value="AUTO-PILOTED" title="The vehicle does not require Player Character input in order to drive.">AUTO-PILOTED</option>
|
||
<option value="ATTACHABLE" title="The item can be linked to a piece of Armour with the Exosuit trait, or onto a Vehicle, Drone, or Mech. The item can be controlled using Drone Warfare rules and the Drone Warfare Skill.">ATTACHABLE</option>
|
||
<option value="BIO-MOD" title="The item is a biological modification.">BIO-MOD</option>
|
||
<option value="BLAST" title="The item deals damage to all enemies within its blast radius.">BLAST</option>
|
||
<option value="BLEED ON HIT" title="This item inflicts the Bleed Status Effect, losing 1D4 HP at the end of the turn for one turn, on hitting a target.">BLEED ON HIT</option>
|
||
<option value="BLIND ON HIT" title="This item inflicts the Blind Status Effect on hitting a target.">BLIND ON HIT</option>
|
||
<option value="BURN" title="The item burns enemies on hit, afflicting them with the Burning Status Effect.">BURN</option>
|
||
<option value="CARGO SPACE (small)" title="The item or vehicle has room to store cargo up to approximately 5Kg.">CARGO SPACE (small)</option>
|
||
<option value="CARGO SPACE (medium)" title="The item or vehicle has room to store cargo up to approximately 50Kg.">CARGO SPACE (medium)</option>
|
||
<option value="CARGO SPACE (large)" title="The item or vehicle has room to store large gear and equipment.">CARGO SPACE (large)</option>
|
||
<option value="COLLAPSIBLE" title="The item can be collapsed into a smaller form, rendering it Concealable.">COLLAPSIBLE</option>
|
||
<option value="CONCEALABLE" title="The item is easy to hide, granting a non-stacking +1D6 Advantage on Stealth when trying to hide or disguise it.">CONCEALABLE</option>
|
||
<option value="CYBERWARE" title="This item is a piece of technology integrated into the body. It strains the body to have.">CYBERWARE</option>
|
||
<option value="ELECTRONIC GHOST" title="The item does not appear on electronic scanners.">ELECTRONIC GHOST</option>
|
||
<option value="ELECTRONIC CAMO" title="The item has a +1D6 Advantage on Stealth when hiding from electronic scanners.">ELECTRONIC CAMO</option>
|
||
<option value="EMP" title="Items that cause EMP-type damage deal double damage to Drones and robotic entities. Bypasses their Damage Negation.">EMP</option>
|
||
<option value="ENERGY FIELD" title="Damage Negation is provided by an energy field. Can be shorted, disabled by EMPs, or Hacked.">ENERGY FIELD</option>
|
||
<option value="EXOSUIT" title="The Armour is a suit of sophisticated technology and can accept attachments or attachable weapons and sub-systems.">EXOSUIT</option>
|
||
<option value="FLYING" title="The Armour or Vehicle can fly. The armour’s flying distance is equal to the Player or Character’s Movement Speed.">FLYING</option>
|
||
<option value="HACKING ENABLED" title="The item allows its holder to Hack into technological appliances and devices.">HACKING ENABLED</option>
|
||
<option value="HEAVY" title="The item’s mass reduces Movement by 5 Feet. Does not stack.">HEAVY</option>
|
||
<option value="HOVER" title="The item allows its user to Hover. 10 Feet of ordinary movement can be used to traverse 10 Feet horizontally. All fall damage is reduced by 5.">HOVER</option>
|
||
<option value="INACCURATE" title="The weapon is not accurate. Fire with Disadvantage, subtracting 1D6 from Attack Rolls.">INACCURATE</option>
|
||
<option value="INJECTION ROUND" title="The item fires bullets that harm via injection.">INJECTION ROUND</option>
|
||
<option value="JAGGED" title="This item inflicts the Bleed Status Effect when a Critical Hit is rolled.">JAGGED</option>
|
||
<option value="KNOCKBACK" title="The weapon forcefully moves a struck enemy 5 Feet away from the Attacker on hit.">KNOCKBACK</option>
|
||
<option value="LIGHT" title="The item’s mass increases Movement by 5 Feet. Does not stack.">LIGHT</option>
|
||
<option value="LOADING" title="The weapon requires a Bonus Action to reload before it can fire a second time in Combat. Can occasionally be loaded with nonstandard ammunition.">LOADING</option>
|
||
<option value="LOUD" title="The item is Loud when used, alerting enemies at twice their detection range and imposing a -1D6 Disadvantage on Stealth if used.">LOUD</option>
|
||
<option value="LOW-LIGHT VISION" title="The item allows its user to see in low-light situations up to 60 Feet.">LOW-LIGHT VISION</option>
|
||
<option value="MARKER" title="Places a Mark on a target on Hit. Allies who attack this target gain +1 to Hit. Ends if target breaks line of sight or goes into hiding.">MARKER</option>
|
||
<option value="MEDIUM" title="The item’s mass is neutral and does not help you move any faster or slower.">MEDIUM</option>
|
||
<option value="MODDABLE" title="The item can have Modifications added to it out of Combat.">MODDABLE</option>
|
||
<option value="NEAR-SILENT" title="The item is nearly silent, granting a +1D4 Advantage on Stealth checks when used.">NEAR-SILENT</option>
|
||
<option value="NON-LETHAL" title="The item does not cause lethal damage. Enemies that reach 0HP are instead knocked unconscious.">NON-LETHAL</option>
|
||
<option value="OFF-HAND" title="The item is designed for Off-Hand use and dual-wielding, and can use all modifiers when used for dual-wielding.">OFF-HAND</option>
|
||
<option value="REACH" title="The weapon has a range of 10 Feet. It is still considered a melee weapon.">REACH</option>
|
||
<option value="REINFORCED" title="The Armour is stronger, granting an additional 1 Damage Negation.">REINFORCED</option>
|
||
<option value="BIO-RESISTANT" title="This item’s user resists Bio-type damage, taking half Damage from an attack instead of full, round up.">BIO-RESISTANT</option>
|
||
<option value="EMP RESISTANT" title="This item’s user resists EMP-type damage, taking full Damage from an attack instead of double.">EMP RESISTANT</option>
|
||
<option value="FIRE-RESISTANT" title="This item’s user resists Fire-type damage, taking half Damage from an attack instead of full, round up.">FIRE-RESISTANT</option>
|
||
<option value="RIPOSTE" title="This item allows its user to retaliate when attacked from Melee or Range. Using a Reaction, the user can use a Melee or Ranged Attack to strike at their attacker if within the weapon’s base range.">RIPOSTE</option>
|
||
<option value="SCANNING" title="The item allows the user to scan a small item or room, allowing them to make an Awareness check or Reroll a previous one. This counts as a new Awareness roll.">SCANNING</option>
|
||
<option value="SCOPED" title="The weapon is equipped with a scope. The user may use a Bonus Action to aim, obtaining a +1D6 Advantage on their next Attack Roll using that weapon.">SCOPED</option>
|
||
<option value="SENSOR" title="The item gives a +1D4 Advantage on Awareness Checks.">SENSOR</option>
|
||
<option value="SHAPESHIFTING" title="The user may freely change their outward appearance.">SHAPESHIFTING</option>
|
||
<option value="SHIELD" title="The item is a shield held in the off-hand. It makes off-hand or dual-wield Attacks with anything but the shield impossible.">SHIELD</option>
|
||
<option value="SHOCKING" title="The item Stuns enemies if they fail a DC 10 Save for one Turn.">SHOCKING</option>
|
||
<option value="SILENT" title="The item makes no noise. If used in combat the player can make a free contested Stealth check against nearby enemies within 30 feet to remain Hidden. Grants +1D4 Advantage on Stealth checks.">SILENT</option>
|
||
<option value="SINGLE-USE" title="The item can be used once, and then is used up and discarded.">SINGLE-USE</option>
|
||
<option value="SMART-TRACKING" title="The item has a +1D4 Advantage on hit rolls.">SMART-TRACKING</option>
|
||
<option value="SPRINTER" title="The item grants its user an additional 5 Feet of Movement speed.">SPRINTER</option>
|
||
<option value="STUNNING" title="The item causes temporary paralysis or shock to biological targets. On hit, target must roll a DC 10 Save or DC 10 Physique check. On failure they are Stunned for one turn.">STUNNING</option>
|
||
<option value="SUPPRESSIVE FIRE" title="This item gives enemies a -1D6 Disadvantage on their next attack if it misses them.">SUPPRESSIVE FIRE</option>
|
||
</select>
|
||
<select name="attr_cyberware_1_trait_4" title="Trait 4">
|
||
<option value="">N/A</option>
|
||
<option value="ACCESSORY" title="Can be worn over or under Light or Medium Armour. Their Damage Negation stack.">ACCESSORY</option>
|
||
<option value="ADAPTIVE CAMO" title="The item can turn partially invisible, granting 1D4 Advantage on Stealth checks.">ADAPTIVE CAMO</option>
|
||
<option value="ARMOUR-PIERCING" title="The item ignores 1 Damage Negation on hit.">ARMOUR-PIERCING</option>
|
||
<option value="AUTO-HEALING" title="The item heals the user 1D4 HP as a Bonus Action.">AUTO-HEALING</option>
|
||
<option value="AUTO-PILOTED" title="The vehicle does not require Player Character input in order to drive.">AUTO-PILOTED</option>
|
||
<option value="ATTACHABLE" title="The item can be linked to a piece of Armour with the Exosuit trait, or onto a Vehicle, Drone, or Mech. The item can be controlled using Drone Warfare rules and the Drone Warfare Skill.">ATTACHABLE</option>
|
||
<option value="BIO-MOD" title="The item is a biological modification.">BIO-MOD</option>
|
||
<option value="BLAST" title="The item deals damage to all enemies within its blast radius.">BLAST</option>
|
||
<option value="BLEED ON HIT" title="This item inflicts the Bleed Status Effect, losing 1D4 HP at the end of the turn for one turn, on hitting a target.">BLEED ON HIT</option>
|
||
<option value="BLIND ON HIT" title="This item inflicts the Blind Status Effect on hitting a target.">BLIND ON HIT</option>
|
||
<option value="BURN" title="The item burns enemies on hit, afflicting them with the Burning Status Effect.">BURN</option>
|
||
<option value="CARGO SPACE (small)" title="The item or vehicle has room to store cargo up to approximately 5Kg.">CARGO SPACE (small)</option>
|
||
<option value="CARGO SPACE (medium)" title="The item or vehicle has room to store cargo up to approximately 50Kg.">CARGO SPACE (medium)</option>
|
||
<option value="CARGO SPACE (large)" title="The item or vehicle has room to store large gear and equipment.">CARGO SPACE (large)</option>
|
||
<option value="COLLAPSIBLE" title="The item can be collapsed into a smaller form, rendering it Concealable.">COLLAPSIBLE</option>
|
||
<option value="CONCEALABLE" title="The item is easy to hide, granting a non-stacking +1D6 Advantage on Stealth when trying to hide or disguise it.">CONCEALABLE</option>
|
||
<option value="CYBERWARE" title="This item is a piece of technology integrated into the body. It strains the body to have.">CYBERWARE</option>
|
||
<option value="ELECTRONIC GHOST" title="The item does not appear on electronic scanners.">ELECTRONIC GHOST</option>
|
||
<option value="ELECTRONIC CAMO" title="The item has a +1D6 Advantage on Stealth when hiding from electronic scanners.">ELECTRONIC CAMO</option>
|
||
<option value="EMP" title="Items that cause EMP-type damage deal double damage to Drones and robotic entities. Bypasses their Damage Negation.">EMP</option>
|
||
<option value="ENERGY FIELD" title="Damage Negation is provided by an energy field. Can be shorted, disabled by EMPs, or Hacked.">ENERGY FIELD</option>
|
||
<option value="EXOSUIT" title="The Armour is a suit of sophisticated technology and can accept attachments or attachable weapons and sub-systems.">EXOSUIT</option>
|
||
<option value="FLYING" title="The Armour or Vehicle can fly. The armour’s flying distance is equal to the Player or Character’s Movement Speed.">FLYING</option>
|
||
<option value="HACKING ENABLED" title="The item allows its holder to Hack into technological appliances and devices.">HACKING ENABLED</option>
|
||
<option value="HEAVY" title="The item’s mass reduces Movement by 5 Feet. Does not stack.">HEAVY</option>
|
||
<option value="HOVER" title="The item allows its user to Hover. 10 Feet of ordinary movement can be used to traverse 10 Feet horizontally. All fall damage is reduced by 5.">HOVER</option>
|
||
<option value="INACCURATE" title="The weapon is not accurate. Fire with Disadvantage, subtracting 1D6 from Attack Rolls.">INACCURATE</option>
|
||
<option value="INJECTION ROUND" title="The item fires bullets that harm via injection.">INJECTION ROUND</option>
|
||
<option value="JAGGED" title="This item inflicts the Bleed Status Effect when a Critical Hit is rolled.">JAGGED</option>
|
||
<option value="KNOCKBACK" title="The weapon forcefully moves a struck enemy 5 Feet away from the Attacker on hit.">KNOCKBACK</option>
|
||
<option value="LIGHT" title="The item’s mass increases Movement by 5 Feet. Does not stack.">LIGHT</option>
|
||
<option value="LOADING" title="The weapon requires a Bonus Action to reload before it can fire a second time in Combat. Can occasionally be loaded with nonstandard ammunition.">LOADING</option>
|
||
<option value="LOUD" title="The item is Loud when used, alerting enemies at twice their detection range and imposing a -1D6 Disadvantage on Stealth if used.">LOUD</option>
|
||
<option value="LOW-LIGHT VISION" title="The item allows its user to see in low-light situations up to 60 Feet.">LOW-LIGHT VISION</option>
|
||
<option value="MARKER" title="Places a Mark on a target on Hit. Allies who attack this target gain +1 to Hit. Ends if target breaks line of sight or goes into hiding.">MARKER</option>
|
||
<option value="MEDIUM" title="The item’s mass is neutral and does not help you move any faster or slower.">MEDIUM</option>
|
||
<option value="MODDABLE" title="The item can have Modifications added to it out of Combat.">MODDABLE</option>
|
||
<option value="NEAR-SILENT" title="The item is nearly silent, granting a +1D4 Advantage on Stealth checks when used.">NEAR-SILENT</option>
|
||
<option value="NON-LETHAL" title="The item does not cause lethal damage. Enemies that reach 0HP are instead knocked unconscious.">NON-LETHAL</option>
|
||
<option value="OFF-HAND" title="The item is designed for Off-Hand use and dual-wielding, and can use all modifiers when used for dual-wielding.">OFF-HAND</option>
|
||
<option value="REACH" title="The weapon has a range of 10 Feet. It is still considered a melee weapon.">REACH</option>
|
||
<option value="REINFORCED" title="The Armour is stronger, granting an additional 1 Damage Negation.">REINFORCED</option>
|
||
<option value="BIO-RESISTANT" title="This item’s user resists Bio-type damage, taking half Damage from an attack instead of full, round up.">BIO-RESISTANT</option>
|
||
<option value="EMP RESISTANT" title="This item’s user resists EMP-type damage, taking full Damage from an attack instead of double.">EMP RESISTANT</option>
|
||
<option value="FIRE-RESISTANT" title="This item’s user resists Fire-type damage, taking half Damage from an attack instead of full, round up.">FIRE-RESISTANT</option>
|
||
<option value="RIPOSTE" title="This item allows its user to retaliate when attacked from Melee or Range. Using a Reaction, the user can use a Melee or Ranged Attack to strike at their attacker if within the weapon’s base range.">RIPOSTE</option>
|
||
<option value="SCANNING" title="The item allows the user to scan a small item or room, allowing them to make an Awareness check or Reroll a previous one. This counts as a new Awareness roll.">SCANNING</option>
|
||
<option value="SCOPED" title="The weapon is equipped with a scope. The user may use a Bonus Action to aim, obtaining a +1D6 Advantage on their next Attack Roll using that weapon.">SCOPED</option>
|
||
<option value="SENSOR" title="The item gives a +1D4 Advantage on Awareness Checks.">SENSOR</option>
|
||
<option value="SHAPESHIFTING" title="The user may freely change their outward appearance.">SHAPESHIFTING</option>
|
||
<option value="SHIELD" title="The item is a shield held in the off-hand. It makes off-hand or dual-wield Attacks with anything but the shield impossible.">SHIELD</option>
|
||
<option value="SHOCKING" title="The item Stuns enemies if they fail a DC 10 Save for one Turn.">SHOCKING</option>
|
||
<option value="SILENT" title="The item makes no noise. If used in combat the player can make a free contested Stealth check against nearby enemies within 30 feet to remain Hidden. Grants +1D4 Advantage on Stealth checks.">SILENT</option>
|
||
<option value="SINGLE-USE" title="The item can be used once, and then is used up and discarded.">SINGLE-USE</option>
|
||
<option value="SMART-TRACKING" title="The item has a +1D4 Advantage on hit rolls.">SMART-TRACKING</option>
|
||
<option value="SPRINTER" title="The item grants its user an additional 5 Feet of Movement speed.">SPRINTER</option>
|
||
<option value="STUNNING" title="The item causes temporary paralysis or shock to biological targets. On hit, target must roll a DC 10 Save or DC 10 Physique check. On failure they are Stunned for one turn.">STUNNING</option>
|
||
<option value="SUPPRESSIVE FIRE" title="This item gives enemies a -1D6 Disadvantage on their next attack if it misses them.">SUPPRESSIVE FIRE</option>
|
||
</select>
|
||
</div>
|
||
<label>Part <input type="text" name="attr_cyberware_1_part"></label>
|
||
<label>Strain <input type="number" name="attr_cyberware_1_strain" value="0"></label>
|
||
<div class="slots">
|
||
<label>S <input type="number" name="attr_cyberware_1_mod_s" value="0"></label>
|
||
<label>A <input type="number" name="attr_cyberware_1_mod_a" value="0"></label>
|
||
<label>C <input type="number" name="attr_cyberware_1_mod_c" value="0"></label>
|
||
</div>
|
||
</div>
|
||
<div class="gear-card cyberware-card">
|
||
<h4>Cyberware 2</h4>
|
||
<label>Name <input type="text" name="attr_cyberware_2_name"></label>
|
||
<label>SP Cost <input type="number" name="attr_cyberware_2_pts" value="0"></label>
|
||
<div class="trait-selects">
|
||
<span class="trait-label">Traits</span>
|
||
<select name="attr_cyberware_2_trait_1" title="Trait 1">
|
||
<option value="">N/A</option>
|
||
<option value="ACCESSORY" title="Can be worn over or under Light or Medium Armour. Their Damage Negation stack.">ACCESSORY</option>
|
||
<option value="ADAPTIVE CAMO" title="The item can turn partially invisible, granting 1D4 Advantage on Stealth checks.">ADAPTIVE CAMO</option>
|
||
<option value="ARMOUR-PIERCING" title="The item ignores 1 Damage Negation on hit.">ARMOUR-PIERCING</option>
|
||
<option value="AUTO-HEALING" title="The item heals the user 1D4 HP as a Bonus Action.">AUTO-HEALING</option>
|
||
<option value="AUTO-PILOTED" title="The vehicle does not require Player Character input in order to drive.">AUTO-PILOTED</option>
|
||
<option value="ATTACHABLE" title="The item can be linked to a piece of Armour with the Exosuit trait, or onto a Vehicle, Drone, or Mech. The item can be controlled using Drone Warfare rules and the Drone Warfare Skill.">ATTACHABLE</option>
|
||
<option value="BIO-MOD" title="The item is a biological modification.">BIO-MOD</option>
|
||
<option value="BLAST" title="The item deals damage to all enemies within its blast radius.">BLAST</option>
|
||
<option value="BLEED ON HIT" title="This item inflicts the Bleed Status Effect, losing 1D4 HP at the end of the turn for one turn, on hitting a target.">BLEED ON HIT</option>
|
||
<option value="BLIND ON HIT" title="This item inflicts the Blind Status Effect on hitting a target.">BLIND ON HIT</option>
|
||
<option value="BURN" title="The item burns enemies on hit, afflicting them with the Burning Status Effect.">BURN</option>
|
||
<option value="CARGO SPACE (small)" title="The item or vehicle has room to store cargo up to approximately 5Kg.">CARGO SPACE (small)</option>
|
||
<option value="CARGO SPACE (medium)" title="The item or vehicle has room to store cargo up to approximately 50Kg.">CARGO SPACE (medium)</option>
|
||
<option value="CARGO SPACE (large)" title="The item or vehicle has room to store large gear and equipment.">CARGO SPACE (large)</option>
|
||
<option value="COLLAPSIBLE" title="The item can be collapsed into a smaller form, rendering it Concealable.">COLLAPSIBLE</option>
|
||
<option value="CONCEALABLE" title="The item is easy to hide, granting a non-stacking +1D6 Advantage on Stealth when trying to hide or disguise it.">CONCEALABLE</option>
|
||
<option value="CYBERWARE" title="This item is a piece of technology integrated into the body. It strains the body to have.">CYBERWARE</option>
|
||
<option value="ELECTRONIC GHOST" title="The item does not appear on electronic scanners.">ELECTRONIC GHOST</option>
|
||
<option value="ELECTRONIC CAMO" title="The item has a +1D6 Advantage on Stealth when hiding from electronic scanners.">ELECTRONIC CAMO</option>
|
||
<option value="EMP" title="Items that cause EMP-type damage deal double damage to Drones and robotic entities. Bypasses their Damage Negation.">EMP</option>
|
||
<option value="ENERGY FIELD" title="Damage Negation is provided by an energy field. Can be shorted, disabled by EMPs, or Hacked.">ENERGY FIELD</option>
|
||
<option value="EXOSUIT" title="The Armour is a suit of sophisticated technology and can accept attachments or attachable weapons and sub-systems.">EXOSUIT</option>
|
||
<option value="FLYING" title="The Armour or Vehicle can fly. The armour’s flying distance is equal to the Player or Character’s Movement Speed.">FLYING</option>
|
||
<option value="HACKING ENABLED" title="The item allows its holder to Hack into technological appliances and devices.">HACKING ENABLED</option>
|
||
<option value="HEAVY" title="The item’s mass reduces Movement by 5 Feet. Does not stack.">HEAVY</option>
|
||
<option value="HOVER" title="The item allows its user to Hover. 10 Feet of ordinary movement can be used to traverse 10 Feet horizontally. All fall damage is reduced by 5.">HOVER</option>
|
||
<option value="INACCURATE" title="The weapon is not accurate. Fire with Disadvantage, subtracting 1D6 from Attack Rolls.">INACCURATE</option>
|
||
<option value="INJECTION ROUND" title="The item fires bullets that harm via injection.">INJECTION ROUND</option>
|
||
<option value="JAGGED" title="This item inflicts the Bleed Status Effect when a Critical Hit is rolled.">JAGGED</option>
|
||
<option value="KNOCKBACK" title="The weapon forcefully moves a struck enemy 5 Feet away from the Attacker on hit.">KNOCKBACK</option>
|
||
<option value="LIGHT" title="The item’s mass increases Movement by 5 Feet. Does not stack.">LIGHT</option>
|
||
<option value="LOADING" title="The weapon requires a Bonus Action to reload before it can fire a second time in Combat. Can occasionally be loaded with nonstandard ammunition.">LOADING</option>
|
||
<option value="LOUD" title="The item is Loud when used, alerting enemies at twice their detection range and imposing a -1D6 Disadvantage on Stealth if used.">LOUD</option>
|
||
<option value="LOW-LIGHT VISION" title="The item allows its user to see in low-light situations up to 60 Feet.">LOW-LIGHT VISION</option>
|
||
<option value="MARKER" title="Places a Mark on a target on Hit. Allies who attack this target gain +1 to Hit. Ends if target breaks line of sight or goes into hiding.">MARKER</option>
|
||
<option value="MEDIUM" title="The item’s mass is neutral and does not help you move any faster or slower.">MEDIUM</option>
|
||
<option value="MODDABLE" title="The item can have Modifications added to it out of Combat.">MODDABLE</option>
|
||
<option value="NEAR-SILENT" title="The item is nearly silent, granting a +1D4 Advantage on Stealth checks when used.">NEAR-SILENT</option>
|
||
<option value="NON-LETHAL" title="The item does not cause lethal damage. Enemies that reach 0HP are instead knocked unconscious.">NON-LETHAL</option>
|
||
<option value="OFF-HAND" title="The item is designed for Off-Hand use and dual-wielding, and can use all modifiers when used for dual-wielding.">OFF-HAND</option>
|
||
<option value="REACH" title="The weapon has a range of 10 Feet. It is still considered a melee weapon.">REACH</option>
|
||
<option value="REINFORCED" title="The Armour is stronger, granting an additional 1 Damage Negation.">REINFORCED</option>
|
||
<option value="BIO-RESISTANT" title="This item’s user resists Bio-type damage, taking half Damage from an attack instead of full, round up.">BIO-RESISTANT</option>
|
||
<option value="EMP RESISTANT" title="This item’s user resists EMP-type damage, taking full Damage from an attack instead of double.">EMP RESISTANT</option>
|
||
<option value="FIRE-RESISTANT" title="This item’s user resists Fire-type damage, taking half Damage from an attack instead of full, round up.">FIRE-RESISTANT</option>
|
||
<option value="RIPOSTE" title="This item allows its user to retaliate when attacked from Melee or Range. Using a Reaction, the user can use a Melee or Ranged Attack to strike at their attacker if within the weapon’s base range.">RIPOSTE</option>
|
||
<option value="SCANNING" title="The item allows the user to scan a small item or room, allowing them to make an Awareness check or Reroll a previous one. This counts as a new Awareness roll.">SCANNING</option>
|
||
<option value="SCOPED" title="The weapon is equipped with a scope. The user may use a Bonus Action to aim, obtaining a +1D6 Advantage on their next Attack Roll using that weapon.">SCOPED</option>
|
||
<option value="SENSOR" title="The item gives a +1D4 Advantage on Awareness Checks.">SENSOR</option>
|
||
<option value="SHAPESHIFTING" title="The user may freely change their outward appearance.">SHAPESHIFTING</option>
|
||
<option value="SHIELD" title="The item is a shield held in the off-hand. It makes off-hand or dual-wield Attacks with anything but the shield impossible.">SHIELD</option>
|
||
<option value="SHOCKING" title="The item Stuns enemies if they fail a DC 10 Save for one Turn.">SHOCKING</option>
|
||
<option value="SILENT" title="The item makes no noise. If used in combat the player can make a free contested Stealth check against nearby enemies within 30 feet to remain Hidden. Grants +1D4 Advantage on Stealth checks.">SILENT</option>
|
||
<option value="SINGLE-USE" title="The item can be used once, and then is used up and discarded.">SINGLE-USE</option>
|
||
<option value="SMART-TRACKING" title="The item has a +1D4 Advantage on hit rolls.">SMART-TRACKING</option>
|
||
<option value="SPRINTER" title="The item grants its user an additional 5 Feet of Movement speed.">SPRINTER</option>
|
||
<option value="STUNNING" title="The item causes temporary paralysis or shock to biological targets. On hit, target must roll a DC 10 Save or DC 10 Physique check. On failure they are Stunned for one turn.">STUNNING</option>
|
||
<option value="SUPPRESSIVE FIRE" title="This item gives enemies a -1D6 Disadvantage on their next attack if it misses them.">SUPPRESSIVE FIRE</option>
|
||
</select>
|
||
<select name="attr_cyberware_2_trait_2" title="Trait 2">
|
||
<option value="">N/A</option>
|
||
<option value="ACCESSORY" title="Can be worn over or under Light or Medium Armour. Their Damage Negation stack.">ACCESSORY</option>
|
||
<option value="ADAPTIVE CAMO" title="The item can turn partially invisible, granting 1D4 Advantage on Stealth checks.">ADAPTIVE CAMO</option>
|
||
<option value="ARMOUR-PIERCING" title="The item ignores 1 Damage Negation on hit.">ARMOUR-PIERCING</option>
|
||
<option value="AUTO-HEALING" title="The item heals the user 1D4 HP as a Bonus Action.">AUTO-HEALING</option>
|
||
<option value="AUTO-PILOTED" title="The vehicle does not require Player Character input in order to drive.">AUTO-PILOTED</option>
|
||
<option value="ATTACHABLE" title="The item can be linked to a piece of Armour with the Exosuit trait, or onto a Vehicle, Drone, or Mech. The item can be controlled using Drone Warfare rules and the Drone Warfare Skill.">ATTACHABLE</option>
|
||
<option value="BIO-MOD" title="The item is a biological modification.">BIO-MOD</option>
|
||
<option value="BLAST" title="The item deals damage to all enemies within its blast radius.">BLAST</option>
|
||
<option value="BLEED ON HIT" title="This item inflicts the Bleed Status Effect, losing 1D4 HP at the end of the turn for one turn, on hitting a target.">BLEED ON HIT</option>
|
||
<option value="BLIND ON HIT" title="This item inflicts the Blind Status Effect on hitting a target.">BLIND ON HIT</option>
|
||
<option value="BURN" title="The item burns enemies on hit, afflicting them with the Burning Status Effect.">BURN</option>
|
||
<option value="CARGO SPACE (small)" title="The item or vehicle has room to store cargo up to approximately 5Kg.">CARGO SPACE (small)</option>
|
||
<option value="CARGO SPACE (medium)" title="The item or vehicle has room to store cargo up to approximately 50Kg.">CARGO SPACE (medium)</option>
|
||
<option value="CARGO SPACE (large)" title="The item or vehicle has room to store large gear and equipment.">CARGO SPACE (large)</option>
|
||
<option value="COLLAPSIBLE" title="The item can be collapsed into a smaller form, rendering it Concealable.">COLLAPSIBLE</option>
|
||
<option value="CONCEALABLE" title="The item is easy to hide, granting a non-stacking +1D6 Advantage on Stealth when trying to hide or disguise it.">CONCEALABLE</option>
|
||
<option value="CYBERWARE" title="This item is a piece of technology integrated into the body. It strains the body to have.">CYBERWARE</option>
|
||
<option value="ELECTRONIC GHOST" title="The item does not appear on electronic scanners.">ELECTRONIC GHOST</option>
|
||
<option value="ELECTRONIC CAMO" title="The item has a +1D6 Advantage on Stealth when hiding from electronic scanners.">ELECTRONIC CAMO</option>
|
||
<option value="EMP" title="Items that cause EMP-type damage deal double damage to Drones and robotic entities. Bypasses their Damage Negation.">EMP</option>
|
||
<option value="ENERGY FIELD" title="Damage Negation is provided by an energy field. Can be shorted, disabled by EMPs, or Hacked.">ENERGY FIELD</option>
|
||
<option value="EXOSUIT" title="The Armour is a suit of sophisticated technology and can accept attachments or attachable weapons and sub-systems.">EXOSUIT</option>
|
||
<option value="FLYING" title="The Armour or Vehicle can fly. The armour’s flying distance is equal to the Player or Character’s Movement Speed.">FLYING</option>
|
||
<option value="HACKING ENABLED" title="The item allows its holder to Hack into technological appliances and devices.">HACKING ENABLED</option>
|
||
<option value="HEAVY" title="The item’s mass reduces Movement by 5 Feet. Does not stack.">HEAVY</option>
|
||
<option value="HOVER" title="The item allows its user to Hover. 10 Feet of ordinary movement can be used to traverse 10 Feet horizontally. All fall damage is reduced by 5.">HOVER</option>
|
||
<option value="INACCURATE" title="The weapon is not accurate. Fire with Disadvantage, subtracting 1D6 from Attack Rolls.">INACCURATE</option>
|
||
<option value="INJECTION ROUND" title="The item fires bullets that harm via injection.">INJECTION ROUND</option>
|
||
<option value="JAGGED" title="This item inflicts the Bleed Status Effect when a Critical Hit is rolled.">JAGGED</option>
|
||
<option value="KNOCKBACK" title="The weapon forcefully moves a struck enemy 5 Feet away from the Attacker on hit.">KNOCKBACK</option>
|
||
<option value="LIGHT" title="The item’s mass increases Movement by 5 Feet. Does not stack.">LIGHT</option>
|
||
<option value="LOADING" title="The weapon requires a Bonus Action to reload before it can fire a second time in Combat. Can occasionally be loaded with nonstandard ammunition.">LOADING</option>
|
||
<option value="LOUD" title="The item is Loud when used, alerting enemies at twice their detection range and imposing a -1D6 Disadvantage on Stealth if used.">LOUD</option>
|
||
<option value="LOW-LIGHT VISION" title="The item allows its user to see in low-light situations up to 60 Feet.">LOW-LIGHT VISION</option>
|
||
<option value="MARKER" title="Places a Mark on a target on Hit. Allies who attack this target gain +1 to Hit. Ends if target breaks line of sight or goes into hiding.">MARKER</option>
|
||
<option value="MEDIUM" title="The item’s mass is neutral and does not help you move any faster or slower.">MEDIUM</option>
|
||
<option value="MODDABLE" title="The item can have Modifications added to it out of Combat.">MODDABLE</option>
|
||
<option value="NEAR-SILENT" title="The item is nearly silent, granting a +1D4 Advantage on Stealth checks when used.">NEAR-SILENT</option>
|
||
<option value="NON-LETHAL" title="The item does not cause lethal damage. Enemies that reach 0HP are instead knocked unconscious.">NON-LETHAL</option>
|
||
<option value="OFF-HAND" title="The item is designed for Off-Hand use and dual-wielding, and can use all modifiers when used for dual-wielding.">OFF-HAND</option>
|
||
<option value="REACH" title="The weapon has a range of 10 Feet. It is still considered a melee weapon.">REACH</option>
|
||
<option value="REINFORCED" title="The Armour is stronger, granting an additional 1 Damage Negation.">REINFORCED</option>
|
||
<option value="BIO-RESISTANT" title="This item’s user resists Bio-type damage, taking half Damage from an attack instead of full, round up.">BIO-RESISTANT</option>
|
||
<option value="EMP RESISTANT" title="This item’s user resists EMP-type damage, taking full Damage from an attack instead of double.">EMP RESISTANT</option>
|
||
<option value="FIRE-RESISTANT" title="This item’s user resists Fire-type damage, taking half Damage from an attack instead of full, round up.">FIRE-RESISTANT</option>
|
||
<option value="RIPOSTE" title="This item allows its user to retaliate when attacked from Melee or Range. Using a Reaction, the user can use a Melee or Ranged Attack to strike at their attacker if within the weapon’s base range.">RIPOSTE</option>
|
||
<option value="SCANNING" title="The item allows the user to scan a small item or room, allowing them to make an Awareness check or Reroll a previous one. This counts as a new Awareness roll.">SCANNING</option>
|
||
<option value="SCOPED" title="The weapon is equipped with a scope. The user may use a Bonus Action to aim, obtaining a +1D6 Advantage on their next Attack Roll using that weapon.">SCOPED</option>
|
||
<option value="SENSOR" title="The item gives a +1D4 Advantage on Awareness Checks.">SENSOR</option>
|
||
<option value="SHAPESHIFTING" title="The user may freely change their outward appearance.">SHAPESHIFTING</option>
|
||
<option value="SHIELD" title="The item is a shield held in the off-hand. It makes off-hand or dual-wield Attacks with anything but the shield impossible.">SHIELD</option>
|
||
<option value="SHOCKING" title="The item Stuns enemies if they fail a DC 10 Save for one Turn.">SHOCKING</option>
|
||
<option value="SILENT" title="The item makes no noise. If used in combat the player can make a free contested Stealth check against nearby enemies within 30 feet to remain Hidden. Grants +1D4 Advantage on Stealth checks.">SILENT</option>
|
||
<option value="SINGLE-USE" title="The item can be used once, and then is used up and discarded.">SINGLE-USE</option>
|
||
<option value="SMART-TRACKING" title="The item has a +1D4 Advantage on hit rolls.">SMART-TRACKING</option>
|
||
<option value="SPRINTER" title="The item grants its user an additional 5 Feet of Movement speed.">SPRINTER</option>
|
||
<option value="STUNNING" title="The item causes temporary paralysis or shock to biological targets. On hit, target must roll a DC 10 Save or DC 10 Physique check. On failure they are Stunned for one turn.">STUNNING</option>
|
||
<option value="SUPPRESSIVE FIRE" title="This item gives enemies a -1D6 Disadvantage on their next attack if it misses them.">SUPPRESSIVE FIRE</option>
|
||
</select>
|
||
<select name="attr_cyberware_2_trait_3" title="Trait 3">
|
||
<option value="">N/A</option>
|
||
<option value="ACCESSORY" title="Can be worn over or under Light or Medium Armour. Their Damage Negation stack.">ACCESSORY</option>
|
||
<option value="ADAPTIVE CAMO" title="The item can turn partially invisible, granting 1D4 Advantage on Stealth checks.">ADAPTIVE CAMO</option>
|
||
<option value="ARMOUR-PIERCING" title="The item ignores 1 Damage Negation on hit.">ARMOUR-PIERCING</option>
|
||
<option value="AUTO-HEALING" title="The item heals the user 1D4 HP as a Bonus Action.">AUTO-HEALING</option>
|
||
<option value="AUTO-PILOTED" title="The vehicle does not require Player Character input in order to drive.">AUTO-PILOTED</option>
|
||
<option value="ATTACHABLE" title="The item can be linked to a piece of Armour with the Exosuit trait, or onto a Vehicle, Drone, or Mech. The item can be controlled using Drone Warfare rules and the Drone Warfare Skill.">ATTACHABLE</option>
|
||
<option value="BIO-MOD" title="The item is a biological modification.">BIO-MOD</option>
|
||
<option value="BLAST" title="The item deals damage to all enemies within its blast radius.">BLAST</option>
|
||
<option value="BLEED ON HIT" title="This item inflicts the Bleed Status Effect, losing 1D4 HP at the end of the turn for one turn, on hitting a target.">BLEED ON HIT</option>
|
||
<option value="BLIND ON HIT" title="This item inflicts the Blind Status Effect on hitting a target.">BLIND ON HIT</option>
|
||
<option value="BURN" title="The item burns enemies on hit, afflicting them with the Burning Status Effect.">BURN</option>
|
||
<option value="CARGO SPACE (small)" title="The item or vehicle has room to store cargo up to approximately 5Kg.">CARGO SPACE (small)</option>
|
||
<option value="CARGO SPACE (medium)" title="The item or vehicle has room to store cargo up to approximately 50Kg.">CARGO SPACE (medium)</option>
|
||
<option value="CARGO SPACE (large)" title="The item or vehicle has room to store large gear and equipment.">CARGO SPACE (large)</option>
|
||
<option value="COLLAPSIBLE" title="The item can be collapsed into a smaller form, rendering it Concealable.">COLLAPSIBLE</option>
|
||
<option value="CONCEALABLE" title="The item is easy to hide, granting a non-stacking +1D6 Advantage on Stealth when trying to hide or disguise it.">CONCEALABLE</option>
|
||
<option value="CYBERWARE" title="This item is a piece of technology integrated into the body. It strains the body to have.">CYBERWARE</option>
|
||
<option value="ELECTRONIC GHOST" title="The item does not appear on electronic scanners.">ELECTRONIC GHOST</option>
|
||
<option value="ELECTRONIC CAMO" title="The item has a +1D6 Advantage on Stealth when hiding from electronic scanners.">ELECTRONIC CAMO</option>
|
||
<option value="EMP" title="Items that cause EMP-type damage deal double damage to Drones and robotic entities. Bypasses their Damage Negation.">EMP</option>
|
||
<option value="ENERGY FIELD" title="Damage Negation is provided by an energy field. Can be shorted, disabled by EMPs, or Hacked.">ENERGY FIELD</option>
|
||
<option value="EXOSUIT" title="The Armour is a suit of sophisticated technology and can accept attachments or attachable weapons and sub-systems.">EXOSUIT</option>
|
||
<option value="FLYING" title="The Armour or Vehicle can fly. The armour’s flying distance is equal to the Player or Character’s Movement Speed.">FLYING</option>
|
||
<option value="HACKING ENABLED" title="The item allows its holder to Hack into technological appliances and devices.">HACKING ENABLED</option>
|
||
<option value="HEAVY" title="The item’s mass reduces Movement by 5 Feet. Does not stack.">HEAVY</option>
|
||
<option value="HOVER" title="The item allows its user to Hover. 10 Feet of ordinary movement can be used to traverse 10 Feet horizontally. All fall damage is reduced by 5.">HOVER</option>
|
||
<option value="INACCURATE" title="The weapon is not accurate. Fire with Disadvantage, subtracting 1D6 from Attack Rolls.">INACCURATE</option>
|
||
<option value="INJECTION ROUND" title="The item fires bullets that harm via injection.">INJECTION ROUND</option>
|
||
<option value="JAGGED" title="This item inflicts the Bleed Status Effect when a Critical Hit is rolled.">JAGGED</option>
|
||
<option value="KNOCKBACK" title="The weapon forcefully moves a struck enemy 5 Feet away from the Attacker on hit.">KNOCKBACK</option>
|
||
<option value="LIGHT" title="The item’s mass increases Movement by 5 Feet. Does not stack.">LIGHT</option>
|
||
<option value="LOADING" title="The weapon requires a Bonus Action to reload before it can fire a second time in Combat. Can occasionally be loaded with nonstandard ammunition.">LOADING</option>
|
||
<option value="LOUD" title="The item is Loud when used, alerting enemies at twice their detection range and imposing a -1D6 Disadvantage on Stealth if used.">LOUD</option>
|
||
<option value="LOW-LIGHT VISION" title="The item allows its user to see in low-light situations up to 60 Feet.">LOW-LIGHT VISION</option>
|
||
<option value="MARKER" title="Places a Mark on a target on Hit. Allies who attack this target gain +1 to Hit. Ends if target breaks line of sight or goes into hiding.">MARKER</option>
|
||
<option value="MEDIUM" title="The item’s mass is neutral and does not help you move any faster or slower.">MEDIUM</option>
|
||
<option value="MODDABLE" title="The item can have Modifications added to it out of Combat.">MODDABLE</option>
|
||
<option value="NEAR-SILENT" title="The item is nearly silent, granting a +1D4 Advantage on Stealth checks when used.">NEAR-SILENT</option>
|
||
<option value="NON-LETHAL" title="The item does not cause lethal damage. Enemies that reach 0HP are instead knocked unconscious.">NON-LETHAL</option>
|
||
<option value="OFF-HAND" title="The item is designed for Off-Hand use and dual-wielding, and can use all modifiers when used for dual-wielding.">OFF-HAND</option>
|
||
<option value="REACH" title="The weapon has a range of 10 Feet. It is still considered a melee weapon.">REACH</option>
|
||
<option value="REINFORCED" title="The Armour is stronger, granting an additional 1 Damage Negation.">REINFORCED</option>
|
||
<option value="BIO-RESISTANT" title="This item’s user resists Bio-type damage, taking half Damage from an attack instead of full, round up.">BIO-RESISTANT</option>
|
||
<option value="EMP RESISTANT" title="This item’s user resists EMP-type damage, taking full Damage from an attack instead of double.">EMP RESISTANT</option>
|
||
<option value="FIRE-RESISTANT" title="This item’s user resists Fire-type damage, taking half Damage from an attack instead of full, round up.">FIRE-RESISTANT</option>
|
||
<option value="RIPOSTE" title="This item allows its user to retaliate when attacked from Melee or Range. Using a Reaction, the user can use a Melee or Ranged Attack to strike at their attacker if within the weapon’s base range.">RIPOSTE</option>
|
||
<option value="SCANNING" title="The item allows the user to scan a small item or room, allowing them to make an Awareness check or Reroll a previous one. This counts as a new Awareness roll.">SCANNING</option>
|
||
<option value="SCOPED" title="The weapon is equipped with a scope. The user may use a Bonus Action to aim, obtaining a +1D6 Advantage on their next Attack Roll using that weapon.">SCOPED</option>
|
||
<option value="SENSOR" title="The item gives a +1D4 Advantage on Awareness Checks.">SENSOR</option>
|
||
<option value="SHAPESHIFTING" title="The user may freely change their outward appearance.">SHAPESHIFTING</option>
|
||
<option value="SHIELD" title="The item is a shield held in the off-hand. It makes off-hand or dual-wield Attacks with anything but the shield impossible.">SHIELD</option>
|
||
<option value="SHOCKING" title="The item Stuns enemies if they fail a DC 10 Save for one Turn.">SHOCKING</option>
|
||
<option value="SILENT" title="The item makes no noise. If used in combat the player can make a free contested Stealth check against nearby enemies within 30 feet to remain Hidden. Grants +1D4 Advantage on Stealth checks.">SILENT</option>
|
||
<option value="SINGLE-USE" title="The item can be used once, and then is used up and discarded.">SINGLE-USE</option>
|
||
<option value="SMART-TRACKING" title="The item has a +1D4 Advantage on hit rolls.">SMART-TRACKING</option>
|
||
<option value="SPRINTER" title="The item grants its user an additional 5 Feet of Movement speed.">SPRINTER</option>
|
||
<option value="STUNNING" title="The item causes temporary paralysis or shock to biological targets. On hit, target must roll a DC 10 Save or DC 10 Physique check. On failure they are Stunned for one turn.">STUNNING</option>
|
||
<option value="SUPPRESSIVE FIRE" title="This item gives enemies a -1D6 Disadvantage on their next attack if it misses them.">SUPPRESSIVE FIRE</option>
|
||
</select>
|
||
<select name="attr_cyberware_2_trait_4" title="Trait 4">
|
||
<option value="">N/A</option>
|
||
<option value="ACCESSORY" title="Can be worn over or under Light or Medium Armour. Their Damage Negation stack.">ACCESSORY</option>
|
||
<option value="ADAPTIVE CAMO" title="The item can turn partially invisible, granting 1D4 Advantage on Stealth checks.">ADAPTIVE CAMO</option>
|
||
<option value="ARMOUR-PIERCING" title="The item ignores 1 Damage Negation on hit.">ARMOUR-PIERCING</option>
|
||
<option value="AUTO-HEALING" title="The item heals the user 1D4 HP as a Bonus Action.">AUTO-HEALING</option>
|
||
<option value="AUTO-PILOTED" title="The vehicle does not require Player Character input in order to drive.">AUTO-PILOTED</option>
|
||
<option value="ATTACHABLE" title="The item can be linked to a piece of Armour with the Exosuit trait, or onto a Vehicle, Drone, or Mech. The item can be controlled using Drone Warfare rules and the Drone Warfare Skill.">ATTACHABLE</option>
|
||
<option value="BIO-MOD" title="The item is a biological modification.">BIO-MOD</option>
|
||
<option value="BLAST" title="The item deals damage to all enemies within its blast radius.">BLAST</option>
|
||
<option value="BLEED ON HIT" title="This item inflicts the Bleed Status Effect, losing 1D4 HP at the end of the turn for one turn, on hitting a target.">BLEED ON HIT</option>
|
||
<option value="BLIND ON HIT" title="This item inflicts the Blind Status Effect on hitting a target.">BLIND ON HIT</option>
|
||
<option value="BURN" title="The item burns enemies on hit, afflicting them with the Burning Status Effect.">BURN</option>
|
||
<option value="CARGO SPACE (small)" title="The item or vehicle has room to store cargo up to approximately 5Kg.">CARGO SPACE (small)</option>
|
||
<option value="CARGO SPACE (medium)" title="The item or vehicle has room to store cargo up to approximately 50Kg.">CARGO SPACE (medium)</option>
|
||
<option value="CARGO SPACE (large)" title="The item or vehicle has room to store large gear and equipment.">CARGO SPACE (large)</option>
|
||
<option value="COLLAPSIBLE" title="The item can be collapsed into a smaller form, rendering it Concealable.">COLLAPSIBLE</option>
|
||
<option value="CONCEALABLE" title="The item is easy to hide, granting a non-stacking +1D6 Advantage on Stealth when trying to hide or disguise it.">CONCEALABLE</option>
|
||
<option value="CYBERWARE" title="This item is a piece of technology integrated into the body. It strains the body to have.">CYBERWARE</option>
|
||
<option value="ELECTRONIC GHOST" title="The item does not appear on electronic scanners.">ELECTRONIC GHOST</option>
|
||
<option value="ELECTRONIC CAMO" title="The item has a +1D6 Advantage on Stealth when hiding from electronic scanners.">ELECTRONIC CAMO</option>
|
||
<option value="EMP" title="Items that cause EMP-type damage deal double damage to Drones and robotic entities. Bypasses their Damage Negation.">EMP</option>
|
||
<option value="ENERGY FIELD" title="Damage Negation is provided by an energy field. Can be shorted, disabled by EMPs, or Hacked.">ENERGY FIELD</option>
|
||
<option value="EXOSUIT" title="The Armour is a suit of sophisticated technology and can accept attachments or attachable weapons and sub-systems.">EXOSUIT</option>
|
||
<option value="FLYING" title="The Armour or Vehicle can fly. The armour’s flying distance is equal to the Player or Character’s Movement Speed.">FLYING</option>
|
||
<option value="HACKING ENABLED" title="The item allows its holder to Hack into technological appliances and devices.">HACKING ENABLED</option>
|
||
<option value="HEAVY" title="The item’s mass reduces Movement by 5 Feet. Does not stack.">HEAVY</option>
|
||
<option value="HOVER" title="The item allows its user to Hover. 10 Feet of ordinary movement can be used to traverse 10 Feet horizontally. All fall damage is reduced by 5.">HOVER</option>
|
||
<option value="INACCURATE" title="The weapon is not accurate. Fire with Disadvantage, subtracting 1D6 from Attack Rolls.">INACCURATE</option>
|
||
<option value="INJECTION ROUND" title="The item fires bullets that harm via injection.">INJECTION ROUND</option>
|
||
<option value="JAGGED" title="This item inflicts the Bleed Status Effect when a Critical Hit is rolled.">JAGGED</option>
|
||
<option value="KNOCKBACK" title="The weapon forcefully moves a struck enemy 5 Feet away from the Attacker on hit.">KNOCKBACK</option>
|
||
<option value="LIGHT" title="The item’s mass increases Movement by 5 Feet. Does not stack.">LIGHT</option>
|
||
<option value="LOADING" title="The weapon requires a Bonus Action to reload before it can fire a second time in Combat. Can occasionally be loaded with nonstandard ammunition.">LOADING</option>
|
||
<option value="LOUD" title="The item is Loud when used, alerting enemies at twice their detection range and imposing a -1D6 Disadvantage on Stealth if used.">LOUD</option>
|
||
<option value="LOW-LIGHT VISION" title="The item allows its user to see in low-light situations up to 60 Feet.">LOW-LIGHT VISION</option>
|
||
<option value="MARKER" title="Places a Mark on a target on Hit. Allies who attack this target gain +1 to Hit. Ends if target breaks line of sight or goes into hiding.">MARKER</option>
|
||
<option value="MEDIUM" title="The item’s mass is neutral and does not help you move any faster or slower.">MEDIUM</option>
|
||
<option value="MODDABLE" title="The item can have Modifications added to it out of Combat.">MODDABLE</option>
|
||
<option value="NEAR-SILENT" title="The item is nearly silent, granting a +1D4 Advantage on Stealth checks when used.">NEAR-SILENT</option>
|
||
<option value="NON-LETHAL" title="The item does not cause lethal damage. Enemies that reach 0HP are instead knocked unconscious.">NON-LETHAL</option>
|
||
<option value="OFF-HAND" title="The item is designed for Off-Hand use and dual-wielding, and can use all modifiers when used for dual-wielding.">OFF-HAND</option>
|
||
<option value="REACH" title="The weapon has a range of 10 Feet. It is still considered a melee weapon.">REACH</option>
|
||
<option value="REINFORCED" title="The Armour is stronger, granting an additional 1 Damage Negation.">REINFORCED</option>
|
||
<option value="BIO-RESISTANT" title="This item’s user resists Bio-type damage, taking half Damage from an attack instead of full, round up.">BIO-RESISTANT</option>
|
||
<option value="EMP RESISTANT" title="This item’s user resists EMP-type damage, taking full Damage from an attack instead of double.">EMP RESISTANT</option>
|
||
<option value="FIRE-RESISTANT" title="This item’s user resists Fire-type damage, taking half Damage from an attack instead of full, round up.">FIRE-RESISTANT</option>
|
||
<option value="RIPOSTE" title="This item allows its user to retaliate when attacked from Melee or Range. Using a Reaction, the user can use a Melee or Ranged Attack to strike at their attacker if within the weapon’s base range.">RIPOSTE</option>
|
||
<option value="SCANNING" title="The item allows the user to scan a small item or room, allowing them to make an Awareness check or Reroll a previous one. This counts as a new Awareness roll.">SCANNING</option>
|
||
<option value="SCOPED" title="The weapon is equipped with a scope. The user may use a Bonus Action to aim, obtaining a +1D6 Advantage on their next Attack Roll using that weapon.">SCOPED</option>
|
||
<option value="SENSOR" title="The item gives a +1D4 Advantage on Awareness Checks.">SENSOR</option>
|
||
<option value="SHAPESHIFTING" title="The user may freely change their outward appearance.">SHAPESHIFTING</option>
|
||
<option value="SHIELD" title="The item is a shield held in the off-hand. It makes off-hand or dual-wield Attacks with anything but the shield impossible.">SHIELD</option>
|
||
<option value="SHOCKING" title="The item Stuns enemies if they fail a DC 10 Save for one Turn.">SHOCKING</option>
|
||
<option value="SILENT" title="The item makes no noise. If used in combat the player can make a free contested Stealth check against nearby enemies within 30 feet to remain Hidden. Grants +1D4 Advantage on Stealth checks.">SILENT</option>
|
||
<option value="SINGLE-USE" title="The item can be used once, and then is used up and discarded.">SINGLE-USE</option>
|
||
<option value="SMART-TRACKING" title="The item has a +1D4 Advantage on hit rolls.">SMART-TRACKING</option>
|
||
<option value="SPRINTER" title="The item grants its user an additional 5 Feet of Movement speed.">SPRINTER</option>
|
||
<option value="STUNNING" title="The item causes temporary paralysis or shock to biological targets. On hit, target must roll a DC 10 Save or DC 10 Physique check. On failure they are Stunned for one turn.">STUNNING</option>
|
||
<option value="SUPPRESSIVE FIRE" title="This item gives enemies a -1D6 Disadvantage on their next attack if it misses them.">SUPPRESSIVE FIRE</option>
|
||
</select>
|
||
</div>
|
||
<label>Part <input type="text" name="attr_cyberware_2_part"></label>
|
||
<label>Strain <input type="number" name="attr_cyberware_2_strain" value="0"></label>
|
||
<div class="slots">
|
||
<label>S <input type="number" name="attr_cyberware_2_mod_s" value="0"></label>
|
||
<label>A <input type="number" name="attr_cyberware_2_mod_a" value="0"></label>
|
||
<label>C <input type="number" name="attr_cyberware_2_mod_c" value="0"></label>
|
||
</div>
|
||
</div>
|
||
<div class="gear-card cyberware-card">
|
||
<h4>Cyberware 3</h4>
|
||
<label>Name <input type="text" name="attr_cyberware_3_name"></label>
|
||
<label>SP Cost <input type="number" name="attr_cyberware_3_pts" value="0"></label>
|
||
<div class="trait-selects">
|
||
<span class="trait-label">Traits</span>
|
||
<select name="attr_cyberware_3_trait_1" title="Trait 1">
|
||
<option value="">N/A</option>
|
||
<option value="ACCESSORY" title="Can be worn over or under Light or Medium Armour. Their Damage Negation stack.">ACCESSORY</option>
|
||
<option value="ADAPTIVE CAMO" title="The item can turn partially invisible, granting 1D4 Advantage on Stealth checks.">ADAPTIVE CAMO</option>
|
||
<option value="ARMOUR-PIERCING" title="The item ignores 1 Damage Negation on hit.">ARMOUR-PIERCING</option>
|
||
<option value="AUTO-HEALING" title="The item heals the user 1D4 HP as a Bonus Action.">AUTO-HEALING</option>
|
||
<option value="AUTO-PILOTED" title="The vehicle does not require Player Character input in order to drive.">AUTO-PILOTED</option>
|
||
<option value="ATTACHABLE" title="The item can be linked to a piece of Armour with the Exosuit trait, or onto a Vehicle, Drone, or Mech. The item can be controlled using Drone Warfare rules and the Drone Warfare Skill.">ATTACHABLE</option>
|
||
<option value="BIO-MOD" title="The item is a biological modification.">BIO-MOD</option>
|
||
<option value="BLAST" title="The item deals damage to all enemies within its blast radius.">BLAST</option>
|
||
<option value="BLEED ON HIT" title="This item inflicts the Bleed Status Effect, losing 1D4 HP at the end of the turn for one turn, on hitting a target.">BLEED ON HIT</option>
|
||
<option value="BLIND ON HIT" title="This item inflicts the Blind Status Effect on hitting a target.">BLIND ON HIT</option>
|
||
<option value="BURN" title="The item burns enemies on hit, afflicting them with the Burning Status Effect.">BURN</option>
|
||
<option value="CARGO SPACE (small)" title="The item or vehicle has room to store cargo up to approximately 5Kg.">CARGO SPACE (small)</option>
|
||
<option value="CARGO SPACE (medium)" title="The item or vehicle has room to store cargo up to approximately 50Kg.">CARGO SPACE (medium)</option>
|
||
<option value="CARGO SPACE (large)" title="The item or vehicle has room to store large gear and equipment.">CARGO SPACE (large)</option>
|
||
<option value="COLLAPSIBLE" title="The item can be collapsed into a smaller form, rendering it Concealable.">COLLAPSIBLE</option>
|
||
<option value="CONCEALABLE" title="The item is easy to hide, granting a non-stacking +1D6 Advantage on Stealth when trying to hide or disguise it.">CONCEALABLE</option>
|
||
<option value="CYBERWARE" title="This item is a piece of technology integrated into the body. It strains the body to have.">CYBERWARE</option>
|
||
<option value="ELECTRONIC GHOST" title="The item does not appear on electronic scanners.">ELECTRONIC GHOST</option>
|
||
<option value="ELECTRONIC CAMO" title="The item has a +1D6 Advantage on Stealth when hiding from electronic scanners.">ELECTRONIC CAMO</option>
|
||
<option value="EMP" title="Items that cause EMP-type damage deal double damage to Drones and robotic entities. Bypasses their Damage Negation.">EMP</option>
|
||
<option value="ENERGY FIELD" title="Damage Negation is provided by an energy field. Can be shorted, disabled by EMPs, or Hacked.">ENERGY FIELD</option>
|
||
<option value="EXOSUIT" title="The Armour is a suit of sophisticated technology and can accept attachments or attachable weapons and sub-systems.">EXOSUIT</option>
|
||
<option value="FLYING" title="The Armour or Vehicle can fly. The armour’s flying distance is equal to the Player or Character’s Movement Speed.">FLYING</option>
|
||
<option value="HACKING ENABLED" title="The item allows its holder to Hack into technological appliances and devices.">HACKING ENABLED</option>
|
||
<option value="HEAVY" title="The item’s mass reduces Movement by 5 Feet. Does not stack.">HEAVY</option>
|
||
<option value="HOVER" title="The item allows its user to Hover. 10 Feet of ordinary movement can be used to traverse 10 Feet horizontally. All fall damage is reduced by 5.">HOVER</option>
|
||
<option value="INACCURATE" title="The weapon is not accurate. Fire with Disadvantage, subtracting 1D6 from Attack Rolls.">INACCURATE</option>
|
||
<option value="INJECTION ROUND" title="The item fires bullets that harm via injection.">INJECTION ROUND</option>
|
||
<option value="JAGGED" title="This item inflicts the Bleed Status Effect when a Critical Hit is rolled.">JAGGED</option>
|
||
<option value="KNOCKBACK" title="The weapon forcefully moves a struck enemy 5 Feet away from the Attacker on hit.">KNOCKBACK</option>
|
||
<option value="LIGHT" title="The item’s mass increases Movement by 5 Feet. Does not stack.">LIGHT</option>
|
||
<option value="LOADING" title="The weapon requires a Bonus Action to reload before it can fire a second time in Combat. Can occasionally be loaded with nonstandard ammunition.">LOADING</option>
|
||
<option value="LOUD" title="The item is Loud when used, alerting enemies at twice their detection range and imposing a -1D6 Disadvantage on Stealth if used.">LOUD</option>
|
||
<option value="LOW-LIGHT VISION" title="The item allows its user to see in low-light situations up to 60 Feet.">LOW-LIGHT VISION</option>
|
||
<option value="MARKER" title="Places a Mark on a target on Hit. Allies who attack this target gain +1 to Hit. Ends if target breaks line of sight or goes into hiding.">MARKER</option>
|
||
<option value="MEDIUM" title="The item’s mass is neutral and does not help you move any faster or slower.">MEDIUM</option>
|
||
<option value="MODDABLE" title="The item can have Modifications added to it out of Combat.">MODDABLE</option>
|
||
<option value="NEAR-SILENT" title="The item is nearly silent, granting a +1D4 Advantage on Stealth checks when used.">NEAR-SILENT</option>
|
||
<option value="NON-LETHAL" title="The item does not cause lethal damage. Enemies that reach 0HP are instead knocked unconscious.">NON-LETHAL</option>
|
||
<option value="OFF-HAND" title="The item is designed for Off-Hand use and dual-wielding, and can use all modifiers when used for dual-wielding.">OFF-HAND</option>
|
||
<option value="REACH" title="The weapon has a range of 10 Feet. It is still considered a melee weapon.">REACH</option>
|
||
<option value="REINFORCED" title="The Armour is stronger, granting an additional 1 Damage Negation.">REINFORCED</option>
|
||
<option value="BIO-RESISTANT" title="This item’s user resists Bio-type damage, taking half Damage from an attack instead of full, round up.">BIO-RESISTANT</option>
|
||
<option value="EMP RESISTANT" title="This item’s user resists EMP-type damage, taking full Damage from an attack instead of double.">EMP RESISTANT</option>
|
||
<option value="FIRE-RESISTANT" title="This item’s user resists Fire-type damage, taking half Damage from an attack instead of full, round up.">FIRE-RESISTANT</option>
|
||
<option value="RIPOSTE" title="This item allows its user to retaliate when attacked from Melee or Range. Using a Reaction, the user can use a Melee or Ranged Attack to strike at their attacker if within the weapon’s base range.">RIPOSTE</option>
|
||
<option value="SCANNING" title="The item allows the user to scan a small item or room, allowing them to make an Awareness check or Reroll a previous one. This counts as a new Awareness roll.">SCANNING</option>
|
||
<option value="SCOPED" title="The weapon is equipped with a scope. The user may use a Bonus Action to aim, obtaining a +1D6 Advantage on their next Attack Roll using that weapon.">SCOPED</option>
|
||
<option value="SENSOR" title="The item gives a +1D4 Advantage on Awareness Checks.">SENSOR</option>
|
||
<option value="SHAPESHIFTING" title="The user may freely change their outward appearance.">SHAPESHIFTING</option>
|
||
<option value="SHIELD" title="The item is a shield held in the off-hand. It makes off-hand or dual-wield Attacks with anything but the shield impossible.">SHIELD</option>
|
||
<option value="SHOCKING" title="The item Stuns enemies if they fail a DC 10 Save for one Turn.">SHOCKING</option>
|
||
<option value="SILENT" title="The item makes no noise. If used in combat the player can make a free contested Stealth check against nearby enemies within 30 feet to remain Hidden. Grants +1D4 Advantage on Stealth checks.">SILENT</option>
|
||
<option value="SINGLE-USE" title="The item can be used once, and then is used up and discarded.">SINGLE-USE</option>
|
||
<option value="SMART-TRACKING" title="The item has a +1D4 Advantage on hit rolls.">SMART-TRACKING</option>
|
||
<option value="SPRINTER" title="The item grants its user an additional 5 Feet of Movement speed.">SPRINTER</option>
|
||
<option value="STUNNING" title="The item causes temporary paralysis or shock to biological targets. On hit, target must roll a DC 10 Save or DC 10 Physique check. On failure they are Stunned for one turn.">STUNNING</option>
|
||
<option value="SUPPRESSIVE FIRE" title="This item gives enemies a -1D6 Disadvantage on their next attack if it misses them.">SUPPRESSIVE FIRE</option>
|
||
</select>
|
||
<select name="attr_cyberware_3_trait_2" title="Trait 2">
|
||
<option value="">N/A</option>
|
||
<option value="ACCESSORY" title="Can be worn over or under Light or Medium Armour. Their Damage Negation stack.">ACCESSORY</option>
|
||
<option value="ADAPTIVE CAMO" title="The item can turn partially invisible, granting 1D4 Advantage on Stealth checks.">ADAPTIVE CAMO</option>
|
||
<option value="ARMOUR-PIERCING" title="The item ignores 1 Damage Negation on hit.">ARMOUR-PIERCING</option>
|
||
<option value="AUTO-HEALING" title="The item heals the user 1D4 HP as a Bonus Action.">AUTO-HEALING</option>
|
||
<option value="AUTO-PILOTED" title="The vehicle does not require Player Character input in order to drive.">AUTO-PILOTED</option>
|
||
<option value="ATTACHABLE" title="The item can be linked to a piece of Armour with the Exosuit trait, or onto a Vehicle, Drone, or Mech. The item can be controlled using Drone Warfare rules and the Drone Warfare Skill.">ATTACHABLE</option>
|
||
<option value="BIO-MOD" title="The item is a biological modification.">BIO-MOD</option>
|
||
<option value="BLAST" title="The item deals damage to all enemies within its blast radius.">BLAST</option>
|
||
<option value="BLEED ON HIT" title="This item inflicts the Bleed Status Effect, losing 1D4 HP at the end of the turn for one turn, on hitting a target.">BLEED ON HIT</option>
|
||
<option value="BLIND ON HIT" title="This item inflicts the Blind Status Effect on hitting a target.">BLIND ON HIT</option>
|
||
<option value="BURN" title="The item burns enemies on hit, afflicting them with the Burning Status Effect.">BURN</option>
|
||
<option value="CARGO SPACE (small)" title="The item or vehicle has room to store cargo up to approximately 5Kg.">CARGO SPACE (small)</option>
|
||
<option value="CARGO SPACE (medium)" title="The item or vehicle has room to store cargo up to approximately 50Kg.">CARGO SPACE (medium)</option>
|
||
<option value="CARGO SPACE (large)" title="The item or vehicle has room to store large gear and equipment.">CARGO SPACE (large)</option>
|
||
<option value="COLLAPSIBLE" title="The item can be collapsed into a smaller form, rendering it Concealable.">COLLAPSIBLE</option>
|
||
<option value="CONCEALABLE" title="The item is easy to hide, granting a non-stacking +1D6 Advantage on Stealth when trying to hide or disguise it.">CONCEALABLE</option>
|
||
<option value="CYBERWARE" title="This item is a piece of technology integrated into the body. It strains the body to have.">CYBERWARE</option>
|
||
<option value="ELECTRONIC GHOST" title="The item does not appear on electronic scanners.">ELECTRONIC GHOST</option>
|
||
<option value="ELECTRONIC CAMO" title="The item has a +1D6 Advantage on Stealth when hiding from electronic scanners.">ELECTRONIC CAMO</option>
|
||
<option value="EMP" title="Items that cause EMP-type damage deal double damage to Drones and robotic entities. Bypasses their Damage Negation.">EMP</option>
|
||
<option value="ENERGY FIELD" title="Damage Negation is provided by an energy field. Can be shorted, disabled by EMPs, or Hacked.">ENERGY FIELD</option>
|
||
<option value="EXOSUIT" title="The Armour is a suit of sophisticated technology and can accept attachments or attachable weapons and sub-systems.">EXOSUIT</option>
|
||
<option value="FLYING" title="The Armour or Vehicle can fly. The armour’s flying distance is equal to the Player or Character’s Movement Speed.">FLYING</option>
|
||
<option value="HACKING ENABLED" title="The item allows its holder to Hack into technological appliances and devices.">HACKING ENABLED</option>
|
||
<option value="HEAVY" title="The item’s mass reduces Movement by 5 Feet. Does not stack.">HEAVY</option>
|
||
<option value="HOVER" title="The item allows its user to Hover. 10 Feet of ordinary movement can be used to traverse 10 Feet horizontally. All fall damage is reduced by 5.">HOVER</option>
|
||
<option value="INACCURATE" title="The weapon is not accurate. Fire with Disadvantage, subtracting 1D6 from Attack Rolls.">INACCURATE</option>
|
||
<option value="INJECTION ROUND" title="The item fires bullets that harm via injection.">INJECTION ROUND</option>
|
||
<option value="JAGGED" title="This item inflicts the Bleed Status Effect when a Critical Hit is rolled.">JAGGED</option>
|
||
<option value="KNOCKBACK" title="The weapon forcefully moves a struck enemy 5 Feet away from the Attacker on hit.">KNOCKBACK</option>
|
||
<option value="LIGHT" title="The item’s mass increases Movement by 5 Feet. Does not stack.">LIGHT</option>
|
||
<option value="LOADING" title="The weapon requires a Bonus Action to reload before it can fire a second time in Combat. Can occasionally be loaded with nonstandard ammunition.">LOADING</option>
|
||
<option value="LOUD" title="The item is Loud when used, alerting enemies at twice their detection range and imposing a -1D6 Disadvantage on Stealth if used.">LOUD</option>
|
||
<option value="LOW-LIGHT VISION" title="The item allows its user to see in low-light situations up to 60 Feet.">LOW-LIGHT VISION</option>
|
||
<option value="MARKER" title="Places a Mark on a target on Hit. Allies who attack this target gain +1 to Hit. Ends if target breaks line of sight or goes into hiding.">MARKER</option>
|
||
<option value="MEDIUM" title="The item’s mass is neutral and does not help you move any faster or slower.">MEDIUM</option>
|
||
<option value="MODDABLE" title="The item can have Modifications added to it out of Combat.">MODDABLE</option>
|
||
<option value="NEAR-SILENT" title="The item is nearly silent, granting a +1D4 Advantage on Stealth checks when used.">NEAR-SILENT</option>
|
||
<option value="NON-LETHAL" title="The item does not cause lethal damage. Enemies that reach 0HP are instead knocked unconscious.">NON-LETHAL</option>
|
||
<option value="OFF-HAND" title="The item is designed for Off-Hand use and dual-wielding, and can use all modifiers when used for dual-wielding.">OFF-HAND</option>
|
||
<option value="REACH" title="The weapon has a range of 10 Feet. It is still considered a melee weapon.">REACH</option>
|
||
<option value="REINFORCED" title="The Armour is stronger, granting an additional 1 Damage Negation.">REINFORCED</option>
|
||
<option value="BIO-RESISTANT" title="This item’s user resists Bio-type damage, taking half Damage from an attack instead of full, round up.">BIO-RESISTANT</option>
|
||
<option value="EMP RESISTANT" title="This item’s user resists EMP-type damage, taking full Damage from an attack instead of double.">EMP RESISTANT</option>
|
||
<option value="FIRE-RESISTANT" title="This item’s user resists Fire-type damage, taking half Damage from an attack instead of full, round up.">FIRE-RESISTANT</option>
|
||
<option value="RIPOSTE" title="This item allows its user to retaliate when attacked from Melee or Range. Using a Reaction, the user can use a Melee or Ranged Attack to strike at their attacker if within the weapon’s base range.">RIPOSTE</option>
|
||
<option value="SCANNING" title="The item allows the user to scan a small item or room, allowing them to make an Awareness check or Reroll a previous one. This counts as a new Awareness roll.">SCANNING</option>
|
||
<option value="SCOPED" title="The weapon is equipped with a scope. The user may use a Bonus Action to aim, obtaining a +1D6 Advantage on their next Attack Roll using that weapon.">SCOPED</option>
|
||
<option value="SENSOR" title="The item gives a +1D4 Advantage on Awareness Checks.">SENSOR</option>
|
||
<option value="SHAPESHIFTING" title="The user may freely change their outward appearance.">SHAPESHIFTING</option>
|
||
<option value="SHIELD" title="The item is a shield held in the off-hand. It makes off-hand or dual-wield Attacks with anything but the shield impossible.">SHIELD</option>
|
||
<option value="SHOCKING" title="The item Stuns enemies if they fail a DC 10 Save for one Turn.">SHOCKING</option>
|
||
<option value="SILENT" title="The item makes no noise. If used in combat the player can make a free contested Stealth check against nearby enemies within 30 feet to remain Hidden. Grants +1D4 Advantage on Stealth checks.">SILENT</option>
|
||
<option value="SINGLE-USE" title="The item can be used once, and then is used up and discarded.">SINGLE-USE</option>
|
||
<option value="SMART-TRACKING" title="The item has a +1D4 Advantage on hit rolls.">SMART-TRACKING</option>
|
||
<option value="SPRINTER" title="The item grants its user an additional 5 Feet of Movement speed.">SPRINTER</option>
|
||
<option value="STUNNING" title="The item causes temporary paralysis or shock to biological targets. On hit, target must roll a DC 10 Save or DC 10 Physique check. On failure they are Stunned for one turn.">STUNNING</option>
|
||
<option value="SUPPRESSIVE FIRE" title="This item gives enemies a -1D6 Disadvantage on their next attack if it misses them.">SUPPRESSIVE FIRE</option>
|
||
</select>
|
||
<select name="attr_cyberware_3_trait_3" title="Trait 3">
|
||
<option value="">N/A</option>
|
||
<option value="ACCESSORY" title="Can be worn over or under Light or Medium Armour. Their Damage Negation stack.">ACCESSORY</option>
|
||
<option value="ADAPTIVE CAMO" title="The item can turn partially invisible, granting 1D4 Advantage on Stealth checks.">ADAPTIVE CAMO</option>
|
||
<option value="ARMOUR-PIERCING" title="The item ignores 1 Damage Negation on hit.">ARMOUR-PIERCING</option>
|
||
<option value="AUTO-HEALING" title="The item heals the user 1D4 HP as a Bonus Action.">AUTO-HEALING</option>
|
||
<option value="AUTO-PILOTED" title="The vehicle does not require Player Character input in order to drive.">AUTO-PILOTED</option>
|
||
<option value="ATTACHABLE" title="The item can be linked to a piece of Armour with the Exosuit trait, or onto a Vehicle, Drone, or Mech. The item can be controlled using Drone Warfare rules and the Drone Warfare Skill.">ATTACHABLE</option>
|
||
<option value="BIO-MOD" title="The item is a biological modification.">BIO-MOD</option>
|
||
<option value="BLAST" title="The item deals damage to all enemies within its blast radius.">BLAST</option>
|
||
<option value="BLEED ON HIT" title="This item inflicts the Bleed Status Effect, losing 1D4 HP at the end of the turn for one turn, on hitting a target.">BLEED ON HIT</option>
|
||
<option value="BLIND ON HIT" title="This item inflicts the Blind Status Effect on hitting a target.">BLIND ON HIT</option>
|
||
<option value="BURN" title="The item burns enemies on hit, afflicting them with the Burning Status Effect.">BURN</option>
|
||
<option value="CARGO SPACE (small)" title="The item or vehicle has room to store cargo up to approximately 5Kg.">CARGO SPACE (small)</option>
|
||
<option value="CARGO SPACE (medium)" title="The item or vehicle has room to store cargo up to approximately 50Kg.">CARGO SPACE (medium)</option>
|
||
<option value="CARGO SPACE (large)" title="The item or vehicle has room to store large gear and equipment.">CARGO SPACE (large)</option>
|
||
<option value="COLLAPSIBLE" title="The item can be collapsed into a smaller form, rendering it Concealable.">COLLAPSIBLE</option>
|
||
<option value="CONCEALABLE" title="The item is easy to hide, granting a non-stacking +1D6 Advantage on Stealth when trying to hide or disguise it.">CONCEALABLE</option>
|
||
<option value="CYBERWARE" title="This item is a piece of technology integrated into the body. It strains the body to have.">CYBERWARE</option>
|
||
<option value="ELECTRONIC GHOST" title="The item does not appear on electronic scanners.">ELECTRONIC GHOST</option>
|
||
<option value="ELECTRONIC CAMO" title="The item has a +1D6 Advantage on Stealth when hiding from electronic scanners.">ELECTRONIC CAMO</option>
|
||
<option value="EMP" title="Items that cause EMP-type damage deal double damage to Drones and robotic entities. Bypasses their Damage Negation.">EMP</option>
|
||
<option value="ENERGY FIELD" title="Damage Negation is provided by an energy field. Can be shorted, disabled by EMPs, or Hacked.">ENERGY FIELD</option>
|
||
<option value="EXOSUIT" title="The Armour is a suit of sophisticated technology and can accept attachments or attachable weapons and sub-systems.">EXOSUIT</option>
|
||
<option value="FLYING" title="The Armour or Vehicle can fly. The armour’s flying distance is equal to the Player or Character’s Movement Speed.">FLYING</option>
|
||
<option value="HACKING ENABLED" title="The item allows its holder to Hack into technological appliances and devices.">HACKING ENABLED</option>
|
||
<option value="HEAVY" title="The item’s mass reduces Movement by 5 Feet. Does not stack.">HEAVY</option>
|
||
<option value="HOVER" title="The item allows its user to Hover. 10 Feet of ordinary movement can be used to traverse 10 Feet horizontally. All fall damage is reduced by 5.">HOVER</option>
|
||
<option value="INACCURATE" title="The weapon is not accurate. Fire with Disadvantage, subtracting 1D6 from Attack Rolls.">INACCURATE</option>
|
||
<option value="INJECTION ROUND" title="The item fires bullets that harm via injection.">INJECTION ROUND</option>
|
||
<option value="JAGGED" title="This item inflicts the Bleed Status Effect when a Critical Hit is rolled.">JAGGED</option>
|
||
<option value="KNOCKBACK" title="The weapon forcefully moves a struck enemy 5 Feet away from the Attacker on hit.">KNOCKBACK</option>
|
||
<option value="LIGHT" title="The item’s mass increases Movement by 5 Feet. Does not stack.">LIGHT</option>
|
||
<option value="LOADING" title="The weapon requires a Bonus Action to reload before it can fire a second time in Combat. Can occasionally be loaded with nonstandard ammunition.">LOADING</option>
|
||
<option value="LOUD" title="The item is Loud when used, alerting enemies at twice their detection range and imposing a -1D6 Disadvantage on Stealth if used.">LOUD</option>
|
||
<option value="LOW-LIGHT VISION" title="The item allows its user to see in low-light situations up to 60 Feet.">LOW-LIGHT VISION</option>
|
||
<option value="MARKER" title="Places a Mark on a target on Hit. Allies who attack this target gain +1 to Hit. Ends if target breaks line of sight or goes into hiding.">MARKER</option>
|
||
<option value="MEDIUM" title="The item’s mass is neutral and does not help you move any faster or slower.">MEDIUM</option>
|
||
<option value="MODDABLE" title="The item can have Modifications added to it out of Combat.">MODDABLE</option>
|
||
<option value="NEAR-SILENT" title="The item is nearly silent, granting a +1D4 Advantage on Stealth checks when used.">NEAR-SILENT</option>
|
||
<option value="NON-LETHAL" title="The item does not cause lethal damage. Enemies that reach 0HP are instead knocked unconscious.">NON-LETHAL</option>
|
||
<option value="OFF-HAND" title="The item is designed for Off-Hand use and dual-wielding, and can use all modifiers when used for dual-wielding.">OFF-HAND</option>
|
||
<option value="REACH" title="The weapon has a range of 10 Feet. It is still considered a melee weapon.">REACH</option>
|
||
<option value="REINFORCED" title="The Armour is stronger, granting an additional 1 Damage Negation.">REINFORCED</option>
|
||
<option value="BIO-RESISTANT" title="This item’s user resists Bio-type damage, taking half Damage from an attack instead of full, round up.">BIO-RESISTANT</option>
|
||
<option value="EMP RESISTANT" title="This item’s user resists EMP-type damage, taking full Damage from an attack instead of double.">EMP RESISTANT</option>
|
||
<option value="FIRE-RESISTANT" title="This item’s user resists Fire-type damage, taking half Damage from an attack instead of full, round up.">FIRE-RESISTANT</option>
|
||
<option value="RIPOSTE" title="This item allows its user to retaliate when attacked from Melee or Range. Using a Reaction, the user can use a Melee or Ranged Attack to strike at their attacker if within the weapon’s base range.">RIPOSTE</option>
|
||
<option value="SCANNING" title="The item allows the user to scan a small item or room, allowing them to make an Awareness check or Reroll a previous one. This counts as a new Awareness roll.">SCANNING</option>
|
||
<option value="SCOPED" title="The weapon is equipped with a scope. The user may use a Bonus Action to aim, obtaining a +1D6 Advantage on their next Attack Roll using that weapon.">SCOPED</option>
|
||
<option value="SENSOR" title="The item gives a +1D4 Advantage on Awareness Checks.">SENSOR</option>
|
||
<option value="SHAPESHIFTING" title="The user may freely change their outward appearance.">SHAPESHIFTING</option>
|
||
<option value="SHIELD" title="The item is a shield held in the off-hand. It makes off-hand or dual-wield Attacks with anything but the shield impossible.">SHIELD</option>
|
||
<option value="SHOCKING" title="The item Stuns enemies if they fail a DC 10 Save for one Turn.">SHOCKING</option>
|
||
<option value="SILENT" title="The item makes no noise. If used in combat the player can make a free contested Stealth check against nearby enemies within 30 feet to remain Hidden. Grants +1D4 Advantage on Stealth checks.">SILENT</option>
|
||
<option value="SINGLE-USE" title="The item can be used once, and then is used up and discarded.">SINGLE-USE</option>
|
||
<option value="SMART-TRACKING" title="The item has a +1D4 Advantage on hit rolls.">SMART-TRACKING</option>
|
||
<option value="SPRINTER" title="The item grants its user an additional 5 Feet of Movement speed.">SPRINTER</option>
|
||
<option value="STUNNING" title="The item causes temporary paralysis or shock to biological targets. On hit, target must roll a DC 10 Save or DC 10 Physique check. On failure they are Stunned for one turn.">STUNNING</option>
|
||
<option value="SUPPRESSIVE FIRE" title="This item gives enemies a -1D6 Disadvantage on their next attack if it misses them.">SUPPRESSIVE FIRE</option>
|
||
</select>
|
||
<select name="attr_cyberware_3_trait_4" title="Trait 4">
|
||
<option value="">N/A</option>
|
||
<option value="ACCESSORY" title="Can be worn over or under Light or Medium Armour. Their Damage Negation stack.">ACCESSORY</option>
|
||
<option value="ADAPTIVE CAMO" title="The item can turn partially invisible, granting 1D4 Advantage on Stealth checks.">ADAPTIVE CAMO</option>
|
||
<option value="ARMOUR-PIERCING" title="The item ignores 1 Damage Negation on hit.">ARMOUR-PIERCING</option>
|
||
<option value="AUTO-HEALING" title="The item heals the user 1D4 HP as a Bonus Action.">AUTO-HEALING</option>
|
||
<option value="AUTO-PILOTED" title="The vehicle does not require Player Character input in order to drive.">AUTO-PILOTED</option>
|
||
<option value="ATTACHABLE" title="The item can be linked to a piece of Armour with the Exosuit trait, or onto a Vehicle, Drone, or Mech. The item can be controlled using Drone Warfare rules and the Drone Warfare Skill.">ATTACHABLE</option>
|
||
<option value="BIO-MOD" title="The item is a biological modification.">BIO-MOD</option>
|
||
<option value="BLAST" title="The item deals damage to all enemies within its blast radius.">BLAST</option>
|
||
<option value="BLEED ON HIT" title="This item inflicts the Bleed Status Effect, losing 1D4 HP at the end of the turn for one turn, on hitting a target.">BLEED ON HIT</option>
|
||
<option value="BLIND ON HIT" title="This item inflicts the Blind Status Effect on hitting a target.">BLIND ON HIT</option>
|
||
<option value="BURN" title="The item burns enemies on hit, afflicting them with the Burning Status Effect.">BURN</option>
|
||
<option value="CARGO SPACE (small)" title="The item or vehicle has room to store cargo up to approximately 5Kg.">CARGO SPACE (small)</option>
|
||
<option value="CARGO SPACE (medium)" title="The item or vehicle has room to store cargo up to approximately 50Kg.">CARGO SPACE (medium)</option>
|
||
<option value="CARGO SPACE (large)" title="The item or vehicle has room to store large gear and equipment.">CARGO SPACE (large)</option>
|
||
<option value="COLLAPSIBLE" title="The item can be collapsed into a smaller form, rendering it Concealable.">COLLAPSIBLE</option>
|
||
<option value="CONCEALABLE" title="The item is easy to hide, granting a non-stacking +1D6 Advantage on Stealth when trying to hide or disguise it.">CONCEALABLE</option>
|
||
<option value="CYBERWARE" title="This item is a piece of technology integrated into the body. It strains the body to have.">CYBERWARE</option>
|
||
<option value="ELECTRONIC GHOST" title="The item does not appear on electronic scanners.">ELECTRONIC GHOST</option>
|
||
<option value="ELECTRONIC CAMO" title="The item has a +1D6 Advantage on Stealth when hiding from electronic scanners.">ELECTRONIC CAMO</option>
|
||
<option value="EMP" title="Items that cause EMP-type damage deal double damage to Drones and robotic entities. Bypasses their Damage Negation.">EMP</option>
|
||
<option value="ENERGY FIELD" title="Damage Negation is provided by an energy field. Can be shorted, disabled by EMPs, or Hacked.">ENERGY FIELD</option>
|
||
<option value="EXOSUIT" title="The Armour is a suit of sophisticated technology and can accept attachments or attachable weapons and sub-systems.">EXOSUIT</option>
|
||
<option value="FLYING" title="The Armour or Vehicle can fly. The armour’s flying distance is equal to the Player or Character’s Movement Speed.">FLYING</option>
|
||
<option value="HACKING ENABLED" title="The item allows its holder to Hack into technological appliances and devices.">HACKING ENABLED</option>
|
||
<option value="HEAVY" title="The item’s mass reduces Movement by 5 Feet. Does not stack.">HEAVY</option>
|
||
<option value="HOVER" title="The item allows its user to Hover. 10 Feet of ordinary movement can be used to traverse 10 Feet horizontally. All fall damage is reduced by 5.">HOVER</option>
|
||
<option value="INACCURATE" title="The weapon is not accurate. Fire with Disadvantage, subtracting 1D6 from Attack Rolls.">INACCURATE</option>
|
||
<option value="INJECTION ROUND" title="The item fires bullets that harm via injection.">INJECTION ROUND</option>
|
||
<option value="JAGGED" title="This item inflicts the Bleed Status Effect when a Critical Hit is rolled.">JAGGED</option>
|
||
<option value="KNOCKBACK" title="The weapon forcefully moves a struck enemy 5 Feet away from the Attacker on hit.">KNOCKBACK</option>
|
||
<option value="LIGHT" title="The item’s mass increases Movement by 5 Feet. Does not stack.">LIGHT</option>
|
||
<option value="LOADING" title="The weapon requires a Bonus Action to reload before it can fire a second time in Combat. Can occasionally be loaded with nonstandard ammunition.">LOADING</option>
|
||
<option value="LOUD" title="The item is Loud when used, alerting enemies at twice their detection range and imposing a -1D6 Disadvantage on Stealth if used.">LOUD</option>
|
||
<option value="LOW-LIGHT VISION" title="The item allows its user to see in low-light situations up to 60 Feet.">LOW-LIGHT VISION</option>
|
||
<option value="MARKER" title="Places a Mark on a target on Hit. Allies who attack this target gain +1 to Hit. Ends if target breaks line of sight or goes into hiding.">MARKER</option>
|
||
<option value="MEDIUM" title="The item’s mass is neutral and does not help you move any faster or slower.">MEDIUM</option>
|
||
<option value="MODDABLE" title="The item can have Modifications added to it out of Combat.">MODDABLE</option>
|
||
<option value="NEAR-SILENT" title="The item is nearly silent, granting a +1D4 Advantage on Stealth checks when used.">NEAR-SILENT</option>
|
||
<option value="NON-LETHAL" title="The item does not cause lethal damage. Enemies that reach 0HP are instead knocked unconscious.">NON-LETHAL</option>
|
||
<option value="OFF-HAND" title="The item is designed for Off-Hand use and dual-wielding, and can use all modifiers when used for dual-wielding.">OFF-HAND</option>
|
||
<option value="REACH" title="The weapon has a range of 10 Feet. It is still considered a melee weapon.">REACH</option>
|
||
<option value="REINFORCED" title="The Armour is stronger, granting an additional 1 Damage Negation.">REINFORCED</option>
|
||
<option value="BIO-RESISTANT" title="This item’s user resists Bio-type damage, taking half Damage from an attack instead of full, round up.">BIO-RESISTANT</option>
|
||
<option value="EMP RESISTANT" title="This item’s user resists EMP-type damage, taking full Damage from an attack instead of double.">EMP RESISTANT</option>
|
||
<option value="FIRE-RESISTANT" title="This item’s user resists Fire-type damage, taking half Damage from an attack instead of full, round up.">FIRE-RESISTANT</option>
|
||
<option value="RIPOSTE" title="This item allows its user to retaliate when attacked from Melee or Range. Using a Reaction, the user can use a Melee or Ranged Attack to strike at their attacker if within the weapon’s base range.">RIPOSTE</option>
|
||
<option value="SCANNING" title="The item allows the user to scan a small item or room, allowing them to make an Awareness check or Reroll a previous one. This counts as a new Awareness roll.">SCANNING</option>
|
||
<option value="SCOPED" title="The weapon is equipped with a scope. The user may use a Bonus Action to aim, obtaining a +1D6 Advantage on their next Attack Roll using that weapon.">SCOPED</option>
|
||
<option value="SENSOR" title="The item gives a +1D4 Advantage on Awareness Checks.">SENSOR</option>
|
||
<option value="SHAPESHIFTING" title="The user may freely change their outward appearance.">SHAPESHIFTING</option>
|
||
<option value="SHIELD" title="The item is a shield held in the off-hand. It makes off-hand or dual-wield Attacks with anything but the shield impossible.">SHIELD</option>
|
||
<option value="SHOCKING" title="The item Stuns enemies if they fail a DC 10 Save for one Turn.">SHOCKING</option>
|
||
<option value="SILENT" title="The item makes no noise. If used in combat the player can make a free contested Stealth check against nearby enemies within 30 feet to remain Hidden. Grants +1D4 Advantage on Stealth checks.">SILENT</option>
|
||
<option value="SINGLE-USE" title="The item can be used once, and then is used up and discarded.">SINGLE-USE</option>
|
||
<option value="SMART-TRACKING" title="The item has a +1D4 Advantage on hit rolls.">SMART-TRACKING</option>
|
||
<option value="SPRINTER" title="The item grants its user an additional 5 Feet of Movement speed.">SPRINTER</option>
|
||
<option value="STUNNING" title="The item causes temporary paralysis or shock to biological targets. On hit, target must roll a DC 10 Save or DC 10 Physique check. On failure they are Stunned for one turn.">STUNNING</option>
|
||
<option value="SUPPRESSIVE FIRE" title="This item gives enemies a -1D6 Disadvantage on their next attack if it misses them.">SUPPRESSIVE FIRE</option>
|
||
</select>
|
||
</div>
|
||
<label>Part <input type="text" name="attr_cyberware_3_part"></label>
|
||
<label>Strain <input type="number" name="attr_cyberware_3_strain" value="0"></label>
|
||
<div class="slots">
|
||
<label>S <input type="number" name="attr_cyberware_3_mod_s" value="0"></label>
|
||
<label>A <input type="number" name="attr_cyberware_3_mod_a" value="0"></label>
|
||
<label>C <input type="number" name="attr_cyberware_3_mod_c" value="0"></label>
|
||
</div>
|
||
</div></div>
|
||
</section>
|
||
|
||
<section class="box">
|
||
<h2>Other</h2>
|
||
<textarea name="attr_other"></textarea>
|
||
</section>
|
||
</div>
|
||
|
||
<script type="text/worker">
|
||
const skills = ["small_arms","big_guns","blades","melee_combat","drone_warfare","demolitions","evasion_skill","physique","hacking","cybernetics_handling","sabotage","jury_rigging","engineering","fast_talk","street_cred","underworld","corporate","media","persuasion","bullying","infiltration","performance","investigation","awareness","scavenging","first_aid","stealth","parkour","piloting","survival","xenobiology"];
|
||
|
||
function n(value) {
|
||
return parseInt(value, 10) || 0;
|
||
}
|
||
|
||
function improvementCost(nextLevel) {
|
||
if (nextLevel <= 1) return 1;
|
||
if (nextLevel === 2) return 1;
|
||
if (nextLevel === 3) return 2;
|
||
if (nextLevel === 4) return 3;
|
||
if (nextLevel === 5) return 5;
|
||
if (nextLevel === 6) return 8;
|
||
if (nextLevel === 7) return 10;
|
||
if (nextLevel === 8) return 16;
|
||
return 20;
|
||
}
|
||
|
||
function skillAdvanceStatus(exp, lvl) {
|
||
const cost = improvementCost(lvl + 1);
|
||
const xpPoints = Math.floor(exp / 10);
|
||
const remaining = Math.max(0, (cost * 10) - exp);
|
||
return xpPoints >= cost
|
||
? `Ready: ${xpPoints}/${cost} pts`
|
||
: `${remaining} XP to next`;
|
||
}
|
||
|
||
function recalcAdvanceStatuses() {
|
||
const attrs = [];
|
||
skills.forEach(skill => {
|
||
attrs.push(`${skill}_exp`, `${skill}_lvl`);
|
||
});
|
||
getAttrs(attrs, v => {
|
||
const out = {};
|
||
skills.forEach(skill => {
|
||
const exp = n(v[`${skill}_exp`]);
|
||
const lvl = n(v[`${skill}_lvl`]);
|
||
out[`${skill}_status`] = skillAdvanceStatus(exp, lvl);
|
||
});
|
||
setAttrs(out, {silent: true});
|
||
});
|
||
}
|
||
|
||
function advantageDieFromCount(count) {
|
||
if (count <= 0) return "0d1";
|
||
if (count === 1) return "1d4";
|
||
if (count === 2) return "1d6";
|
||
if (count === 3) return "1d8";
|
||
if (count === 4) return "1d12";
|
||
return "1d20";
|
||
}
|
||
|
||
function advantageLabelFromCount(count, sign) {
|
||
const die = advantageDieFromCount(count);
|
||
if (count <= 0) return "none";
|
||
return `${sign}${die}`;
|
||
}
|
||
|
||
function recalcAdvDisDice() {
|
||
getAttrs(["advdis_level", "strain_disadvantage"], v => {
|
||
const selected = Math.max(1, n(v.advdis_level) || 1);
|
||
const strainDis = n(v.strain_disadvantage);
|
||
|
||
const effectiveAdv = selected - strainDis;
|
||
const effectiveDis = selected + strainDis;
|
||
|
||
setAttrs({
|
||
adv_effective_die: advantageDieFromCount(effectiveAdv),
|
||
dis_effective_die: advantageDieFromCount(effectiveDis),
|
||
adv_effective_note: advantageLabelFromCount(effectiveAdv, "+"),
|
||
dis_effective_note: advantageLabelFromCount(effectiveDis, "-")
|
||
}, {silent: true});
|
||
});
|
||
}
|
||
|
||
function zeroGearBonuses() {
|
||
const out = {};
|
||
skills.forEach(skill => out[`${skill}_gear`] = 0);
|
||
out.evasion_gear = 0;
|
||
out.damage_negation_gear = 0;
|
||
out.hp_max_gear = 0;
|
||
out.sp_max_gear = 0;
|
||
return out;
|
||
}
|
||
|
||
function recalcBonusesAndTotals() {
|
||
const attrs = ["level", "hp", "hp_initialized", "npc_override", "npc_hp_max", "npc_damage_negation"];
|
||
skills.forEach(skill => attrs.push(`${skill}_lvl`, `${skill}_prof`, `${skill}_exp`));
|
||
for (let i = 1; i <= 12; i++) {
|
||
attrs.push(`bonus_${i}_enabled`, `bonus_${i}_target`, `bonus_${i}_amount`);
|
||
}
|
||
for (let i = 1; i <= 2; i++) {
|
||
attrs.push(`weapon_${i}_pts`, `drone_${i}_pts`);
|
||
}
|
||
for (let i = 1; i <= 3; i++) {
|
||
attrs.push(`armour_${i}_pts`, `armour_${i}_defence`, `cyberware_${i}_pts`, `cyberware_${i}_strain`);
|
||
}
|
||
|
||
getAttrs(attrs, function(v) {
|
||
const gear = zeroGearBonuses();
|
||
|
||
for (let i = 1; i <= 12; i++) {
|
||
const enabled = v[`bonus_${i}_enabled`] === "1";
|
||
const target = v[`bonus_${i}_target`] || "none";
|
||
const amount = n(v[`bonus_${i}_amount`]);
|
||
if (enabled && target !== "none" && Object.prototype.hasOwnProperty.call(gear, `${target}_gear`)) {
|
||
gear[`${target}_gear`] += amount;
|
||
}
|
||
}
|
||
|
||
let baseArmourDefence = 0;
|
||
let currentStrain = 0;
|
||
let spentSp = 0;
|
||
|
||
for (let i = 1; i <= 2; i++) {
|
||
spentSp += n(v[`weapon_${i}_pts`]);
|
||
spentSp += n(v[`drone_${i}_pts`]);
|
||
}
|
||
|
||
for (let i = 1; i <= 3; i++) {
|
||
spentSp += n(v[`armour_${i}_pts`]);
|
||
spentSp += n(v[`cyberware_${i}_pts`]);
|
||
baseArmourDefence += n(v[`armour_${i}_defence`]);
|
||
currentStrain += n(v[`cyberware_${i}_strain`]);
|
||
}
|
||
|
||
const out = {};
|
||
let proficiencyUsed = 0;
|
||
|
||
skills.forEach(skill => {
|
||
const prof = n(v[`${skill}_prof`]);
|
||
proficiencyUsed += prof ? 1 : 0;
|
||
|
||
const total = n(v[`${skill}_lvl`]) + n(gear[`${skill}_gear`]);
|
||
out[`${skill}_gear`] = n(gear[`${skill}_gear`]);
|
||
out[`${skill}_total`] = total;
|
||
out[`${skill}_status`] = skillAdvanceStatus(n(v[`${skill}_exp`]), n(v[`${skill}_lvl`]));
|
||
});
|
||
|
||
const level = Math.max(1, n(v.level));
|
||
const proficiencyAllowed = 2 + Math.floor(level / 10);
|
||
|
||
const strainMax = 3 + n(out.cybernetics_handling_total);
|
||
const strainOver = Math.max(0, currentStrain - strainMax);
|
||
const evasionPhysiquePenalty = strainOver >= 3 ? -3 : (strainOver >= 1 ? -strainOver : 0);
|
||
const combatPenalty = strainOver === 2 ? -1 : 0;
|
||
const hpMaxPenalty = strainOver >= 3 ? 2 : 0;
|
||
const strainDisadvantage = strainOver >= 3 ? 1 : 0;
|
||
|
||
out.strain_current = currentStrain;
|
||
out.strain_max = strainMax;
|
||
out.strain_disadvantage = strainDisadvantage;
|
||
out.strain_status = strainOver <= 0
|
||
? "Within limit"
|
||
: `Over by ${strainOver}`;
|
||
|
||
skills.forEach(skill => {
|
||
out[`${skill}_strain_penalty`] = 0;
|
||
out[`${skill}_strain_note`] = strainDisadvantage ? "-1d4 from excessive strain" : "";
|
||
});
|
||
|
||
function setSkillStrain(skill, penalty) {
|
||
out[`${skill}_strain_penalty`] = penalty;
|
||
if (penalty !== 0 && strainDisadvantage) {
|
||
out[`${skill}_strain_note`] = `${penalty} and -1d4 from excessive strain`;
|
||
} else if (penalty !== 0) {
|
||
out[`${skill}_strain_note`] = `${penalty}`;
|
||
} else if (strainDisadvantage) {
|
||
out[`${skill}_strain_note`] = "-1d4 from excessive strain";
|
||
} else {
|
||
out[`${skill}_strain_note`] = "";
|
||
}
|
||
}
|
||
|
||
setSkillStrain("evasion_skill", evasionPhysiquePenalty);
|
||
setSkillStrain("physique", evasionPhysiquePenalty);
|
||
setSkillStrain("small_arms", combatPenalty);
|
||
setSkillStrain("big_guns", combatPenalty);
|
||
setSkillStrain("blades", combatPenalty);
|
||
setSkillStrain("melee_combat", combatPenalty);
|
||
|
||
out.proficiency_used = proficiencyUsed;
|
||
out.proficiency_allowed = proficiencyAllowed;
|
||
|
||
out.evasion = 10 + n(out.evasion_skill_total) + n(gear.evasion_gear) + evasionPhysiquePenalty;
|
||
|
||
if (v.npc_override === "1") {
|
||
out.damage_negation = n(v.npc_damage_negation);
|
||
} else {
|
||
out.damage_negation = baseArmourDefence + n(gear.damage_negation_gear);
|
||
}
|
||
if (v.npc_override === "1") {
|
||
out.hp_max_total = Math.max(0, n(v.npc_hp_max) - hpMaxPenalty);
|
||
} else {
|
||
out.hp_max_total = Math.max(0, 10 + n(out.physique_total) + n(gear.hp_max_gear) - hpMaxPenalty);
|
||
}
|
||
|
||
if (v.hp_initialized !== "1") {
|
||
out.hp = out.hp_max_total;
|
||
out.hp_initialized = "1";
|
||
}
|
||
out.sp_spent = spentSp;
|
||
|
||
setAttrs(out, () => { recalcWeaponAttacks(); recalcAdvDisDice(); });
|
||
});
|
||
}
|
||
|
||
skills.forEach(skill => {
|
||
on(`clicked:mark_${skill}`, function() {
|
||
getAttrs([`${skill}_exp`, `${skill}_lvl`], function(v) {
|
||
const exp = n(v[`${skill}_exp`]) + 1;
|
||
const lvl = n(v[`${skill}_lvl`]);
|
||
const out = {};
|
||
out[`${skill}_exp`] = exp;
|
||
out[`${skill}_status`] = skillAdvanceStatus(exp, lvl);
|
||
setAttrs(out, () => { recalcBonusesAndTotals(); recalcAdvanceStatuses(); });
|
||
});
|
||
});
|
||
});
|
||
|
||
let changeEvents = ["sheet:opened", "change:level", "change:npc_override", "change:npc_hp_max", "change:npc_damage_negation"];
|
||
skills.forEach(skill => changeEvents.push(`change:${skill}_lvl`, `change:${skill}_prof`, `change:${skill}_exp`));
|
||
for (let i = 1; i <= 12; i++) {
|
||
changeEvents.push(`change:bonus_${i}_enabled`, `change:bonus_${i}_target`, `change:bonus_${i}_amount`);
|
||
}
|
||
for (let i = 1; i <= 2; i++) {
|
||
changeEvents.push(`change:weapon_${i}_pts`, `change:drone_${i}_pts`);
|
||
}
|
||
for (let i = 1; i <= 3; i++) {
|
||
changeEvents.push(`change:armour_${i}_pts`, `change:armour_${i}_defence`, `change:cyberware_${i}_pts`, `change:cyberware_${i}_strain`);
|
||
}
|
||
|
||
|
||
const weaponSkillNames = {
|
||
small_arms: "Small Arms",
|
||
big_guns: "Big Guns",
|
||
blades: "Blades",
|
||
melee_combat: "Melee Combat"
|
||
};
|
||
|
||
function traitSummaryFromValues(values) {
|
||
return values.filter(value => value && value !== "").join(", ");
|
||
}
|
||
|
||
function recalcWeaponAttacks() {
|
||
const attrs = [];
|
||
for (let i = 1; i <= 2; i++) {
|
||
attrs.push(`weapon_${i}_skill`, `weapon_${i}_trait_1`, `weapon_${i}_trait_2`, `weapon_${i}_trait_3`, `weapon_${i}_trait_4`, "strain_disadvantage");
|
||
}
|
||
Object.keys(weaponSkillNames).forEach(skill => {
|
||
attrs.push(`${skill}_total`, `${skill}_prof`, `${skill}_strain_penalty`);
|
||
});
|
||
|
||
getAttrs(attrs, function(v) {
|
||
const out = {};
|
||
|
||
for (let i = 1; i <= 2; i++) {
|
||
const skill = v[`weapon_${i}_skill`] || "small_arms";
|
||
out[`weapon_${i}_attack_total`] = n(v[`${skill}_total`]);
|
||
const penalty = n(v[`${skill}_strain_penalty`]);
|
||
const globalDis = n(v.strain_disadvantage);
|
||
out[`weapon_${i}_attack_prof`] = n(v[`${skill}_prof`]);
|
||
out[`weapon_${i}_attack_penalty`] = penalty;
|
||
if (penalty !== 0 && globalDis) {
|
||
out[`weapon_${i}_attack_strain_note`] = `${penalty} and -1d4 from excessive strain`;
|
||
} else if (penalty !== 0) {
|
||
out[`weapon_${i}_attack_strain_note`] = `${penalty}`;
|
||
} else if (globalDis) {
|
||
out[`weapon_${i}_attack_strain_note`] = "-1d4 from excessive strain";
|
||
} else {
|
||
out[`weapon_${i}_attack_strain_note`] = "";
|
||
}
|
||
out[`weapon_${i}_skill_name`] = weaponSkillNames[skill] || "Small Arms";
|
||
out[`weapon_${i}_traits_summary`] = traitSummaryFromValues([
|
||
v[`weapon_${i}_trait_1`],
|
||
v[`weapon_${i}_trait_2`],
|
||
v[`weapon_${i}_trait_3`],
|
||
v[`weapon_${i}_trait_4`]
|
||
]);
|
||
}
|
||
|
||
setAttrs(out);
|
||
});
|
||
}
|
||
|
||
on("change:weapon_1_skill change:weapon_2_skill change:small_arms_total change:small_arms_prof change:small_arms_strain_penalty change:big_guns_total change:big_guns_prof change:big_guns_strain_penalty change:blades_total change:blades_prof change:blades_strain_penalty change:melee_combat_total change:melee_combat_prof change:melee_combat_strain_penalty change:weapon_1_trait_1 change:weapon_1_trait_2 change:weapon_1_trait_3 change:weapon_1_trait_4 change:weapon_2_trait_1 change:weapon_2_trait_2 change:weapon_2_trait_3 change:weapon_2_trait_4 sheet:opened", recalcWeaponAttacks);
|
||
|
||
on(changeEvents.join(" "), recalcBonusesAndTotals);
|
||
on("change:small_arms_exp change:small_arms_lvl change:big_guns_exp change:big_guns_lvl change:blades_exp change:blades_lvl change:melee_combat_exp change:melee_combat_lvl change:drone_warfare_exp change:drone_warfare_lvl change:demolitions_exp change:demolitions_lvl change:evasion_skill_exp change:evasion_skill_lvl change:physique_exp change:physique_lvl change:hacking_exp change:hacking_lvl change:cybernetics_handling_exp change:cybernetics_handling_lvl change:sabotage_exp change:sabotage_lvl change:jury_rigging_exp change:jury_rigging_lvl change:engineering_exp change:engineering_lvl change:fast_talk_exp change:fast_talk_lvl change:street_cred_exp change:street_cred_lvl change:underworld_exp change:underworld_lvl change:corporate_exp change:corporate_lvl change:media_exp change:media_lvl change:persuasion_exp change:persuasion_lvl change:bullying_exp change:bullying_lvl change:infiltration_exp change:infiltration_lvl change:performance_exp change:performance_lvl change:investigation_exp change:investigation_lvl change:awareness_exp change:awareness_lvl change:scavenging_exp change:scavenging_lvl change:first_aid_exp change:first_aid_lvl change:stealth_exp change:stealth_lvl change:parkour_exp change:parkour_lvl change:piloting_exp change:piloting_lvl change:survival_exp change:survival_lvl change:xenobiology_exp change:xenobiology_lvl sheet:opened", recalcAdvanceStatuses);
|
||
on("change:advdis_level change:strain_disadvantage sheet:opened", recalcAdvDisDice);
|
||
</script>
|
||
|
||
|
||
<rolltemplate class="sheet-rolltemplate-hopepunk">
|
||
<div class="sheet-roll-card">
|
||
<div class="sheet-roll-title">{{name}}</div>
|
||
{{#Skill}}<div class="sheet-roll-row"><span>Skill</span><span>{{Skill}}</span></div>{{/Skill}}
|
||
<div class="sheet-roll-row sheet-roll-main"><span>Roll</span><span>{{Roll}}</span></div>
|
||
{{#Damage}}<div class="sheet-roll-row"><span>Damage</span><span>{{Damage}}</span></div>{{/Damage}}
|
||
{{#Traits}}<div class="sheet-roll-row"><span>Traits</span><span>{{Traits}}</span></div>{{/Traits}}
|
||
{{#Effects}}<div class="sheet-roll-row"><span>Effects</span><span>{{Effects}}</span></div>{{/Effects}}
|
||
{{#Advantage}}<div class="sheet-roll-row sheet-roll-good"><span>Advantage</span><span>{{Advantage}}</span></div>{{/Advantage}}
|
||
{{#Disadvantage}}<div class="sheet-roll-row sheet-roll-bad"><span>Disadvantage</span><span>{{Disadvantage}}</span></div>{{/Disadvantage}}
|
||
{{#Strain}}<div class="sheet-roll-row sheet-roll-bad"><span>Strain</span><span>{{Strain}}</span></div>{{/Strain}}
|
||
</div>
|
||
</rolltemplate>
|
||
|