Updating gear and npcs
removing immunities too easy to get and removing properties like vorpal and slay
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
},
|
||||
"Cursed": {
|
||||
"type": "byte",
|
||||
"value": 0
|
||||
"value": 1
|
||||
},
|
||||
"DescIdentified": {
|
||||
"type": "cexolocstring",
|
||||
@@ -58,6 +58,37 @@
|
||||
"PropertiesList": {
|
||||
"type": "list",
|
||||
"value": [
|
||||
{
|
||||
"__struct_id": 0,
|
||||
"ChanceAppear": {
|
||||
"type": "byte",
|
||||
"value": 100
|
||||
},
|
||||
"CostTable": {
|
||||
"type": "byte",
|
||||
"value": 2
|
||||
},
|
||||
"CostValue": {
|
||||
"type": "word",
|
||||
"value": 5
|
||||
},
|
||||
"Param1": {
|
||||
"type": "byte",
|
||||
"value": 255
|
||||
},
|
||||
"Param1Value": {
|
||||
"type": "byte",
|
||||
"value": 0
|
||||
},
|
||||
"PropertyName": {
|
||||
"type": "word",
|
||||
"value": 1
|
||||
},
|
||||
"Subtype": {
|
||||
"type": "word",
|
||||
"value": 0
|
||||
}
|
||||
},
|
||||
{
|
||||
"__struct_id": 0,
|
||||
"ChanceAppear": {
|
||||
@@ -70,7 +101,7 @@
|
||||
},
|
||||
"CostValue": {
|
||||
"type": "word",
|
||||
"value": 4
|
||||
"value": 7
|
||||
},
|
||||
"Param1": {
|
||||
"type": "byte",
|
||||
|
Reference in New Issue
Block a user