Fix monster save generator not appearing
Issue #21 Had to remove default values (were set to normal man) in template.master
parent
8b9d0f1c88
commit
49044b84cc
|
@ -38,19 +38,19 @@
|
||||||
},
|
},
|
||||||
"saves": {
|
"saves": {
|
||||||
"death": {
|
"death": {
|
||||||
"value": 15
|
"value": 0
|
||||||
},
|
},
|
||||||
"wand": {
|
"wand": {
|
||||||
"value": 17
|
"value": 0
|
||||||
},
|
},
|
||||||
"paralysis": {
|
"paralysis": {
|
||||||
"value": 16
|
"value": 0
|
||||||
},
|
},
|
||||||
"breath": {
|
"breath": {
|
||||||
"value": 17
|
"value": 0
|
||||||
},
|
},
|
||||||
"spell": {
|
"spell": {
|
||||||
"value": 18
|
"value": 0
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"movement": {
|
"movement": {
|
||||||
|
|
Loading…
Reference in New Issue