More Halloween skelly tweaking

More Halloween skelly tweaking
This commit is contained in:
Jaysyn904 2023-10-29 20:19:50 -04:00
parent 151cb65f3b
commit b72283a6a1
5 changed files with 10 additions and 3 deletions

View File

@ -548,7 +548,7 @@
},
"Version": {
"type": "dword",
"value": 125
"value": 126
},
"Width": {
"type": "int",

Binary file not shown.

View File

@ -33,7 +33,7 @@ void main()
ExecuteScript("prc_npc_spawn", OBJECT_SELF);
//: Don't spawn skeletons from skeletons or commoners
if (GetResRef(OBJECT_SELF) == "nw_skeleton" || nCommoner > 0)
if (GetResRef(OBJECT_SELF) == "pa_skeleton" || nCommoner > 0)
return;
//:: Get average PC level for area

View File

@ -76,6 +76,13 @@
"Equip_ItemList": {
"type": "list",
"value": [
{
"__struct_id": 16,
"EquippedRes": {
"type": "resref",
"value": "nw_wswdg001"
}
},
{
"__struct_id": 16384,
"EquippedRes": {
@ -579,7 +586,7 @@
},
"Tag": {
"type": "cexostring",
"value": "NW_SKELETON"
"value": "PA_SKELETON"
},
"Tail_New": {
"type": "dword",