Don't apply 'jet' to eyes, 'very' to jet

This commit is contained in:
asonix 2020-10-31 18:35:59 -05:00
parent 203ffbbbaf
commit 64ea25c915
1 changed files with 13 additions and 2 deletions

View File

@ -85,7 +85,13 @@
"variants": "any",
"depends": "color-modifier",
"chance": 0.3,
"order": "{color-modifier} {base}"
"order": "{color-modifier} {base}",
"weights": [
[1, "light"],
[1, "dark"],
[1, "pale"],
[1, "bright"]
]
}]
}, {
"name": "post-descriptor",
@ -136,7 +142,12 @@
"jet"
],
"depends": [{
"variants": "any",
"variants": [
"light",
"pale",
"dark",
"bright"
],
"depends": "very",
"chance": 0.2,
"order": "{very} {base}"