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