Updated henchman inventory
turned off their combat one-liners and added treasure script to destroy itself 30s after closing
This commit is contained in:
@@ -1142,7 +1142,7 @@
|
||||
},
|
||||
"Gender": {
|
||||
"type": "byte",
|
||||
"value": 1
|
||||
"value": 0
|
||||
},
|
||||
"GoodEvil": {
|
||||
"type": "byte",
|
||||
@@ -1158,7 +1158,7 @@
|
||||
},
|
||||
"Interruptable": {
|
||||
"type": "byte",
|
||||
"value": 1
|
||||
"value": 0
|
||||
},
|
||||
"IsImmortal": {
|
||||
"type": "byte",
|
||||
@@ -1175,7 +1175,7 @@
|
||||
"__struct_id": 0,
|
||||
"InventoryRes": {
|
||||
"type": "resref",
|
||||
"value": "nw_it_torch001"
|
||||
"value": "it_mpotion013"
|
||||
},
|
||||
"Repos_PosX": {
|
||||
"type": "word",
|
||||
@@ -1185,6 +1185,36 @@
|
||||
"type": "word",
|
||||
"value": 0
|
||||
}
|
||||
},
|
||||
{
|
||||
"__struct_id": 1,
|
||||
"InventoryRes": {
|
||||
"type": "resref",
|
||||
"value": "it_mpotion013"
|
||||
},
|
||||
"Repos_PosX": {
|
||||
"type": "word",
|
||||
"value": 1
|
||||
},
|
||||
"Repos_Posy": {
|
||||
"type": "word",
|
||||
"value": 0
|
||||
}
|
||||
},
|
||||
{
|
||||
"__struct_id": 2,
|
||||
"InventoryRes": {
|
||||
"type": "resref",
|
||||
"value": "it_mpotion013"
|
||||
},
|
||||
"Repos_PosX": {
|
||||
"type": "word",
|
||||
"value": 2
|
||||
},
|
||||
"Repos_Posy": {
|
||||
"type": "word",
|
||||
"value": 0
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -1315,7 +1345,7 @@
|
||||
"__struct_id": 0,
|
||||
"Rank": {
|
||||
"type": "byte",
|
||||
"value": 0
|
||||
"value": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -1364,7 +1394,7 @@
|
||||
"__struct_id": 0,
|
||||
"Rank": {
|
||||
"type": "byte",
|
||||
"value": 0
|
||||
"value": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -1434,7 +1464,7 @@
|
||||
"__struct_id": 0,
|
||||
"Rank": {
|
||||
"type": "byte",
|
||||
"value": 0
|
||||
"value": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -1687,21 +1717,6 @@
|
||||
"VarTable": {
|
||||
"type": "list",
|
||||
"value": [
|
||||
{
|
||||
"__struct_id": 0,
|
||||
"Name": {
|
||||
"type": "cexostring",
|
||||
"value": "NW_ASC_DISARM_TRAPS"
|
||||
},
|
||||
"Type": {
|
||||
"type": "dword",
|
||||
"value": 1
|
||||
},
|
||||
"Value": {
|
||||
"type": "int",
|
||||
"value": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"__struct_id": 0,
|
||||
"Name": {
|
||||
@@ -1732,21 +1747,6 @@
|
||||
"value": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"__struct_id": 0,
|
||||
"Name": {
|
||||
"type": "cexostring",
|
||||
"value": "NW_ASC_MODE_DEFEND_MASTER"
|
||||
},
|
||||
"Type": {
|
||||
"type": "dword",
|
||||
"value": 1
|
||||
},
|
||||
"Value": {
|
||||
"type": "int",
|
||||
"value": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"__struct_id": 0,
|
||||
"Name": {
|
||||
@@ -1796,7 +1796,7 @@
|
||||
},
|
||||
"WalkRate": {
|
||||
"type": "int",
|
||||
"value": 4
|
||||
"value": 5
|
||||
},
|
||||
"willbonus": {
|
||||
"type": "short",
|
||||
|
Reference in New Issue
Block a user