Added an Allotment Seed drop table

Reworked Farmer drop table
This commit is contained in:
Von Hresvelg
2022-12-17 07:40:18 +00:00
committed by Ryan
parent 00d460d2ba
commit e8ea397b6b
10 changed files with 190 additions and 141 deletions
+63 -141
View File
@@ -277,185 +277,107 @@
"ids": "7,1377,1757,1758,1759,1760,1761,7128,7129,7130",
"description": "",
"main": [
{
"minAmount": "1",
"weight": "5.0",
"id": "5345",
"maxAmount": "1"
},
{
"minAmount": "1",
"weight": "25.0",
"id": "5341",
"maxAmount": "1"
},
{
"minAmount": "1",
"weight": "50.0",
"id": "5329",
"maxAmount": "1"
},
{
"minAmount": "1",
"weight": "5.0",
"id": "5331",
"maxAmount": "1"
},
{
"minAmount": "4",
"weight": "25.0",
"id": "5324",
"maxAmount": "4"
},
{
"minAmount": "4",
"weight": "50.0",
"id": "5323",
"maxAmount": "4"
},
{
"minAmount": "1",
"weight": "50.0",
"id": "5318",
"maxAmount": "4"
},
{
"minAmount": "4",
"weight": "25.0",
"id": "5322",
"maxAmount": "4"
},
{
"minAmount": "4",
"weight": "25.0",
"id": "5321",
"maxAmount": "4"
},
{
"minAmount": "4",
"weight": "25.0",
"id": "12148",
"maxAmount": "4"
},
{
"minAmount": "1",
"weight": "25.0",
"id": "1965",
"maxAmount": "1"
},
{
"minAmount": "1",
"weight": "25.0",
"id": "313",
"maxAmount": "1"
},
{
"minAmount": "2",
"weight": "25.0",
"id": "562",
"maxAmount": "2"
},
{
"minAmount": "4",
"weight": "25.0",
"id": "556",
"weight": "2.0",
"id": "557",
"maxAmount": "4"
},
{
"minAmount": "6",
"weight": "25.0",
"weight": "2.0",
"id": "554",
"maxAmount": "6"
},
{
"minAmount": "9",
"weight": "25.0",
"weight": "2.0",
"id": "558",
"maxAmount": "9"
},
{
"minAmount": "2",
"weight": "1.0",
"id": "562",
"maxAmount": "2"
},
{
"minAmount": "1",
"weight": "25.0",
"weight": "11.0",
"id": "14424",
"maxAmount": "1"
},
{
"minAmount": "1",
"weight": "27.0",
"id": "14430",
"maxAmount": "1"
},
{
"minAmount": "3",
"weight": "38.0",
"id": "995",
"maxAmount": "3"
},
{
"minAmount": "25",
"weight": "1.0",
"id": "995",
"maxAmount": "25"
},
{
"minAmount": "1",
"weight": "27.0",
"id": "0",
"maxAmount": "1"
},
{
"minAmount": "1",
"weight": "5.0",
"id": "313",
"maxAmount": "1"
},
{
"minAmount": "1",
"weight": "3.0",
"id": "5341",
"maxAmount": "1"
},
{
"minAmount": "1",
"weight": "2.0",
"id": "1440",
"maxAmount": "1"
},
{
"minAmount": "7",
"weight": "25.0",
"id": "882",
"maxAmount": "7"
},
{
"minAmount": "3",
"weight": "25.0",
"id": "877",
"maxAmount": "12"
},
{
"minAmount": "1",
"weight": "25.0",
"id": "1139",
"weight": "2.0",
"id": "5345",
"maxAmount": "1"
},
{
"minAmount": "1",
"weight": "25.0",
"id": "1203",
"weight": "2.0",
"id": "5343",
"maxAmount": "1"
},
{
"minAmount": "1",
"weight": "25.0",
"id": "436",
"weight": "1.0",
"id": "5329",
"maxAmount": "1"
},
{
"minAmount": "1",
"weight": "5.0",
"id": "207",
"weight": "1.0",
"id": "5340",
"maxAmount": "1"
},
{
"minAmount": "1",
"weight": "25.0",
"id": "5320",
"weight": "1.0",
"id": "1",
"maxAmount": "1"
},
{
"minAmount": "1",
"weight": "5.0",
"id": "213",
"maxAmount": "1"
},
{
"minAmount": "1",
"weight": "5.0",
"id": "211",
"maxAmount": "1"
},
{
"minAmount": "1",
"weight": "25.0",
"id": "217",
"maxAmount": "1"
},
{
"minAmount": "1",
"weight": "25.0",
"id": "5319",
"maxAmount": "1"
},
{
"minAmount": "1",
"weight": "5.0",
"id": "5733",
"maxAmount": "1"
},
{
"minAmount": "3",
"weight": "50.0",
"id": "995",
"maxAmount": "15"
}
]
},
+5
View File
@@ -130695,5 +130695,10 @@
"examine": "You should not have this.",
"name": "RSDT Slot",
"id": "14428"
},
{
"examine": "You should not have this.",
"name": "ASDT Slot",
"id": "14430"
}
]
@@ -0,0 +1,9 @@
<ASDT>
<item id="5318" minAmt="1" maxAmt="4" weight="64"/>
<item id="5319" minAmt="1" maxAmt="3" weight="32"/>
<item id="5324" minAmt="1" maxAmt="3" weight="16"/>
<item id="5322" minAmt="1" maxAmt="2" weight="8"/>
<item id="5320" minAmt="1" maxAmt="2" weight="4"/>
<item id="5323" minAmt="1" maxAmt="1" weight="2"/>
<item id="5321" minAmt="1" maxAmt="1" weight="2"/>
</ASDT>