Be more consistent with formatting json

This commit is contained in:
asonix 2020-10-31 16:43:33 -05:00
parent 909ce8af4c
commit faec338d57

View file

@ -43,9 +43,7 @@
"chance": 0.5,
"join": ", "
}, {
"from": [
"small"
],
"from": ["small"],
"to": [
"sleek",
"swift",
@ -106,7 +104,12 @@
"chance": 1,
"order": "{eye-color} {base}"
}, {
"variants": ["paws", "stripes", "spots", "splotches"],
"variants": [
"paws",
"stripes",
"spots",
"splotches"
],
"depends": "pelt-color",
"chance": 1,
"order": "{pelt-color} {base}"
@ -221,7 +224,10 @@
],
"silent": ["cat"],
"depends": [{
"variants": ["tortoiseshell", "tabby"],
"variants": [
"tortoiseshell",
"tabby"
],
"depends": "pelt-color",
"chance": 0.5,
"order": "{pelt-color} {base}"