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:
@@ -6,7 +6,7 @@
|
||||
},
|
||||
"Comment": {
|
||||
"type": "cexostring",
|
||||
"value": "This waypoint is used for respawning a PC if the option of a custom location is set."
|
||||
"value": "This is the default waypoint you may place to set a patrol path for a creature or NPC.\r\n1. Create the creature and either use its current Tag or fill in a new one.\r\n2. Place or make sure the WalkWayPoints() is within the body of the On Spawn script for the creature.\r\n3. Place a series of waypoints along the route you wish the creature to walk.\r\n4. Select all of the newly created waypoints and right click. Choose the Create Set option.\r\n5. The waypoint set will have a set name of \"WP_\" + NPC Tag. Thus if an NPC with the Tag \"Guard\" will have a waypoint set called \"WP_Guard\". Note that Tags are case sensitive."
|
||||
},
|
||||
"Description": {
|
||||
"type": "cexolocstring",
|
||||
@@ -24,7 +24,7 @@
|
||||
"id": 14817,
|
||||
"type": "cexolocstring",
|
||||
"value": {
|
||||
"0": "Respawn Location"
|
||||
"0": "Overland Arrival Waypoint"
|
||||
}
|
||||
},
|
||||
"MapNote": {
|
||||
@@ -41,7 +41,7 @@
|
||||
},
|
||||
"Tag": {
|
||||
"type": "cexostring",
|
||||
"value": "wp_respawn_loc"
|
||||
"value": "ForestRandom1"
|
||||
},
|
||||
"TemplateResRef": {
|
||||
"type": "resref",
|
||||
|
50
_module/utw/wp_respawn_loc.utw.json
Normal file
50
_module/utw/wp_respawn_loc.utw.json
Normal file
@@ -0,0 +1,50 @@
|
||||
{
|
||||
"__data_type": "UTW ",
|
||||
"Appearance": {
|
||||
"type": "byte",
|
||||
"value": 1
|
||||
},
|
||||
"Comment": {
|
||||
"type": "cexostring",
|
||||
"value": "This waypoint is used for respawning a PC if the option of a custom location is set."
|
||||
},
|
||||
"Description": {
|
||||
"type": "cexolocstring",
|
||||
"value": {}
|
||||
},
|
||||
"HasMapNote": {
|
||||
"type": "byte",
|
||||
"value": 0
|
||||
},
|
||||
"LinkedTo": {
|
||||
"type": "cexostring",
|
||||
"value": ""
|
||||
},
|
||||
"LocalizedName": {
|
||||
"id": 14817,
|
||||
"type": "cexolocstring",
|
||||
"value": {
|
||||
"0": "Respawn Location"
|
||||
}
|
||||
},
|
||||
"MapNote": {
|
||||
"type": "cexolocstring",
|
||||
"value": {}
|
||||
},
|
||||
"MapNoteEnabled": {
|
||||
"type": "byte",
|
||||
"value": 1
|
||||
},
|
||||
"PaletteID": {
|
||||
"type": "byte",
|
||||
"value": 5
|
||||
},
|
||||
"Tag": {
|
||||
"type": "cexostring",
|
||||
"value": "wp_respawn_loc"
|
||||
},
|
||||
"TemplateResRef": {
|
||||
"type": "resref",
|
||||
"value": "wp_respawn_loc"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user