Redoing drop rates and other minor stuff

This commit is contained in:
EpicValor
2023-08-29 19:31:56 -05:00
parent d8bb54a86b
commit 57fef2a6ca
78 changed files with 2818 additions and 880 deletions

View File

@@ -6,7 +6,7 @@
},
"ArmorPart_Belt": {
"type": "byte",
"value": 4
"value": 14
},
"ArmorPart_LBicep": {
"type": "byte",
@@ -14,7 +14,7 @@
},
"ArmorPart_LFArm": {
"type": "byte",
"value": 17
"value": 6
},
"ArmorPart_LFoot": {
"type": "byte",
@@ -26,15 +26,15 @@
},
"ArmorPart_LShin": {
"type": "byte",
"value": 7
"value": 17
},
"ArmorPart_LShoul": {
"type": "byte",
"value": 17
"value": 0
},
"ArmorPart_LThigh": {
"type": "byte",
"value": 9
"value": 11
},
"ArmorPart_Neck": {
"type": "byte",
@@ -42,7 +42,7 @@
},
"ArmorPart_Pelvis": {
"type": "byte",
"value": 4
"value": 5
},
"ArmorPart_RBicep": {
"type": "byte",
@@ -50,7 +50,7 @@
},
"ArmorPart_RFArm": {
"type": "byte",
"value": 17
"value": 6
},
"ArmorPart_RFoot": {
"type": "byte",
@@ -66,19 +66,19 @@
},
"ArmorPart_RShin": {
"type": "byte",
"value": 7
"value": 17
},
"ArmorPart_RShoul": {
"type": "byte",
"value": 17
"value": 0
},
"ArmorPart_RThigh": {
"type": "byte",
"value": 9
"value": 11
},
"ArmorPart_Torso": {
"type": "byte",
"value": 43
"value": 24
},
"BaseItem": {
"type": "int",
@@ -90,11 +90,11 @@
},
"Cloth1Color": {
"type": "byte",
"value": 23
"value": 124
},
"Cloth2Color": {
"type": "byte",
"value": 3
"value": 132
},
"Comment": {
"type": "cexostring",
@@ -102,7 +102,7 @@
},
"Cost": {
"type": "dword",
"value": 182535
"value": 234546
},
"Cursed": {
"type": "byte",
@@ -126,11 +126,11 @@
},
"Leather1Color": {
"type": "byte",
"value": 12
"value": 112
},
"Leather2Color": {
"type": "byte",
"value": 3
"value": 122
},
"LocalizedName": {
"type": "cexolocstring",
@@ -140,11 +140,11 @@
},
"Metal1Color": {
"type": "byte",
"value": 55
"value": 85
},
"Metal2Color": {
"type": "byte",
"value": 15
"value": 75
},
"PaletteID": {
"type": "byte",
@@ -231,7 +231,7 @@
},
"CostValue": {
"type": "word",
"value": 2
"value": 4
},
"Param1": {
"type": "byte",
@@ -301,7 +301,7 @@
},
"xArmorPart_Belt": {
"type": "word",
"value": 4
"value": 14
},
"xArmorPart_LBice": {
"type": "word",
@@ -309,7 +309,7 @@
},
"xArmorPart_LFArm": {
"type": "word",
"value": 17
"value": 6
},
"xArmorPart_LFoot": {
"type": "word",
@@ -321,15 +321,15 @@
},
"xArmorPart_LShin": {
"type": "word",
"value": 7
"value": 17
},
"xArmorPart_LShou": {
"type": "word",
"value": 17
"value": 0
},
"xArmorPart_LThig": {
"type": "word",
"value": 9
"value": 11
},
"xArmorPart_Neck": {
"type": "word",
@@ -337,7 +337,7 @@
},
"xArmorPart_Pelvi": {
"type": "word",
"value": 4
"value": 5
},
"xArmorPart_RBice": {
"type": "word",
@@ -345,7 +345,7 @@
},
"xArmorPart_RFArm": {
"type": "word",
"value": 17
"value": 6
},
"xArmorPart_RFoot": {
"type": "word",
@@ -361,18 +361,18 @@
},
"xArmorPart_RShin": {
"type": "word",
"value": 7
"value": 17
},
"xArmorPart_RShou": {
"type": "word",
"value": 17
"value": 0
},
"xArmorPart_RThig": {
"type": "word",
"value": 9
"value": 11
},
"xArmorPart_Torso": {
"type": "word",
"value": 43
"value": 24
}
}