Sarum City enhancements

Adjusted commoner type npc behavior scripts.
This commit is contained in:
EpicValor
2023-09-11 17:11:52 -05:00
parent c369af5071
commit 24b959be8b
38 changed files with 13082 additions and 656 deletions

View File

@@ -259,7 +259,7 @@
},
"IsImmortal": {
"type": "byte",
"value": 0
"value": 1
},
"IsPC": {
"type": "byte",
@@ -305,7 +305,7 @@
},
"Plot": {
"type": "byte",
"value": 1
"value": 0
},
"PortraitId": {
"type": "word",
@@ -717,6 +717,21 @@
"type": "int",
"value": 2
}
},
{
"__struct_id": 0,
"Name": {
"type": "cexostring",
"value": "PickupItems"
},
"Type": {
"type": "dword",
"value": 1
},
"Value": {
"type": "int",
"value": 0
}
}
]
},