forked from YukariMindGap/Nechronica_Redux
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnec_monster_drops.json
36 lines (36 loc) · 1.18 KB
/
nec_monster_drops.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
[
{
"type": "item_group",
"subtype": "collection",
"id": "default_ZQ_death_drops",
"entries": [
{ "item": "dress_shoes", "damage": [ 1, 2 ], "prob": 100 },
{ "item": "nec_gothic_headdress", "damage": [ 1, 2 ], "prob": 100 },
{ "item": "nec_gothic_dress", "damage": [ 1, 2 ], "prob": 100 },
{ "item": "nec_ribbon", "damage": [ 1, 2 ], "prob": 100 }
]
},
{
"type": "item_group",
"subtype": "collection",
"id": "default_ZQrare_death_drops",
"entries": [
{ "item": "iv_mutagen_necromancy", "count": 1, "prob": 50 },
{ "item": "mutagen_necromancy", "count": [ 1, 2 ], "prob": 80 },
{ "item": "nec_sgothic_dress", "damage": [ 1, 2 ], "prob": 30 },
{ "item": "NEC_recipe_necromancy", "damage": [ 1, 2 ], "prob": 50 }
]
},
{
"type": "item_group",
"subtype": "collection",
"id": "default_necchild_death_drops",
"entries": [ { "item": "nec_ribbon", "damage": 1, "prob": 50 }, { "item": "nec_teddy", "damage": [ 1, 2 ], "prob": 80 } ]
},
{
"type": "item_group",
"subtype": "collection",
"id": "default_Nemesis_death_drops",
"entries": [ { "item": "nec_jogiri", "prob": 100 } ]
}
]