More Halloween skelly tweaking
More Halloween skelly tweaking
This commit is contained in:
parent
151cb65f3b
commit
b72283a6a1
@ -548,7 +548,7 @@
|
||||
},
|
||||
"Version": {
|
||||
"type": "dword",
|
||||
"value": 125
|
||||
"value": 126
|
||||
},
|
||||
"Width": {
|
||||
"type": "int",
|
||||
|
Binary file not shown.
@ -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
|
||||
|
@ -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",
|
||||
|
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user