Fixed bandit lair spawn waypoints

Remade the bandit shack interior
This commit is contained in:
EpicValor 2023-10-02 17:32:56 -05:00
parent b562cb2213
commit d7413e3880
199 changed files with 14399 additions and 1241 deletions

View File

@ -2913,7 +2913,7 @@
}, },
"Version": { "Version": {
"type": "dword", "type": "dword",
"value": 6 "value": 7
}, },
"Width": { "Width": {
"type": "int", "type": "int",

View File

@ -32,6 +32,10 @@
"type": "dword", "type": "dword",
"value": 1 "value": 1
}, },
"FogClipDist": {
"type": "float",
"value": 45.0
},
"Height": { "Height": {
"type": "int", "type": "int",
"value": 2 "value": 2
@ -112,12 +116,16 @@
}, },
"ResRef": { "ResRef": {
"type": "resref", "type": "resref",
"value": "banditshack" "value": "banditshack001"
}, },
"ShadowOpacity": { "ShadowOpacity": {
"type": "byte", "type": "byte",
"value": 60 "value": 60
}, },
"SkyBox": {
"type": "byte",
"value": 0
},
"SunAmbientColor": { "SunAmbientColor": {
"type": "dword", "type": "dword",
"value": 0 "value": 0
@ -165,7 +173,7 @@
}, },
"Tile_ID": { "Tile_ID": {
"type": "int", "type": "int",
"value": 186 "value": 159
}, },
"Tile_MainLight1": { "Tile_MainLight1": {
"type": "byte", "type": "byte",
@ -173,11 +181,11 @@
}, },
"Tile_MainLight2": { "Tile_MainLight2": {
"type": "byte", "type": "byte",
"value": 1 "value": 0
}, },
"Tile_Orientation": { "Tile_Orientation": {
"type": "int", "type": "int",
"value": 0 "value": 2
}, },
"Tile_SrcLight1": { "Tile_SrcLight1": {
"type": "byte", "type": "byte",
@ -208,7 +216,7 @@
}, },
"Tile_ID": { "Tile_ID": {
"type": "int", "type": "int",
"value": 188 "value": 159
}, },
"Tile_MainLight1": { "Tile_MainLight1": {
"type": "byte", "type": "byte",
@ -216,12 +224,55 @@
}, },
"Tile_MainLight2": { "Tile_MainLight2": {
"type": "byte", "type": "byte",
"value": 0 "value": 1
}, },
"Tile_Orientation": { "Tile_Orientation": {
"type": "int",
"value": 3
},
"Tile_SrcLight1": {
"type": "byte",
"value": 2
},
"Tile_SrcLight2": {
"type": "byte",
"value": 2
}
},
{
"__struct_id": 1,
"Tile_AnimLoop1": {
"type": "byte",
"value": 1
},
"Tile_AnimLoop2": {
"type": "byte",
"value": 1
},
"Tile_AnimLoop3": {
"type": "byte",
"value": 1
},
"Tile_Height": {
"type": "int", "type": "int",
"value": 0 "value": 0
}, },
"Tile_ID": {
"type": "int",
"value": 159
},
"Tile_MainLight1": {
"type": "byte",
"value": 0
},
"Tile_MainLight2": {
"type": "byte",
"value": 1
},
"Tile_Orientation": {
"type": "int",
"value": 1
},
"Tile_SrcLight1": { "Tile_SrcLight1": {
"type": "byte", "type": "byte",
"value": 3 "value": 3
@ -251,7 +302,7 @@
}, },
"Tile_ID": { "Tile_ID": {
"type": "int", "type": "int",
"value": 183 "value": 75
}, },
"Tile_MainLight1": { "Tile_MainLight1": {
"type": "byte", "type": "byte",
@ -267,61 +318,18 @@
}, },
"Tile_SrcLight1": { "Tile_SrcLight1": {
"type": "byte", "type": "byte",
"value": 3 "value": 2
}, },
"Tile_SrcLight2": { "Tile_SrcLight2": {
"type": "byte", "type": "byte",
"value": 3 "value": 2
}
},
{
"__struct_id": 1,
"Tile_AnimLoop1": {
"type": "byte",
"value": 1
},
"Tile_AnimLoop2": {
"type": "byte",
"value": 1
},
"Tile_AnimLoop3": {
"type": "byte",
"value": 1
},
"Tile_Height": {
"type": "int",
"value": 0
},
"Tile_ID": {
"type": "int",
"value": 187
},
"Tile_MainLight1": {
"type": "byte",
"value": 0
},
"Tile_MainLight2": {
"type": "byte",
"value": 1
},
"Tile_Orientation": {
"type": "int",
"value": 0
},
"Tile_SrcLight1": {
"type": "byte",
"value": 3
},
"Tile_SrcLight2": {
"type": "byte",
"value": 3
} }
} }
] ]
}, },
"Tileset": { "Tileset": {
"type": "resref", "type": "resref",
"value": "tin01" "value": "tni01"
}, },
"Version": { "Version": {
"type": "dword", "type": "dword",

View File

@ -1537,7 +1537,7 @@
}, },
"Version": { "Version": {
"type": "dword", "type": "dword",
"value": 4 "value": 5
}, },
"Width": { "Width": {
"type": "int", "type": "int",

View File

@ -34,7 +34,7 @@
}, },
"FogClipDist": { "FogClipDist": {
"type": "float", "type": "float",
"value": 45.0 "value": 99.0
}, },
"Height": { "Height": {
"type": "int", "type": "int",
@ -124,7 +124,7 @@
}, },
"SkyBox": { "SkyBox": {
"type": "byte", "type": "byte",
"value": 0 "value": 66
}, },
"SunAmbientColor": { "SunAmbientColor": {
"type": "dword", "type": "dword",
@ -6353,7 +6353,7 @@
}, },
"Version": { "Version": {
"type": "dword", "type": "dword",
"value": 10 "value": 11
}, },
"Width": { "Width": {
"type": "int", "type": "int",

View File

@ -70,19 +70,19 @@
}, },
"MoonDiffuseColor": { "MoonDiffuseColor": {
"type": "dword", "type": "dword",
"value": 8421504 "value": 3026478
}, },
"MoonFogAmount": { "MoonFogAmount": {
"type": "byte", "type": "byte",
"value": 40 "value": 60
}, },
"MoonFogColor": { "MoonFogColor": {
"type": "dword", "type": "dword",
"value": 2697513 "value": 0
}, },
"MoonShadows": { "MoonShadows": {
"type": "byte", "type": "byte",
"value": 0 "value": 1
}, },
"Name": { "Name": {
"type": "cexolocstring", "type": "cexolocstring",
@ -128,15 +128,15 @@
}, },
"SunAmbientColor": { "SunAmbientColor": {
"type": "dword", "type": "dword",
"value": 8421504 "value": 4605510
}, },
"SunDiffuseColor": { "SunDiffuseColor": {
"type": "dword", "type": "dword",
"value": 11974326 "value": 6579300
}, },
"SunFogAmount": { "SunFogAmount": {
"type": "byte", "type": "byte",
"value": 25 "value": 35
}, },
"SunFogColor": { "SunFogColor": {
"type": "dword", "type": "dword",
@ -144,7 +144,7 @@
}, },
"SunShadows": { "SunShadows": {
"type": "byte", "type": "byte",
"value": 0 "value": 1
}, },
"Tag": { "Tag": {
"type": "cexostring", "type": "cexostring",
@ -4418,7 +4418,7 @@
}, },
"Version": { "Version": {
"type": "dword", "type": "dword",
"value": 20 "value": 21
}, },
"Width": { "Width": {
"type": "int", "type": "int",

View File

@ -70,11 +70,11 @@
}, },
"MoonDiffuseColor": { "MoonDiffuseColor": {
"type": "dword", "type": "dword",
"value": 8421504 "value": 2763306
}, },
"MoonFogAmount": { "MoonFogAmount": {
"type": "byte", "type": "byte",
"value": 40 "value": 60
}, },
"MoonFogColor": { "MoonFogColor": {
"type": "dword", "type": "dword",
@ -82,7 +82,7 @@
}, },
"MoonShadows": { "MoonShadows": {
"type": "byte", "type": "byte",
"value": 0 "value": 1
}, },
"Name": { "Name": {
"type": "cexolocstring", "type": "cexolocstring",
@ -128,15 +128,15 @@
}, },
"SunAmbientColor": { "SunAmbientColor": {
"type": "dword", "type": "dword",
"value": 8421504 "value": 3881787
}, },
"SunDiffuseColor": { "SunDiffuseColor": {
"type": "dword", "type": "dword",
"value": 11974326 "value": 7368816
}, },
"SunFogAmount": { "SunFogAmount": {
"type": "byte", "type": "byte",
"value": 15 "value": 35
}, },
"SunFogColor": { "SunFogColor": {
"type": "dword", "type": "dword",
@ -144,7 +144,7 @@
}, },
"SunShadows": { "SunShadows": {
"type": "byte", "type": "byte",
"value": 0 "value": 1
}, },
"Tag": { "Tag": {
"type": "cexostring", "type": "cexostring",
@ -2065,7 +2065,7 @@
}, },
"Tile_ID": { "Tile_ID": {
"type": "int", "type": "int",
"value": 98 "value": 136
}, },
"Tile_MainLight1": { "Tile_MainLight1": {
"type": "byte", "type": "byte",
@ -2077,7 +2077,7 @@
}, },
"Tile_Orientation": { "Tile_Orientation": {
"type": "int", "type": "int",
"value": 0 "value": 1
}, },
"Tile_SrcLight1": { "Tile_SrcLight1": {
"type": "byte", "type": "byte",
@ -2108,7 +2108,7 @@
}, },
"Tile_ID": { "Tile_ID": {
"type": "int", "type": "int",
"value": 99 "value": 64
}, },
"Tile_MainLight1": { "Tile_MainLight1": {
"type": "byte", "type": "byte",
@ -2120,7 +2120,7 @@
}, },
"Tile_Orientation": { "Tile_Orientation": {
"type": "int", "type": "int",
"value": 0 "value": 2
}, },
"Tile_SrcLight1": { "Tile_SrcLight1": {
"type": "byte", "type": "byte",
@ -2913,7 +2913,7 @@
}, },
"Version": { "Version": {
"type": "dword", "type": "dword",
"value": 30 "value": 31
}, },
"Width": { "Width": {
"type": "int", "type": "int",

View File

@ -1,96 +0,0 @@
{
"__data_type": "GIC ",
"Creature List": {
"type": "list",
"value": []
},
"Door List": {
"type": "list",
"value": [
{
"__struct_id": 8,
"Comment": {
"type": "cexostring",
"value": "Fancy Door"
}
}
]
},
"Encounter List": {
"type": "list",
"value": []
},
"List": {
"type": "list",
"value": []
},
"Placeable List": {
"type": "list",
"value": [
{
"__struct_id": 9,
"Comment": {
"type": "cexostring",
"value": "Invisible Object\r\n\r\nPLACE THIS ON MAP WITH SPAWN CODES"
}
}
]
},
"SoundList": {
"type": "list",
"value": [
{
"__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": "standard spawn daytime only"
}
},
{
"__struct_id": 5,
"Comment": {
"type": "cexostring",
"value": "standard spawn daytime only"
}
},
{
"__struct_id": 5,
"Comment": {
"type": "cexostring",
"value": "standard spawn daytime only"
}
},
{
"__struct_id": 5,
"Comment": {
"type": "cexostring",
"value": "standard spawn code for 1 mob, every 10 mins."
}
}
]
}
}

View File

@ -0,0 +1,327 @@
{
"__data_type": "GIC ",
"Creature List": {
"type": "list",
"value": []
},
"Door List": {
"type": "list",
"value": [
{
"__struct_id": 8,
"Comment": {
"type": "cexostring",
"value": "Strong Door"
}
}
]
},
"Encounter List": {
"type": "list",
"value": []
},
"List": {
"type": "list",
"value": []
},
"Placeable List": {
"type": "list",
"value": [
{
"__struct_id": 9,
"Comment": {
"type": "cexostring",
"value": ""
}
},
{
"__struct_id": 9,
"Comment": {
"type": "cexostring",
"value": "Woodpile"
}
},
{
"__struct_id": 9,
"Comment": {
"type": "cexostring",
"value": "Flame - Small"
}
},
{
"__struct_id": 9,
"Comment": {
"type": "cexostring",
"value": "Flame - Small"
}
},
{
"__struct_id": 9,
"Comment": {
"type": "cexostring",
"value": "Flame - Medium"
}
},
{
"__struct_id": 9,
"Comment": {
"type": "cexostring",
"value": "Bed"
}
},
{
"__struct_id": 9,
"Comment": {
"type": "cexostring",
"value": "Bed"
}
},
{
"__struct_id": 9,
"Comment": {
"type": "cexostring",
"value": "Table"
}
},
{
"__struct_id": 9,
"Comment": {
"type": "cexostring",
"value": "Chair"
}
},
{
"__struct_id": 9,
"Comment": {
"type": "cexostring",
"value": "Chair"
}
},
{
"__struct_id": 9,
"Comment": {
"type": "cexostring",
"value": "Chair"
}
},
{
"__struct_id": 9,
"Comment": {
"type": "cexostring",
"value": "Chair"
}
},
{
"__struct_id": 9,
"Comment": {
"type": "cexostring",
"value": "Chair"
}
},
{
"__struct_id": 9,
"Comment": {
"type": "cexostring",
"value": "Chair"
}
},
{
"__struct_id": 9,
"Comment": {
"type": "cexostring",
"value": "Chair"
}
},
{
"__struct_id": 9,
"Comment": {
"type": "cexostring",
"value": "Chair"
}
},
{
"__struct_id": 9,
"Comment": {
"type": "cexostring",
"value": ""
}
},
{
"__struct_id": 9,
"Comment": {
"type": "cexostring",
"value": ""
}
},
{
"__struct_id": 9,
"Comment": {
"type": "cexostring",
"value": ""
}
},
{
"__struct_id": 9,
"Comment": {
"type": "cexostring",
"value": ""
}
},
{
"__struct_id": 9,
"Comment": {
"type": "cexostring",
"value": ""
}
},
{
"__struct_id": 9,
"Comment": {
"type": "cexostring",
"value": "Invisible Object\r\n\r\nPLACE THIS ON MAP WITH SPAWN CODES"
}
},
{
"__struct_id": 9,
"Comment": {
"type": "cexostring",
"value": ""
}
},
{
"__struct_id": 9,
"Comment": {
"type": "cexostring",
"value": ""
}
},
{
"__struct_id": 9,
"Comment": {
"type": "cexostring",
"value": ""
}
},
{
"__struct_id": 9,
"Comment": {
"type": "cexostring",
"value": "Rubble (Nature)"
}
},
{
"__struct_id": 9,
"Comment": {
"type": "cexostring",
"value": "Garbage"
}
},
{
"__struct_id": 9,
"Comment": {
"type": "cexostring",
"value": ""
}
},
{
"__struct_id": 9,
"Comment": {
"type": "cexostring",
"value": "Low treasure script."
}
},
{
"__struct_id": 9,
"Comment": {
"type": "cexostring",
"value": "Low treasure script. \r\n\r\nDetection DC: 25\r\nHardness DC: 10"
}
},
{
"__struct_id": 9,
"Comment": {
"type": "cexostring",
"value": "Low treasure script. \r\n\r\nDetection DC: 25\r\nHardness DC: 10"
}
},
{
"__struct_id": 9,
"Comment": {
"type": "cexostring",
"value": ""
}
},
{
"__struct_id": 9,
"Comment": {
"type": "cexostring",
"value": ""
}
},
{
"__struct_id": 9,
"Comment": {
"type": "cexostring",
"value": ""
}
}
]
},
"SoundList": {
"type": "list",
"value": [
{
"__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": "standard spawn daytime only"
}
},
{
"__struct_id": 5,
"Comment": {
"type": "cexostring",
"value": "standard spawn daytime only"
}
},
{
"__struct_id": 5,
"Comment": {
"type": "cexostring",
"value": "standard spawn daytime only"
}
},
{
"__struct_id": 5,
"Comment": {
"type": "cexostring",
"value": "standard spawn code for 1 mob, every 10 mins."
}
}
]
}
}

View File

@ -505,17 +505,6 @@
"value": 1 "value": 1
} }
}, },
{
"__struct_id": 6,
"Comment": {
"type": "cexostring",
"value": ""
},
"PlayInToolset": {
"type": "byte",
"value": 1
}
},
{ {
"__struct_id": 6, "__struct_id": 6,
"Comment": { "Comment": {

View File

@ -537,7 +537,7 @@
}, },
"GenericType_New": { "GenericType_New": {
"type": "dword", "type": "dword",
"value": 0 "value": 13
}, },
"Hardness": { "Hardness": {
"type": "byte", "type": "byte",
@ -561,7 +561,7 @@
}, },
"LinkedTo": { "LinkedTo": {
"type": "cexostring", "type": "cexostring",
"value": "dt_banditshack" "value": "banditshackinterior"
}, },
"LinkedToFlags": { "LinkedToFlags": {
"type": "byte", "type": "byte",
@ -577,7 +577,7 @@
}, },
"Locked": { "Locked": {
"type": "byte", "type": "byte",
"value": 1 "value": 0
}, },
"LocName": { "LocName": {
"id": 5349, "id": 5349,
@ -624,7 +624,7 @@
}, },
"OnOpen": { "OnOpen": {
"type": "resref", "type": "resref",
"value": "" "value": "bb_closedoor"
}, },
"OnSpellCastAt": { "OnSpellCastAt": {
"type": "resref", "type": "resref",
@ -2114,7 +2114,7 @@
"LocalizedName": { "LocalizedName": {
"type": "cexolocstring", "type": "cexolocstring",
"value": { "value": {
"0": "SP_SX01R02_PA_GT01_SR02_TM15M_RW40" "0": "SP_SX01R02_PA_GT01_SR02_TM15M_DS_RT_RW40"
} }
}, },
"MapNote": { "MapNote": {
@ -2175,7 +2175,7 @@
"LocalizedName": { "LocalizedName": {
"type": "cexolocstring", "type": "cexolocstring",
"value": { "value": {
"0": "SP_SX01R02_PA_GT01_SR02_TM15M_RW40" "0": "SP_SX01R02_PA_GT01_SR02_TM15M_DS_RT_RW40"
} }
}, },
"MapNote": { "MapNote": {
@ -2236,7 +2236,7 @@
"LocalizedName": { "LocalizedName": {
"type": "cexolocstring", "type": "cexolocstring",
"value": { "value": {
"0": "SP_SX01R02_PA_GT01_SR02_TM15M_RW40" "0": "SP_SX01R02_PA_GT01_SR02_TM15M_DS_RT_RW40"
} }
}, },
"MapNote": { "MapNote": {
@ -2297,7 +2297,7 @@
"LocalizedName": { "LocalizedName": {
"type": "cexolocstring", "type": "cexolocstring",
"value": { "value": {
"0": "SP_SX01R02_PA_GT01_SR02_TM15M_RW40" "0": "SP_SX01R02_PA_GT01_SR02_TM15M_DS_RT_RW40"
} }
}, },
"MapNote": { "MapNote": {
@ -2358,7 +2358,7 @@
"LocalizedName": { "LocalizedName": {
"type": "cexolocstring", "type": "cexolocstring",
"value": { "value": {
"0": "SP_SX01R02_PA_GT01_SR02_TM15M_RW40" "0": "SP_SX01R02_PA_GT01_SR02_TM15M_DS_RT_RW40"
} }
}, },
"MapNote": { "MapNote": {
@ -2419,7 +2419,7 @@
"LocalizedName": { "LocalizedName": {
"type": "cexolocstring", "type": "cexolocstring",
"value": { "value": {
"0": "SP_SX01R02_PA_GT01_SR02_TM15M_RW40" "0": "SP_SX01R02_PA_GT01_SR02_TM15M_DS_RT_RW40"
} }
}, },
"MapNote": { "MapNote": {

View File

@ -1,904 +0,0 @@
{
"__data_type": "GIT ",
"AreaProperties": {
"__struct_id": 100,
"type": "struct",
"value": {
"__struct_id": 100,
"AmbientSndDay": {
"type": "int",
"value": 73
},
"AmbientSndDayVol": {
"type": "int",
"value": 32
},
"AmbientSndNight": {
"type": "int",
"value": 74
},
"AmbientSndNitVol": {
"type": "int",
"value": 32
},
"EnvAudio": {
"type": "int",
"value": 0
},
"MusicBattle": {
"type": "int",
"value": 40
},
"MusicDay": {
"type": "int",
"value": 15
},
"MusicDelay": {
"type": "int",
"value": 10000
},
"MusicNight": {
"type": "int",
"value": 16
}
}
},
"Creature List": {
"type": "list",
"value": []
},
"Door List": {
"type": "list",
"value": [
{
"__struct_id": 8,
"AnimationState": {
"type": "byte",
"value": 0
},
"Appearance": {
"type": "dword",
"value": 0
},
"AutoRemoveKey": {
"type": "byte",
"value": 0
},
"Bearing": {
"type": "float",
"value": -1.570794224739075
},
"CloseLockDC": {
"type": "byte",
"value": 0
},
"Conversation": {
"type": "resref",
"value": ""
},
"CurrentHP": {
"type": "short",
"value": 15
},
"Description": {
"id": 9077,
"type": "cexolocstring",
"value": {
"0": "Etched and oiled, the carvings on this door lend depth to its prominent woodgrain."
}
},
"DisarmDC": {
"type": "byte",
"value": 15
},
"Faction": {
"type": "dword",
"value": 1
},
"Fort": {
"type": "byte",
"value": 16
},
"GenericType_New": {
"type": "dword",
"value": 1
},
"Hardness": {
"type": "byte",
"value": 5
},
"HP": {
"type": "short",
"value": 15
},
"Interruptable": {
"type": "byte",
"value": 1
},
"KeyName": {
"type": "cexostring",
"value": ""
},
"KeyRequired": {
"type": "byte",
"value": 0
},
"LinkedTo": {
"type": "cexostring",
"value": "dt_bandithq"
},
"LinkedToFlags": {
"type": "byte",
"value": 1
},
"LoadScreenID": {
"type": "word",
"value": 62
},
"Lockable": {
"type": "byte",
"value": 0
},
"Locked": {
"type": "byte",
"value": 0
},
"LocName": {
"id": 5349,
"type": "cexolocstring",
"value": {
"0": "Door"
}
},
"OnClick": {
"type": "resref",
"value": ""
},
"OnClosed": {
"type": "resref",
"value": ""
},
"OnDamaged": {
"type": "resref",
"value": ""
},
"OnDeath": {
"type": "resref",
"value": ""
},
"OnDisarm": {
"type": "resref",
"value": ""
},
"OnFailToOpen": {
"type": "resref",
"value": ""
},
"OnHeartbeat": {
"type": "resref",
"value": ""
},
"OnLock": {
"type": "resref",
"value": ""
},
"OnMeleeAttacked": {
"type": "resref",
"value": ""
},
"OnOpen": {
"type": "resref",
"value": ""
},
"OnSpellCastAt": {
"type": "resref",
"value": ""
},
"OnTrapTriggered": {
"type": "resref",
"value": ""
},
"OnUnlock": {
"type": "resref",
"value": ""
},
"OnUserDefined": {
"type": "resref",
"value": ""
},
"OpenLockDC": {
"type": "byte",
"value": 18
},
"Plot": {
"type": "byte",
"value": 1
},
"PortraitId": {
"type": "word",
"value": 0
},
"Ref": {
"type": "byte",
"value": 0
},
"Tag": {
"type": "cexostring",
"value": "dt_banditshack"
},
"TemplateResRef": {
"type": "resref",
"value": "nw_door_fancy"
},
"TrapDetectable": {
"type": "byte",
"value": 1
},
"TrapDetectDC": {
"type": "byte",
"value": 0
},
"TrapDisarmable": {
"type": "byte",
"value": 1
},
"TrapFlag": {
"type": "byte",
"value": 0
},
"TrapOneShot": {
"type": "byte",
"value": 1
},
"TrapType": {
"type": "byte",
"value": 0
},
"Will": {
"type": "byte",
"value": 0
},
"X": {
"type": "float",
"value": 17.69000053405762
},
"Y": {
"type": "float",
"value": 6.199999809265137
},
"Z": {
"type": "float",
"value": -0.009999999776482582
}
}
]
},
"Encounter List": {
"type": "list",
"value": []
},
"List": {
"type": "list",
"value": []
},
"Placeable List": {
"type": "list",
"value": [
{
"__struct_id": 9,
"AnimationState": {
"type": "byte",
"value": 0
},
"Appearance": {
"type": "dword",
"value": 157
},
"AutoRemoveKey": {
"type": "byte",
"value": 0
},
"Bearing": {
"type": "float",
"value": -1.865317821502686
},
"BodyBag": {
"type": "byte",
"value": 0
},
"CloseLockDC": {
"type": "byte",
"value": 0
},
"Conversation": {
"type": "resref",
"value": ""
},
"CurrentHP": {
"type": "short",
"value": 15
},
"Description": {
"id": 14662,
"type": "cexolocstring",
"value": {
"0": "You look about you, suspicious, but see nothing."
}
},
"DisarmDC": {
"type": "byte",
"value": 15
},
"Faction": {
"type": "dword",
"value": 1
},
"Fort": {
"type": "byte",
"value": 16
},
"Hardness": {
"type": "byte",
"value": 5
},
"HasInventory": {
"type": "byte",
"value": 0
},
"HP": {
"type": "short",
"value": 15
},
"Interruptable": {
"type": "byte",
"value": 1
},
"KeyName": {
"type": "cexostring",
"value": ""
},
"KeyRequired": {
"type": "byte",
"value": 0
},
"Lockable": {
"type": "byte",
"value": 0
},
"Locked": {
"type": "byte",
"value": 0
},
"LocName": {
"id": 5800,
"type": "cexolocstring",
"value": {
"0": "Area Spawner"
}
},
"OnClick": {
"type": "resref",
"value": ""
},
"OnClosed": {
"type": "resref",
"value": ""
},
"OnDamaged": {
"type": "resref",
"value": ""
},
"OnDeath": {
"type": "resref",
"value": ""
},
"OnDisarm": {
"type": "resref",
"value": ""
},
"OnHeartbeat": {
"type": "resref",
"value": "area_spawner"
},
"OnInvDisturbed": {
"type": "resref",
"value": ""
},
"OnLock": {
"type": "resref",
"value": ""
},
"OnMeleeAttacked": {
"type": "resref",
"value": ""
},
"OnOpen": {
"type": "resref",
"value": ""
},
"OnSpellCastAt": {
"type": "resref",
"value": ""
},
"OnTrapTriggered": {
"type": "resref",
"value": ""
},
"OnUnlock": {
"type": "resref",
"value": ""
},
"OnUsed": {
"type": "resref",
"value": ""
},
"OnUserDefined": {
"type": "resref",
"value": ""
},
"OpenLockDC": {
"type": "byte",
"value": 18
},
"Plot": {
"type": "byte",
"value": 0
},
"PortraitId": {
"type": "word",
"value": 515
},
"Ref": {
"type": "byte",
"value": 0
},
"Static": {
"type": "byte",
"value": 0
},
"Tag": {
"type": "cexostring",
"value": "spawner"
},
"TemplateResRef": {
"type": "resref",
"value": "area_spawner"
},
"TrapDetectable": {
"type": "byte",
"value": 1
},
"TrapDetectDC": {
"type": "byte",
"value": 0
},
"TrapDisarmable": {
"type": "byte",
"value": 1
},
"TrapFlag": {
"type": "byte",
"value": 0
},
"TrapOneShot": {
"type": "byte",
"value": 1
},
"TrapType": {
"type": "byte",
"value": 0
},
"Type": {
"type": "byte",
"value": 0
},
"Useable": {
"type": "byte",
"value": 0
},
"Will": {
"type": "byte",
"value": 0
},
"X": {
"type": "float",
"value": 9.378561973571777
},
"Y": {
"type": "float",
"value": 9.723509788513184
},
"Z": {
"type": "float",
"value": 9.5367431640625e-006
}
}
]
},
"SoundList": {
"type": "list",
"value": [
{
"__struct_id": 6,
"Active": {
"type": "byte",
"value": 1
},
"Continuous": {
"type": "byte",
"value": 0
},
"Elevation": {
"type": "float",
"value": 1.5
},
"GeneratedType": {
"type": "dword",
"value": 0
},
"Hours": {
"type": "dword",
"value": 0
},
"Interval": {
"type": "dword",
"value": 0
},
"IntervalVrtn": {
"type": "dword",
"value": 0
},
"LocName": {
"id": 67856,
"type": "cexolocstring",
"value": {
"0": "Fireplace"
}
},
"Looping": {
"type": "byte",
"value": 1
},
"MaxDistance": {
"type": "float",
"value": 5.0
},
"MinDistance": {
"type": "float",
"value": 0.5
},
"PitchVariation": {
"type": "float",
"value": 0.0
},
"Positional": {
"type": "byte",
"value": 1
},
"Priority": {
"type": "byte",
"value": 3
},
"Random": {
"type": "byte",
"value": 0
},
"RandomPosition": {
"type": "byte",
"value": 0
},
"RandomRangeX": {
"type": "float",
"value": 0.0
},
"RandomRangeY": {
"type": "float",
"value": 0.0
},
"Sounds": {
"type": "list",
"value": [
{
"__struct_id": 0,
"Sound": {
"type": "resref",
"value": "al_cv_fireplace1"
}
}
]
},
"Tag": {
"type": "cexostring",
"value": "Fireplace"
},
"TemplateResRef": {
"type": "resref",
"value": "fireplace"
},
"Times": {
"type": "byte",
"value": 3
},
"Volume": {
"type": "byte",
"value": 127
},
"VolumeVrtn": {
"type": "byte",
"value": 0
},
"XPosition": {
"type": "float",
"value": 16.00377464294434
},
"YPosition": {
"type": "float",
"value": 13.91680335998535
},
"ZPosition": {
"type": "float",
"value": 1.500009536743164
}
}
]
},
"StoreList": {
"type": "list",
"value": []
},
"TriggerList": {
"type": "list",
"value": []
},
"WaypointList": {
"type": "list",
"value": [
{
"__struct_id": 5,
"Appearance": {
"type": "byte",
"value": 2
},
"Description": {
"type": "cexolocstring",
"value": {}
},
"HasMapNote": {
"type": "byte",
"value": 0
},
"LinkedTo": {
"type": "cexostring",
"value": ""
},
"LocalizedName": {
"type": "cexolocstring",
"value": {
"0": "SP_SX01_PA_DT_TM10M_RT_DS"
}
},
"MapNote": {
"type": "cexolocstring",
"value": {}
},
"MapNoteEnabled": {
"type": "byte",
"value": 0
},
"Tag": {
"type": "cexostring",
"value": "hillbandits"
},
"TemplateResRef": {
"type": "resref",
"value": "sp_sx01_pa_dt_tm"
},
"XOrientation": {
"type": "float",
"value": 0.9569412469863892
},
"XPosition": {
"type": "float",
"value": 9.858800888061523
},
"YOrientation": {
"type": "float",
"value": -0.2902816534042358
},
"YPosition": {
"type": "float",
"value": 4.203172206878662
},
"ZPosition": {
"type": "float",
"value": 9.5367431640625e-006
}
},
{
"__struct_id": 5,
"Appearance": {
"type": "byte",
"value": 2
},
"Description": {
"type": "cexolocstring",
"value": {}
},
"HasMapNote": {
"type": "byte",
"value": 0
},
"LinkedTo": {
"type": "cexostring",
"value": ""
},
"LocalizedName": {
"type": "cexolocstring",
"value": {
"0": "SP_SX01_PA_DT_TM10M_RT_DS"
}
},
"MapNote": {
"type": "cexolocstring",
"value": {}
},
"MapNoteEnabled": {
"type": "byte",
"value": 0
},
"Tag": {
"type": "cexostring",
"value": "hillbandits1"
},
"TemplateResRef": {
"type": "resref",
"value": "sp_sx01_pa_dt_tm"
},
"XOrientation": {
"type": "float",
"value": 0.9569412469863892
},
"XPosition": {
"type": "float",
"value": 4.168200016021729
},
"YOrientation": {
"type": "float",
"value": -0.2902816534042358
},
"YPosition": {
"type": "float",
"value": 11.97018241882324
},
"ZPosition": {
"type": "float",
"value": 0.001347184181213379
}
},
{
"__struct_id": 5,
"Appearance": {
"type": "byte",
"value": 2
},
"Description": {
"type": "cexolocstring",
"value": {}
},
"HasMapNote": {
"type": "byte",
"value": 0
},
"LinkedTo": {
"type": "cexostring",
"value": ""
},
"LocalizedName": {
"type": "cexolocstring",
"value": {
"0": "SP_SX01_PA_DT_TM10M_RT_DS"
}
},
"MapNote": {
"type": "cexolocstring",
"value": {}
},
"MapNoteEnabled": {
"type": "byte",
"value": 0
},
"Tag": {
"type": "cexostring",
"value": "hillbandits2"
},
"TemplateResRef": {
"type": "resref",
"value": "sp_sx01_pa_dt_tm"
},
"XOrientation": {
"type": "float",
"value": 0.9569412469863892
},
"XPosition": {
"type": "float",
"value": 8.618020057678223
},
"YOrientation": {
"type": "float",
"value": -0.2902816534042358
},
"YPosition": {
"type": "float",
"value": 15.8795166015625
},
"ZPosition": {
"type": "float",
"value": 0.001347184181213379
}
},
{
"__struct_id": 5,
"Appearance": {
"type": "byte",
"value": 2
},
"Description": {
"type": "cexolocstring",
"value": {
"0": ""
}
},
"HasMapNote": {
"type": "byte",
"value": 0
},
"LinkedTo": {
"type": "cexostring",
"value": ""
},
"LocalizedName": {
"type": "cexolocstring",
"value": {
"0": "SP_SX01_PA_TM20M_RT_DS"
}
},
"MapNote": {
"type": "cexolocstring",
"value": {}
},
"MapNoteEnabled": {
"type": "byte",
"value": 0
},
"Tag": {
"type": "cexostring",
"value": "banditpriest"
},
"TemplateResRef": {
"type": "resref",
"value": "sp_sx01_pa_tm10m"
},
"XOrientation": {
"type": "float",
"value": -1.0
},
"XPosition": {
"type": "float",
"value": 14.25944423675537
},
"YOrientation": {
"type": "float",
"value": 2.102055759678478e-006
},
"YPosition": {
"type": "float",
"value": 11.6427116394043
},
"ZPosition": {
"type": "float",
"value": 9.5367431640625e-006
}
}
]
}
}

File diff suppressed because it is too large Load Diff

View File

@ -1714,11 +1714,11 @@
}, },
"Interval": { "Interval": {
"type": "dword", "type": "dword",
"value": 25000 "value": 1200
}, },
"IntervalVrtn": { "IntervalVrtn": {
"type": "dword", "type": "dword",
"value": 5000 "value": 1000
}, },
"LocName": { "LocName": {
"id": 68040, "id": 68040,
@ -1759,11 +1759,11 @@
}, },
"RandomRangeX": { "RandomRangeX": {
"type": "float", "type": "float",
"value": 10.0 "value": 6.0
}, },
"RandomRangeY": { "RandomRangeY": {
"type": "float", "type": "float",
"value": 10.0 "value": 8.0
}, },
"Sounds": { "Sounds": {
"type": "list", "type": "list",

View File

@ -11199,128 +11199,6 @@
"value": 1.5 "value": 1.5
} }
}, },
{
"__struct_id": 6,
"Active": {
"type": "byte",
"value": 1
},
"Continuous": {
"type": "byte",
"value": 1
},
"Elevation": {
"type": "float",
"value": 1.5
},
"GeneratedType": {
"type": "dword",
"value": 0
},
"Hours": {
"type": "dword",
"value": 0
},
"Interval": {
"type": "dword",
"value": 2000
},
"IntervalVrtn": {
"type": "dword",
"value": 5000
},
"LocName": {
"id": 68030,
"type": "cexolocstring",
"value": {
"0": "Wind Gust Chasm"
}
},
"Looping": {
"type": "byte",
"value": 0
},
"MaxDistance": {
"type": "float",
"value": 10.0
},
"MinDistance": {
"type": "float",
"value": 1.0
},
"PitchVariation": {
"type": "float",
"value": 0.6600000262260437
},
"Positional": {
"type": "byte",
"value": 0
},
"Priority": {
"type": "byte",
"value": 19
},
"Random": {
"type": "byte",
"value": 0
},
"RandomPosition": {
"type": "byte",
"value": 0
},
"RandomRangeX": {
"type": "float",
"value": 0.0
},
"RandomRangeY": {
"type": "float",
"value": 0.0
},
"Sounds": {
"type": "list",
"value": [
{
"__struct_id": 0,
"Sound": {
"type": "resref",
"value": "as_wt_gustchasm1"
}
}
]
},
"Tag": {
"type": "cexostring",
"value": "WindGustChasm"
},
"TemplateResRef": {
"type": "resref",
"value": "windgustchasm"
},
"Times": {
"type": "byte",
"value": 3
},
"Volume": {
"type": "byte",
"value": 96
},
"VolumeVrtn": {
"type": "byte",
"value": 90
},
"XPosition": {
"type": "float",
"value": 12.87047004699707
},
"YPosition": {
"type": "float",
"value": 27.70335006713867
},
"ZPosition": {
"type": "float",
"value": 1.504548907279968
}
},
{ {
"__struct_id": 6, "__struct_id": 6,
"Active": { "Active": {

View File

@ -3484,7 +3484,7 @@
}, },
"Bearing": { "Bearing": {
"type": "float", "type": "float",
"value": -1.570794224739075 "value": 0.0
}, },
"CloseLockDC": { "CloseLockDC": {
"type": "byte", "type": "byte",
@ -3516,7 +3516,7 @@
}, },
"GenericType_New": { "GenericType_New": {
"type": "dword", "type": "dword",
"value": 0 "value": 3050
}, },
"Hardness": { "Hardness": {
"type": "byte", "type": "byte",
@ -3674,15 +3674,15 @@
}, },
"X": { "X": {
"type": "float", "type": "float",
"value": 46.63000106811523 "value": 44.90000152587891
}, },
"Y": { "Y": {
"type": "float", "type": "float",
"value": 55.09000015258789 "value": 53.38000106811523
}, },
"Z": { "Z": {
"type": "float", "type": "float",
"value": -0.8500000238418579 "value": 0.0
} }
} }
] ]

View File

@ -3066,13 +3066,6 @@
"value": "banditlair" "value": "banditlair"
} }
}, },
{
"__struct_id": 6,
"Area_Name": {
"type": "resref",
"value": "banditshack"
}
},
{ {
"__struct_id": 6, "__struct_id": 6,
"Area_Name": { "Area_Name": {
@ -4381,6 +4374,13 @@
"type": "resref", "type": "resref",
"value": "forge" "value": "forge"
} }
},
{
"__struct_id": 6,
"Area_Name": {
"type": "resref",
"value": "banditshack001"
}
} }
] ]
}, },

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Some files were not shown because too many files have changed in this diff Show More