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": { "Version": {
"type": "dword", "type": "dword",
"value": 125 "value": 126
}, },
"Width": { "Width": {
"type": "int", "type": "int",

Binary file not shown.

View File

@ -33,7 +33,7 @@ void main()
ExecuteScript("prc_npc_spawn", OBJECT_SELF); ExecuteScript("prc_npc_spawn", OBJECT_SELF);
//: Don't spawn skeletons from skeletons or commoners //: 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; return;
//:: Get average PC level for area //:: Get average PC level for area

View File

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