Spawner, Creature & Item work

Spawner work.  Creatures & placeables in Kobold cave now respawn.  Placeables in Forest of Hope: South now respawn.  Fixed up a few more items & creatures.
This commit is contained in:
Jaysyn904
2022-12-07 00:12:34 -05:00
parent 16a00a66f5
commit cc1ba32b9c
101 changed files with 9683 additions and 98621 deletions

View File

@@ -6808,7 +6808,7 @@
"__struct_id": 0,
"CR": {
"type": "float",
"value": 3.0
"value": 4.0
},
"FACTION": {
"type": "cexostring",
@@ -6816,11 +6816,11 @@
},
"NAME": {
"type": "cexostring",
"value": "Vorlak"
"value": "Vorlak the Ogre"
},
"RESREF": {
"type": "resref",
"value": "ogre016"
"value": "ogre_vorlak"
}
}
]
@@ -8521,13 +8521,32 @@
"type": "cexostring",
"value": "Hostile"
},
"NAME": {
"type": "cexostring",
"value": "Kobold"
},
"RESREF": {
"type": "resref",
"value": "kobold002"
}
},
{
"__struct_id": 0,
"CR": {
"type": "float",
"value": 1.0
},
"STRREF": {
"type": "dword",
"value": 2924
"FACTION": {
"type": "cexostring",
"value": "Hostile"
},
"NAME": {
"type": "cexostring",
"value": "Kobold, Warrior: 01 HD"
},
"RESREF": {
"type": "resref",
"value": "ra_koboldwar001"
}
},
{
@@ -9873,17 +9892,6 @@
"value": 16816699
}
},
{
"__struct_id": 0,
"NAME": {
"type": "cexostring",
"value": "Giant Wasp Queen"
},
"RESREF": {
"type": "resref",
"value": "zep_gwasp001"
}
},
{
"__struct_id": 0,
"CR": {
@@ -17314,17 +17322,6 @@
"value": "npc_greeter"
}
},
{
"__struct_id": 0,
"NAME": {
"type": "cexostring",
"value": "Jestyn"
},
"RESREF": {
"type": "resref",
"value": "jestyn"
}
},
{
"__struct_id": 0,
"CR": {

View File

@@ -309,6 +309,17 @@
"type": "cexostring",
"value": "Robe of Powerfulness"
},
"RESREF": {
"type": "resref",
"value": "ra_amclrb_powerf"
}
},
{
"__struct_id": 0,
"NAME": {
"type": "cexostring",
"value": "Robe of Powerfulness {DELE}"
},
"RESREF": {
"type": "resref",
"value": "robeofpowerfulne"
@@ -3126,6 +3137,17 @@
"value": "ra_amshsm_001"
}
},
{
"__struct_id": 0,
"NAME": {
"type": "cexostring",
"value": "Small Shield +1"
},
"RESREF": {
"type": "resref",
"value": "ra_amshsm_002"
}
},
{
"__struct_id": 0,
"NAME": {
@@ -16142,7 +16164,7 @@
},
"RESREF": {
"type": "resref",
"value": "item056"
"value": "ra_itmnck_prcrit"
}
},
{
@@ -16189,6 +16211,17 @@
"value": "goldandrubyneckl"
}
},
{
"__struct_id": 0,
"NAME": {
"type": "cexostring",
"value": "Gold and Ruby Necklace"
},
"RESREF": {
"type": "resref",
"value": "ra_itmnck_gldrub"
}
},
{
"__struct_id": 0,
"NAME": {
@@ -19026,12 +19059,34 @@
"value": "ra_pot_ethereal"
}
},
{
"__struct_id": 0,
"NAME": {
"type": "cexostring",
"value": "Potion of Camouflage"
},
"RESREF": {
"type": "resref",
"value": "pot_camouflage"
}
},
{
"__struct_id": 0,
"NAME": {
"type": "cexostring",
"value": "Potion of Cure Disease"
},
"RESREF": {
"type": "resref",
"value": "pot_curedisease"
}
},
{
"__struct_id": 0,
"NAME": {
"type": "cexostring",
"value": "Potion of Cure Disease del"
},
"RESREF": {
"type": "resref",
"value": "potionofcuredise"
@@ -19098,6 +19153,17 @@
"type": "cexostring",
"value": "Potion of Vision"
},
"RESREF": {
"type": "resref",
"value": "pot_seeinvis"
}
},
{
"__struct_id": 0,
"NAME": {
"type": "cexostring",
"value": "Potion of Vision {DEL}"
},
"RESREF": {
"type": "resref",
"value": "potionofvision"
@@ -35621,6 +35687,17 @@
"value": "ra_wmblbs_keen01"
}
},
{
"__struct_id": 0,
"NAME": {
"type": "cexostring",
"value": "Masterwork Bastard Sword"
},
"RESREF": {
"type": "resref",
"value": "ra_wswbs_mstrwrk"
}
},
{
"__struct_id": 0,
"NAME": {
@@ -35736,6 +35813,17 @@
"value": "katar"
}
},
{
"__struct_id": 0,
"NAME": {
"type": "cexostring",
"value": "Keen Silver Dagger +1"
},
"RESREF": {
"type": "resref",
"value": "ra_wmswdg_slkeen"
}
},
{
"__struct_id": 0,
"NAME": {
@@ -38690,6 +38778,17 @@
"value": "wplmss013"
}
},
{
"__struct_id": 0,
"NAME": {
"type": "cexostring",
"value": "Glowing Spear +3"
},
"RESREF": {
"type": "resref",
"value": "ra_wmplss_glow3"
}
},
{
"__struct_id": 0,
"NAME": {

View File

@@ -8709,6 +8709,138 @@
"value": 5348
}
},
{
"__struct_id": 0,
"NAME": {
"type": "cexostring",
"value": "Cocoon"
},
"RESREF": {
"type": "resref",
"value": "pl_foh_cocoon01"
}
},
{
"__struct_id": 0,
"NAME": {
"type": "cexostring",
"value": "Cocoon"
},
"RESREF": {
"type": "resref",
"value": "pl_foh_cocoon02"
}
},
{
"__struct_id": 0,
"NAME": {
"type": "cexostring",
"value": "Cocoon"
},
"RESREF": {
"type": "resref",
"value": "pl_foh_cocoon03"
}
},
{
"__struct_id": 0,
"NAME": {
"type": "cexostring",
"value": "Cocoon"
},
"RESREF": {
"type": "resref",
"value": "pl_foh_cocoon04"
}
},
{
"__struct_id": 0,
"NAME": {
"type": "cexostring",
"value": "Cocoon"
},
"RESREF": {
"type": "resref",
"value": "pl_foh_cocoon05"
}
},
{
"__struct_id": 0,
"NAME": {
"type": "cexostring",
"value": "Cocoon"
},
"RESREF": {
"type": "resref",
"value": "pl_foh_cocoon06"
}
},
{
"__struct_id": 0,
"NAME": {
"type": "cexostring",
"value": "Cocoon"
},
"RESREF": {
"type": "resref",
"value": "pl_foh_cocoon07"
}
},
{
"__struct_id": 0,
"NAME": {
"type": "cexostring",
"value": "Cocoon"
},
"RESREF": {
"type": "resref",
"value": "pl_foh_cocoon08"
}
},
{
"__struct_id": 0,
"NAME": {
"type": "cexostring",
"value": "Cocoon"
},
"RESREF": {
"type": "resref",
"value": "pl_foh_cocoon09"
}
},
{
"__struct_id": 0,
"NAME": {
"type": "cexostring",
"value": "Cocoon"
},
"RESREF": {
"type": "resref",
"value": "pl_foh_cocoon10"
}
},
{
"__struct_id": 0,
"NAME": {
"type": "cexostring",
"value": "Cocoon"
},
"RESREF": {
"type": "resref",
"value": "pl_foh_cocoon11"
}
},
{
"__struct_id": 0,
"NAME": {
"type": "cexostring",
"value": "Cocoon"
},
"RESREF": {
"type": "resref",
"value": "pl_foh_cocoon12"
}
},
{
"__struct_id": 0,
"NAME": {
@@ -8896,6 +9028,39 @@
"value": 16812142
}
},
{
"__struct_id": 0,
"NAME": {
"type": "cexostring",
"value": "Loot Bag"
},
"RESREF": {
"type": "resref",
"value": "vorlaks_loot01"
}
},
{
"__struct_id": 0,
"NAME": {
"type": "cexostring",
"value": "Loot Bag"
},
"RESREF": {
"type": "resref",
"value": "vorlaks_loot02"
}
},
{
"__struct_id": 0,
"NAME": {
"type": "cexostring",
"value": "Loot Bag"
},
"RESREF": {
"type": "resref",
"value": "vorlaks_loot03"
}
},
{
"__struct_id": 0,
"NAME": {