Added helms and dynamic goblins

Added  helms and dynamic goblins.  Added onEnter spawner scripts to all dungeon areas.  Fixed the Dishonest Patrol to be dynamic & more like PnP.  Full compile.

Co-Authored-By: Draygoth <65428430+Draygoth@users.noreply.github.com>
This commit is contained in:
Jaysyn904
2022-11-30 00:45:38 -05:00
parent 8989a30fc8
commit 909da8ff18
1647 changed files with 896882 additions and 37126 deletions

View File

@@ -17750,7 +17750,7 @@
},
"RESREF": {
"type": "resref",
"value": "sheriffostland"
"value": "sheriff_ostland"
}
},
{
@@ -18093,7 +18093,7 @@
"__struct_id": 0,
"CR": {
"type": "float",
"value": 2.0
"value": 3.0
},
"FACTION": {
"type": "cexostring",
@@ -18105,14 +18105,14 @@
},
"RESREF": {
"type": "resref",
"value": "erlin"
"value": "bandit_erlin"
}
},
{
"__struct_id": 0,
"CR": {
"type": "float",
"value": 2.0
"value": 3.0
},
"FACTION": {
"type": "cexostring",
@@ -18124,7 +18124,7 @@
},
"RESREF": {
"type": "resref",
"value": "npc_gortizin"
"value": "bandit_gortizin"
}
},
{
@@ -18314,6 +18314,25 @@
"value": 12367
}
},
{
"__struct_id": 0,
"CR": {
"type": "float",
"value": 2.0
},
"FACTION": {
"type": "cexostring",
"value": "bandit2"
},
"NAME": {
"type": "cexostring",
"value": "Bandit Footman, Human"
},
"RESREF": {
"type": "resref",
"value": "bandit_footman"
}
},
{
"__struct_id": 0,
"CR": {
@@ -18938,7 +18957,7 @@
},
"RESREF": {
"type": "resref",
"value": "felrara"
"value": "bandit_felrara"
}
},
{

View File

@@ -671,6 +671,17 @@
"value": "aarcl008"
}
},
{
"__struct_id": 0,
"NAME": {
"type": "cexostring",
"value": "Felrara's Banded Mail"
},
"RESREF": {
"type": "resref",
"value": "ra_ahvbm_felrara"
}
},
{
"__struct_id": 0,
"RESREF": {
@@ -979,6 +990,17 @@
"value": "zep_knightarm005"
}
},
{
"__struct_id": 0,
"NAME": {
"type": "cexostring",
"value": "Masterwork Banded Mail"
},
"RESREF": {
"type": "resref",
"value": "ra_ahvbm_mstrwrk"
}
},
{
"__struct_id": 0,
"RESREF": {
@@ -2407,6 +2429,17 @@
"value": "noble_f_cloth05"
}
},
{
"__struct_id": 0,
"NAME": {
"type": "cexostring",
"value": "Ostland's Studded Leather Armor"
},
"RESREF": {
"type": "resref",
"value": "ra_altsl_ostland"
}
},
{
"__struct_id": 0,
"RESREF": {
@@ -2627,6 +2660,17 @@
"value": "noble_f_cloth01"
}
},
{
"__struct_id": 0,
"NAME": {
"type": "cexostring",
"value": "Studded Leather Armor"
},
"RESREF": {
"type": "resref",
"value": "ra_altsl_tabbard"
}
},
{
"__struct_id": 0,
"NAME": {
@@ -2736,6 +2780,28 @@
"value": "ra_ashlw_footman"
}
},
{
"__struct_id": 0,
"NAME": {
"type": "cexostring",
"value": "Heavy Steel Shield"
},
"RESREF": {
"type": "resref",
"value": "ra_ashlm_steel"
}
},
{
"__struct_id": 0,
"NAME": {
"type": "cexostring",
"value": "Heavy Steel Shield"
},
"RESREF": {
"type": "resref",
"value": "ra_ashlm_steel01"
}
},
{
"__struct_id": 0,
"RESREF": {
@@ -2939,6 +3005,17 @@
"value": "ashsw002"
}
},
{
"__struct_id": 0,
"NAME": {
"type": "cexostring",
"value": "Masterwork Small Shield"
},
"RESREF": {
"type": "resref",
"value": "ra_ashsm_mstrwrk"
}
},
{
"__struct_id": 0,
"RESREF": {
@@ -35131,6 +35208,17 @@
"type": "resref",
"value": "waxmgr012"
}
},
{
"__struct_id": 0,
"NAME": {
"type": "cexostring",
"value": "RA_WAXMGR_KEEN01"
},
"RESREF": {
"type": "resref",
"value": "ra_waxmgr_keen01"
}
}
]
},
@@ -36037,6 +36125,17 @@
"value": "masterworklongsw"
}
},
{
"__struct_id": 0,
"NAME": {
"type": "cexostring",
"value": "Masterwork Longsword"
},
"RESREF": {
"type": "resref",
"value": "ra_wswls_mstrwrk"
}
},
{
"__struct_id": 0,
"RESREF": {

View File

@@ -9,6 +9,33 @@
"type": "byte",
"value": 5
},
"LIST": {
"type": "list",
"value": [
{
"__struct_id": 0,
"NAME": {
"type": "cexostring",
"value": "Overland 2 Transition from Random"
},
"RESREF": {
"type": "resref",
"value": "overlandtrans003"
}
},
{
"__struct_id": 0,
"NAME": {
"type": "cexostring",
"value": "Overland Transition 2"
},
"RESREF": {
"type": "resref",
"value": "overlandtrans002"
}
}
]
},
"STRREF": {
"type": "dword",
"value": 1082

View File

@@ -242,13 +242,24 @@
"__struct_id": 0,
"NAME": {
"type": "cexostring",
"value": "Respawn Location"
"value": "Overland Arrival Waypoint"
},
"RESREF": {
"type": "resref",
"value": "waypoint001"
}
},
{
"__struct_id": 0,
"NAME": {
"type": "cexostring",
"value": "Respawn Location"
},
"RESREF": {
"type": "resref",
"value": "wp_respawn_loc"
}
},
{
"__struct_id": 0,
"NAME": {