Reworked Hero drop table

This commit is contained in:
Von Hresvelg
2022-11-16 09:01:21 +00:00
committed by Ryan
parent aa084de65b
commit c7fd4a218f
+12 -18
View File
@@ -1882,51 +1882,45 @@
"main": [ "main": [
{ {
"minAmount": "200", "minAmount": "200",
"weight": "50.0", "weight": "105.0",
"id": "995",
"maxAmount": "200"
},
{
"minAmount": "300",
"weight": "50.0",
"id": "995", "id": "995",
"maxAmount": "300" "maxAmount": "300"
}, },
{ {
"minAmount": "2", "minAmount": "2",
"weight": "25.0", "weight": "8.0",
"id": "560", "id": "560",
"maxAmount": "2" "maxAmount": "2"
}, },
{ {
"minAmount": "1", "minAmount": "1",
"weight": "25.0", "weight": "6.0",
"id": "565", "id": "565",
"maxAmount": "1" "maxAmount": "1"
}, },
{ {
"minAmount": "1", "minAmount": "1",
"weight": "50.0", "weight": "5.0",
"id": "444",
"maxAmount": "1"
},
{
"minAmount": "1",
"weight": "50.0",
"id": "1993", "id": "1993",
"maxAmount": "1" "maxAmount": "1"
}, },
{ {
"minAmount": "1", "minAmount": "1",
"weight": "50.0", "weight": "2.0",
"id": "569", "id": "569",
"maxAmount": "1" "maxAmount": "1"
}, },
{ {
"minAmount": "1", "minAmount": "1",
"weight": "50.0", "weight": "1.0",
"id": "1601", "id": "1601",
"maxAmount": "1" "maxAmount": "1"
},
{
"minAmount": "1",
"weight": "1.0",
"id": "444",
"maxAmount": "1"
} }
] ]
}, },