Pathfinder by Roll20 settings fix

Pathfinder by Roll20 settings fix
This commit is contained in:
Natha
2018-12-04 21:51:18 +01:00
parent 4d325723b0
commit 5f65d0cf2a
+2 -2
View File
@@ -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."
},