mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-09-05 14:42:31 +00:00
Pathfinder by Roll20 settings fix
Pathfinder by Roll20 settings fix
This commit is contained in:
@@ -90,7 +90,7 @@
|
||||
"attribute": "rollmod_attack",
|
||||
"displayname": "Query modifier for Attack & CMB Rolls",
|
||||
"type": "checkbox",
|
||||
"value": "?{@{ask_modifier}|0}",
|
||||
"value": "?{@{ask_atk_modifier}|0}",
|
||||
"default": "0"
|
||||
,"description":"If checked, this option will be applied to all new PCs and NPCs. This can be changed later on the individual character sheets."
|
||||
},
|
||||
@@ -98,7 +98,7 @@
|
||||
"attribute": "rollmod_damage",
|
||||
"displayname": "Query modifier for Damage Rolls",
|
||||
"type": "checkbox",
|
||||
"value": "?{@{ask_modifier}|0}",
|
||||
"value": "?{@{ask_dmg_modifier}|0}",
|
||||
"default": "0"
|
||||
,"description":"If checked, this option will be applied to all new PCs and NPCs. This can be changed later on the individual character sheets."
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user