Skip to content

Commit

Permalink
Decreasing how many Zombie brides and priests there are. (#38291)
Browse files Browse the repository at this point in the history
* Decreasing how many Zombie brides and priests there are.

* Running JSON lint for the zombie brides JSON changes.
  • Loading branch information
TimPollard authored Feb 24, 2020
1 parent a8d43e7 commit 875d138
Showing 1 changed file with 9 additions and 17 deletions.
26 changes: 9 additions & 17 deletions data/json/monsterdrops/zombie_default.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@
},
{ "item": "suit", "prob": 5, "damage": [ 1, 4 ] },
{ "item": "tux", "prob": 5, "damage": [ 1, 4 ] },
{ "item": "thawb", "prob": 10, "damage": [ 1, 4 ] },
{ "item": "cassock", "prob": 10, "damage": [ 1, 4 ] },
{ "item": "haori", "prob": 10, "damage": [ 1, 4 ] }
{ "item": "thawb", "prob": 1, "damage": [ 1, 4 ] },
{ "item": "cassock", "prob": 1, "damage": [ 1, 4 ] },
{ "item": "haori", "prob": 1, "damage": [ 1, 4 ] }
]
},
{ "group": "neckties", "prob": 15, "damage": [ 1, 4 ] },
Expand Down Expand Up @@ -70,7 +70,11 @@
"distribution": [
{ "item": "gown", "prob": 10, "damage": [ 1, 4 ] },
{ "item": "dress", "prob": 70, "damage": [ 1, 4 ] },
{ "item": "sundress", "prob": 50, "damage": [ 1, 4 ] }
{ "item": "sundress", "prob": 45, "damage": [ 1, 4 ] },
{
"collection": [ { "item": "dress_wedding", "damage": [ 1, 4 ] }, { "item": "veil_wedding", "damage": [ 1, 4 ] } ],
"prob": 5
}
]
},
{ "group": "dress_shoes", "prob": 30, "damage": [ 1, 4 ] },
Expand All @@ -79,19 +83,7 @@
},
{ "item": "long_glove_white", "prob": 20, "damage": [ 1, 4 ] }
],
"prob": 20
},
{
"collection": [
{ "item": "dress_wedding", "damage": [ 1, 4 ] },
{ "item": "veil_wedding", "damage": [ 1, 4 ] },
{ "group": "dress_shoes", "prob": 30, "damage": [ 1, 4 ] },
{
"distribution": [ { "item": "stockings", "prob": 50, "damage": [ 1, 4 ] }, { "item": "tights", "prob": 50, "damage": [ 1, 4 ] } ]
},
{ "item": "long_glove_white", "prob": 20, "damage": [ 1, 4 ] }
],
"prob": 10
"prob": 30
}
]
}
Expand Down

0 comments on commit 875d138

Please sign in to comment.