mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 03:40:32 +00:00
ave updates
This commit is contained in:
@@ -11,6 +11,7 @@ input(type="hidden", name="attr_setting_individual_hidden", value="1").input-ind
|
||||
+text-input("npc_saves", "SAVES")(type="number", value="15").center
|
||||
each val in ["skills", "morale"]
|
||||
+text-input(`npc_${val}`, val.toUpperCase())(type="number", value="0").center
|
||||
+text-input("npc_instinct", "INSTINCT")(type="number", value="0").center.wwn
|
||||
+text-input("npc_attack_bonus", "ATTACK_BONUS")(type="number", value="0").center.swn.wwn
|
||||
.grid.gap-1.grid-flow-col.cwn
|
||||
+text-input("npc_ranged_attack_bonus", "RANGED_ATTACK_BONUS")(type="number", value="0").center
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -206,6 +206,7 @@
|
||||
"MELEE_ARMOR_CLASS": "Melee Armor Class",
|
||||
"MELEE_ATTACK_BONUS": "Melee Attack Bonus",
|
||||
"ABILITIES_CYBERWARE": "Abilities / Cyberware",
|
||||
"INSTINCT": "Instinct",
|
||||
"MEMORY": "Memory",
|
||||
"MENTAL_SAVE": "Mental Save",
|
||||
"MENTAL": "Mental",
|
||||
|
||||
Reference in New Issue
Block a user