Asch Hunting Changes

Adjusted the minimum spawns to reflect that Aschbourne is now a lower level area instead of higher. Also adjusted the respawn timers since they ranged from 30 seconds all the way up to 15 minutes
This commit is contained in:
GetOffMyYarn 2024-10-10 14:01:40 -04:00
parent bd6efd3825
commit 458d8792ca
71 changed files with 44276 additions and 7968 deletions

View File

@ -2917,7 +2917,7 @@
},
"Version": {
"type": "dword",
"value": 19
"value": 20
},
"Width": {
"type": "int",

View File

@ -2917,7 +2917,7 @@
},
"Version": {
"type": "dword",
"value": 12
"value": 13
},
"Width": {
"type": "int",

View File

@ -6357,7 +6357,7 @@
},
"Version": {
"type": "dword",
"value": 15
"value": 16
},
"Width": {
"type": "int",

View File

@ -4809,7 +4809,7 @@
},
"Version": {
"type": "dword",
"value": 23
"value": 24
},
"Width": {
"type": "int",

View File

@ -2917,7 +2917,7 @@
},
"Version": {
"type": "dword",
"value": 11
"value": 12
},
"Width": {
"type": "int",

View File

@ -1670,7 +1670,7 @@
},
"Version": {
"type": "dword",
"value": 13
"value": 14
},
"Width": {
"type": "int",

View File

@ -2917,7 +2917,7 @@
},
"Version": {
"type": "dword",
"value": 11
"value": 12
},
"Width": {
"type": "int",

View File

@ -2917,7 +2917,7 @@
},
"Version": {
"type": "dword",
"value": 10
"value": 11
},
"Width": {
"type": "int",

View File

@ -2917,7 +2917,7 @@
},
"Version": {
"type": "dword",
"value": 9
"value": 10
},
"Width": {
"type": "int",

View File

@ -2917,7 +2917,7 @@
},
"Version": {
"type": "dword",
"value": 14
"value": 15
},
"Width": {
"type": "int",

View File

@ -2917,7 +2917,7 @@
},
"Version": {
"type": "dword",
"value": 14
"value": 15
},
"Width": {
"type": "int",

View File

@ -2917,7 +2917,7 @@
},
"Version": {
"type": "dword",
"value": 12
"value": 13
},
"Width": {
"type": "int",

View File

@ -2864,13 +2864,17 @@
}
]
},
"TileBrdrDisabled": {
"type": "byte",
"value": 0
},
"Tileset": {
"type": "resref",
"value": "ttr01"
},
"Version": {
"type": "dword",
"value": 17
"value": 18
},
"Width": {
"type": "int",

View File

@ -3251,13 +3251,17 @@
}
]
},
"TileBrdrDisabled": {
"type": "byte",
"value": 0
},
"Tileset": {
"type": "resref",
"value": "ttr01"
},
"Version": {
"type": "dword",
"value": 31
"value": 32
},
"Width": {
"type": "int",

View File

@ -4455,13 +4455,17 @@
}
]
},
"TileBrdrDisabled": {
"type": "byte",
"value": 0
},
"Tileset": {
"type": "resref",
"value": "ttr01"
},
"Version": {
"type": "dword",
"value": 24
"value": 25
},
"Width": {
"type": "int",

View File

@ -2907,13 +2907,17 @@
}
]
},
"TileBrdrDisabled": {
"type": "byte",
"value": 0
},
"Tileset": {
"type": "resref",
"value": "tdm01"
},
"Version": {
"type": "dword",
"value": 5
"value": 6
},
"Width": {
"type": "int",

View File

@ -4455,13 +4455,17 @@
}
]
},
"TileBrdrDisabled": {
"type": "byte",
"value": 0
},
"Tileset": {
"type": "resref",
"value": "ttf01"
},
"Version": {
"type": "dword",
"value": 8
"value": 9
},
"Width": {
"type": "int",

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -34,7 +34,7 @@
},
"FogClipDist": {
"type": "float",
"value": 45.0
"value": 60.0
},
"Height": {
"type": "int",
@ -87,7 +87,7 @@
"Name": {
"type": "cexolocstring",
"value": {
"0": "Yuan-ti Temple"
"0": "Aschbourne North - Reptillian Cloister - Yuan-ti Temple"
}
},
"NoRest": {
@ -116,7 +116,7 @@
},
"ResRef": {
"type": "resref",
"value": "area001"
"value": "reptcloister_03"
},
"ShadowOpacity": {
"type": "byte",
@ -124,7 +124,7 @@
},
"SkyBox": {
"type": "byte",
"value": 0
"value": 6
},
"SunAmbientColor": {
"type": "dword",
@ -148,7 +148,7 @@
},
"Tag": {
"type": "cexostring",
"value": "YuantiTemple"
"value": "reptcloister_03"
},
"Tile_List": {
"type": "list",
@ -6353,7 +6353,7 @@
},
"Version": {
"type": "dword",
"value": 6
"value": 20
},
"Width": {
"type": "int",

View File

@ -4455,13 +4455,17 @@
}
]
},
"TileBrdrDisabled": {
"type": "byte",
"value": 0
},
"Tileset": {
"type": "resref",
"value": "ttf01"
},
"Version": {
"type": "dword",
"value": 4
"value": 5
},
"Width": {
"type": "int",

View File

@ -9109,7 +9109,7 @@
},
"Version": {
"type": "dword",
"value": 15
"value": 16
},
"Width": {
"type": "int",

View File

@ -6314,7 +6314,7 @@
},
"Version": {
"type": "dword",
"value": 15
"value": 16
},
"Width": {
"type": "int",

View File

@ -2917,7 +2917,7 @@
},
"Version": {
"type": "dword",
"value": 10
"value": 11
},
"Width": {
"type": "int",

View File

@ -4465,7 +4465,7 @@
},
"Version": {
"type": "dword",
"value": 10
"value": 11
},
"Width": {
"type": "int",

View File

@ -47,9 +47,6 @@
{
"__struct_id": 7
},
{
"__struct_id": 7
},
{
"__struct_id": 7
}

View File

@ -11,84 +11,7 @@
"__struct_id": 8,
"Comment": {
"type": "cexostring",
"value": "Iron Portcullis 2"
}
},
{
"__struct_id": 8,
"Comment": {
"type": "cexostring",
"value": "Iron Portcullis 2"
}
},
{
"__struct_id": 8,
"Comment": {
"type": "cexostring",
"value": "Iron Portcullis 2"
}
},
{
"__struct_id": 8,
"Comment": {
"type": "cexostring",
"value": "Iron Portcullis 2"
}
},
{
"__struct_id": 8,
"Comment": {
"type": "cexostring",
"value": "Iron Portcullis 2"
}
},
{
"__struct_id": 8,
"Comment": {
"type": "cexostring",
"value": "Iron Portcullis 2"
}
},
{
"__struct_id": 8,
"Comment": {
"type": "cexostring",
"value": "Iron Portcullis 2"
}
},
{
"__struct_id": 8,
"Comment": {
"type": "cexostring",
"value": "Iron Portcullis 2"
}
},
{
"__struct_id": 8,
"Comment": {
"type": "cexostring",
"value": "Iron Portcullis 2"
}
},
{
"__struct_id": 8,
"Comment": {
"type": "cexostring",
"value": "Iron Portcullis 2"
}
},
{
"__struct_id": 8,
"Comment": {
"type": "cexostring",
"value": "Iron Portcullis 2"
}
},
{
"__struct_id": 8,
"Comment": {
"type": "cexostring",
"value": "Iron Portcullis 2"
"value": "MineExit"
}
},
{
@ -172,21 +95,6 @@
{
"__struct_id": 7
},
{
"__struct_id": 7
},
{
"__struct_id": 7
},
{
"__struct_id": 7
},
{
"__struct_id": 7
},
{
"__struct_id": 7
},
{
"__struct_id": 7
}
@ -203,84 +111,119 @@
"__struct_id": 9,
"Comment": {
"type": "cexostring",
"value": "Low treasure script."
"value": "Campfire"
}
},
{
"__struct_id": 9,
"Comment": {
"type": "cexostring",
"value": "Low treasure script."
"value": "Campfire - with Spit"
}
},
{
"__struct_id": 9,
"Comment": {
"type": "cexostring",
"value": "Low treasure script."
"value": "Campfire - with Spit"
}
},
{
"__struct_id": 9,
"Comment": {
"type": "cexostring",
"value": "Low treasure script."
"value": "Source: LOKPak v3 by Danmar"
}
},
{
"__struct_id": 9,
"Comment": {
"type": "cexostring",
"value": "Low treasure script."
"value": "Source: LOKPak v3 by Danmar\r Modified by SBird for CEP"
}
},
{
"__struct_id": 9,
"Comment": {
"type": "cexostring",
"value": "Low treasure script."
"value": "volition's Bio Placeables by volition\r\n"
}
},
{
"__struct_id": 9,
"Comment": {
"type": "cexostring",
"value": "Low treasure script."
"value": "Source: Rustic Shelter Placeables by Brother Roth"
}
},
{
"__struct_id": 9,
"Comment": {
"type": "cexostring",
"value": "Low treasure script."
"value": "volition's Bio Placeables by volition\r\n"
}
},
{
"__struct_id": 9,
"Comment": {
"type": "cexostring",
"value": "Chest - 1 (Low treasure script)"
"value": "volition's Bio Placeables by volition\r\n"
}
},
{
"__struct_id": 9,
"Comment": {
"type": "cexostring",
"value": "Chest - 1 (Low treasure script)"
"value": "volition's Bio Placeables by volition\r\n"
}
},
{
"__struct_id": 9,
"Comment": {
"type": "cexostring",
"value": "Chest - 1 (Low treasure script)"
"value": "volition's Bio Placeables by volition\r\n"
}
},
{
"__struct_id": 9,
"Comment": {
"type": "cexostring",
"value": "Low treasure script."
"value": "volition's Bio Placeables by volition\r\n"
}
},
{
"__struct_id": 9,
"Comment": {
"type": "cexostring",
"value": "Bones"
}
},
{
"__struct_id": 9,
"Comment": {
"type": "cexostring",
"value": "Bones"
}
},
{
"__struct_id": 9,
"Comment": {
"type": "cexostring",
"value": "volition's Bio Placeables by volition\r\n"
}
},
{
"__struct_id": 9,
"Comment": {
"type": "cexostring",
"value": "Source: LOKPak v3 by Danmar"
}
},
{
"__struct_id": 9,
"Comment": {
"type": "cexostring",
"value": "volition's Bio Placeables by volition\r\n"
}
},
{
@ -295,127 +238,6 @@
"SoundList": {
"type": "list",
"value": [
{
"__struct_id": 6,
"Comment": {
"type": "cexostring",
"value": ""
},
"PlayInToolset": {
"type": "byte",
"value": 1
}
},
{
"__struct_id": 6,
"Comment": {
"type": "cexostring",
"value": ""
},
"PlayInToolset": {
"type": "byte",
"value": 1
}
},
{
"__struct_id": 6,
"Comment": {
"type": "cexostring",
"value": ""
},
"PlayInToolset": {
"type": "byte",
"value": 1
}
},
{
"__struct_id": 6,
"Comment": {
"type": "cexostring",
"value": ""
},
"PlayInToolset": {
"type": "byte",
"value": 1
}
},
{
"__struct_id": 6,
"Comment": {
"type": "cexostring",
"value": ""
},
"PlayInToolset": {
"type": "byte",
"value": 1
}
},
{
"__struct_id": 6,
"Comment": {
"type": "cexostring",
"value": ""
},
"PlayInToolset": {
"type": "byte",
"value": 1
}
},
{
"__struct_id": 6,
"Comment": {
"type": "cexostring",
"value": ""
},
"PlayInToolset": {
"type": "byte",
"value": 1
}
},
{
"__struct_id": 6,
"Comment": {
"type": "cexostring",
"value": ""
},
"PlayInToolset": {
"type": "byte",
"value": 1
}
},
{
"__struct_id": 6,
"Comment": {
"type": "cexostring",
"value": ""
},
"PlayInToolset": {
"type": "byte",
"value": 1
}
},
{
"__struct_id": 6,
"Comment": {
"type": "cexostring",
"value": ""
},
"PlayInToolset": {
"type": "byte",
"value": 1
}
},
{
"__struct_id": 6,
"Comment": {
"type": "cexostring",
"value": ""
},
"PlayInToolset": {
"type": "byte",
"value": 1
}
},
{
"__struct_id": 6,
"Comment": {
@ -461,6 +283,21 @@
},
"WaypointList": {
"type": "list",
"value": []
"value": [
{
"__struct_id": 5,
"Comment": {
"type": "cexostring",
"value": "On the Advanced tab, replace <Place text here> with whatever information you wish to appear on the Map of an area."
}
},
{
"__struct_id": 5,
"Comment": {
"type": "cexostring",
"value": "On the Advanced tab, replace <Place text here> with whatever information you wish to appear on the Map of an area."
}
}
]
}
}

View File

@ -0,0 +1,266 @@
{
"__data_type": "GIC ",
"Creature List": {
"type": "list",
"value": []
},
"Door List": {
"type": "list",
"value": [
{
"__struct_id": 8,
"Comment": {
"type": "cexostring",
"value": "Iron Portcullis"
}
},
{
"__struct_id": 8,
"Comment": {
"type": "cexostring",
"value": "Iron Portcullis"
}
}
]
},
"Encounter List": {
"type": "list",
"value": [
{
"__struct_id": 7
},
{
"__struct_id": 7
},
{
"__struct_id": 7
},
{
"__struct_id": 7
},
{
"__struct_id": 7
},
{
"__struct_id": 7
},
{
"__struct_id": 7
},
{
"__struct_id": 7
},
{
"__struct_id": 7
},
{
"__struct_id": 7
},
{
"__struct_id": 7
},
{
"__struct_id": 7
},
{
"__struct_id": 7
},
{
"__struct_id": 7
},
{
"__struct_id": 7
}
]
},
"List": {
"type": "list",
"value": []
},
"Placeable List": {
"type": "list",
"value": [
{
"__struct_id": 9,
"Comment": {
"type": "cexostring",
"value": "Campfire"
}
},
{
"__struct_id": 9,
"Comment": {
"type": "cexostring",
"value": "Campfire"
}
},
{
"__struct_id": 9,
"Comment": {
"type": "cexostring",
"value": "Campfire - with Spit"
}
},
{
"__struct_id": 9,
"Comment": {
"type": "cexostring",
"value": "Source: Rustic Shelter Placeables by Brother Roth"
}
},
{
"__struct_id": 9,
"Comment": {
"type": "cexostring",
"value": "Source: LOKPak v3 by Danmar"
}
},
{
"__struct_id": 9,
"Comment": {
"type": "cexostring",
"value": "volition's Bio Placeables by volition\r\n"
}
},
{
"__struct_id": 9,
"Comment": {
"type": "cexostring",
"value": "volition's Bio Placeables by volition\r\n"
}
},
{
"__struct_id": 9,
"Comment": {
"type": "cexostring",
"value": "volition's Bio Placeables by volition\r\n"
}
},
{
"__struct_id": 9,
"Comment": {
"type": "cexostring",
"value": "Source: Rustic Shelter Placeables by Brother Roth"
}
},
{
"__struct_id": 9,
"Comment": {
"type": "cexostring",
"value": "Source: Rustic Shelter Placeables by Brother Roth"
}
},
{
"__struct_id": 9,
"Comment": {
"type": "cexostring",
"value": "Source: Rustic Shelter Placeables by Brother Roth"
}
},
{
"__struct_id": 9,
"Comment": {
"type": "cexostring",
"value": "Source: Rustic Shelter Placeables by Brother Roth"
}
},
{
"__struct_id": 9,
"Comment": {
"type": "cexostring",
"value": "Source: Rustic Shelter Placeables by Brother Roth"
}
},
{
"__struct_id": 9,
"Comment": {
"type": "cexostring",
"value": "Source: Rustic Shelter Placeables by Brother Roth"
}
},
{
"__struct_id": 9,
"Comment": {
"type": "cexostring",
"value": "Low treasure script."
}
}
]
},
"SoundList": {
"type": "list",
"value": [
{
"__struct_id": 6,
"Comment": {
"type": "cexostring",
"value": ""
},
"PlayInToolset": {
"type": "byte",
"value": 1
}
},
{
"__struct_id": 6,
"Comment": {
"type": "cexostring",
"value": ""
},
"PlayInToolset": {
"type": "byte",
"value": 1
}
},
{
"__struct_id": 6,
"Comment": {
"type": "cexostring",
"value": ""
},
"PlayInToolset": {
"type": "byte",
"value": 1
}
},
{
"__struct_id": 6,
"Comment": {
"type": "cexostring",
"value": ""
},
"PlayInToolset": {
"type": "byte",
"value": 1
}
}
]
},
"StoreList": {
"type": "list",
"value": []
},
"TriggerList": {
"type": "list",
"value": []
},
"WaypointList": {
"type": "list",
"value": [
{
"__struct_id": 5,
"Comment": {
"type": "cexostring",
"value": "On the Advanced tab, replace <Place text here> with whatever information you wish to appear on the Map of an area."
}
},
{
"__struct_id": 5,
"Comment": {
"type": "cexostring",
"value": "On the Advanced tab, replace <Place text here> with whatever information you wish to appear on the Map of an area."
}
}
]
}
}

View File

@ -0,0 +1,245 @@
{
"__data_type": "GIC ",
"Creature List": {
"type": "list",
"value": []
},
"Door List": {
"type": "list",
"value": [
{
"__struct_id": 8,
"Comment": {
"type": "cexostring",
"value": "Iron Portcullis 2"
}
},
{
"__struct_id": 8,
"Comment": {
"type": "cexostring",
"value": "Iron Portcullis 2"
}
},
{
"__struct_id": 8,
"Comment": {
"type": "cexostring",
"value": "Iron Portcullis 2"
}
},
{
"__struct_id": 8,
"Comment": {
"type": "cexostring",
"value": "Iron Portcullis 2"
}
},
{
"__struct_id": 8,
"Comment": {
"type": "cexostring",
"value": "Iron Portcullis 2"
}
},
{
"__struct_id": 8,
"Comment": {
"type": "cexostring",
"value": "Iron Portcullis 2"
}
},
{
"__struct_id": 8,
"Comment": {
"type": "cexostring",
"value": "Iron Portcullis 2"
}
},
{
"__struct_id": 8,
"Comment": {
"type": "cexostring",
"value": "Iron Portcullis 2"
}
},
{
"__struct_id": 8,
"Comment": {
"type": "cexostring",
"value": "Iron Portcullis 2"
}
},
{
"__struct_id": 8,
"Comment": {
"type": "cexostring",
"value": "Iron Portcullis 2"
}
},
{
"__struct_id": 8,
"Comment": {
"type": "cexostring",
"value": "Iron Portcullis 2"
}
},
{
"__struct_id": 8,
"Comment": {
"type": "cexostring",
"value": "Iron Portcullis 2"
}
},
{
"__struct_id": 8,
"Comment": {
"type": "cexostring",
"value": "Iron Portcullis"
}
}
]
},
"Encounter List": {
"type": "list",
"value": [
{
"__struct_id": 7
},
{
"__struct_id": 7
},
{
"__struct_id": 7
},
{
"__struct_id": 7
},
{
"__struct_id": 7
},
{
"__struct_id": 7
},
{
"__struct_id": 7
},
{
"__struct_id": 7
},
{
"__struct_id": 7
},
{
"__struct_id": 7
},
{
"__struct_id": 7
},
{
"__struct_id": 7
},
{
"__struct_id": 7
},
{
"__struct_id": 7
},
{
"__struct_id": 7
},
{
"__struct_id": 7
},
{
"__struct_id": 7
},
{
"__struct_id": 7
},
{
"__struct_id": 7
},
{
"__struct_id": 7
},
{
"__struct_id": 7
}
]
},
"List": {
"type": "list",
"value": []
},
"Placeable List": {
"type": "list",
"value": [
{
"__struct_id": 9,
"Comment": {
"type": "cexostring",
"value": "Low treasure script."
}
}
]
},
"SoundList": {
"type": "list",
"value": [
{
"__struct_id": 6,
"Comment": {
"type": "cexostring",
"value": ""
},
"PlayInToolset": {
"type": "byte",
"value": 1
}
},
{
"__struct_id": 6,
"Comment": {
"type": "cexostring",
"value": ""
},
"PlayInToolset": {
"type": "byte",
"value": 1
}
},
{
"__struct_id": 6,
"Comment": {
"type": "cexostring",
"value": ""
},
"PlayInToolset": {
"type": "byte",
"value": 1
}
}
]
},
"StoreList": {
"type": "list",
"value": []
},
"TriggerList": {
"type": "list",
"value": []
},
"WaypointList": {
"type": "list",
"value": [
{
"__struct_id": 5,
"Comment": {
"type": "cexostring",
"value": "On the Advanced tab, replace <Place text here> with whatever information you wish to appear on the Map of an area."
}
}
]
}
}

View File

@ -878,7 +878,7 @@
},
"RecCreatures": {
"type": "int",
"value": 4
"value": 1
},
"Reset": {
"type": "byte",
@ -1099,7 +1099,7 @@
},
"RecCreatures": {
"type": "int",
"value": 4
"value": 1
},
"Reset": {
"type": "byte",

View File

@ -668,7 +668,7 @@
},
"RecCreatures": {
"type": "int",
"value": 4
"value": 1
},
"Reset": {
"type": "byte",
@ -889,7 +889,7 @@
},
"RecCreatures": {
"type": "int",
"value": 4
"value": 1
},
"Reset": {
"type": "byte",
@ -1110,7 +1110,7 @@
},
"RecCreatures": {
"type": "int",
"value": 4
"value": 1
},
"Reset": {
"type": "byte",
@ -1331,7 +1331,7 @@
},
"RecCreatures": {
"type": "int",
"value": 4
"value": 1
},
"Reset": {
"type": "byte",

View File

@ -683,7 +683,7 @@
},
"RecCreatures": {
"type": "int",
"value": 4
"value": 1
},
"Reset": {
"type": "byte",
@ -916,7 +916,7 @@
},
"RecCreatures": {
"type": "int",
"value": 4
"value": 1
},
"Reset": {
"type": "byte",
@ -1137,7 +1137,7 @@
},
"RecCreatures": {
"type": "int",
"value": 4
"value": 1
},
"Reset": {
"type": "byte",
@ -1358,7 +1358,7 @@
},
"RecCreatures": {
"type": "int",
"value": 4
"value": 1
},
"Reset": {
"type": "byte",
@ -1579,7 +1579,7 @@
},
"RecCreatures": {
"type": "int",
"value": 4
"value": 1
},
"Reset": {
"type": "byte",
@ -1800,7 +1800,7 @@
},
"RecCreatures": {
"type": "int",
"value": 4
"value": 1
},
"Reset": {
"type": "byte",
@ -2036,7 +2036,7 @@
},
"RecCreatures": {
"type": "int",
"value": 3
"value": 1
},
"Reset": {
"type": "byte",
@ -2257,7 +2257,7 @@
},
"RecCreatures": {
"type": "int",
"value": 3
"value": 1
},
"Reset": {
"type": "byte",
@ -2478,7 +2478,7 @@
},
"RecCreatures": {
"type": "int",
"value": 3
"value": 1
},
"Reset": {
"type": "byte",
@ -2699,7 +2699,7 @@
},
"RecCreatures": {
"type": "int",
"value": 3
"value": 1
},
"Reset": {
"type": "byte",
@ -2920,7 +2920,7 @@
},
"RecCreatures": {
"type": "int",
"value": 4
"value": 1
},
"Reset": {
"type": "byte",

View File

@ -4702,7 +4702,7 @@
},
"MaxCreatures": {
"type": "int",
"value": 4
"value": 8
},
"OnEntered": {
"type": "resref",
@ -4730,7 +4730,7 @@
},
"RecCreatures": {
"type": "int",
"value": 1
"value": 2
},
"Reset": {
"type": "byte",
@ -4738,7 +4738,7 @@
},
"ResetTime": {
"type": "int",
"value": 600
"value": 300
},
"Respawns": {
"type": "int",
@ -5040,7 +5040,7 @@
},
"MaxCreatures": {
"type": "int",
"value": 4
"value": 8
},
"OnEntered": {
"type": "resref",
@ -5076,7 +5076,7 @@
},
"ResetTime": {
"type": "int",
"value": 600
"value": 300
},
"Respawns": {
"type": "int",
@ -5318,7 +5318,7 @@
},
"MaxCreatures": {
"type": "int",
"value": 4
"value": 8
},
"OnEntered": {
"type": "resref",
@ -5346,7 +5346,7 @@
},
"RecCreatures": {
"type": "int",
"value": 2
"value": 1
},
"Reset": {
"type": "byte",
@ -5354,7 +5354,7 @@
},
"ResetTime": {
"type": "int",
"value": 600
"value": 300
},
"Respawns": {
"type": "int",
@ -5643,7 +5643,7 @@
},
"ResetTime": {
"type": "int",
"value": 600
"value": 300
},
"Respawns": {
"type": "int",
@ -5947,7 +5947,7 @@
},
"ResetTime": {
"type": "int",
"value": 600
"value": 300
},
"Respawns": {
"type": "int",
@ -6236,7 +6236,7 @@
},
"ResetTime": {
"type": "int",
"value": 600
"value": 300
},
"Respawns": {
"type": "int",
@ -6555,7 +6555,7 @@
},
"ResetTime": {
"type": "int",
"value": 600
"value": 300
},
"Respawns": {
"type": "int",
@ -6778,7 +6778,7 @@
},
"MaxCreatures": {
"type": "int",
"value": 4
"value": 8
},
"OnEntered": {
"type": "resref",
@ -6814,7 +6814,7 @@
},
"ResetTime": {
"type": "int",
"value": 600
"value": 300
},
"Respawns": {
"type": "int",
@ -7148,7 +7148,7 @@
},
"ResetTime": {
"type": "int",
"value": 600
"value": 300
},
"Respawns": {
"type": "int",
@ -7467,7 +7467,7 @@
},
"ResetTime": {
"type": "int",
"value": 600
"value": 300
},
"Respawns": {
"type": "int",
@ -7484,7 +7484,7 @@
"__struct_id": 2,
"Orientation": {
"type": "float",
"value": -3.067942619323731
"value": -3.067942142486572
},
"X": {
"type": "float",
@ -7780,7 +7780,7 @@
},
"MaxCreatures": {
"type": "int",
"value": 4
"value": 8
},
"OnEntered": {
"type": "resref",
@ -7816,7 +7816,7 @@
},
"ResetTime": {
"type": "int",
"value": 600
"value": 300
},
"Respawns": {
"type": "int",
@ -8084,7 +8084,7 @@
},
"MaxCreatures": {
"type": "int",
"value": 4
"value": 8
},
"OnEntered": {
"type": "resref",
@ -8120,7 +8120,7 @@
},
"ResetTime": {
"type": "int",
"value": 600
"value": 300
},
"Respawns": {
"type": "int",
@ -8980,7 +8980,7 @@
"__struct_id": 2,
"Orientation": {
"type": "float",
"value": 3.06795072555542
"value": 3.067950487136841
},
"X": {
"type": "float",
@ -9182,7 +9182,7 @@
},
"MaxCreatures": {
"type": "int",
"value": 4
"value": 8
},
"OnEntered": {
"type": "resref",
@ -9235,7 +9235,7 @@
"__struct_id": 2,
"Orientation": {
"type": "float",
"value": 2.748883962631226
"value": 2.748883485794067
},
"X": {
"type": "float",
@ -9790,7 +9790,7 @@
},
"MaxCreatures": {
"type": "int",
"value": 2
"value": 4
},
"OnEntered": {
"type": "resref",
@ -9843,7 +9843,7 @@
"__struct_id": 2,
"Orientation": {
"type": "float",
"value": -1.767143607139587
"value": -1.767143368721008
},
"X": {
"type": "float",
@ -10143,7 +10143,7 @@
},
"MaxCreatures": {
"type": "int",
"value": 4
"value": 8
},
"OnEntered": {
"type": "resref",
@ -10179,7 +10179,7 @@
},
"ResetTime": {
"type": "int",
"value": 600
"value": 240
},
"Respawns": {
"type": "int",
@ -10196,7 +10196,7 @@
"__struct_id": 2,
"Orientation": {
"type": "float",
"value": -1.767144322395325
"value": -1.767143964767456
},
"X": {
"type": "float",

View File

@ -451,7 +451,7 @@
},
"RecCreatures": {
"type": "int",
"value": 4
"value": 1
},
"Reset": {
"type": "byte",
@ -459,7 +459,7 @@
},
"ResetTime": {
"type": "int",
"value": 600
"value": 200
},
"Respawns": {
"type": "int",
@ -476,7 +476,7 @@
"__struct_id": 2,
"Orientation": {
"type": "float",
"value": -1.91440212726593
"value": -1.914401888847351
},
"X": {
"type": "float",
@ -687,7 +687,7 @@
},
"RecCreatures": {
"type": "int",
"value": 4
"value": 1
},
"Reset": {
"type": "byte",
@ -695,7 +695,7 @@
},
"ResetTime": {
"type": "int",
"value": 600
"value": 200
},
"Respawns": {
"type": "int",
@ -712,7 +712,7 @@
"__struct_id": 2,
"Orientation": {
"type": "float",
"value": 1.816227793693543
"value": 1.816227674484253
},
"X": {
"type": "float",
@ -927,7 +927,7 @@
},
"RecCreatures": {
"type": "int",
"value": 4
"value": 1
},
"Reset": {
"type": "byte",
@ -935,7 +935,7 @@
},
"ResetTime": {
"type": "int",
"value": 600
"value": 200
},
"Respawns": {
"type": "int",
@ -1167,7 +1167,7 @@
},
"RecCreatures": {
"type": "int",
"value": 4
"value": 1
},
"Reset": {
"type": "byte",
@ -1175,7 +1175,7 @@
},
"ResetTime": {
"type": "int",
"value": 600
"value": 200
},
"Respawns": {
"type": "int",
@ -1407,7 +1407,7 @@
},
"RecCreatures": {
"type": "int",
"value": 4
"value": 1
},
"Reset": {
"type": "byte",
@ -1415,7 +1415,7 @@
},
"ResetTime": {
"type": "int",
"value": 600
"value": 200
},
"Respawns": {
"type": "int",

View File

@ -199,12 +199,12 @@
"LocalizedName": {
"type": "cexolocstring",
"value": {
"0": "bloodback_spider"
"0": "ettercap"
}
},
"MaxCreatures": {
"type": "int",
"value": 4
"value": 8
},
"OnEntered": {
"type": "resref",
@ -240,7 +240,7 @@
},
"ResetTime": {
"type": "int",
"value": 600
"value": 180
},
"Respawns": {
"type": "int",
@ -276,7 +276,7 @@
},
"Tag": {
"type": "cexostring",
"value": "bloodback_spider"
"value": "ettercap"
},
"TemplateResRef": {
"type": "resref",
@ -420,12 +420,12 @@
"LocalizedName": {
"type": "cexolocstring",
"value": {
"0": "bloodback_spider"
"0": "ettercap"
}
},
"MaxCreatures": {
"type": "int",
"value": 4
"value": 8
},
"OnEntered": {
"type": "resref",
@ -461,7 +461,7 @@
},
"ResetTime": {
"type": "int",
"value": 600
"value": 180
},
"Respawns": {
"type": "int",
@ -497,7 +497,7 @@
},
"Tag": {
"type": "cexostring",
"value": "bloodback_spider"
"value": "ettercap"
},
"TemplateResRef": {
"type": "resref",
@ -641,12 +641,12 @@
"LocalizedName": {
"type": "cexolocstring",
"value": {
"0": "bloodback_spider"
"0": "ettercap"
}
},
"MaxCreatures": {
"type": "int",
"value": 4
"value": 8
},
"OnEntered": {
"type": "resref",
@ -682,7 +682,7 @@
},
"ResetTime": {
"type": "int",
"value": 600
"value": 180
},
"Respawns": {
"type": "int",
@ -718,7 +718,7 @@
},
"Tag": {
"type": "cexostring",
"value": "bloodback_spider"
"value": "ettercap"
},
"TemplateResRef": {
"type": "resref",
@ -867,7 +867,7 @@
},
"MaxCreatures": {
"type": "int",
"value": 4
"value": 8
},
"OnEntered": {
"type": "resref",
@ -903,7 +903,7 @@
},
"ResetTime": {
"type": "int",
"value": 600
"value": 180
},
"Respawns": {
"type": "int",
@ -1073,7 +1073,7 @@
},
"MaxCreatures": {
"type": "int",
"value": 4
"value": 8
},
"OnEntered": {
"type": "resref",
@ -1109,7 +1109,7 @@
},
"ResetTime": {
"type": "int",
"value": 600
"value": 180
},
"Respawns": {
"type": "int",

View File

@ -441,7 +441,7 @@
},
"MaxCreatures": {
"type": "int",
"value": 2
"value": 6
},
"OnEntered": {
"type": "resref",
@ -465,11 +465,11 @@
},
"PlayerOnly": {
"type": "byte",
"value": 0
"value": 1
},
"RecCreatures": {
"type": "int",
"value": 1
"value": 2
},
"Reset": {
"type": "byte",
@ -477,7 +477,7 @@
},
"ResetTime": {
"type": "int",
"value": 120
"value": 180
},
"Respawns": {
"type": "int",
@ -662,7 +662,7 @@
},
"MaxCreatures": {
"type": "int",
"value": 2
"value": 6
},
"OnEntered": {
"type": "resref",
@ -686,11 +686,11 @@
},
"PlayerOnly": {
"type": "byte",
"value": 0
"value": 1
},
"RecCreatures": {
"type": "int",
"value": 1
"value": 2
},
"Reset": {
"type": "byte",
@ -698,7 +698,7 @@
},
"ResetTime": {
"type": "int",
"value": 120
"value": 180
},
"Respawns": {
"type": "int",
@ -898,7 +898,7 @@
},
"MaxCreatures": {
"type": "int",
"value": 2
"value": 6
},
"OnEntered": {
"type": "resref",
@ -922,11 +922,11 @@
},
"PlayerOnly": {
"type": "byte",
"value": 0
"value": 1
},
"RecCreatures": {
"type": "int",
"value": 1
"value": 2
},
"Reset": {
"type": "byte",
@ -934,7 +934,7 @@
},
"ResetTime": {
"type": "int",
"value": 120
"value": 180
},
"Respawns": {
"type": "int",
@ -1134,7 +1134,7 @@
},
"MaxCreatures": {
"type": "int",
"value": 2
"value": 6
},
"OnEntered": {
"type": "resref",
@ -1158,11 +1158,11 @@
},
"PlayerOnly": {
"type": "byte",
"value": 0
"value": 1
},
"RecCreatures": {
"type": "int",
"value": 1
"value": 2
},
"Reset": {
"type": "byte",
@ -1170,7 +1170,7 @@
},
"ResetTime": {
"type": "int",
"value": 120
"value": 180
},
"Respawns": {
"type": "int",
@ -1355,7 +1355,7 @@
},
"MaxCreatures": {
"type": "int",
"value": 2
"value": 6
},
"OnEntered": {
"type": "resref",
@ -1379,11 +1379,11 @@
},
"PlayerOnly": {
"type": "byte",
"value": 0
"value": 1
},
"RecCreatures": {
"type": "int",
"value": 1
"value": 2
},
"Reset": {
"type": "byte",
@ -1391,7 +1391,7 @@
},
"ResetTime": {
"type": "int",
"value": 120
"value": 180
},
"Respawns": {
"type": "int",
@ -1591,7 +1591,7 @@
},
"MaxCreatures": {
"type": "int",
"value": 2
"value": 6
},
"OnEntered": {
"type": "resref",
@ -1615,11 +1615,11 @@
},
"PlayerOnly": {
"type": "byte",
"value": 0
"value": 1
},
"RecCreatures": {
"type": "int",
"value": 1
"value": 2
},
"Reset": {
"type": "byte",
@ -1627,7 +1627,7 @@
},
"ResetTime": {
"type": "int",
"value": 120
"value": 180
},
"Respawns": {
"type": "int",

View File

@ -318,7 +318,7 @@
},
"Difficulty": {
"type": "int",
"value": 2
"value": 0
},
"DifficultyIndex": {
"type": "int",
@ -448,7 +448,7 @@
},
"RecCreatures": {
"type": "int",
"value": 4
"value": 2
},
"Reset": {
"type": "byte",
@ -543,7 +543,7 @@
},
"Difficulty": {
"type": "int",
"value": 2
"value": 0
},
"DifficultyIndex": {
"type": "int",
@ -669,7 +669,7 @@
},
"RecCreatures": {
"type": "int",
"value": 4
"value": 2
},
"Reset": {
"type": "byte",
@ -764,7 +764,7 @@
},
"Difficulty": {
"type": "int",
"value": 2
"value": 0
},
"DifficultyIndex": {
"type": "int",
@ -890,7 +890,7 @@
},
"RecCreatures": {
"type": "int",
"value": 4
"value": 2
},
"Reset": {
"type": "byte",
@ -985,7 +985,7 @@
},
"Difficulty": {
"type": "int",
"value": 2
"value": 0
},
"DifficultyIndex": {
"type": "int",
@ -1111,7 +1111,7 @@
},
"RecCreatures": {
"type": "int",
"value": 4
"value": 2
},
"Reset": {
"type": "byte",

View File

@ -318,7 +318,7 @@
},
"Difficulty": {
"type": "int",
"value": 2
"value": 0
},
"DifficultyIndex": {
"type": "int",
@ -448,7 +448,7 @@
},
"RecCreatures": {
"type": "int",
"value": 2
"value": 1
},
"Reset": {
"type": "byte",
@ -543,7 +543,7 @@
},
"Difficulty": {
"type": "int",
"value": 2
"value": 0
},
"DifficultyIndex": {
"type": "int",
@ -669,7 +669,7 @@
},
"RecCreatures": {
"type": "int",
"value": 2
"value": 1
},
"Reset": {
"type": "byte",

View File

@ -463,7 +463,7 @@
},
"RecCreatures": {
"type": "int",
"value": 1
"value": 2
},
"Reset": {
"type": "byte",
@ -488,7 +488,7 @@
"__struct_id": 2,
"Orientation": {
"type": "float",
"value": -2.994322061538696
"value": -2.994321823120117
},
"X": {
"type": "float",
@ -703,7 +703,7 @@
},
"RecCreatures": {
"type": "int",
"value": 1
"value": 2
},
"Reset": {
"type": "byte",
@ -728,7 +728,7 @@
"__struct_id": 2,
"Orientation": {
"type": "float",
"value": -1.988034009933472
"value": -1.988033771514893
},
"X": {
"type": "float",
@ -928,7 +928,7 @@
},
"RecCreatures": {
"type": "int",
"value": 1
"value": 2
},
"Reset": {
"type": "byte",
@ -1149,7 +1149,7 @@
},
"RecCreatures": {
"type": "int",
"value": 1
"value": 2
},
"Reset": {
"type": "byte",
@ -1434,7 +1434,7 @@
},
"RecCreatures": {
"type": "int",
"value": 1
"value": 2
},
"Reset": {
"type": "byte",
@ -1442,7 +1442,7 @@
},
"ResetTime": {
"type": "int",
"value": 120
"value": 180
},
"Respawns": {
"type": "int",
@ -1478,7 +1478,7 @@
"__struct_id": 2,
"Orientation": {
"type": "float",
"value": -0.9081144332885742
"value": -0.9081143140792847
},
"X": {
"type": "float",
@ -1674,7 +1674,7 @@
},
"RecCreatures": {
"type": "int",
"value": 1
"value": 2
},
"Reset": {
"type": "byte",
@ -1682,7 +1682,7 @@
},
"ResetTime": {
"type": "int",
"value": 120
"value": 180
},
"Respawns": {
"type": "int",
@ -1914,7 +1914,7 @@
},
"RecCreatures": {
"type": "int",
"value": 1
"value": 2
},
"Reset": {
"type": "byte",
@ -1922,7 +1922,7 @@
},
"ResetTime": {
"type": "int",
"value": 120
"value": 180
},
"Respawns": {
"type": "int",
@ -2154,7 +2154,7 @@
},
"RecCreatures": {
"type": "int",
"value": 1
"value": 2
},
"Reset": {
"type": "byte",
@ -2162,7 +2162,7 @@
},
"ResetTime": {
"type": "int",
"value": 120
"value": 180
},
"Respawns": {
"type": "int",
@ -2198,7 +2198,7 @@
"__struct_id": 2,
"Orientation": {
"type": "float",
"value": 2.552536964416504
"value": 2.552536487579346
},
"X": {
"type": "float",

View File

@ -496,7 +496,7 @@
},
"RecCreatures": {
"type": "int",
"value": 4
"value": 1
},
"Reset": {
"type": "byte",
@ -540,7 +540,7 @@
"__struct_id": 2,
"Orientation": {
"type": "float",
"value": -3.018859624862671
"value": -3.018859386444092
},
"X": {
"type": "float",
@ -781,7 +781,7 @@
},
"RecCreatures": {
"type": "int",
"value": 4
"value": 1
},
"Reset": {
"type": "byte",
@ -1081,7 +1081,7 @@
},
"RecCreatures": {
"type": "int",
"value": 4
"value": 1
},
"Reset": {
"type": "byte",
@ -1125,7 +1125,7 @@
"__struct_id": 2,
"Orientation": {
"type": "float",
"value": 3.141577005386353
"value": 3.141576766967773
},
"X": {
"type": "float",
@ -1381,7 +1381,7 @@
},
"RecCreatures": {
"type": "int",
"value": 4
"value": 1
},
"Reset": {
"type": "byte",
@ -1425,7 +1425,7 @@
"__struct_id": 2,
"Orientation": {
"type": "float",
"value": -3.043402671813965
"value": -3.043402194976807
},
"X": {
"type": "float",
@ -1636,7 +1636,7 @@
},
"RecCreatures": {
"type": "int",
"value": 4
"value": 1
},
"Reset": {
"type": "byte",

View File

@ -699,7 +699,7 @@
},
"RecCreatures": {
"type": "int",
"value": 4
"value": 1
},
"Reset": {
"type": "byte",
@ -939,7 +939,7 @@
},
"RecCreatures": {
"type": "int",
"value": 4
"value": 1
},
"Reset": {
"type": "byte",
@ -964,7 +964,7 @@
"__struct_id": 2,
"Orientation": {
"type": "float",
"value": -2.822510957717896
"value": -2.822510480880737
},
"X": {
"type": "float",
@ -1194,7 +1194,7 @@
},
"RecCreatures": {
"type": "int",
"value": 4
"value": 1
},
"Reset": {
"type": "byte",
@ -1415,7 +1415,7 @@
},
"RecCreatures": {
"type": "int",
"value": 4
"value": 1
},
"Reset": {
"type": "byte",
@ -1651,7 +1651,7 @@
},
"RecCreatures": {
"type": "int",
"value": 4
"value": 1
},
"Reset": {
"type": "byte",

View File

@ -106,7 +106,7 @@
},
"CR": {
"type": "float",
"value": 7.0
"value": 8.0
},
"ResRef": {
"type": "resref",
@ -123,32 +123,13 @@
"type": "int",
"value": 249
},
"CR": {
"type": "float",
"value": 9.0
},
"ResRef": {
"type": "resref",
"value": "nw_dwarfmerc005"
},
"SingleSpawn": {
"type": "byte",
"value": 0
}
},
{
"__struct_id": 0,
"Appearance": {
"type": "int",
"value": 260
},
"CR": {
"type": "float",
"value": 10.0
},
"ResRef": {
"type": "resref",
"value": "nw_gypsy007"
"value": "nw_dwarfmerc005"
},
"SingleSpawn": {
"type": "byte",
@ -173,6 +154,25 @@
"type": "byte",
"value": 0
}
},
{
"__struct_id": 0,
"Appearance": {
"type": "int",
"value": 260
},
"CR": {
"type": "float",
"value": 11.0
},
"ResRef": {
"type": "resref",
"value": "nw_gypsy007"
},
"SingleSpawn": {
"type": "byte",
"value": 0
}
}
]
},
@ -291,7 +291,7 @@
},
"MaxCreatures": {
"type": "int",
"value": 4
"value": 5
},
"OnEntered": {
"type": "resref",
@ -315,7 +315,7 @@
},
"PlayerOnly": {
"type": "byte",
"value": 0
"value": 1
},
"RecCreatures": {
"type": "int",
@ -344,7 +344,7 @@
"__struct_id": 2,
"Orientation": {
"type": "float",
"value": 1.816229581832886
"value": 1.816229343414307
},
"X": {
"type": "float",
@ -418,7 +418,7 @@
},
"CR": {
"type": "float",
"value": 7.0
"value": 8.0
},
"ResRef": {
"type": "resref",
@ -435,32 +435,13 @@
"type": "int",
"value": 249
},
"CR": {
"type": "float",
"value": 9.0
},
"ResRef": {
"type": "resref",
"value": "nw_dwarfmerc005"
},
"SingleSpawn": {
"type": "byte",
"value": 0
}
},
{
"__struct_id": 0,
"Appearance": {
"type": "int",
"value": 260
},
"CR": {
"type": "float",
"value": 10.0
},
"ResRef": {
"type": "resref",
"value": "nw_gypsy007"
"value": "nw_dwarfmerc005"
},
"SingleSpawn": {
"type": "byte",
@ -485,6 +466,25 @@
"type": "byte",
"value": 0
}
},
{
"__struct_id": 0,
"Appearance": {
"type": "int",
"value": 260
},
"CR": {
"type": "float",
"value": 11.0
},
"ResRef": {
"type": "resref",
"value": "nw_gypsy007"
},
"SingleSpawn": {
"type": "byte",
"value": 0
}
}
]
},
@ -588,7 +588,7 @@
},
"MaxCreatures": {
"type": "int",
"value": 4
"value": 5
},
"OnEntered": {
"type": "resref",
@ -612,7 +612,7 @@
},
"PlayerOnly": {
"type": "byte",
"value": 0
"value": 1
},
"RecCreatures": {
"type": "int",
@ -707,25 +707,6 @@
"value": 0
}
},
{
"__struct_id": 0,
"Appearance": {
"type": "int",
"value": 251
},
"CR": {
"type": "float",
"value": 7.0
},
"ResRef": {
"type": "resref",
"value": "nw_halfmerc004"
},
"SingleSpawn": {
"type": "byte",
"value": 0
}
},
{
"__struct_id": 0,
"Appearance": {
@ -749,15 +730,15 @@
"__struct_id": 0,
"Appearance": {
"type": "int",
"value": 249
"value": 251
},
"CR": {
"type": "float",
"value": 9.0
"value": 8.0
},
"ResRef": {
"type": "resref",
"value": "nw_dwarfmerc005"
"value": "nw_halfmerc004"
},
"SingleSpawn": {
"type": "byte",
@ -768,7 +749,7 @@
"__struct_id": 0,
"Appearance": {
"type": "int",
"value": 260
"value": 249
},
"CR": {
"type": "float",
@ -776,7 +757,7 @@
},
"ResRef": {
"type": "resref",
"value": "nw_gypsy007"
"value": "nw_dwarfmerc005"
},
"SingleSpawn": {
"type": "byte",
@ -801,6 +782,25 @@
"type": "byte",
"value": 0
}
},
{
"__struct_id": 0,
"Appearance": {
"type": "int",
"value": 260
},
"CR": {
"type": "float",
"value": 11.0
},
"ResRef": {
"type": "resref",
"value": "nw_gypsy007"
},
"SingleSpawn": {
"type": "byte",
"value": 0
}
}
]
},
@ -904,7 +904,7 @@
},
"MaxCreatures": {
"type": "int",
"value": 4
"value": 5
},
"OnEntered": {
"type": "resref",
@ -928,7 +928,7 @@
},
"PlayerOnly": {
"type": "byte",
"value": 0
"value": 1
},
"RecCreatures": {
"type": "int",
@ -940,7 +940,7 @@
},
"ResetTime": {
"type": "int",
"value": 30
"value": 300
},
"Respawns": {
"type": "int",
@ -957,7 +957,7 @@
"__struct_id": 2,
"Orientation": {
"type": "float",
"value": -2.650712490081787
"value": -2.650712251663208
},
"X": {
"type": "float",
@ -1023,25 +1023,6 @@
"value": 0
}
},
{
"__struct_id": 0,
"Appearance": {
"type": "int",
"value": 251
},
"CR": {
"type": "float",
"value": 7.0
},
"ResRef": {
"type": "resref",
"value": "nw_halfmerc004"
},
"SingleSpawn": {
"type": "byte",
"value": 0
}
},
{
"__struct_id": 0,
"Appearance": {
@ -1065,15 +1046,15 @@
"__struct_id": 0,
"Appearance": {
"type": "int",
"value": 249
"value": 251
},
"CR": {
"type": "float",
"value": 9.0
"value": 8.0
},
"ResRef": {
"type": "resref",
"value": "nw_dwarfmerc005"
"value": "nw_halfmerc004"
},
"SingleSpawn": {
"type": "byte",
@ -1084,7 +1065,7 @@
"__struct_id": 0,
"Appearance": {
"type": "int",
"value": 260
"value": 249
},
"CR": {
"type": "float",
@ -1092,7 +1073,7 @@
},
"ResRef": {
"type": "resref",
"value": "nw_gypsy007"
"value": "nw_dwarfmerc005"
},
"SingleSpawn": {
"type": "byte",
@ -1117,6 +1098,25 @@
"type": "byte",
"value": 0
}
},
{
"__struct_id": 0,
"Appearance": {
"type": "int",
"value": 260
},
"CR": {
"type": "float",
"value": 11.0
},
"ResRef": {
"type": "resref",
"value": "nw_gypsy007"
},
"SingleSpawn": {
"type": "byte",
"value": 0
}
}
]
},
@ -1235,7 +1235,7 @@
},
"MaxCreatures": {
"type": "int",
"value": 4
"value": 5
},
"OnEntered": {
"type": "resref",
@ -1259,7 +1259,7 @@
},
"PlayerOnly": {
"type": "byte",
"value": 0
"value": 1
},
"RecCreatures": {
"type": "int",

View File

@ -520,7 +520,7 @@
},
"CR": {
"type": "float",
"value": 10.0
"value": 11.0
},
"ResRef": {
"type": "resref",
@ -543,7 +543,7 @@
},
"CR": {
"type": "float",
"value": 10.0
"value": 11.0
},
"ResRef": {
"type": "resref",
@ -737,7 +737,7 @@
},
"PlayerOnly": {
"type": "byte",
"value": 0
"value": 1
},
"RecCreatures": {
"type": "int",
@ -821,7 +821,7 @@
},
"CR": {
"type": "float",
"value": 10.0
"value": 11.0
},
"ResRef": {
"type": "resref",
@ -840,7 +840,7 @@
},
"CR": {
"type": "float",
"value": 10.0
"value": 11.0
},
"ResRef": {
"type": "resref",
@ -1045,7 +1045,7 @@
},
"PlayerOnly": {
"type": "byte",
"value": 0
"value": 1
},
"RecCreatures": {
"type": "int",
@ -1129,7 +1129,7 @@
},
"CR": {
"type": "float",
"value": 10.0
"value": 11.0
},
"ResRef": {
"type": "resref",
@ -1148,7 +1148,7 @@
},
"CR": {
"type": "float",
"value": 10.0
"value": 11.0
},
"ResRef": {
"type": "resref",
@ -1407,7 +1407,7 @@
},
"CR": {
"type": "float",
"value": 10.0
"value": 11.0
},
"ResRef": {
"type": "resref",
@ -1426,7 +1426,7 @@
},
"CR": {
"type": "float",
"value": 10.0
"value": 11.0
},
"ResRef": {
"type": "resref",
@ -1474,25 +1474,6 @@
"type": "byte",
"value": 0
}
},
{
"__struct_id": 0,
"Appearance": {
"type": "int",
"value": 1766
},
"CR": {
"type": "float",
"value": 15.0
},
"ResRef": {
"type": "resref",
"value": "zep_shguard_009"
},
"SingleSpawn": {
"type": "byte",
"value": 0
}
}
]
},
@ -1704,7 +1685,7 @@
},
"CR": {
"type": "float",
"value": 10.0
"value": 11.0
},
"ResRef": {
"type": "resref",
@ -1723,7 +1704,7 @@
},
"CR": {
"type": "float",
"value": 10.0
"value": 11.0
},
"ResRef": {
"type": "resref",
@ -1771,25 +1752,6 @@
"type": "byte",
"value": 0
}
},
{
"__struct_id": 0,
"Appearance": {
"type": "int",
"value": 1766
},
"CR": {
"type": "float",
"value": 15.0
},
"ResRef": {
"type": "resref",
"value": "zep_shguard_009"
},
"SingleSpawn": {
"type": "byte",
"value": 0
}
}
]
},

View File

@ -520,7 +520,7 @@
},
"CR": {
"type": "float",
"value": 18.0
"value": 19.0
},
"ResRef": {
"type": "resref",
@ -665,7 +665,7 @@
},
"RecCreatures": {
"type": "int",
"value": 2
"value": 1
},
"Reset": {
"type": "byte",
@ -673,7 +673,7 @@
},
"ResetTime": {
"type": "int",
"value": 600
"value": 300
},
"Respawns": {
"type": "int",
@ -907,7 +907,7 @@
},
"MaxCreatures": {
"type": "int",
"value": 4
"value": 5
},
"OnEntered": {
"type": "resref",
@ -935,7 +935,7 @@
},
"RecCreatures": {
"type": "int",
"value": 2
"value": 1
},
"Reset": {
"type": "byte",
@ -943,7 +943,7 @@
},
"ResetTime": {
"type": "int",
"value": 600
"value": 300
},
"Respawns": {
"type": "int",
@ -1034,7 +1034,7 @@
},
"CR": {
"type": "float",
"value": 10.0
"value": 11.0
},
"ResRef": {
"type": "resref",
@ -1053,7 +1053,7 @@
},
"CR": {
"type": "float",
"value": 10.0
"value": 11.0
},
"ResRef": {
"type": "resref",
@ -1083,6 +1083,25 @@
"value": 0
}
},
{
"__struct_id": 0,
"Appearance": {
"type": "int",
"value": 3111
},
"CR": {
"type": "float",
"value": 13.0
},
"ResRef": {
"type": "resref",
"value": "zep_ghostf_019"
},
"SingleSpawn": {
"type": "byte",
"value": 0
}
},
{
"__struct_id": 0,
"Appearance": {
@ -1120,25 +1139,6 @@
"type": "byte",
"value": 0
}
},
{
"__struct_id": 0,
"Appearance": {
"type": "int",
"value": 3111
},
"CR": {
"type": "float",
"value": 15.0
},
"ResRef": {
"type": "resref",
"value": "zep_ghostf_019"
},
"SingleSpawn": {
"type": "byte",
"value": 0
}
}
]
},
@ -1380,7 +1380,7 @@
},
"CR": {
"type": "float",
"value": 10.0
"value": 11.0
},
"ResRef": {
"type": "resref",
@ -1399,7 +1399,7 @@
},
"CR": {
"type": "float",
"value": 10.0
"value": 11.0
},
"ResRef": {
"type": "resref",
@ -1429,6 +1429,25 @@
"value": 0
}
},
{
"__struct_id": 0,
"Appearance": {
"type": "int",
"value": 3111
},
"CR": {
"type": "float",
"value": 13.0
},
"ResRef": {
"type": "resref",
"value": "zep_ghostf_019"
},
"SingleSpawn": {
"type": "byte",
"value": 0
}
},
{
"__struct_id": 0,
"Appearance": {
@ -1466,25 +1485,6 @@
"type": "byte",
"value": 0
}
},
{
"__struct_id": 0,
"Appearance": {
"type": "int",
"value": 3111
},
"CR": {
"type": "float",
"value": 15.0
},
"ResRef": {
"type": "resref",
"value": "zep_ghostf_019"
},
"SingleSpawn": {
"type": "byte",
"value": 0
}
}
]
},

View File

@ -100,8 +100,8 @@
"type": "byte",
"value": 16
},
"GenericType": {
"type": "byte",
"GenericType_New": {
"type": "dword",
"value": 0
},
"Hardness": {
@ -302,7 +302,7 @@
},
"CR": {
"type": "float",
"value": 11.0
"value": 12.0
},
"ResRef": {
"type": "resref",
@ -451,7 +451,7 @@
},
"RecCreatures": {
"type": "int",
"value": 2
"value": 1
},
"Reset": {
"type": "byte",
@ -459,7 +459,7 @@
},
"ResetTime": {
"type": "int",
"value": 600
"value": 300
},
"Respawns": {
"type": "int",
@ -672,7 +672,7 @@
},
"RecCreatures": {
"type": "int",
"value": 2
"value": 1
},
"Reset": {
"type": "byte",
@ -680,7 +680,7 @@
},
"ResetTime": {
"type": "int",
"value": 600
"value": 300
},
"Respawns": {
"type": "int",
@ -752,7 +752,7 @@
},
"CR": {
"type": "float",
"value": 11.0
"value": 12.0
},
"ResRef": {
"type": "resref",
@ -893,7 +893,7 @@
},
"RecCreatures": {
"type": "int",
"value": 2
"value": 1
},
"Reset": {
"type": "byte",
@ -901,7 +901,7 @@
},
"ResetTime": {
"type": "int",
"value": 600
"value": 300
},
"Respawns": {
"type": "int",
@ -918,7 +918,7 @@
"__struct_id": 2,
"Orientation": {
"type": "float",
"value": -2.233474016189575
"value": -2.233473539352417
},
"X": {
"type": "float",
@ -1114,7 +1114,7 @@
},
"RecCreatures": {
"type": "int",
"value": 2
"value": 1
},
"Reset": {
"type": "byte",
@ -1122,7 +1122,7 @@
},
"ResetTime": {
"type": "int",
"value": 600
"value": 300
},
"Respawns": {
"type": "int",
@ -1194,7 +1194,7 @@
},
"CR": {
"type": "float",
"value": 11.0
"value": 12.0
},
"ResRef": {
"type": "resref",
@ -1335,7 +1335,7 @@
},
"RecCreatures": {
"type": "int",
"value": 2
"value": 1
},
"Reset": {
"type": "byte",
@ -1343,7 +1343,7 @@
},
"ResetTime": {
"type": "int",
"value": 600
"value": 300
},
"Respawns": {
"type": "int",
@ -1360,7 +1360,7 @@
"__struct_id": 2,
"Orientation": {
"type": "float",
"value": -1.374445796012878
"value": -1.374445557594299
},
"X": {
"type": "float",
@ -1516,6 +1516,10 @@
"id": 14601
}
},
"OnClick": {
"type": "resref",
"value": ""
},
"OnClosed": {
"type": "resref",
"value": ""
@ -1739,6 +1743,10 @@
"id": 14601
}
},
"OnClick": {
"type": "resref",
"value": ""
},
"OnClosed": {
"type": "resref",
"value": ""
@ -1962,6 +1970,10 @@
"id": 5691
}
},
"OnClick": {
"type": "resref",
"value": ""
},
"OnClosed": {
"type": "resref",
"value": ""
@ -2185,6 +2197,10 @@
"id": 5691
}
},
"OnClick": {
"type": "resref",
"value": ""
},
"OnClosed": {
"type": "resref",
"value": ""

View File

@ -96,8 +96,8 @@
"type": "byte",
"value": 16
},
"GenericType": {
"type": "byte",
"GenericType_New": {
"type": "dword",
"value": 0
},
"Hardness": {
@ -320,8 +320,8 @@
"type": "byte",
"value": 16
},
"GenericType": {
"type": "byte",
"GenericType_New": {
"type": "dword",
"value": 1
},
"Hardness": {
@ -683,7 +683,7 @@
},
"RecCreatures": {
"type": "int",
"value": 2
"value": 1
},
"Reset": {
"type": "byte",
@ -691,7 +691,7 @@
},
"ResetTime": {
"type": "int",
"value": 600
"value": 300
},
"Respawns": {
"type": "int",
@ -706,13 +706,9 @@
"value": [
{
"__struct_id": 2,
"Comment": {
"type": "cexostring",
"value": ""
},
"Orientation": {
"type": "float",
"value": 3.117044448852539
"value": 3.117043972015381
},
"X": {
"type": "float",
@ -927,7 +923,7 @@
},
"RecCreatures": {
"type": "int",
"value": 2
"value": 1
},
"Reset": {
"type": "byte",
@ -935,7 +931,7 @@
},
"ResetTime": {
"type": "int",
"value": 600
"value": 300
},
"Respawns": {
"type": "int",
@ -971,7 +967,7 @@
"__struct_id": 2,
"Orientation": {
"type": "float",
"value": -3.09250020980835
"value": -3.092499732971191
},
"X": {
"type": "float",
@ -1167,7 +1163,7 @@
},
"RecCreatures": {
"type": "int",
"value": 2
"value": 1
},
"Reset": {
"type": "byte",
@ -1175,7 +1171,7 @@
},
"ResetTime": {
"type": "int",
"value": 600
"value": 300
},
"Respawns": {
"type": "int",
@ -1192,7 +1188,7 @@
"__struct_id": 2,
"Orientation": {
"type": "float",
"value": 3.09250020980835
"value": 3.092499732971191
},
"X": {
"type": "float",
@ -1407,7 +1403,7 @@
},
"RecCreatures": {
"type": "int",
"value": 2
"value": 1
},
"Reset": {
"type": "byte",
@ -1415,7 +1411,7 @@
},
"ResetTime": {
"type": "int",
"value": 600
"value": 300
},
"Respawns": {
"type": "int",
@ -1432,7 +1428,7 @@
"__struct_id": 2,
"Orientation": {
"type": "float",
"value": -2.82252049446106
"value": -2.822520017623901
},
"X": {
"type": "float",
@ -1647,7 +1643,7 @@
},
"RecCreatures": {
"type": "int",
"value": 2
"value": 1
},
"Reset": {
"type": "byte",
@ -1655,7 +1651,7 @@
},
"ResetTime": {
"type": "int",
"value": 600
"value": 300
},
"Respawns": {
"type": "int",
@ -1672,7 +1668,7 @@
"__struct_id": 2,
"Orientation": {
"type": "float",
"value": 3.09250020980835
"value": 3.092499732971191
},
"X": {
"type": "float",
@ -1887,7 +1883,7 @@
},
"RecCreatures": {
"type": "int",
"value": 2
"value": 1
},
"Reset": {
"type": "byte",
@ -1895,7 +1891,7 @@
},
"ResetTime": {
"type": "int",
"value": 600
"value": 300
},
"Respawns": {
"type": "int",
@ -1912,7 +1908,7 @@
"__struct_id": 2,
"Orientation": {
"type": "float",
"value": -2.920694589614868
"value": -2.92069411277771
},
"X": {
"type": "float",
@ -2142,7 +2138,7 @@
},
"RecCreatures": {
"type": "int",
"value": 2
"value": 1
},
"Reset": {
"type": "byte",
@ -2150,7 +2146,7 @@
},
"ResetTime": {
"type": "int",
"value": 600
"value": 300
},
"Respawns": {
"type": "int",
@ -2167,7 +2163,7 @@
"__struct_id": 2,
"Orientation": {
"type": "float",
"value": -2.65071439743042
"value": -2.650713920593262
},
"X": {
"type": "float",
@ -2186,7 +2182,7 @@
"__struct_id": 2,
"Orientation": {
"type": "float",
"value": 0.8344843983650208
"value": 0.834484338760376
},
"X": {
"type": "float",
@ -2224,261 +2220,6 @@
"value": 0.0
}
},
{
"__struct_id": 7,
"Active": {
"type": "byte",
"value": 1
},
"CreatureList": {
"type": "list",
"value": [
{
"__struct_id": 0,
"Appearance": {
"type": "int",
"value": 140
},
"CR": {
"type": "float",
"value": 7.0
},
"ResRef": {
"type": "resref",
"value": "orca001"
},
"SingleSpawn": {
"type": "byte",
"value": 0
}
}
]
},
"Difficulty": {
"type": "int",
"value": 0
},
"DifficultyIndex": {
"type": "int",
"value": 1
},
"Faction": {
"type": "dword",
"value": 1
},
"Geometry": {
"type": "list",
"value": [
{
"__struct_id": 1,
"X": {
"type": "float",
"value": 0.0
},
"Y": {
"type": "float",
"value": 0.0
},
"Z": {
"type": "float",
"value": 0.0403231605887413
}
},
{
"__struct_id": 1,
"X": {
"type": "float",
"value": 0.4526805877685547
},
"Y": {
"type": "float",
"value": -0.43408203125
},
"Z": {
"type": "float",
"value": 0.04059114307165146
}
},
{
"__struct_id": 1,
"X": {
"type": "float",
"value": 0.9947671890258789
},
"Y": {
"type": "float",
"value": -9.196060180664063
},
"Z": {
"type": "float",
"value": 0.02500000037252903
}
},
{
"__struct_id": 1,
"X": {
"type": "float",
"value": 34.53887939453125
},
"Y": {
"type": "float",
"value": -8.88726806640625
},
"Z": {
"type": "float",
"value": 0.02500011958181858
}
},
{
"__struct_id": 1,
"X": {
"type": "float",
"value": 35.03779602050781
},
"Y": {
"type": "float",
"value": 18.3345947265625
},
"Z": {
"type": "float",
"value": 0.02500000037252903
}
},
{
"__struct_id": 1,
"X": {
"type": "float",
"value": 15.02672100067139
},
"Y": {
"type": "float",
"value": 17.61155700683594
},
"Z": {
"type": "float",
"value": 0.02400007285177708
}
}
]
},
"LocalizedName": {
"type": "cexolocstring",
"value": {
"0": "glen_orc_01"
}
},
"MaxCreatures": {
"type": "int",
"value": 4
},
"OnEntered": {
"type": "resref",
"value": ""
},
"OnExhausted": {
"type": "resref",
"value": ""
},
"OnExit": {
"type": "resref",
"value": ""
},
"OnHeartbeat": {
"type": "resref",
"value": ""
},
"OnUserDefined": {
"type": "resref",
"value": ""
},
"PlayerOnly": {
"type": "byte",
"value": 1
},
"RecCreatures": {
"type": "int",
"value": 2
},
"Reset": {
"type": "byte",
"value": 1
},
"ResetTime": {
"type": "int",
"value": 600
},
"Respawns": {
"type": "int",
"value": -1
},
"SpawnOption": {
"type": "int",
"value": 0
},
"SpawnPointList": {
"type": "list",
"value": [
{
"__struct_id": 2,
"Orientation": {
"type": "float",
"value": -2.135301351547241
},
"X": {
"type": "float",
"value": 21.36653900146484
},
"Y": {
"type": "float",
"value": 80.74872589111328
},
"Z": {
"type": "float",
"value": -5.7220458984375e-006
}
},
{
"__struct_id": 2,
"Orientation": {
"type": "float",
"value": 0.8099406957626343
},
"X": {
"type": "float",
"value": 39.3638801574707
},
"Y": {
"type": "float",
"value": 73.76602172851563
},
"Z": {
"type": "float",
"value": 0.01000607013702393
}
}
]
},
"Tag": {
"type": "cexostring",
"value": "glen_orc_01"
},
"TemplateResRef": {
"type": "resref",
"value": "glen_orc_01"
},
"XPosition": {
"type": "float",
"value": 14.9110631942749
},
"YPosition": {
"type": "float",
"value": 76.45497894287109
},
"ZPosition": {
"type": "float",
"value": 0.0
}
},
{
"__struct_id": 7,
"Active": {
@ -2833,6 +2574,10 @@
"id": 16812534
}
},
"OnClick": {
"type": "resref",
"value": ""
},
"OnClosed": {
"type": "resref",
"value": ""
@ -3056,6 +2801,10 @@
"id": 16812534
}
},
"OnClick": {
"type": "resref",
"value": ""
},
"OnClosed": {
"type": "resref",
"value": ""
@ -3279,6 +3028,10 @@
"id": 16811656
}
},
"OnClick": {
"type": "resref",
"value": ""
},
"OnClosed": {
"type": "resref",
"value": ""
@ -3502,6 +3255,10 @@
"id": 16811332
}
},
"OnClick": {
"type": "resref",
"value": ""
},
"OnClosed": {
"type": "resref",
"value": ""
@ -3790,6 +3547,10 @@
"id": 16813066
}
},
"OnClick": {
"type": "resref",
"value": ""
},
"OnClosed": {
"type": "resref",
"value": ""
@ -4013,6 +3774,10 @@
"id": 16813066
}
},
"OnClick": {
"type": "resref",
"value": ""
},
"OnClosed": {
"type": "resref",
"value": ""
@ -4236,6 +4001,10 @@
"id": 16811530
}
},
"OnClick": {
"type": "resref",
"value": ""
},
"OnClosed": {
"type": "resref",
"value": ""
@ -4459,6 +4228,10 @@
"id": 16811530
}
},
"OnClick": {
"type": "resref",
"value": ""
},
"OnClosed": {
"type": "resref",
"value": ""
@ -4682,6 +4455,10 @@
"id": 5691
}
},
"OnClick": {
"type": "resref",
"value": ""
},
"OnClosed": {
"type": "resref",
"value": ""
@ -4905,6 +4682,10 @@
"id": 5691
}
},
"OnClick": {
"type": "resref",
"value": ""
},
"OnClosed": {
"type": "resref",
"value": ""
@ -5128,6 +4909,10 @@
"id": 16811874
}
},
"OnClick": {
"type": "resref",
"value": ""
},
"OnClosed": {
"type": "resref",
"value": ""
@ -5351,6 +5136,10 @@
"id": 16811870
}
},
"OnClick": {
"type": "resref",
"value": ""
},
"OnClosed": {
"type": "resref",
"value": ""
@ -5574,6 +5363,10 @@
"id": 16811730
}
},
"OnClick": {
"type": "resref",
"value": ""
},
"OnClosed": {
"type": "resref",
"value": ""
@ -5797,6 +5590,10 @@
"id": 16811730
}
},
"OnClick": {
"type": "resref",
"value": ""
},
"OnClosed": {
"type": "resref",
"value": ""
@ -6020,6 +5817,10 @@
"id": 16811730
}
},
"OnClick": {
"type": "resref",
"value": ""
},
"OnClosed": {
"type": "resref",
"value": ""
@ -6243,6 +6044,10 @@
"id": 16811730
}
},
"OnClick": {
"type": "resref",
"value": ""
},
"OnClosed": {
"type": "resref",
"value": ""
@ -6466,6 +6271,10 @@
"id": 16811730
}
},
"OnClick": {
"type": "resref",
"value": ""
},
"OnClosed": {
"type": "resref",
"value": ""
@ -6689,6 +6498,10 @@
"id": 16811720
}
},
"OnClick": {
"type": "resref",
"value": ""
},
"OnClosed": {
"type": "resref",
"value": ""
@ -6912,6 +6725,10 @@
"id": 16811730
}
},
"OnClick": {
"type": "resref",
"value": ""
},
"OnClosed": {
"type": "resref",
"value": ""
@ -7135,6 +6952,10 @@
"id": 16811730
}
},
"OnClick": {
"type": "resref",
"value": ""
},
"OnClosed": {
"type": "resref",
"value": ""
@ -7358,6 +7179,10 @@
"id": 16812156
}
},
"OnClick": {
"type": "resref",
"value": ""
},
"OnClosed": {
"type": "resref",
"value": ""
@ -7646,6 +7471,10 @@
"id": 16812156
}
},
"OnClick": {
"type": "resref",
"value": ""
},
"OnClosed": {
"type": "resref",
"value": ""
@ -7934,6 +7763,10 @@
"id": 16814070
}
},
"OnClick": {
"type": "resref",
"value": ""
},
"OnClosed": {
"type": "resref",
"value": ""
@ -8157,6 +7990,10 @@
"id": 16811260
}
},
"OnClick": {
"type": "resref",
"value": ""
},
"OnClosed": {
"type": "resref",
"value": ""
@ -8380,6 +8217,10 @@
"id": 16811260
}
},
"OnClick": {
"type": "resref",
"value": ""
},
"OnClosed": {
"type": "resref",
"value": ""
@ -8603,6 +8444,10 @@
"id": 16811260
}
},
"OnClick": {
"type": "resref",
"value": ""
},
"OnClosed": {
"type": "resref",
"value": ""
@ -8826,6 +8671,10 @@
"id": 16812252
}
},
"OnClick": {
"type": "resref",
"value": ""
},
"OnClosed": {
"type": "resref",
"value": ""
@ -9049,6 +8898,10 @@
"id": 16812252
}
},
"OnClick": {
"type": "resref",
"value": ""
},
"OnClosed": {
"type": "resref",
"value": ""
@ -9272,6 +9125,10 @@
"id": 16814106
}
},
"OnClick": {
"type": "resref",
"value": ""
},
"OnClosed": {
"type": "resref",
"value": ""
@ -9495,6 +9352,10 @@
"id": 16814106
}
},
"OnClick": {
"type": "resref",
"value": ""
},
"OnClosed": {
"type": "resref",
"value": ""
@ -9718,6 +9579,10 @@
"id": 16814072
}
},
"OnClick": {
"type": "resref",
"value": ""
},
"OnClosed": {
"type": "resref",
"value": ""
@ -9941,6 +9806,10 @@
"0": "Hickory Tree"
}
},
"OnClick": {
"type": "resref",
"value": ""
},
"OnClosed": {
"type": "resref",
"value": ""
@ -10164,6 +10033,10 @@
"0": "Hickory Tree"
}
},
"OnClick": {
"type": "resref",
"value": ""
},
"OnClosed": {
"type": "resref",
"value": ""
@ -10387,6 +10260,10 @@
"0": "Hickory Tree"
}
},
"OnClick": {
"type": "resref",
"value": ""
},
"OnClosed": {
"type": "resref",
"value": ""
@ -10610,6 +10487,10 @@
"0": "Hickory Tree"
}
},
"OnClick": {
"type": "resref",
"value": ""
},
"OnClosed": {
"type": "resref",
"value": ""
@ -10833,6 +10714,10 @@
"0": "Hickory Tree"
}
},
"OnClick": {
"type": "resref",
"value": ""
},
"OnClosed": {
"type": "resref",
"value": ""
@ -11056,6 +10941,10 @@
"0": "Hickory Tree"
}
},
"OnClick": {
"type": "resref",
"value": ""
},
"OnClosed": {
"type": "resref",
"value": ""
@ -11279,6 +11168,10 @@
"0": "Hickory Tree"
}
},
"OnClick": {
"type": "resref",
"value": ""
},
"OnClosed": {
"type": "resref",
"value": ""

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -100,8 +100,8 @@
"type": "byte",
"value": 16
},
"GenericType": {
"type": "byte",
"GenericType_New": {
"type": "dword",
"value": 0
},
"Hardness": {
@ -463,7 +463,7 @@
},
"RecCreatures": {
"type": "int",
"value": 2
"value": 1
},
"Reset": {
"type": "byte",
@ -471,7 +471,7 @@
},
"ResetTime": {
"type": "int",
"value": 600
"value": 300
},
"Respawns": {
"type": "int",
@ -507,7 +507,7 @@
"__struct_id": 2,
"Orientation": {
"type": "float",
"value": -2.969785690307617
"value": -2.969785213470459
},
"X": {
"type": "float",
@ -526,7 +526,7 @@
"__struct_id": 2,
"Orientation": {
"type": "float",
"value": -1.693514347076416
"value": -1.693514108657837
},
"X": {
"type": "float",
@ -545,7 +545,7 @@
"__struct_id": 2,
"Orientation": {
"type": "float",
"value": 1.865319848060608
"value": 1.865319609642029
},
"X": {
"type": "float",
@ -741,7 +741,7 @@
},
"RecCreatures": {
"type": "int",
"value": 2
"value": 1
},
"Reset": {
"type": "byte",
@ -749,7 +749,7 @@
},
"ResetTime": {
"type": "int",
"value": 600
"value": 300
},
"Respawns": {
"type": "int",
@ -766,7 +766,7 @@
"__struct_id": 2,
"Orientation": {
"type": "float",
"value": 3.141591310501099
"value": 3.14159083366394
},
"X": {
"type": "float",
@ -785,7 +785,7 @@
"__struct_id": 2,
"Orientation": {
"type": "float",
"value": 1.668970584869385
"value": 1.668970465660095
},
"X": {
"type": "float",
@ -823,7 +823,7 @@
"__struct_id": 2,
"Orientation": {
"type": "float",
"value": -1.546252131462097
"value": -1.546252012252808
},
"X": {
"type": "float",
@ -1019,7 +1019,7 @@
},
"RecCreatures": {
"type": "int",
"value": 2
"value": 1
},
"Reset": {
"type": "byte",
@ -1027,7 +1027,7 @@
},
"ResetTime": {
"type": "int",
"value": 600
"value": 300
},
"Respawns": {
"type": "int",
@ -1044,7 +1044,7 @@
"__struct_id": 2,
"Orientation": {
"type": "float",
"value": -3.117048263549805
"value": -3.117047786712647
},
"X": {
"type": "float",
@ -1259,7 +1259,7 @@
},
"RecCreatures": {
"type": "int",
"value": 2
"value": 1
},
"Reset": {
"type": "byte",
@ -1267,7 +1267,7 @@
},
"ResetTime": {
"type": "int",
"value": 600
"value": 300
},
"Respawns": {
"type": "int",
@ -1303,7 +1303,7 @@
"__struct_id": 2,
"Orientation": {
"type": "float",
"value": 3.141591310501099
"value": 3.14159083366394
},
"X": {
"type": "float",
@ -1544,7 +1544,7 @@
},
"RecCreatures": {
"type": "int",
"value": 2
"value": 1
},
"Reset": {
"type": "byte",
@ -1552,7 +1552,7 @@
},
"ResetTime": {
"type": "int",
"value": 600
"value": 300
},
"Respawns": {
"type": "int",
@ -1569,7 +1569,7 @@
"__struct_id": 2,
"Orientation": {
"type": "float",
"value": -1.546252131462097
"value": -1.546252012252808
},
"X": {
"type": "float",
@ -1825,7 +1825,7 @@
},
"RecCreatures": {
"type": "int",
"value": 2
"value": 1
},
"Reset": {
"type": "byte",
@ -1833,7 +1833,7 @@
},
"ResetTime": {
"type": "int",
"value": 600
"value": 300
},
"Respawns": {
"type": "int",
@ -1850,7 +1850,7 @@
"__struct_id": 2,
"Orientation": {
"type": "float",
"value": -1.619883179664612
"value": -1.619882941246033
},
"X": {
"type": "float",
@ -2136,7 +2136,7 @@
},
"RecCreatures": {
"type": "int",
"value": 2
"value": 1
},
"Reset": {
"type": "byte",
@ -2144,7 +2144,7 @@
},
"ResetTime": {
"type": "int",
"value": 600
"value": 300
},
"Respawns": {
"type": "int",
@ -2161,7 +2161,7 @@
"__struct_id": 2,
"Orientation": {
"type": "float",
"value": -1.546252131462097
"value": -1.546252012252808
},
"X": {
"type": "float",
@ -2402,7 +2402,7 @@
},
"RecCreatures": {
"type": "int",
"value": 2
"value": 1
},
"Reset": {
"type": "byte",
@ -2410,7 +2410,7 @@
},
"ResetTime": {
"type": "int",
"value": 600
"value": 300
},
"Respawns": {
"type": "int",
@ -2446,7 +2446,7 @@
"__struct_id": 2,
"Orientation": {
"type": "float",
"value": 2.871611595153809
"value": 2.87161135673523
},
"X": {
"type": "float",
@ -2602,6 +2602,10 @@
"id": 16813478
}
},
"OnClick": {
"type": "resref",
"value": ""
},
"OnClosed": {
"type": "resref",
"value": ""
@ -2825,6 +2829,10 @@
"id": 5691
}
},
"OnClick": {
"type": "resref",
"value": ""
},
"OnClosed": {
"type": "resref",
"value": ""
@ -3048,6 +3056,10 @@
"id": 5691
}
},
"OnClick": {
"type": "resref",
"value": ""
},
"OnClosed": {
"type": "resref",
"value": ""
@ -3271,6 +3283,10 @@
"id": 5348
}
},
"OnClick": {
"type": "resref",
"value": ""
},
"OnClosed": {
"type": "resref",
"value": ""

View File

@ -462,7 +462,7 @@
},
"RecCreatures": {
"type": "int",
"value": 5
"value": 2
},
"Reset": {
"type": "byte",
@ -715,7 +715,7 @@
},
"RecCreatures": {
"type": "int",
"value": 5
"value": 2
},
"Reset": {
"type": "byte",
@ -936,7 +936,7 @@
},
"RecCreatures": {
"type": "int",
"value": 5
"value": 2
},
"Reset": {
"type": "byte",
@ -1157,7 +1157,7 @@
},
"RecCreatures": {
"type": "int",
"value": 5
"value": 2
},
"Reset": {
"type": "byte",
@ -1378,7 +1378,7 @@
},
"RecCreatures": {
"type": "int",
"value": 4
"value": 2
},
"Reset": {
"type": "byte",
@ -1599,7 +1599,7 @@
},
"RecCreatures": {
"type": "int",
"value": 4
"value": 2
},
"Reset": {
"type": "byte",
@ -1820,7 +1820,7 @@
},
"RecCreatures": {
"type": "int",
"value": 4
"value": 2
},
"Reset": {
"type": "byte",
@ -2041,7 +2041,7 @@
},
"RecCreatures": {
"type": "int",
"value": 4
"value": 2
},
"Reset": {
"type": "byte",
@ -2262,7 +2262,7 @@
},
"RecCreatures": {
"type": "int",
"value": 4
"value": 2
},
"Reset": {
"type": "byte",
@ -2483,7 +2483,7 @@
},
"RecCreatures": {
"type": "int",
"value": 4
"value": 2
},
"Reset": {
"type": "byte",
@ -2704,7 +2704,7 @@
},
"RecCreatures": {
"type": "int",
"value": 4
"value": 2
},
"Reset": {
"type": "byte",
@ -2925,7 +2925,7 @@
},
"RecCreatures": {
"type": "int",
"value": 4
"value": 2
},
"Reset": {
"type": "byte",
@ -3146,7 +3146,7 @@
},
"RecCreatures": {
"type": "int",
"value": 5
"value": 2
},
"Reset": {
"type": "byte",
@ -3382,7 +3382,7 @@
},
"RecCreatures": {
"type": "int",
"value": 5
"value": 2
},
"Reset": {
"type": "byte",
@ -3588,7 +3588,7 @@
},
"RecCreatures": {
"type": "int",
"value": 5
"value": 2
},
"Reset": {
"type": "byte",
@ -3794,7 +3794,7 @@
},
"RecCreatures": {
"type": "int",
"value": 5
"value": 2
},
"Reset": {
"type": "byte",

View File

@ -679,7 +679,7 @@
},
"RecCreatures": {
"type": "int",
"value": 5
"value": 3
},
"Reset": {
"type": "byte",
@ -900,7 +900,7 @@
},
"RecCreatures": {
"type": "int",
"value": 5
"value": 3
},
"Reset": {
"type": "byte",
@ -1121,7 +1121,7 @@
},
"RecCreatures": {
"type": "int",
"value": 5
"value": 3
},
"Reset": {
"type": "byte",
@ -1342,7 +1342,7 @@
},
"RecCreatures": {
"type": "int",
"value": 5
"value": 3
},
"Reset": {
"type": "byte",
@ -1563,7 +1563,7 @@
},
"RecCreatures": {
"type": "int",
"value": 6
"value": 2
},
"Reset": {
"type": "byte",
@ -1588,7 +1588,7 @@
"__struct_id": 2,
"Orientation": {
"type": "float",
"value": -2.012580156326294
"value": -2.012579917907715
},
"X": {
"type": "float",
@ -1769,7 +1769,7 @@
},
"RecCreatures": {
"type": "int",
"value": 6
"value": 2
},
"Reset": {
"type": "byte",
@ -1975,7 +1975,7 @@
},
"RecCreatures": {
"type": "int",
"value": 6
"value": 2
},
"Reset": {
"type": "byte",
@ -2181,7 +2181,7 @@
},
"RecCreatures": {
"type": "int",
"value": 6
"value": 2
},
"Reset": {
"type": "byte",

View File

@ -458,7 +458,7 @@
},
"RecCreatures": {
"type": "int",
"value": 5
"value": 1
},
"Reset": {
"type": "byte",
@ -679,7 +679,7 @@
},
"RecCreatures": {
"type": "int",
"value": 5
"value": 1
},
"Reset": {
"type": "byte",
@ -900,7 +900,7 @@
},
"RecCreatures": {
"type": "int",
"value": 5
"value": 1
},
"Reset": {
"type": "byte",
@ -1151,7 +1151,7 @@
},
"RecCreatures": {
"type": "int",
"value": 5
"value": 1
},
"Reset": {
"type": "byte",
@ -1176,7 +1176,7 @@
"__struct_id": 2,
"Orientation": {
"type": "float",
"value": -2.969778299331665
"value": -2.969777822494507
},
"X": {
"type": "float",
@ -1417,7 +1417,7 @@
},
"RecCreatures": {
"type": "int",
"value": 5
"value": 1
},
"Reset": {
"type": "byte",
@ -1668,7 +1668,7 @@
},
"RecCreatures": {
"type": "int",
"value": 5
"value": 1
},
"Reset": {
"type": "byte",
@ -1693,7 +1693,7 @@
"__struct_id": 2,
"Orientation": {
"type": "float",
"value": 0.9326580762863159
"value": 0.9326580166816711
},
"X": {
"type": "float",
@ -1889,7 +1889,7 @@
},
"RecCreatures": {
"type": "int",
"value": 5
"value": 1
},
"Reset": {
"type": "byte",

View File

@ -424,7 +424,7 @@
},
"RecCreatures": {
"type": "int",
"value": 5
"value": 2
},
"Reset": {
"type": "byte",
@ -657,7 +657,7 @@
},
"RecCreatures": {
"type": "int",
"value": 5
"value": 2
},
"Reset": {
"type": "byte",
@ -893,7 +893,7 @@
},
"RecCreatures": {
"type": "int",
"value": 5
"value": 2
},
"Reset": {
"type": "byte",
@ -918,7 +918,7 @@
"__struct_id": 2,
"Orientation": {
"type": "float",
"value": -1.938946962356567
"value": -1.938946723937988
},
"X": {
"type": "float",
@ -1114,7 +1114,7 @@
},
"RecCreatures": {
"type": "int",
"value": 5
"value": 2
},
"Reset": {
"type": "byte",
@ -1139,7 +1139,7 @@
"__struct_id": 2,
"Orientation": {
"type": "float",
"value": 0.02454362437129021
"value": 0.02454362250864506
},
"X": {
"type": "float",
@ -1335,7 +1335,7 @@
},
"RecCreatures": {
"type": "int",
"value": 5
"value": 2
},
"Reset": {
"type": "byte",
@ -1556,7 +1556,7 @@
},
"RecCreatures": {
"type": "int",
"value": 5
"value": 2
},
"Reset": {
"type": "byte",
@ -1777,7 +1777,7 @@
},
"RecCreatures": {
"type": "int",
"value": 5
"value": 2
},
"Reset": {
"type": "byte",
@ -1998,7 +1998,7 @@
},
"RecCreatures": {
"type": "int",
"value": 5
"value": 2
},
"Reset": {
"type": "byte",
@ -2219,7 +2219,7 @@
},
"RecCreatures": {
"type": "int",
"value": 5
"value": 2
},
"Reset": {
"type": "byte",

View File

@ -287,13 +287,6 @@
"value": "anthill_level002"
}
},
{
"__struct_id": 6,
"Area_Name": {
"type": "resref",
"value": "area001"
}
},
{
"__struct_id": 6,
"Area_Name": {
@ -1469,6 +1462,27 @@
"type": "resref",
"value": "schamedar"
}
},
{
"__struct_id": 6,
"Area_Name": {
"type": "resref",
"value": "reptcloister_01"
}
},
{
"__struct_id": 6,
"Area_Name": {
"type": "resref",
"value": "reptcloister_02"
}
},
{
"__struct_id": 6,
"Area_Name": {
"type": "resref",
"value": "reptcloister_03"
}
}
]
},

View File

@ -7593,7 +7593,7 @@
"__struct_id": 0,
"CR": {
"type": "float",
"value": 9.0
"value": 15.0
},
"FACTION": {
"type": "cexostring",

Binary file not shown.

View File

@ -1,18 +1,20 @@
//OnClosed event of a <span class="highlight">barrel</span> or what is being used as a <span class="highlight">trash</span> can.
void main()
{
//Go through all items in the container, destroying them as we find them.
object oTrash = GetFirstItemInInventory();
while (GetIsObjectValid(oTrash))
{
DestroyObject(oTrash);
object oPC = GetLastUsedBy();
float fGold;
int iGold2;
oTrash = GetNextItemInInventory();
//If this next item is valid, meaning that there is another item in the
//inventory, then the loop will go again.
//Once the inventory has been sifted through, the loop exits and all
//items are destroyed.
// item destruction loop
object oItem = GetFirstItemInInventory(OBJECT_SELF);
while (GetIsObjectValid(oItem) == TRUE)
{
// gives gold for item
fGold=IntToFloat(GetGoldPieceValue(oItem));
iGold2=FloatToInt(fGold * 0.30);
GiveGoldToCreature(oPC, iGold2);
DestroyObject(oItem);
oItem = GetNextItemInInventory(OBJECT_SELF);
}
}

View File

@ -538,6 +538,13 @@
"value": 0
}
},
{
"__struct_id": 0,
"Rank": {
"type": "byte",
"value": 0
}
},
{
"__struct_id": 0,
"Rank": {
@ -571,8 +578,8 @@
"type": "cexostring",
"value": "X0_ASABI_CHIEF"
},
"Tail": {
"type": "byte",
"Tail_New": {
"type": "dword",
"value": 0
},
"TemplateList": {
@ -591,8 +598,8 @@
"type": "short",
"value": 0
},
"Wings": {
"type": "byte",
"Wings_New": {
"type": "dword",
"value": 0
},
"Wis": {

View File

@ -747,6 +747,13 @@
"value": 0
}
},
{
"__struct_id": 0,
"Rank": {
"type": "byte",
"value": 0
}
},
{
"__struct_id": 0,
"Rank": {
@ -780,8 +787,8 @@
"type": "cexostring",
"value": "X0_ASABI_SHAMAN"
},
"Tail": {
"type": "byte",
"Tail_New": {
"type": "dword",
"value": 0
},
"TemplateList": {
@ -800,8 +807,8 @@
"type": "short",
"value": 0
},
"Wings": {
"type": "byte",
"Wings_New": {
"type": "dword",
"value": 0
},
"Wis": {

View File

@ -510,6 +510,13 @@
"value": 0
}
},
{
"__struct_id": 0,
"Rank": {
"type": "byte",
"value": 0
}
},
{
"__struct_id": 0,
"Rank": {
@ -543,8 +550,8 @@
"type": "cexostring",
"value": "X0_ASABI_WARRIOR"
},
"Tail": {
"type": "byte",
"Tail_New": {
"type": "dword",
"value": 0
},
"TemplateList": {
@ -563,8 +570,8 @@
"type": "short",
"value": 0
},
"Wings": {
"type": "byte",
"Wings_New": {
"type": "dword",
"value": 0
},
"Wis": {

View File

@ -483,6 +483,13 @@
"value": 0
}
},
{
"__struct_id": 0,
"Rank": {
"type": "byte",
"value": 0
}
},
{
"__struct_id": 0,
"Rank": {
@ -516,8 +523,8 @@
"type": "cexostring",
"value": "NW_KOBOLD001"
},
"Tail": {
"type": "byte",
"Tail_New": {
"type": "dword",
"value": 0
},
"TemplateList": {
@ -536,8 +543,8 @@
"type": "short",
"value": 0
},
"Wings": {
"type": "byte",
"Wings_New": {
"type": "dword",
"value": 0
},
"Wis": {

View File

@ -482,6 +482,13 @@
"value": 0
}
},
{
"__struct_id": 0,
"Rank": {
"type": "byte",
"value": 0
}
},
{
"__struct_id": 0,
"Rank": {
@ -515,8 +522,8 @@
"type": "cexostring",
"value": "NW_KOBOLD002"
},
"Tail": {
"type": "byte",
"Tail_New": {
"type": "dword",
"value": 0
},
"TemplateList": {
@ -535,8 +542,8 @@
"type": "short",
"value": 0
},
"Wings": {
"type": "byte",
"Wings_New": {
"type": "dword",
"value": 0
},
"Wis": {

View File

@ -503,6 +503,13 @@
"value": 0
}
},
{
"__struct_id": 0,
"Rank": {
"type": "byte",
"value": 0
}
},
{
"__struct_id": 0,
"Rank": {
@ -567,8 +574,8 @@
"type": "cexostring",
"value": "NW_KOBOLD003"
},
"Tail": {
"type": "byte",
"Tail_New": {
"type": "dword",
"value": 0
},
"TemplateList": {
@ -587,8 +594,8 @@
"type": "short",
"value": 0
},
"Wings": {
"type": "byte",
"Wings_New": {
"type": "dword",
"value": 0
},
"Wis": {

View File

@ -504,6 +504,13 @@
"value": 0
}
},
{
"__struct_id": 0,
"Rank": {
"type": "byte",
"value": 0
}
},
{
"__struct_id": 0,
"Rank": {
@ -778,8 +785,8 @@
"type": "cexostring",
"value": "NW_KOBOLD003"
},
"Tail": {
"type": "byte",
"Tail_New": {
"type": "dword",
"value": 0
},
"TemplateList": {
@ -798,8 +805,8 @@
"type": "short",
"value": 0
},
"Wings": {
"type": "byte",
"Wings_New": {
"type": "dword",
"value": 0
},
"Wis": {

View File

@ -575,6 +575,13 @@
"value": 0
}
},
{
"__struct_id": 0,
"Rank": {
"type": "byte",
"value": 0
}
},
{
"__struct_id": 0,
"Rank": {
@ -608,8 +615,8 @@
"type": "cexostring",
"value": "NW_KOBOLD005"
},
"Tail": {
"type": "byte",
"Tail_New": {
"type": "dword",
"value": 0
},
"TemplateList": {
@ -628,8 +635,8 @@
"type": "short",
"value": 0
},
"Wings": {
"type": "byte",
"Wings_New": {
"type": "dword",
"value": 0
},
"Wis": {

View File

@ -482,6 +482,13 @@
"value": 0
}
},
{
"__struct_id": 0,
"Rank": {
"type": "byte",
"value": 0
}
},
{
"__struct_id": 0,
"Rank": {
@ -515,8 +522,8 @@
"type": "cexostring",
"value": "NW_KOBOLD002"
},
"Tail": {
"type": "byte",
"Tail_New": {
"type": "dword",
"value": 0
},
"TemplateList": {
@ -535,8 +542,8 @@
"type": "short",
"value": 0
},
"Wings": {
"type": "byte",
"Wings_New": {
"type": "dword",
"value": 0
},
"Wis": {

View File

@ -14,7 +14,7 @@
},
"ChallengeRating": {
"type": "float",
"value": 9.0
"value": 15.0
},
"ClassList": {
"type": "list",
@ -27,7 +27,7 @@
},
"ClassLevel": {
"type": "short",
"value": 2
"value": 10
}
},
{
@ -38,7 +38,7 @@
},
"ClassLevel": {
"type": "short",
"value": 7
"value": 10
}
}
]
@ -57,7 +57,7 @@
},
"CRAdjust": {
"type": "int",
"value": 3
"value": 5
},
"CurrentHitPoints": {
"type": "short",
@ -222,7 +222,7 @@
},
"MaxHitPoints": {
"type": "short",
"value": 46
"value": 68
},
"NaturalAC": {
"type": "byte",
@ -497,6 +497,13 @@
"value": 0
}
},
{
"__struct_id": 0,
"Rank": {
"type": "byte",
"value": 0
}
},
{
"__struct_id": 0,
"Rank": {
@ -591,8 +598,8 @@
"type": "cexostring",
"value": "NW_OLDCHIEFA"
},
"Tail": {
"type": "byte",
"Tail_New": {
"type": "dword",
"value": 1
},
"TemplateList": {
@ -611,8 +618,8 @@
"type": "short",
"value": 0
},
"Wings": {
"type": "byte",
"Wings_New": {
"type": "dword",
"value": 205
},
"Wis": {

View File

@ -476,6 +476,13 @@
"value": 0
}
},
{
"__struct_id": 0,
"Rank": {
"type": "byte",
"value": 0
}
},
{
"__struct_id": 0,
"Rank": {
@ -600,8 +607,8 @@
"type": "cexostring",
"value": "NW_YUAN_TI001"
},
"Tail": {
"type": "byte",
"Tail_New": {
"type": "dword",
"value": 0
},
"TemplateList": {
@ -620,8 +627,8 @@
"type": "short",
"value": 0
},
"Wings": {
"type": "byte",
"Wings_New": {
"type": "dword",
"value": 0
},
"Wis": {

View File

@ -826,6 +826,13 @@
"value": 0
}
},
{
"__struct_id": 0,
"Rank": {
"type": "byte",
"value": 0
}
},
{
"__struct_id": 0,
"Rank": {
@ -980,8 +987,8 @@
"type": "cexostring",
"value": "NW_YUAN_TI003"
},
"Tail": {
"type": "byte",
"Tail_New": {
"type": "dword",
"value": 205
},
"TemplateList": {
@ -1000,8 +1007,8 @@
"type": "short",
"value": 0
},
"Wings": {
"type": "byte",
"Wings_New": {
"type": "dword",
"value": 205
},
"Wis": {

Binary file not shown.