mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 11:42:29 +00:00
152 lines
6.1 KiB
HTML
152 lines
6.1 KiB
HTML
<div class="character-sheet">
|
|
<!-- Personal details -->
|
|
<input type="text" class="character-name" name="attr_character_name" />
|
|
<br>
|
|
<input type="text" class="character-race" name="attr_race" />
|
|
<br>
|
|
<input type="text" class="character-concept" name="attr_concept" />
|
|
<br>
|
|
|
|
<!-- Attributes values -->
|
|
<input type="number" class="fortitude-value" name="attr_fortitude_value" />
|
|
<br>
|
|
<input type="number" class="reflexes-value" name="attr_reflexes_value" />
|
|
<br>
|
|
<input type="number" class="willpower-value" name="attr_willpower_value" />
|
|
<br>
|
|
<input type="number" class="intellect-value" name="attr_intellect_value" />
|
|
<br>
|
|
|
|
<!-- Attributes aspects -->
|
|
<input type="text" class="fortitude-aspect" name="attr_fortitude_aspect" />
|
|
<br>
|
|
<input type="text" class="reflexes-aspect" name="attr_reflexes_aspect" />
|
|
<br>
|
|
<input type="text" class="willpower-aspect" name="attr_willpower_aspect" />
|
|
<br>
|
|
<input type="text" class="intellect-aspect" name="attr_intellect_aspect" />
|
|
<br>
|
|
|
|
<!-- Health points -->
|
|
<input type="checkbox" class="health-point-1" name="attr_health_point_1" />
|
|
<input type="checkbox" class="health-point-2" name="attr_health_point_2" />
|
|
<input type="checkbox" class="health-point-3" name="attr_health_point_3" />
|
|
<input type="checkbox" class="health-point-4" name="attr_health_point_4" />
|
|
<input type="checkbox" class="health-point-5" name="attr_health_point_5" />
|
|
<br>
|
|
|
|
<!-- Fatigue points -->
|
|
<input type="checkbox" class="fatigue-point-1" name="attr_fatigue_point_1" />
|
|
<input type="checkbox" class="fatigue-point-2" name="attr_fatigue_point_2" />
|
|
<input type="checkbox" class="fatigue-point-3" name="attr_fatigue_point_3" />
|
|
<input type="checkbox" class="fatigue-point-4" name="attr_fatigue_point_4" />
|
|
<input type="checkbox" class="fatigue-point-5" name="attr_fatigue_point_5" />
|
|
<br>
|
|
|
|
<!-- Position points -->
|
|
<input type="checkbox" class="position-point-1" name="attr_position_point_1" />
|
|
<input type="checkbox" class="position-point-2" name="attr_position_point_2" />
|
|
<input type="checkbox" class="position-point-3" name="attr_position_point_3" />
|
|
<input type="checkbox" class="position-point-4" name="attr_position_point_4" />
|
|
<input type="checkbox" class="position-point-5" name="attr_position_point_5" />
|
|
<br>
|
|
|
|
<!-- Sanity points -->
|
|
<input type="checkbox" class="sanity-point-1" name="attr_sanity_point_1" />
|
|
<input type="checkbox" class="sanity-point-2" name="attr_sanity_point_2" />
|
|
<input type="checkbox" class="sanity-point-3" name="attr_sanity_point_3" />
|
|
<input type="checkbox" class="sanity-point-4" name="attr_sanity_point_4" />
|
|
<input type="checkbox" class="sanity-point-5" name="attr_sanity_point_5" />
|
|
<br>
|
|
|
|
<!-- Drama points -->
|
|
<input type="number" class="drama-value" name="attr_drama_value" />
|
|
<br>
|
|
<input type="checkbox" class="drama-point-1" name="attr_drama_point_1" />
|
|
<br>
|
|
<input type="checkbox" class="drama-point-2" name="attr_drama_point_2" />
|
|
<br>
|
|
<input type="checkbox" class="drama-point-3" name="attr_drama_point_3" />
|
|
<br>
|
|
<input type="checkbox" class="drama-point-4" name="attr_drama_point_4" />
|
|
<br>
|
|
<input type="checkbox" class="drama-point-5" name="attr_drama_point_5" />
|
|
<br>
|
|
<input type="checkbox" class="drama-point-6" name="attr_drama_point_6" />
|
|
<br>
|
|
<input type="checkbox" class="drama-point-7" name="attr_drama_point_7" />
|
|
<br>
|
|
<input type="checkbox" class="drama-point-8" name="attr_drama_point_8" />
|
|
<br>
|
|
<input type="checkbox" class="drama-point-9" name="attr_drama_point_9" />
|
|
<br>
|
|
<input type="checkbox" class="drama-point-10" name="attr_drama_point_10" />
|
|
<br>
|
|
|
|
<!-- Approaches points -->
|
|
<input type="number" class="discipline-value" name="attr_discipline_value" />
|
|
<br>
|
|
<input type="number" class="rush-value" name="attr_rush_value" />
|
|
<br>
|
|
<input type="number" class="caution-value" name="attr_caution_value" />
|
|
<br>
|
|
|
|
<!-- Additional stats -->
|
|
<input type="number" class="initiative-value" name="attr_initiative_value" />
|
|
<br>
|
|
<input type="number" class="melee-damage-value" name="attr_melee_damage_value" />
|
|
<br>
|
|
<input type="number" class="ranged-damage-value" name="attr_ranged_damage_value" />
|
|
<br>
|
|
<input type="number" class="supernatural-damage-value" name="attr_supernatural_damage_value" />
|
|
<br>
|
|
<input type="number" class="defense-value" name="attr_defense_value" />
|
|
<br>
|
|
<input type="number" class="unprepared-value" name="attr_unprepared_value" />
|
|
<br>
|
|
|
|
<input type="text" class="weapon-1-value" name="attr_weapon_1_value" />
|
|
<br>
|
|
<input type="text" class="weapon-2-value" name="attr_weapon_2_value" />
|
|
<br>
|
|
<input type="text" class="armor-value" name="attr_armor_value" />
|
|
<br>
|
|
<input type="text" class="reinforcement-value" name="attr_reinforcement_value" />
|
|
<br>
|
|
<input type="text" class="shield-value" name="attr_shield_value" />
|
|
<br>
|
|
<input type="number" class="toughness-value" name="attr_toughness_value" />
|
|
<input type="number" class="pa-value" name="attr_pa_value" />
|
|
<input type="number" class="minus-defense-value" name="attr_minus_defense_value" />
|
|
<br>
|
|
|
|
<!-- Hitos and talents -->
|
|
<textarea type="text" class="hitos" name="attr_hitos"></textarea>
|
|
<br>
|
|
<textarea type="text" class="talents" name="attr_talents"></textarea>
|
|
<br>
|
|
<hr class="vehicle-separator" />
|
|
<input type="number" class="potence-value" name="attr_potence_value" />
|
|
<span class="label potence">Potencia</span>
|
|
<br>
|
|
<input type="number" class="structure-value" name="attr_structure_value" />
|
|
<span class="label structure">Estructura</span>
|
|
<br>
|
|
<input type="number" class="versatility-value" name="attr_versatility_value" />
|
|
<span class="label versatility">Versatilidad</span>
|
|
<br>
|
|
<textarea type="text" class="ship-talents" name="attr_ship_talents"></textarea>
|
|
<br>
|
|
<input type="text" class="problem" name="attr_problem" />
|
|
<br>
|
|
|
|
<!-- Consecuences, equipment and relationships -->
|
|
<textarea type="text" class="consecuences" name="attr_consecuences"></textarea>
|
|
<textarea type="text" class="equipment" name="attr_equipment"></textarea>
|
|
<textarea type="text" class="relationships" name="attr_relationships"></textarea>
|
|
</div>
|
|
|
|
|
|
|
|
|