Skip to content

Commit

Permalink
Monsterdrops.json sorting
Browse files Browse the repository at this point in the history
  • Loading branch information
RarkGrames committed Feb 6, 2020
1 parent de46330 commit 77f0719
Show file tree
Hide file tree
Showing 7 changed files with 547 additions and 541 deletions.
6 changes: 6 additions & 0 deletions data/json/monsterdrops/marloss.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
[
{
"type": "item_group",
"subtype": "collection",
"id": "marloss_yellow_drops",
"entries": [ { "item": "marloss_gel" }, { "item": "fungal_seeds" } ]
},
{
"id": "marloss_zealot_death_drops",
"type": "item_group",
Expand Down
25 changes: 25 additions & 0 deletions data/json/monsterdrops/misc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
[
{
"type": "item_group",
"subtype": "collection",
"id": "jackson_drops",
"entries": [
{ "item": "jacket_leather_red", "prob": 100 },
{ "item": "jeans_red", "prob": 100 },
{ "item": "socks", "prob": 100 },
{ "item": "dance_shoes", "prob": 100 },
{ "item": "glove_jackson", "prob": 100 }
]
},
{
"type": "item_group",
"subtype": "collection",
"id": "mon_dragon_dummy_drops",
"entries": [
{ "item": "paper", "charges-min": 100, "charges-max": 300 },
{ "item": "stick", "count": [ 5, 8 ] },
{ "item": "cable", "charges-min": 20, "charges-max": 50 },
{ "item": "amplifier", "count": [ 0, 3 ] }
]
}
]
Loading

0 comments on commit 77f0719

Please sign in to comment.