From daac61268508c661bb9a5f3b46ca77d5bb7827d4 Mon Sep 17 00:00:00 2001 From: Jaysyn904 <68194417+Jaysyn904@users.noreply.github.com> Date: Mon, 25 Sep 2023 17:12:44 -0400 Subject: [PATCH] Added XP Chart & LA Buy-off journal entries Added XP Chart & LA Buy-off journal entries. Added release folder. Full compile. --- _module/are/desolateanddespa.are.json | 2926 + _module/are/ey_dpcon_erewood.are.json | 1249 + _module/are/frostedpits.are.json | 2926 + _module/are/frozentimes.are.json | 2926 + _module/are/limbo001.are.json | 2926 + _module/are/mordmagman01.are.json | 862 + _module/are/mordmagman02.are.json | 862 + _module/are/mordmagman03.are.json | 862 + _module/are/mordmagman04.are.json | 862 + _module/are/mordmagman05.are.json | 862 + _module/are/mordmagman06.are.json | 862 + _module/are/prc_maze_01.are.json | 11182 +++ _module/are/ruinedminds001.are.json | 2926 + _module/are/thequietofthemin.are.json | 1722 + _module/gic/desolateanddespa.gic.json | 212 + _module/gic/ey_dpcon_erewood.gic.json | 346 + _module/gic/frostedpits.gic.json | 360 + _module/gic/frozentimes.gic.json | 427 + _module/gic/limbo001.gic.json | 90 + _module/gic/mordmagman01.gic.json | 47 + _module/gic/mordmagman02.gic.json | 47 + _module/gic/mordmagman03.gic.json | 47 + _module/gic/mordmagman04.gic.json | 47 + _module/gic/mordmagman05.gic.json | 47 + _module/gic/mordmagman06.gic.json | 47 + _module/gic/prc_maze_01.gic.json | 1287 + _module/gic/ruinedminds001.gic.json | 209 + _module/gic/thequietofthemin.gic.json | 285 + _module/git/desolateanddespa.git.json | 8157 ++ _module/git/ey_dpcon_erewood.git.json | 8192 ++ _module/git/frostedpits.git.json | 16365 ++++ _module/git/frozentimes.git.json | 18347 +++++ _module/git/limbo001.git.json | 1344 + _module/git/mordmagman01.git.json | 342 + _module/git/mordmagman02.git.json | 342 + _module/git/mordmagman03.git.json | 342 + _module/git/mordmagman04.git.json | 342 + _module/git/mordmagman05.git.json | 342 + _module/git/mordmagman06.git.json | 342 + _module/git/prc_maze_01.git.json | 73705 ++++++++++++++++++ _module/git/ruinedminds001.git.json | 2724 + _module/git/thequietofthemin.git.json | 7824 ++ _module/ifo/module.ifo.json | 152 +- _module/itp/creaturepalcus.itp.json | 27402 +++++++ _module/itp/doorpalcus.itp.json | 11 + _module/itp/itempalcus.itp.json | 23770 ++++++ _module/itp/placeablepalcus.itp.json | 360 + _module/itp/storepalcus.itp.json | 38 + _module/itp/triggerpalcus.itp.json | 285 + _module/itp/waypointpalcus.itp.json | 197 + _module/jrl/module.jrl.json | 104 +- _module/ncs/call_oncutabort.ncs | Bin 0 -> 50 bytes _module/ncs/call_onplaychat.ncs | Bin 0 -> 54 bytes _module/ncs/onentermod.ncs | Bin 72 -> 237 bytes _module/nss/call_oncutabort.nss | 4 + _module/nss/call_onplaychat.nss | 4 + _module/nss/nwnx.nss | 137 + _module/nss/nwnx_chat.nss | 158 + _module/nss/nwnx_webhook.nss | 43 + _module/nss/nwnx_webhook_rch.nss | 159 + _module/nss/onentermod.nss | 10 +- _release/The Horde 2 - Undead [PRC-CEP3].7z | Bin 0 -> 365661 bytes _release/The Horde 2 - Undead [PRC].7z | Bin 0 -> 354808 bytes 63 files changed, 228958 insertions(+), 39 deletions(-) create mode 100644 _module/are/desolateanddespa.are.json create mode 100644 _module/are/ey_dpcon_erewood.are.json create mode 100644 _module/are/frostedpits.are.json create mode 100644 _module/are/frozentimes.are.json create mode 100644 _module/are/limbo001.are.json create mode 100644 _module/are/mordmagman01.are.json create mode 100644 _module/are/mordmagman02.are.json create mode 100644 _module/are/mordmagman03.are.json create mode 100644 _module/are/mordmagman04.are.json create mode 100644 _module/are/mordmagman05.are.json create mode 100644 _module/are/mordmagman06.are.json create mode 100644 _module/are/prc_maze_01.are.json create mode 100644 _module/are/ruinedminds001.are.json create mode 100644 _module/are/thequietofthemin.are.json create mode 100644 _module/gic/desolateanddespa.gic.json create mode 100644 _module/gic/ey_dpcon_erewood.gic.json create mode 100644 _module/gic/frostedpits.gic.json create mode 100644 _module/gic/frozentimes.gic.json create mode 100644 _module/gic/limbo001.gic.json create mode 100644 _module/gic/mordmagman01.gic.json create mode 100644 _module/gic/mordmagman02.gic.json create mode 100644 _module/gic/mordmagman03.gic.json create mode 100644 _module/gic/mordmagman04.gic.json create mode 100644 _module/gic/mordmagman05.gic.json create mode 100644 _module/gic/mordmagman06.gic.json create mode 100644 _module/gic/prc_maze_01.gic.json create mode 100644 _module/gic/ruinedminds001.gic.json create mode 100644 _module/gic/thequietofthemin.gic.json create mode 100644 _module/git/desolateanddespa.git.json create mode 100644 _module/git/ey_dpcon_erewood.git.json create mode 100644 _module/git/frostedpits.git.json create mode 100644 _module/git/frozentimes.git.json create mode 100644 _module/git/limbo001.git.json create mode 100644 _module/git/mordmagman01.git.json create mode 100644 _module/git/mordmagman02.git.json create mode 100644 _module/git/mordmagman03.git.json create mode 100644 _module/git/mordmagman04.git.json create mode 100644 _module/git/mordmagman05.git.json create mode 100644 _module/git/mordmagman06.git.json create mode 100644 _module/git/prc_maze_01.git.json create mode 100644 _module/git/ruinedminds001.git.json create mode 100644 _module/git/thequietofthemin.git.json create mode 100644 _module/ncs/call_oncutabort.ncs create mode 100644 _module/ncs/call_onplaychat.ncs create mode 100644 _module/nss/call_oncutabort.nss create mode 100644 _module/nss/call_onplaychat.nss create mode 100644 _module/nss/nwnx.nss create mode 100644 _module/nss/nwnx_chat.nss create mode 100644 _module/nss/nwnx_webhook.nss create mode 100644 _module/nss/nwnx_webhook_rch.nss create mode 100644 _release/The Horde 2 - Undead [PRC-CEP3].7z create mode 100644 _release/The Horde 2 - Undead [PRC].7z diff --git a/_module/are/desolateanddespa.are.json b/_module/are/desolateanddespa.are.json new file mode 100644 index 0000000..9c8b54e --- /dev/null +++ b/_module/are/desolateanddespa.are.json @@ -0,0 +1,2926 @@ +{ + "__data_type": "ARE ", + "ChanceLightning": { + "type": "int", + "value": 0 + }, + "ChanceRain": { + "type": "int", + "value": 0 + }, + "ChanceSnow": { + "type": "int", + "value": 0 + }, + "Comments": { + "type": "cexostring", + "value": "" + }, + "Creator_ID": { + "type": "int", + "value": -1 + }, + "DayNightCycle": { + "type": "byte", + "value": 0 + }, + "Expansion_List": { + "type": "list", + "value": [] + }, + "Flags": { + "type": "dword", + "value": 4 + }, + "FogClipDist": { + "type": "float", + "value": 45.0 + }, + "Height": { + "type": "int", + "value": 8 + }, + "ID": { + "type": "int", + "value": -1 + }, + "IsNight": { + "type": "byte", + "value": 1 + }, + "LightingScheme": { + "type": "byte", + "value": 17 + }, + "LoadScreenID": { + "type": "word", + "value": 0 + }, + "ModListenCheck": { + "type": "int", + "value": 0 + }, + "ModSpotCheck": { + "type": "int", + "value": 0 + }, + "MoonAmbientColor": { + "type": "dword", + "value": 3355424 + }, + "MoonDiffuseColor": { + "type": "dword", + "value": 12230770 + }, + "MoonFogAmount": { + "type": "byte", + "value": 6 + }, + "MoonFogColor": { + "type": "dword", + "value": 12169092 + }, + "MoonShadows": { + "type": "byte", + "value": 0 + }, + "Name": { + "type": "cexolocstring", + "value": { + "0": "Desolate and Despairing" + } + }, + "NoRest": { + "type": "byte", + "value": 0 + }, + "OnEnter": { + "type": "resref", + "value": "" + }, + "OnExit": { + "type": "resref", + "value": "" + }, + "OnHeartbeat": { + "type": "resref", + "value": "" + }, + "OnUserDefined": { + "type": "resref", + "value": "" + }, + "PlayerVsPlayer": { + "type": "byte", + "value": 3 + }, + "ResRef": { + "type": "resref", + "value": "desolateanddespa" + }, + "ShadowOpacity": { + "type": "byte", + "value": 60 + }, + "SkyBox": { + "type": "byte", + "value": 3 + }, + "SunAmbientColor": { + "type": "dword", + "value": 0 + }, + "SunDiffuseColor": { + "type": "dword", + "value": 0 + }, + "SunFogAmount": { + "type": "byte", + "value": 0 + }, + "SunFogColor": { + "type": "dword", + "value": 0 + }, + "SunShadows": { + "type": "byte", + "value": 0 + }, + "Tag": { + "type": "cexostring", + "value": "Genesis" + }, + "Tile_List": { + "type": "list", + "value": [ + { + "__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": 1 + }, + "Tile_ID": { + "type": "int", + "value": 0 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 13 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 3 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__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": 1 + }, + "Tile_ID": { + "type": "int", + "value": 9 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 2 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__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": 29 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 2 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__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": 26 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 13 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 3 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__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": 18 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 13 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 14 + }, + "Tile_Orientation": { + "type": "int", + "value": 0 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__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": 74 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 3 + }, + "Tile_Orientation": { + "type": "int", + "value": 1 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__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": 42 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 14 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 2 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__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": 38 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 13 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 3 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__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": 1 + }, + "Tile_ID": { + "type": "int", + "value": 4 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 13 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 2 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__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": 1 + }, + "Tile_ID": { + "type": "int", + "value": 10 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 3 + }, + "Tile_Orientation": { + "type": "int", + "value": 1 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__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": 28 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 1 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__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": 13 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 13 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 3 + }, + "Tile_Orientation": { + "type": "int", + "value": 1 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__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": 46 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 13 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 1 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__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": 11 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 14 + }, + "Tile_Orientation": { + "type": "int", + "value": 0 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__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": 12 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 0 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__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": 44 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 14 + }, + "Tile_Orientation": { + "type": "int", + "value": 0 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__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": 13 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 13 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 3 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__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": 28 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 14 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 3 + }, + "Tile_Orientation": { + "type": "int", + "value": 3 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__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": 28 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 2 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__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": 29 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 13 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 3 + }, + "Tile_Orientation": { + "type": "int", + "value": 3 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__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": 28 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 3 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__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": 8 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 2 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__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": 42 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 14 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 14 + }, + "Tile_Orientation": { + "type": "int", + "value": 3 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__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": 38 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 0 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__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": 73 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 0 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__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": 5 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 0 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__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": 28 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 14 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 14 + }, + "Tile_Orientation": { + "type": "int", + "value": 1 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__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": 29 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 14 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 14 + }, + "Tile_Orientation": { + "type": "int", + "value": 1 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__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": 28 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 14 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 0 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__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": 9 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 13 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 2 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__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": 37 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 2 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__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": 36 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 3 + }, + "Tile_Orientation": { + "type": "int", + "value": 3 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__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": 19 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 13 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 0 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__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": 46 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 14 + }, + "Tile_Orientation": { + "type": "int", + "value": 0 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__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": 1 + }, + "Tile_ID": { + "type": "int", + "value": 12 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 3 + }, + "Tile_Orientation": { + "type": "int", + "value": 0 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__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": 1 + }, + "Tile_ID": { + "type": "int", + "value": 10 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 3 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__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": 1 + }, + "Tile_ID": { + "type": "int", + "value": 10 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 0 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__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": 6 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 3 + }, + "Tile_Orientation": { + "type": "int", + "value": 1 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__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": 8 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 1 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__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": 3 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 14 + }, + "Tile_Orientation": { + "type": "int", + "value": 1 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__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": 22 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 0 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__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": 11 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 3 + }, + "Tile_Orientation": { + "type": "int", + "value": 2 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__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": 6 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 14 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 14 + }, + "Tile_Orientation": { + "type": "int", + "value": 3 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__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": 1 + }, + "Tile_ID": { + "type": "int", + "value": 4 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 14 + }, + "Tile_Orientation": { + "type": "int", + "value": 2 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__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": 1 + }, + "Tile_ID": { + "type": "int", + "value": 2 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 0 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__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": 1 + }, + "Tile_ID": { + "type": "int", + "value": 46 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 13 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 3 + }, + "Tile_Orientation": { + "type": "int", + "value": 1 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__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": 1 + }, + "Tile_ID": { + "type": "int", + "value": 4 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 0 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__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": 1 + }, + "Tile_ID": { + "type": "int", + "value": 12 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 3 + }, + "Tile_Orientation": { + "type": "int", + "value": 0 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__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": 54 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 14 + }, + "Tile_Orientation": { + "type": "int", + "value": 0 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__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": 53 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 14 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 14 + }, + "Tile_Orientation": { + "type": "int", + "value": 0 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__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": 11 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 3 + }, + "Tile_Orientation": { + "type": "int", + "value": 2 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__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": 6 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 14 + }, + "Tile_Orientation": { + "type": "int", + "value": 3 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__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": 1 + }, + "Tile_ID": { + "type": "int", + "value": 11 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 14 + }, + "Tile_Orientation": { + "type": "int", + "value": 2 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__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": 1 + }, + "Tile_ID": { + "type": "int", + "value": 3 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 13 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 3 + }, + "Tile_Orientation": { + "type": "int", + "value": 3 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__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": 1 + }, + "Tile_ID": { + "type": "int", + "value": 4 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 14 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 1 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__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": 28 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 2 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__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": 52 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 0 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__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": 51 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 0 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__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": 74 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 14 + }, + "Tile_Orientation": { + "type": "int", + "value": 2 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__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": 17 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 0 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__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": 29 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 3 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__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": 28 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 3 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__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": 1 + }, + "Tile_ID": { + "type": "int", + "value": 12 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 13 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 14 + }, + "Tile_Orientation": { + "type": "int", + "value": 1 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__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": 28 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 14 + }, + "Tile_Orientation": { + "type": "int", + "value": 1 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + } + ] + }, + "Tileset": { + "type": "resref", + "value": "tti01" + }, + "Version": { + "type": "dword", + "value": 10 + }, + "Width": { + "type": "int", + "value": 8 + }, + "WindPower": { + "type": "int", + "value": 0 + } +} diff --git a/_module/are/ey_dpcon_erewood.are.json b/_module/are/ey_dpcon_erewood.are.json new file mode 100644 index 0000000..a8b72dc --- /dev/null +++ b/_module/are/ey_dpcon_erewood.are.json @@ -0,0 +1,1249 @@ +{ + "__data_type": "ARE ", + "ChanceLightning": { + "type": "int", + "value": 0 + }, + "ChanceRain": { + "type": "int", + "value": 0 + }, + "ChanceSnow": { + "type": "int", + "value": 0 + }, + "Comments": { + "type": "cexostring", + "value": "" + }, + "Creator_ID": { + "type": "int", + "value": -1 + }, + "DayNightCycle": { + "type": "byte", + "value": 0 + }, + "Expansion_List": { + "type": "list", + "value": [] + }, + "Flags": { + "type": "dword", + "value": 4 + }, + "FogClipDist": { + "type": "float", + "value": 100.0 + }, + "Height": { + "type": "int", + "value": 5 + }, + "ID": { + "type": "int", + "value": -1 + }, + "IsNight": { + "type": "byte", + "value": 0 + }, + "LightingScheme": { + "type": "byte", + "value": 1 + }, + "LoadScreenID": { + "type": "word", + "value": 58 + }, + "ModListenCheck": { + "type": "int", + "value": 0 + }, + "ModSpotCheck": { + "type": "int", + "value": 0 + }, + "MoonAmbientColor": { + "type": "dword", + "value": 0 + }, + "MoonDiffuseColor": { + "type": "dword", + "value": 5066061 + }, + "MoonFogAmount": { + "type": "byte", + "value": 30 + }, + "MoonFogColor": { + "type": "dword", + "value": 0 + }, + "MoonShadows": { + "type": "byte", + "value": 0 + }, + "Name": { + "type": "cexolocstring", + "value": { + "0": "The Ere'Wood" + } + }, + "NoRest": { + "type": "byte", + "value": 0 + }, + "OnEnter": { + "type": "resref", + "value": "" + }, + "OnExit": { + "type": "resref", + "value": "" + }, + "OnHeartbeat": { + "type": "resref", + "value": "" + }, + "OnUserDefined": { + "type": "resref", + "value": "" + }, + "PlayerVsPlayer": { + "type": "byte", + "value": 3 + }, + "ResRef": { + "type": "resref", + "value": "ey_dpcon_erewood" + }, + "ShadowOpacity": { + "type": "byte", + "value": 30 + }, + "SkyBox": { + "type": "byte", + "value": 0 + }, + "SunAmbientColor": { + "type": "dword", + "value": 32896 + }, + "SunDiffuseColor": { + "type": "dword", + "value": 4227200 + }, + "SunFogAmount": { + "type": "byte", + "value": 0 + }, + "SunFogColor": { + "type": "dword", + "value": 4194368 + }, + "SunShadows": { + "type": "byte", + "value": 1 + }, + "Tag": { + "type": "cexostring", + "value": "Genesis" + }, + "Tile_List": { + "type": "list", + "value": [ + { + "__struct_id": 1, + "Tile_AnimLoop1": { + "type": "byte", + "value": 0 + }, + "Tile_AnimLoop2": { + "type": "byte", + "value": 0 + }, + "Tile_AnimLoop3": { + "type": "byte", + "value": 0 + }, + "Tile_Height": { + "type": "int", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 4 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 10 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 9 + }, + "Tile_Orientation": { + "type": "int", + "value": 0 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 1, + "Tile_AnimLoop1": { + "type": "byte", + "value": 0 + }, + "Tile_AnimLoop2": { + "type": "byte", + "value": 0 + }, + "Tile_AnimLoop3": { + "type": "byte", + "value": 0 + }, + "Tile_Height": { + "type": "int", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 126 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 10 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 9 + }, + "Tile_Orientation": { + "type": "int", + "value": 3 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 1, + "Tile_AnimLoop1": { + "type": "byte", + "value": 0 + }, + "Tile_AnimLoop2": { + "type": "byte", + "value": 0 + }, + "Tile_AnimLoop3": { + "type": "byte", + "value": 0 + }, + "Tile_Height": { + "type": "int", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 18 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 10 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 9 + }, + "Tile_Orientation": { + "type": "int", + "value": 0 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 1, + "Tile_AnimLoop1": { + "type": "byte", + "value": 0 + }, + "Tile_AnimLoop2": { + "type": "byte", + "value": 0 + }, + "Tile_AnimLoop3": { + "type": "byte", + "value": 0 + }, + "Tile_Height": { + "type": "int", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 56 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 10 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 9 + }, + "Tile_Orientation": { + "type": "int", + "value": 3 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 1, + "Tile_AnimLoop1": { + "type": "byte", + "value": 0 + }, + "Tile_AnimLoop2": { + "type": "byte", + "value": 0 + }, + "Tile_AnimLoop3": { + "type": "byte", + "value": 0 + }, + "Tile_Height": { + "type": "int", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 114 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 10 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 9 + }, + "Tile_Orientation": { + "type": "int", + "value": 3 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 1, + "Tile_AnimLoop1": { + "type": "byte", + "value": 0 + }, + "Tile_AnimLoop2": { + "type": "byte", + "value": 0 + }, + "Tile_AnimLoop3": { + "type": "byte", + "value": 0 + }, + "Tile_Height": { + "type": "int", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 4 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 10 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 9 + }, + "Tile_Orientation": { + "type": "int", + "value": 2 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 1, + "Tile_AnimLoop1": { + "type": "byte", + "value": 0 + }, + "Tile_AnimLoop2": { + "type": "byte", + "value": 0 + }, + "Tile_AnimLoop3": { + "type": "byte", + "value": 0 + }, + "Tile_Height": { + "type": "int", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 125 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 10 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 9 + }, + "Tile_Orientation": { + "type": "int", + "value": 0 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 1, + "Tile_AnimLoop1": { + "type": "byte", + "value": 0 + }, + "Tile_AnimLoop2": { + "type": "byte", + "value": 0 + }, + "Tile_AnimLoop3": { + "type": "byte", + "value": 0 + }, + "Tile_Height": { + "type": "int", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 68 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 10 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 9 + }, + "Tile_Orientation": { + "type": "int", + "value": 3 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 1, + "Tile_AnimLoop1": { + "type": "byte", + "value": 0 + }, + "Tile_AnimLoop2": { + "type": "byte", + "value": 0 + }, + "Tile_AnimLoop3": { + "type": "byte", + "value": 0 + }, + "Tile_Height": { + "type": "int", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 51 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 10 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 9 + }, + "Tile_Orientation": { + "type": "int", + "value": 2 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 1, + "Tile_AnimLoop1": { + "type": "byte", + "value": 0 + }, + "Tile_AnimLoop2": { + "type": "byte", + "value": 0 + }, + "Tile_AnimLoop3": { + "type": "byte", + "value": 0 + }, + "Tile_Height": { + "type": "int", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 17 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 10 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 9 + }, + "Tile_Orientation": { + "type": "int", + "value": 3 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 1, + "Tile_AnimLoop1": { + "type": "byte", + "value": 0 + }, + "Tile_AnimLoop2": { + "type": "byte", + "value": 0 + }, + "Tile_AnimLoop3": { + "type": "byte", + "value": 0 + }, + "Tile_Height": { + "type": "int", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 127 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 10 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 9 + }, + "Tile_Orientation": { + "type": "int", + "value": 3 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 1, + "Tile_AnimLoop1": { + "type": "byte", + "value": 0 + }, + "Tile_AnimLoop2": { + "type": "byte", + "value": 0 + }, + "Tile_AnimLoop3": { + "type": "byte", + "value": 0 + }, + "Tile_Height": { + "type": "int", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 122 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 10 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 9 + }, + "Tile_Orientation": { + "type": "int", + "value": 0 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 1, + "Tile_AnimLoop1": { + "type": "byte", + "value": 0 + }, + "Tile_AnimLoop2": { + "type": "byte", + "value": 0 + }, + "Tile_AnimLoop3": { + "type": "byte", + "value": 0 + }, + "Tile_Height": { + "type": "int", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 167 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 10 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 9 + }, + "Tile_Orientation": { + "type": "int", + "value": 0 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 1, + "Tile_AnimLoop1": { + "type": "byte", + "value": 0 + }, + "Tile_AnimLoop2": { + "type": "byte", + "value": 0 + }, + "Tile_AnimLoop3": { + "type": "byte", + "value": 0 + }, + "Tile_Height": { + "type": "int", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 143 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 10 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 9 + }, + "Tile_Orientation": { + "type": "int", + "value": 2 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 1, + "Tile_AnimLoop1": { + "type": "byte", + "value": 0 + }, + "Tile_AnimLoop2": { + "type": "byte", + "value": 0 + }, + "Tile_AnimLoop3": { + "type": "byte", + "value": 0 + }, + "Tile_Height": { + "type": "int", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 125 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 10 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 9 + }, + "Tile_Orientation": { + "type": "int", + "value": 2 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 1, + "Tile_AnimLoop1": { + "type": "byte", + "value": 0 + }, + "Tile_AnimLoop2": { + "type": "byte", + "value": 0 + }, + "Tile_AnimLoop3": { + "type": "byte", + "value": 0 + }, + "Tile_Height": { + "type": "int", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 125 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 10 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 9 + }, + "Tile_Orientation": { + "type": "int", + "value": 0 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 1, + "Tile_AnimLoop1": { + "type": "byte", + "value": 0 + }, + "Tile_AnimLoop2": { + "type": "byte", + "value": 0 + }, + "Tile_AnimLoop3": { + "type": "byte", + "value": 0 + }, + "Tile_Height": { + "type": "int", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 67 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 10 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 9 + }, + "Tile_Orientation": { + "type": "int", + "value": 1 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 1, + "Tile_AnimLoop1": { + "type": "byte", + "value": 0 + }, + "Tile_AnimLoop2": { + "type": "byte", + "value": 0 + }, + "Tile_AnimLoop3": { + "type": "byte", + "value": 0 + }, + "Tile_Height": { + "type": "int", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 66 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 10 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 9 + }, + "Tile_Orientation": { + "type": "int", + "value": 0 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 1, + "Tile_AnimLoop1": { + "type": "byte", + "value": 0 + }, + "Tile_AnimLoop2": { + "type": "byte", + "value": 0 + }, + "Tile_AnimLoop3": { + "type": "byte", + "value": 0 + }, + "Tile_Height": { + "type": "int", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 52 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 10 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 9 + }, + "Tile_Orientation": { + "type": "int", + "value": 2 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 1, + "Tile_AnimLoop1": { + "type": "byte", + "value": 0 + }, + "Tile_AnimLoop2": { + "type": "byte", + "value": 0 + }, + "Tile_AnimLoop3": { + "type": "byte", + "value": 0 + }, + "Tile_Height": { + "type": "int", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 57 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 10 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 9 + }, + "Tile_Orientation": { + "type": "int", + "value": 2 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 1, + "Tile_AnimLoop1": { + "type": "byte", + "value": 0 + }, + "Tile_AnimLoop2": { + "type": "byte", + "value": 0 + }, + "Tile_AnimLoop3": { + "type": "byte", + "value": 0 + }, + "Tile_Height": { + "type": "int", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 126 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 10 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 9 + }, + "Tile_Orientation": { + "type": "int", + "value": 2 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 1, + "Tile_AnimLoop1": { + "type": "byte", + "value": 0 + }, + "Tile_AnimLoop2": { + "type": "byte", + "value": 0 + }, + "Tile_AnimLoop3": { + "type": "byte", + "value": 0 + }, + "Tile_Height": { + "type": "int", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 12 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 10 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 9 + }, + "Tile_Orientation": { + "type": "int", + "value": 3 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 1, + "Tile_AnimLoop1": { + "type": "byte", + "value": 0 + }, + "Tile_AnimLoop2": { + "type": "byte", + "value": 0 + }, + "Tile_AnimLoop3": { + "type": "byte", + "value": 0 + }, + "Tile_Height": { + "type": "int", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 125 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 10 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 9 + }, + "Tile_Orientation": { + "type": "int", + "value": 3 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 1, + "Tile_AnimLoop1": { + "type": "byte", + "value": 0 + }, + "Tile_AnimLoop2": { + "type": "byte", + "value": 0 + }, + "Tile_AnimLoop3": { + "type": "byte", + "value": 0 + }, + "Tile_Height": { + "type": "int", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 57 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 10 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 9 + }, + "Tile_Orientation": { + "type": "int", + "value": 3 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 1, + "Tile_AnimLoop1": { + "type": "byte", + "value": 0 + }, + "Tile_AnimLoop2": { + "type": "byte", + "value": 0 + }, + "Tile_AnimLoop3": { + "type": "byte", + "value": 0 + }, + "Tile_Height": { + "type": "int", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 126 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 10 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 9 + }, + "Tile_Orientation": { + "type": "int", + "value": 1 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + } + ] + }, + "Tileset": { + "type": "resref", + "value": "ttf02" + }, + "Version": { + "type": "dword", + "value": 7 + }, + "Width": { + "type": "int", + "value": 5 + }, + "WindPower": { + "type": "int", + "value": 0 + } +} diff --git a/_module/are/frostedpits.are.json b/_module/are/frostedpits.are.json new file mode 100644 index 0000000..5e68b0e --- /dev/null +++ b/_module/are/frostedpits.are.json @@ -0,0 +1,2926 @@ +{ + "__data_type": "ARE ", + "ChanceLightning": { + "type": "int", + "value": 0 + }, + "ChanceRain": { + "type": "int", + "value": 0 + }, + "ChanceSnow": { + "type": "int", + "value": 0 + }, + "Comments": { + "type": "cexostring", + "value": "" + }, + "Creator_ID": { + "type": "int", + "value": -1 + }, + "DayNightCycle": { + "type": "byte", + "value": 0 + }, + "Expansion_List": { + "type": "list", + "value": [] + }, + "Flags": { + "type": "dword", + "value": 4 + }, + "FogClipDist": { + "type": "float", + "value": 45.0 + }, + "Height": { + "type": "int", + "value": 8 + }, + "ID": { + "type": "int", + "value": -1 + }, + "IsNight": { + "type": "byte", + "value": 1 + }, + "LightingScheme": { + "type": "byte", + "value": 20 + }, + "LoadScreenID": { + "type": "word", + "value": 0 + }, + "ModListenCheck": { + "type": "int", + "value": 0 + }, + "ModSpotCheck": { + "type": "int", + "value": 0 + }, + "MoonAmbientColor": { + "type": "dword", + "value": 14362660 + }, + "MoonDiffuseColor": { + "type": "dword", + "value": 33023 + }, + "MoonFogAmount": { + "type": "byte", + "value": 3 + }, + "MoonFogColor": { + "type": "dword", + "value": 7091712 + }, + "MoonShadows": { + "type": "byte", + "value": 0 + }, + "Name": { + "type": "cexolocstring", + "value": { + "0": "Frosted Pits" + } + }, + "NoRest": { + "type": "byte", + "value": 0 + }, + "OnEnter": { + "type": "resref", + "value": "" + }, + "OnExit": { + "type": "resref", + "value": "" + }, + "OnHeartbeat": { + "type": "resref", + "value": "" + }, + "OnUserDefined": { + "type": "resref", + "value": "" + }, + "PlayerVsPlayer": { + "type": "byte", + "value": 3 + }, + "ResRef": { + "type": "resref", + "value": "frostedpits" + }, + "ShadowOpacity": { + "type": "byte", + "value": 60 + }, + "SkyBox": { + "type": "byte", + "value": 0 + }, + "SunAmbientColor": { + "type": "dword", + "value": 0 + }, + "SunDiffuseColor": { + "type": "dword", + "value": 0 + }, + "SunFogAmount": { + "type": "byte", + "value": 0 + }, + "SunFogColor": { + "type": "dword", + "value": 0 + }, + "SunShadows": { + "type": "byte", + "value": 0 + }, + "Tag": { + "type": "cexostring", + "value": "Genesis" + }, + "Tile_List": { + "type": "list", + "value": [ + { + "__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": 2 + }, + "Tile_ID": { + "type": "int", + "value": 47 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 31 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 31 + }, + "Tile_Orientation": { + "type": "int", + "value": 3 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 8 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 8 + } + }, + { + "__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": 2 + }, + "Tile_ID": { + "type": "int", + "value": 4 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 1 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 9 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 9 + } + }, + { + "__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": 1 + }, + "Tile_ID": { + "type": "int", + "value": 7 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 2 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 8 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 8 + } + }, + { + "__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": 1 + }, + "Tile_ID": { + "type": "int", + "value": 8 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 3 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 9 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 9 + } + }, + { + "__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": 1 + }, + "Tile_ID": { + "type": "int", + "value": 8 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 3 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 9 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 9 + } + }, + { + "__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": 1 + }, + "Tile_ID": { + "type": "int", + "value": 9 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 31 + }, + "Tile_Orientation": { + "type": "int", + "value": 3 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 9 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 9 + } + }, + { + "__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": 1 + }, + "Tile_ID": { + "type": "int", + "value": 7 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 31 + }, + "Tile_Orientation": { + "type": "int", + "value": 3 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__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": 2 + }, + "Tile_ID": { + "type": "int", + "value": 4 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 2 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 8 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 8 + } + }, + { + "__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": 1 + }, + "Tile_ID": { + "type": "int", + "value": 9 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 3 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 8 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 8 + } + }, + { + "__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": 1 + }, + "Tile_ID": { + "type": "int", + "value": 8 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 31 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 31 + }, + "Tile_Orientation": { + "type": "int", + "value": 3 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 8 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 8 + } + }, + { + "__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": 1 + }, + "Tile_ID": { + "type": "int", + "value": 4 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 31 + }, + "Tile_Orientation": { + "type": "int", + "value": 1 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 8 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 8 + } + }, + { + "__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": 6 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 2 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 8 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 8 + } + }, + { + "__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": 9 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 3 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__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": 0 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 31 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 3 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 9 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 9 + } + }, + { + "__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": 1 + }, + "Tile_ID": { + "type": "int", + "value": 11 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 31 + }, + "Tile_Orientation": { + "type": "int", + "value": 2 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__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": 1 + }, + "Tile_ID": { + "type": "int", + "value": 46 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 31 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 3 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__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": 7 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 2 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__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": 3 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 31 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 3 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 8 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 8 + } + }, + { + "__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": 46 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 31 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 3 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__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": 4 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 1 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 9 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 9 + } + }, + { + "__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": 68 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 0 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 8 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 8 + } + }, + { + "__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": 10 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 2 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 8 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 8 + } + }, + { + "__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": 9 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 31 + }, + "Tile_Orientation": { + "type": "int", + "value": 3 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 8 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 8 + } + }, + { + "__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": 7 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 3 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 8 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 8 + } + }, + { + "__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": 9 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 31 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 2 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 8 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 8 + } + }, + { + "__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": 54 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 0 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__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": 53 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 31 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 0 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 8 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 8 + } + }, + { + "__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": 50 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 31 + }, + "Tile_Orientation": { + "type": "int", + "value": 3 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 8 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 8 + } + }, + { + "__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": 59 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 31 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 3 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 9 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 9 + } + }, + { + "__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": 57 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 3 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 8 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 8 + } + }, + { + "__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": 55 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 31 + }, + "Tile_Orientation": { + "type": "int", + "value": 3 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__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": 8 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 0 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 8 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 8 + } + }, + { + "__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": 8 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 31 + }, + "Tile_Orientation": { + "type": "int", + "value": 2 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__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": 52 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 31 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 0 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 8 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 8 + } + }, + { + "__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": 51 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 0 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 8 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 8 + } + }, + { + "__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": 50 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 31 + }, + "Tile_Orientation": { + "type": "int", + "value": 0 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 8 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 8 + } + }, + { + "__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": 60 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 31 + }, + "Tile_Orientation": { + "type": "int", + "value": 3 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 8 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 8 + } + }, + { + "__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": 58 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 3 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__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": 56 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 3 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 8 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 8 + } + }, + { + "__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": 3 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 0 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__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": 7 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 1 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__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": 8 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 1 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 9 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 9 + } + }, + { + "__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": 9 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 1 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 8 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 8 + } + }, + { + "__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": 8 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 1 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 8 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 8 + } + }, + { + "__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": 8 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 1 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 9 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 9 + } + }, + { + "__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": 4 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 31 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 0 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 8 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 8 + } + }, + { + "__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": 68 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 0 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__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": 8 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 0 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__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": 1 + }, + "Tile_ID": { + "type": "int", + "value": 50 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 1 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 8 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 8 + } + }, + { + "__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": 1 + }, + "Tile_ID": { + "type": "int", + "value": 11 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 3 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 9 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 9 + } + }, + { + "__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": 1 + }, + "Tile_ID": { + "type": "int", + "value": 46 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 31 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 1 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__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": 1 + }, + "Tile_ID": { + "type": "int", + "value": 9 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 31 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 1 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 9 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 9 + } + }, + { + "__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": 1 + }, + "Tile_ID": { + "type": "int", + "value": 11 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 0 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__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": 6 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 1 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__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": 46 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 31 + }, + "Tile_Orientation": { + "type": "int", + "value": 1 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__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": 2 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 1 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 8 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 8 + } + }, + { + "__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": 1 + }, + "Tile_ID": { + "type": "int", + "value": 47 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 31 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 1 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 8 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 8 + } + }, + { + "__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": 1 + }, + "Tile_ID": { + "type": "int", + "value": 7 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 0 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__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": 2 + }, + "Tile_ID": { + "type": "int", + "value": 11 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 31 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 31 + }, + "Tile_Orientation": { + "type": "int", + "value": 3 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 8 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 8 + } + }, + { + "__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": 2 + }, + "Tile_ID": { + "type": "int", + "value": 11 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 0 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 8 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 8 + } + }, + { + "__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": 1 + }, + "Tile_ID": { + "type": "int", + "value": 9 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 31 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 2 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 8 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 8 + } + }, + { + "__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": 1 + }, + "Tile_ID": { + "type": "int", + "value": 11 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 31 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 31 + }, + "Tile_Orientation": { + "type": "int", + "value": 3 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 8 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 8 + } + }, + { + "__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": 1 + }, + "Tile_ID": { + "type": "int", + "value": 11 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 0 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 8 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 8 + } + }, + { + "__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": 7 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 31 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 31 + }, + "Tile_Orientation": { + "type": "int", + "value": 1 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + } + ] + }, + "Tileset": { + "type": "resref", + "value": "tti01" + }, + "Version": { + "type": "dword", + "value": 12 + }, + "Width": { + "type": "int", + "value": 8 + }, + "WindPower": { + "type": "int", + "value": 0 + } +} diff --git a/_module/are/frozentimes.are.json b/_module/are/frozentimes.are.json new file mode 100644 index 0000000..0912bc7 --- /dev/null +++ b/_module/are/frozentimes.are.json @@ -0,0 +1,2926 @@ +{ + "__data_type": "ARE ", + "ChanceLightning": { + "type": "int", + "value": 0 + }, + "ChanceRain": { + "type": "int", + "value": 0 + }, + "ChanceSnow": { + "type": "int", + "value": 100 + }, + "Comments": { + "type": "cexostring", + "value": "" + }, + "Creator_ID": { + "type": "int", + "value": -1 + }, + "DayNightCycle": { + "type": "byte", + "value": 1 + }, + "Expansion_List": { + "type": "list", + "value": [] + }, + "Flags": { + "type": "dword", + "value": 4 + }, + "FogClipDist": { + "type": "float", + "value": 45.0 + }, + "Height": { + "type": "int", + "value": 8 + }, + "ID": { + "type": "int", + "value": -1 + }, + "IsNight": { + "type": "byte", + "value": 0 + }, + "LightingScheme": { + "type": "byte", + "value": 9 + }, + "LoadScreenID": { + "type": "word", + "value": 0 + }, + "ModListenCheck": { + "type": "int", + "value": 0 + }, + "ModSpotCheck": { + "type": "int", + "value": 0 + }, + "MoonAmbientColor": { + "type": "dword", + "value": 0 + }, + "MoonDiffuseColor": { + "type": "dword", + "value": 5263440 + }, + "MoonFogAmount": { + "type": "byte", + "value": 7 + }, + "MoonFogColor": { + "type": "dword", + "value": 1973790 + }, + "MoonShadows": { + "type": "byte", + "value": 0 + }, + "Name": { + "type": "cexolocstring", + "value": { + "0": "Frozen Times" + } + }, + "NoRest": { + "type": "byte", + "value": 0 + }, + "OnEnter": { + "type": "resref", + "value": "" + }, + "OnExit": { + "type": "resref", + "value": "" + }, + "OnHeartbeat": { + "type": "resref", + "value": "" + }, + "OnUserDefined": { + "type": "resref", + "value": "" + }, + "PlayerVsPlayer": { + "type": "byte", + "value": 3 + }, + "ResRef": { + "type": "resref", + "value": "frozentimes" + }, + "ShadowOpacity": { + "type": "byte", + "value": 20 + }, + "SkyBox": { + "type": "byte", + "value": 5 + }, + "SunAmbientColor": { + "type": "dword", + "value": 16711680 + }, + "SunDiffuseColor": { + "type": "dword", + "value": 14079702 + }, + "SunFogAmount": { + "type": "byte", + "value": 7 + }, + "SunFogColor": { + "type": "dword", + "value": 12303291 + }, + "SunShadows": { + "type": "byte", + "value": 0 + }, + "Tag": { + "type": "cexostring", + "value": "Genesis" + }, + "Tile_List": { + "type": "list", + "value": [ + { + "__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": 1 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 0 + }, + "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", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 1 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 2 + }, + "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", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 1 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 1 + }, + "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", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 1 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 2 + }, + "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", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 1 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "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", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 1 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 1 + }, + "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", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 1 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 1 + }, + "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", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 1 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 0 + }, + "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", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 20 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "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", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 25 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 1 + }, + "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", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 20 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 0 + }, + "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", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 20 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "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", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 26 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 0 + }, + "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", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 20 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "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", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 24 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 1 + }, + "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", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 27 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 0 + }, + "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", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 24 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 0 + }, + "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", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 68 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 0 + }, + "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", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 23 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 1 + }, + "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", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 18 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 0 + }, + "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", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 23 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 1 + }, + "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", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 22 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 0 + }, + "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", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 32 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 0 + }, + "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", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 25 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 2 + }, + "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", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 19 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 0 + }, + "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", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 48 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 0 + }, + "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", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 49 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 0 + }, + "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", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 71 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 1 + }, + "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", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 12 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 2 + }, + "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", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 74 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 2 + }, + "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", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 74 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "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", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 24 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 2 + }, + "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", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 20 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 2 + }, + "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", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 23 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "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", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 74 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 0 + }, + "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", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 74 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 1 + }, + "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", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 4 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "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", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 47 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 1 + }, + "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", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 46 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 1 + }, + "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", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 14 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 1 + }, + "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", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 27 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "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", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 22 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 0 + }, + "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", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 22 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 2 + }, + "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", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 24 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "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", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 13 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 0 + }, + "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", + "value": 1 + }, + "Tile_ID": { + "type": "int", + "value": 54 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 0 + }, + "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", + "value": 1 + }, + "Tile_ID": { + "type": "int", + "value": 53 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 0 + }, + "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", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 29 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 2 + }, + "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", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 25 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 0 + }, + "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", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 50 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 1 + }, + "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", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 22 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 1 + }, + "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", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 25 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 1 + }, + "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", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 5 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 0 + }, + "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", + "value": 1 + }, + "Tile_ID": { + "type": "int", + "value": 52 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 0 + }, + "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", + "value": 1 + }, + "Tile_ID": { + "type": "int", + "value": 51 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 0 + }, + "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", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 29 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 2 + }, + "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", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 26 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 2 + }, + "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", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 19 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "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", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 19 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "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", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 24 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "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", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 15 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 0 + }, + "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", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 29 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "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", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 29 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "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", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 31 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 1 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 2 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 2 + } + } + ] + }, + "Tileset": { + "type": "resref", + "value": "tti01" + }, + "Version": { + "type": "dword", + "value": 7 + }, + "Width": { + "type": "int", + "value": 8 + }, + "WindPower": { + "type": "int", + "value": 2 + } +} diff --git a/_module/are/limbo001.are.json b/_module/are/limbo001.are.json new file mode 100644 index 0000000..01e5b14 --- /dev/null +++ b/_module/are/limbo001.are.json @@ -0,0 +1,2926 @@ +{ + "__data_type": "ARE ", + "ChanceLightning": { + "type": "int", + "value": 50 + }, + "ChanceRain": { + "type": "int", + "value": 100 + }, + "ChanceSnow": { + "type": "int", + "value": 0 + }, + "Comments": { + "type": "cexostring", + "value": "This are is used as storage location by various PRC systems. It should not be accessible to players under any circumstances.\r\n\r\n\r\nThis area is a part of the Player Resource Consortium pack." + }, + "Creator_ID": { + "type": "int", + "value": -1 + }, + "DayNightCycle": { + "type": "byte", + "value": 1 + }, + "Expansion_List": { + "type": "list", + "value": [] + }, + "Flags": { + "type": "dword", + "value": 4 + }, + "FogClipDist": { + "type": "float", + "value": 45.0 + }, + "Height": { + "type": "int", + "value": 8 + }, + "ID": { + "type": "int", + "value": -1 + }, + "IsNight": { + "type": "byte", + "value": 0 + }, + "LightingScheme": { + "type": "byte", + "value": 10 + }, + "LoadScreenID": { + "type": "word", + "value": 0 + }, + "ModListenCheck": { + "type": "int", + "value": -2 + }, + "ModSpotCheck": { + "type": "int", + "value": -2 + }, + "MoonAmbientColor": { + "type": "dword", + "value": 0 + }, + "MoonDiffuseColor": { + "type": "dword", + "value": 2631720 + }, + "MoonFogAmount": { + "type": "byte", + "value": 3 + }, + "MoonFogColor": { + "type": "dword", + "value": 0 + }, + "MoonShadows": { + "type": "byte", + "value": 0 + }, + "Name": { + "type": "cexolocstring", + "value": { + "0": "Limbo" + } + }, + "NoRest": { + "type": "byte", + "value": 0 + }, + "OnEnter": { + "type": "resref", + "value": "" + }, + "OnExit": { + "type": "resref", + "value": "" + }, + "OnHeartbeat": { + "type": "resref", + "value": "" + }, + "OnUserDefined": { + "type": "resref", + "value": "" + }, + "PlayerVsPlayer": { + "type": "byte", + "value": 3 + }, + "ResRef": { + "type": "resref", + "value": "limbo001" + }, + "ShadowOpacity": { + "type": "byte", + "value": 30 + }, + "SkyBox": { + "type": "byte", + "value": 0 + }, + "SunAmbientColor": { + "type": "dword", + "value": 3947580 + }, + "SunDiffuseColor": { + "type": "dword", + "value": 7895160 + }, + "SunFogAmount": { + "type": "byte", + "value": 3 + }, + "SunFogColor": { + "type": "dword", + "value": 3947580 + }, + "SunShadows": { + "type": "byte", + "value": 0 + }, + "Tag": { + "type": "cexostring", + "value": "Limbo" + }, + "Tile_List": { + "type": "list", + "value": [ + { + "__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": 127 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "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", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 12 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 1 + }, + "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", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 124 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 1 + }, + "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", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 124 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 1 + }, + "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", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 124 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 1 + }, + "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", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 125 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 1 + }, + "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", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 127 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 0 + }, + "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", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 121 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 0 + }, + "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", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 12 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 0 + }, + "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", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 67 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "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", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 63 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 0 + }, + "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", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 69 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 0 + }, + "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", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 75 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 2 + }, + "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", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 66 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 0 + }, + "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", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 122 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 1 + }, + "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", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 127 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 0 + }, + "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", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 12 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 0 + }, + "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", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 69 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "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", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 66 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 2 + }, + "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", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 70 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 2 + }, + "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", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 5 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "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", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 64 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 1 + }, + "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", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 5 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 0 + }, + "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", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 124 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 2 + }, + "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", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 125 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 0 + }, + "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", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 64 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 2 + }, + "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", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 5 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "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", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 65 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 2 + }, + "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", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 63 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 2 + }, + "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", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 63 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 1 + }, + "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", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 68 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 0 + }, + "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", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 12 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 2 + }, + "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", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 124 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 0 + }, + "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", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 69 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 0 + }, + "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", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 65 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 0 + }, + "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", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 63 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "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", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 64 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 0 + }, + "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", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 5 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 2 + }, + "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", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 66 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "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", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 125 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 2 + }, + "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", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 125 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 0 + }, + "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", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 69 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 0 + }, + "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", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 64 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 0 + }, + "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", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 69 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 2 + }, + "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", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 65 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 2 + }, + "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", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 75 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "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", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 70 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 2 + }, + "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", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 124 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 2 + }, + "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", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 127 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 2 + }, + "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", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 122 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "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", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 67 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 2 + }, + "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", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 64 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 0 + }, + "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", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 69 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "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", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 66 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 1 + }, + "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", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 75 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "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", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 125 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 2 + }, + "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", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 121 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "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", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 127 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 2 + }, + "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", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 125 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "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", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 125 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "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", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 125 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "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", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 125 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "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", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 125 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "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", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 126 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 1 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 2 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 2 + } + } + ] + }, + "Tileset": { + "type": "resref", + "value": "ttd01" + }, + "Version": { + "type": "dword", + "value": 13 + }, + "Width": { + "type": "int", + "value": 8 + }, + "WindPower": { + "type": "int", + "value": 2 + } +} diff --git a/_module/are/mordmagman01.are.json b/_module/are/mordmagman01.are.json new file mode 100644 index 0000000..0bd8f97 --- /dev/null +++ b/_module/are/mordmagman01.are.json @@ -0,0 +1,862 @@ +{ + "__data_type": "ARE ", + "ChanceLightning": { + "type": "int", + "value": 0 + }, + "ChanceRain": { + "type": "int", + "value": 0 + }, + "ChanceSnow": { + "type": "int", + "value": 0 + }, + "Comments": { + "type": "cexostring", + "value": "This area is used by the Mordenkainen's Magnificent Mansion -spell. It should only be accessible by said spell.\r\n\r\n\r\nThis area is a part of the Player Resource Consortium pack." + }, + "Creator_ID": { + "type": "int", + "value": -1 + }, + "DayNightCycle": { + "type": "byte", + "value": 0 + }, + "Expansion_List": { + "type": "list", + "value": [] + }, + "Flags": { + "type": "dword", + "value": 1 + }, + "FogClipDist": { + "type": "float", + "value": 45.0 + }, + "Height": { + "type": "int", + "value": 4 + }, + "ID": { + "type": "int", + "value": -1 + }, + "IsNight": { + "type": "byte", + "value": 1 + }, + "LightingScheme": { + "type": "byte", + "value": 12 + }, + "LoadScreenID": { + "type": "word", + "value": 40 + }, + "ModListenCheck": { + "type": "int", + "value": 0 + }, + "ModSpotCheck": { + "type": "int", + "value": 0 + }, + "MoonAmbientColor": { + "type": "dword", + "value": 3947580 + }, + "MoonDiffuseColor": { + "type": "dword", + "value": 11184810 + }, + "MoonFogAmount": { + "type": "byte", + "value": 5 + }, + "MoonFogColor": { + "type": "dword", + "value": 0 + }, + "MoonShadows": { + "type": "byte", + "value": 0 + }, + "Name": { + "type": "cexolocstring", + "value": { + "0": "Mordenkainen's Magnificent Mansion" + } + }, + "NoRest": { + "type": "byte", + "value": 0 + }, + "OnEnter": { + "type": "resref", + "value": "" + }, + "OnExit": { + "type": "resref", + "value": "" + }, + "OnHeartbeat": { + "type": "resref", + "value": "" + }, + "OnUserDefined": { + "type": "resref", + "value": "" + }, + "PlayerVsPlayer": { + "type": "byte", + "value": 0 + }, + "ResRef": { + "type": "resref", + "value": "mordmagman01" + }, + "ShadowOpacity": { + "type": "byte", + "value": 60 + }, + "SkyBox": { + "type": "byte", + "value": 0 + }, + "SunAmbientColor": { + "type": "dword", + "value": 0 + }, + "SunDiffuseColor": { + "type": "dword", + "value": 0 + }, + "SunFogAmount": { + "type": "byte", + "value": 0 + }, + "SunFogColor": { + "type": "dword", + "value": 0 + }, + "SunShadows": { + "type": "byte", + "value": 0 + }, + "Tag": { + "type": "cexostring", + "value": "MordenkainensMagnificentMansion" + }, + "Tile_List": { + "type": "list", + "value": [ + { + "__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": 116 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 13 + }, + "Tile_Orientation": { + "type": "int", + "value": 1 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__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": 116 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 30 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 13 + }, + "Tile_Orientation": { + "type": "int", + "value": 1 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 3 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 3 + } + }, + { + "__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": 116 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 13 + }, + "Tile_Orientation": { + "type": "int", + "value": 1 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 3 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 3 + } + }, + { + "__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": 116 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 30 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 1 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 3 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 3 + } + }, + { + "__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": 82 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 4 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 2 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__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": 83 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 3 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 3 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 3 + } + }, + { + "__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": 82 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 4 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 3 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 3 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 3 + } + }, + { + "__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": 116 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 13 + }, + "Tile_Orientation": { + "type": "int", + "value": 3 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 3 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 3 + } + }, + { + "__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": 83 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 30 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 2 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__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": 174 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 4 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 13 + }, + "Tile_Orientation": { + "type": "int", + "value": 0 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__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": 83 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 4 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 0 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 3 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 3 + } + }, + { + "__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": 116 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 13 + }, + "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", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 82 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 1 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__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": 91 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 30 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 1 + }, + "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", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 82 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 13 + }, + "Tile_Orientation": { + "type": "int", + "value": 0 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 3 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 3 + } + }, + { + "__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": 116 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 4 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 3 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + } + ] + }, + "Tileset": { + "type": "resref", + "value": "tic01" + }, + "Version": { + "type": "dword", + "value": 6 + }, + "Width": { + "type": "int", + "value": 4 + }, + "WindPower": { + "type": "int", + "value": 0 + } +} diff --git a/_module/are/mordmagman02.are.json b/_module/are/mordmagman02.are.json new file mode 100644 index 0000000..0ff1446 --- /dev/null +++ b/_module/are/mordmagman02.are.json @@ -0,0 +1,862 @@ +{ + "__data_type": "ARE ", + "ChanceLightning": { + "type": "int", + "value": 0 + }, + "ChanceRain": { + "type": "int", + "value": 0 + }, + "ChanceSnow": { + "type": "int", + "value": 0 + }, + "Comments": { + "type": "cexostring", + "value": "This area is used by the Mordenkainen's Magnificent Mansion -spell. It should only be accessible by said spell.\r\n\r\n\r\nThis area is a part of the Player Resource Consortium pack." + }, + "Creator_ID": { + "type": "int", + "value": -1 + }, + "DayNightCycle": { + "type": "byte", + "value": 0 + }, + "Expansion_List": { + "type": "list", + "value": [] + }, + "Flags": { + "type": "dword", + "value": 1 + }, + "FogClipDist": { + "type": "float", + "value": 45.0 + }, + "Height": { + "type": "int", + "value": 4 + }, + "ID": { + "type": "int", + "value": -1 + }, + "IsNight": { + "type": "byte", + "value": 1 + }, + "LightingScheme": { + "type": "byte", + "value": 12 + }, + "LoadScreenID": { + "type": "word", + "value": 40 + }, + "ModListenCheck": { + "type": "int", + "value": 0 + }, + "ModSpotCheck": { + "type": "int", + "value": 0 + }, + "MoonAmbientColor": { + "type": "dword", + "value": 3947580 + }, + "MoonDiffuseColor": { + "type": "dword", + "value": 11184810 + }, + "MoonFogAmount": { + "type": "byte", + "value": 5 + }, + "MoonFogColor": { + "type": "dword", + "value": 0 + }, + "MoonShadows": { + "type": "byte", + "value": 0 + }, + "Name": { + "type": "cexolocstring", + "value": { + "0": "Mordenkainen's Magnificent Mansion" + } + }, + "NoRest": { + "type": "byte", + "value": 0 + }, + "OnEnter": { + "type": "resref", + "value": "" + }, + "OnExit": { + "type": "resref", + "value": "" + }, + "OnHeartbeat": { + "type": "resref", + "value": "" + }, + "OnUserDefined": { + "type": "resref", + "value": "" + }, + "PlayerVsPlayer": { + "type": "byte", + "value": 0 + }, + "ResRef": { + "type": "resref", + "value": "mordmagman02" + }, + "ShadowOpacity": { + "type": "byte", + "value": 60 + }, + "SkyBox": { + "type": "byte", + "value": 0 + }, + "SunAmbientColor": { + "type": "dword", + "value": 0 + }, + "SunDiffuseColor": { + "type": "dword", + "value": 0 + }, + "SunFogAmount": { + "type": "byte", + "value": 0 + }, + "SunFogColor": { + "type": "dword", + "value": 0 + }, + "SunShadows": { + "type": "byte", + "value": 0 + }, + "Tag": { + "type": "cexostring", + "value": "MordenkainensMagnificentMansion" + }, + "Tile_List": { + "type": "list", + "value": [ + { + "__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": 116 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 13 + }, + "Tile_Orientation": { + "type": "int", + "value": 1 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__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": 116 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 30 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 13 + }, + "Tile_Orientation": { + "type": "int", + "value": 1 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 3 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 3 + } + }, + { + "__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": 116 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 13 + }, + "Tile_Orientation": { + "type": "int", + "value": 1 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 3 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 3 + } + }, + { + "__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": 116 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 30 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 1 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 3 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 3 + } + }, + { + "__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": 82 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 4 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 2 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__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": 83 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 3 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 3 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 3 + } + }, + { + "__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": 82 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 4 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 3 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 3 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 3 + } + }, + { + "__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": 116 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 13 + }, + "Tile_Orientation": { + "type": "int", + "value": 3 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 3 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 3 + } + }, + { + "__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": 83 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 30 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 2 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__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": 174 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 4 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 13 + }, + "Tile_Orientation": { + "type": "int", + "value": 0 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__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": 83 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 4 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 0 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 3 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 3 + } + }, + { + "__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": 116 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 13 + }, + "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", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 82 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 1 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__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": 91 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 30 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 1 + }, + "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", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 82 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 13 + }, + "Tile_Orientation": { + "type": "int", + "value": 0 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 3 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 3 + } + }, + { + "__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": 116 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 4 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 3 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + } + ] + }, + "Tileset": { + "type": "resref", + "value": "tic01" + }, + "Version": { + "type": "dword", + "value": 7 + }, + "Width": { + "type": "int", + "value": 4 + }, + "WindPower": { + "type": "int", + "value": 0 + } +} diff --git a/_module/are/mordmagman03.are.json b/_module/are/mordmagman03.are.json new file mode 100644 index 0000000..766929f --- /dev/null +++ b/_module/are/mordmagman03.are.json @@ -0,0 +1,862 @@ +{ + "__data_type": "ARE ", + "ChanceLightning": { + "type": "int", + "value": 0 + }, + "ChanceRain": { + "type": "int", + "value": 0 + }, + "ChanceSnow": { + "type": "int", + "value": 0 + }, + "Comments": { + "type": "cexostring", + "value": "This area is used by the Mordenkainen's Magnificent Mansion -spell. It should only be accessible by said spell.\r\n\r\n\r\nThis area is a part of the Player Resource Consortium pack." + }, + "Creator_ID": { + "type": "int", + "value": -1 + }, + "DayNightCycle": { + "type": "byte", + "value": 0 + }, + "Expansion_List": { + "type": "list", + "value": [] + }, + "Flags": { + "type": "dword", + "value": 1 + }, + "FogClipDist": { + "type": "float", + "value": 45.0 + }, + "Height": { + "type": "int", + "value": 4 + }, + "ID": { + "type": "int", + "value": -1 + }, + "IsNight": { + "type": "byte", + "value": 1 + }, + "LightingScheme": { + "type": "byte", + "value": 12 + }, + "LoadScreenID": { + "type": "word", + "value": 40 + }, + "ModListenCheck": { + "type": "int", + "value": 0 + }, + "ModSpotCheck": { + "type": "int", + "value": 0 + }, + "MoonAmbientColor": { + "type": "dword", + "value": 3947580 + }, + "MoonDiffuseColor": { + "type": "dword", + "value": 11184810 + }, + "MoonFogAmount": { + "type": "byte", + "value": 5 + }, + "MoonFogColor": { + "type": "dword", + "value": 0 + }, + "MoonShadows": { + "type": "byte", + "value": 0 + }, + "Name": { + "type": "cexolocstring", + "value": { + "0": "Mordenkainen's Magnificent Mansion" + } + }, + "NoRest": { + "type": "byte", + "value": 0 + }, + "OnEnter": { + "type": "resref", + "value": "" + }, + "OnExit": { + "type": "resref", + "value": "" + }, + "OnHeartbeat": { + "type": "resref", + "value": "" + }, + "OnUserDefined": { + "type": "resref", + "value": "" + }, + "PlayerVsPlayer": { + "type": "byte", + "value": 0 + }, + "ResRef": { + "type": "resref", + "value": "mordmagman03" + }, + "ShadowOpacity": { + "type": "byte", + "value": 60 + }, + "SkyBox": { + "type": "byte", + "value": 0 + }, + "SunAmbientColor": { + "type": "dword", + "value": 0 + }, + "SunDiffuseColor": { + "type": "dword", + "value": 0 + }, + "SunFogAmount": { + "type": "byte", + "value": 0 + }, + "SunFogColor": { + "type": "dword", + "value": 0 + }, + "SunShadows": { + "type": "byte", + "value": 0 + }, + "Tag": { + "type": "cexostring", + "value": "MordenkainensMagnificentMansion" + }, + "Tile_List": { + "type": "list", + "value": [ + { + "__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": 116 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 13 + }, + "Tile_Orientation": { + "type": "int", + "value": 1 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__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": 116 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 30 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 13 + }, + "Tile_Orientation": { + "type": "int", + "value": 1 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 3 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 3 + } + }, + { + "__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": 116 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 13 + }, + "Tile_Orientation": { + "type": "int", + "value": 1 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 3 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 3 + } + }, + { + "__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": 116 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 30 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 1 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 3 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 3 + } + }, + { + "__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": 82 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 4 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 2 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__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": 83 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 3 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 3 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 3 + } + }, + { + "__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": 82 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 4 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 3 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 3 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 3 + } + }, + { + "__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": 116 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 13 + }, + "Tile_Orientation": { + "type": "int", + "value": 3 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 3 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 3 + } + }, + { + "__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": 83 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 30 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 2 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__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": 174 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 4 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 13 + }, + "Tile_Orientation": { + "type": "int", + "value": 0 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__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": 83 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 4 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 0 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 3 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 3 + } + }, + { + "__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": 116 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 13 + }, + "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", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 82 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 1 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__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": 91 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 30 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 1 + }, + "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", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 82 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 13 + }, + "Tile_Orientation": { + "type": "int", + "value": 0 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 3 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 3 + } + }, + { + "__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": 116 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 4 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 3 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + } + ] + }, + "Tileset": { + "type": "resref", + "value": "tic01" + }, + "Version": { + "type": "dword", + "value": 7 + }, + "Width": { + "type": "int", + "value": 4 + }, + "WindPower": { + "type": "int", + "value": 0 + } +} diff --git a/_module/are/mordmagman04.are.json b/_module/are/mordmagman04.are.json new file mode 100644 index 0000000..930a563 --- /dev/null +++ b/_module/are/mordmagman04.are.json @@ -0,0 +1,862 @@ +{ + "__data_type": "ARE ", + "ChanceLightning": { + "type": "int", + "value": 0 + }, + "ChanceRain": { + "type": "int", + "value": 0 + }, + "ChanceSnow": { + "type": "int", + "value": 0 + }, + "Comments": { + "type": "cexostring", + "value": "This area is used by the Mordenkainen's Magnificent Mansion -spell. It should only be accessible by said spell.\r\n\r\n\r\nThis area is a part of the Player Resource Consortium pack." + }, + "Creator_ID": { + "type": "int", + "value": -1 + }, + "DayNightCycle": { + "type": "byte", + "value": 0 + }, + "Expansion_List": { + "type": "list", + "value": [] + }, + "Flags": { + "type": "dword", + "value": 1 + }, + "FogClipDist": { + "type": "float", + "value": 45.0 + }, + "Height": { + "type": "int", + "value": 4 + }, + "ID": { + "type": "int", + "value": -1 + }, + "IsNight": { + "type": "byte", + "value": 1 + }, + "LightingScheme": { + "type": "byte", + "value": 12 + }, + "LoadScreenID": { + "type": "word", + "value": 40 + }, + "ModListenCheck": { + "type": "int", + "value": 0 + }, + "ModSpotCheck": { + "type": "int", + "value": 0 + }, + "MoonAmbientColor": { + "type": "dword", + "value": 3947580 + }, + "MoonDiffuseColor": { + "type": "dword", + "value": 11184810 + }, + "MoonFogAmount": { + "type": "byte", + "value": 5 + }, + "MoonFogColor": { + "type": "dword", + "value": 0 + }, + "MoonShadows": { + "type": "byte", + "value": 0 + }, + "Name": { + "type": "cexolocstring", + "value": { + "0": "Mordenkainen's Magnificent Mansion" + } + }, + "NoRest": { + "type": "byte", + "value": 0 + }, + "OnEnter": { + "type": "resref", + "value": "" + }, + "OnExit": { + "type": "resref", + "value": "" + }, + "OnHeartbeat": { + "type": "resref", + "value": "" + }, + "OnUserDefined": { + "type": "resref", + "value": "" + }, + "PlayerVsPlayer": { + "type": "byte", + "value": 0 + }, + "ResRef": { + "type": "resref", + "value": "mordmagman04" + }, + "ShadowOpacity": { + "type": "byte", + "value": 60 + }, + "SkyBox": { + "type": "byte", + "value": 0 + }, + "SunAmbientColor": { + "type": "dword", + "value": 0 + }, + "SunDiffuseColor": { + "type": "dword", + "value": 0 + }, + "SunFogAmount": { + "type": "byte", + "value": 0 + }, + "SunFogColor": { + "type": "dword", + "value": 0 + }, + "SunShadows": { + "type": "byte", + "value": 0 + }, + "Tag": { + "type": "cexostring", + "value": "MordenkainensMagnificentMansion" + }, + "Tile_List": { + "type": "list", + "value": [ + { + "__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": 116 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 13 + }, + "Tile_Orientation": { + "type": "int", + "value": 1 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__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": 116 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 30 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 13 + }, + "Tile_Orientation": { + "type": "int", + "value": 1 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 3 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 3 + } + }, + { + "__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": 116 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 13 + }, + "Tile_Orientation": { + "type": "int", + "value": 1 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 3 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 3 + } + }, + { + "__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": 116 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 30 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 1 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 3 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 3 + } + }, + { + "__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": 82 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 4 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 2 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__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": 83 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 3 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 3 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 3 + } + }, + { + "__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": 82 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 4 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 3 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 3 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 3 + } + }, + { + "__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": 116 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 13 + }, + "Tile_Orientation": { + "type": "int", + "value": 3 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 3 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 3 + } + }, + { + "__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": 83 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 30 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 2 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__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": 174 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 4 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 13 + }, + "Tile_Orientation": { + "type": "int", + "value": 0 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__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": 83 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 4 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 0 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 3 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 3 + } + }, + { + "__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": 116 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 13 + }, + "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", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 82 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 1 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__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": 91 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 30 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 1 + }, + "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", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 82 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 13 + }, + "Tile_Orientation": { + "type": "int", + "value": 0 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 3 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 3 + } + }, + { + "__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": 116 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 4 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 3 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + } + ] + }, + "Tileset": { + "type": "resref", + "value": "tic01" + }, + "Version": { + "type": "dword", + "value": 7 + }, + "Width": { + "type": "int", + "value": 4 + }, + "WindPower": { + "type": "int", + "value": 0 + } +} diff --git a/_module/are/mordmagman05.are.json b/_module/are/mordmagman05.are.json new file mode 100644 index 0000000..8ead0e2 --- /dev/null +++ b/_module/are/mordmagman05.are.json @@ -0,0 +1,862 @@ +{ + "__data_type": "ARE ", + "ChanceLightning": { + "type": "int", + "value": 0 + }, + "ChanceRain": { + "type": "int", + "value": 0 + }, + "ChanceSnow": { + "type": "int", + "value": 0 + }, + "Comments": { + "type": "cexostring", + "value": "This area is used by the Mordenkainen's Magnificent Mansion -spell. It should only be accessible by said spell.\r\n\r\n\r\nThis area is a part of the Player Resource Consortium pack." + }, + "Creator_ID": { + "type": "int", + "value": -1 + }, + "DayNightCycle": { + "type": "byte", + "value": 0 + }, + "Expansion_List": { + "type": "list", + "value": [] + }, + "Flags": { + "type": "dword", + "value": 1 + }, + "FogClipDist": { + "type": "float", + "value": 45.0 + }, + "Height": { + "type": "int", + "value": 4 + }, + "ID": { + "type": "int", + "value": -1 + }, + "IsNight": { + "type": "byte", + "value": 1 + }, + "LightingScheme": { + "type": "byte", + "value": 12 + }, + "LoadScreenID": { + "type": "word", + "value": 40 + }, + "ModListenCheck": { + "type": "int", + "value": 0 + }, + "ModSpotCheck": { + "type": "int", + "value": 0 + }, + "MoonAmbientColor": { + "type": "dword", + "value": 3947580 + }, + "MoonDiffuseColor": { + "type": "dword", + "value": 11184810 + }, + "MoonFogAmount": { + "type": "byte", + "value": 5 + }, + "MoonFogColor": { + "type": "dword", + "value": 0 + }, + "MoonShadows": { + "type": "byte", + "value": 0 + }, + "Name": { + "type": "cexolocstring", + "value": { + "0": "Mordenkainen's Magnificent Mansion" + } + }, + "NoRest": { + "type": "byte", + "value": 0 + }, + "OnEnter": { + "type": "resref", + "value": "" + }, + "OnExit": { + "type": "resref", + "value": "" + }, + "OnHeartbeat": { + "type": "resref", + "value": "" + }, + "OnUserDefined": { + "type": "resref", + "value": "" + }, + "PlayerVsPlayer": { + "type": "byte", + "value": 0 + }, + "ResRef": { + "type": "resref", + "value": "mordmagman05" + }, + "ShadowOpacity": { + "type": "byte", + "value": 60 + }, + "SkyBox": { + "type": "byte", + "value": 0 + }, + "SunAmbientColor": { + "type": "dword", + "value": 0 + }, + "SunDiffuseColor": { + "type": "dword", + "value": 0 + }, + "SunFogAmount": { + "type": "byte", + "value": 0 + }, + "SunFogColor": { + "type": "dword", + "value": 0 + }, + "SunShadows": { + "type": "byte", + "value": 0 + }, + "Tag": { + "type": "cexostring", + "value": "MordenkainensMagnificentMansion" + }, + "Tile_List": { + "type": "list", + "value": [ + { + "__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": 116 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 13 + }, + "Tile_Orientation": { + "type": "int", + "value": 1 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__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": 116 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 30 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 13 + }, + "Tile_Orientation": { + "type": "int", + "value": 1 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 3 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 3 + } + }, + { + "__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": 116 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 13 + }, + "Tile_Orientation": { + "type": "int", + "value": 1 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 3 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 3 + } + }, + { + "__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": 116 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 30 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 1 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 3 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 3 + } + }, + { + "__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": 82 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 4 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 2 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__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": 83 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 3 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 3 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 3 + } + }, + { + "__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": 82 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 4 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 3 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 3 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 3 + } + }, + { + "__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": 116 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 13 + }, + "Tile_Orientation": { + "type": "int", + "value": 3 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 3 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 3 + } + }, + { + "__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": 83 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 30 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 2 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__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": 174 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 4 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 13 + }, + "Tile_Orientation": { + "type": "int", + "value": 0 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__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": 83 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 4 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 0 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 3 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 3 + } + }, + { + "__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": 116 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 13 + }, + "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", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 82 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 1 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__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": 91 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 30 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 1 + }, + "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", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 82 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 13 + }, + "Tile_Orientation": { + "type": "int", + "value": 0 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 3 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 3 + } + }, + { + "__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": 116 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 4 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 3 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + } + ] + }, + "Tileset": { + "type": "resref", + "value": "tic01" + }, + "Version": { + "type": "dword", + "value": 7 + }, + "Width": { + "type": "int", + "value": 4 + }, + "WindPower": { + "type": "int", + "value": 0 + } +} diff --git a/_module/are/mordmagman06.are.json b/_module/are/mordmagman06.are.json new file mode 100644 index 0000000..ca98b84 --- /dev/null +++ b/_module/are/mordmagman06.are.json @@ -0,0 +1,862 @@ +{ + "__data_type": "ARE ", + "ChanceLightning": { + "type": "int", + "value": 0 + }, + "ChanceRain": { + "type": "int", + "value": 0 + }, + "ChanceSnow": { + "type": "int", + "value": 0 + }, + "Comments": { + "type": "cexostring", + "value": "This area is used by the Mordenkainen's Magnificent Mansion -spell. It should only be accessible by said spell.\r\n\r\n\r\nThis area is a part of the Player Resource Consortium pack." + }, + "Creator_ID": { + "type": "int", + "value": -1 + }, + "DayNightCycle": { + "type": "byte", + "value": 0 + }, + "Expansion_List": { + "type": "list", + "value": [] + }, + "Flags": { + "type": "dword", + "value": 1 + }, + "FogClipDist": { + "type": "float", + "value": 45.0 + }, + "Height": { + "type": "int", + "value": 4 + }, + "ID": { + "type": "int", + "value": -1 + }, + "IsNight": { + "type": "byte", + "value": 1 + }, + "LightingScheme": { + "type": "byte", + "value": 12 + }, + "LoadScreenID": { + "type": "word", + "value": 40 + }, + "ModListenCheck": { + "type": "int", + "value": 0 + }, + "ModSpotCheck": { + "type": "int", + "value": 0 + }, + "MoonAmbientColor": { + "type": "dword", + "value": 3947580 + }, + "MoonDiffuseColor": { + "type": "dword", + "value": 11184810 + }, + "MoonFogAmount": { + "type": "byte", + "value": 5 + }, + "MoonFogColor": { + "type": "dword", + "value": 0 + }, + "MoonShadows": { + "type": "byte", + "value": 0 + }, + "Name": { + "type": "cexolocstring", + "value": { + "0": "Mordenkainen's Magnificent Mansion" + } + }, + "NoRest": { + "type": "byte", + "value": 0 + }, + "OnEnter": { + "type": "resref", + "value": "" + }, + "OnExit": { + "type": "resref", + "value": "" + }, + "OnHeartbeat": { + "type": "resref", + "value": "" + }, + "OnUserDefined": { + "type": "resref", + "value": "" + }, + "PlayerVsPlayer": { + "type": "byte", + "value": 0 + }, + "ResRef": { + "type": "resref", + "value": "mordmagman06" + }, + "ShadowOpacity": { + "type": "byte", + "value": 60 + }, + "SkyBox": { + "type": "byte", + "value": 0 + }, + "SunAmbientColor": { + "type": "dword", + "value": 0 + }, + "SunDiffuseColor": { + "type": "dword", + "value": 0 + }, + "SunFogAmount": { + "type": "byte", + "value": 0 + }, + "SunFogColor": { + "type": "dword", + "value": 0 + }, + "SunShadows": { + "type": "byte", + "value": 0 + }, + "Tag": { + "type": "cexostring", + "value": "MordenkainensMagnificentMansion" + }, + "Tile_List": { + "type": "list", + "value": [ + { + "__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": 116 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 13 + }, + "Tile_Orientation": { + "type": "int", + "value": 1 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__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": 116 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 30 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 13 + }, + "Tile_Orientation": { + "type": "int", + "value": 1 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 3 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 3 + } + }, + { + "__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": 116 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 13 + }, + "Tile_Orientation": { + "type": "int", + "value": 1 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 3 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 3 + } + }, + { + "__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": 116 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 30 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 1 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 3 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 3 + } + }, + { + "__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": 82 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 4 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 2 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__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": 83 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 3 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 3 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 3 + } + }, + { + "__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": 82 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 4 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 3 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 3 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 3 + } + }, + { + "__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": 116 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 13 + }, + "Tile_Orientation": { + "type": "int", + "value": 3 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 3 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 3 + } + }, + { + "__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": 83 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 30 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 2 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__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": 174 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 4 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 13 + }, + "Tile_Orientation": { + "type": "int", + "value": 0 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__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": 83 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 4 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 0 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 3 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 3 + } + }, + { + "__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": 116 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 13 + }, + "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", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 82 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 1 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__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": 91 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 30 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 1 + }, + "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", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 82 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 13 + }, + "Tile_Orientation": { + "type": "int", + "value": 0 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 3 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 3 + } + }, + { + "__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": 116 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 4 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 3 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + } + ] + }, + "Tileset": { + "type": "resref", + "value": "tic01" + }, + "Version": { + "type": "dword", + "value": 7 + }, + "Width": { + "type": "int", + "value": 4 + }, + "WindPower": { + "type": "int", + "value": 0 + } +} diff --git a/_module/are/prc_maze_01.are.json b/_module/are/prc_maze_01.are.json new file mode 100644 index 0000000..4d4251d --- /dev/null +++ b/_module/are/prc_maze_01.are.json @@ -0,0 +1,11182 @@ +{ + "__data_type": "ARE ", + "ChanceLightning": { + "type": "int", + "value": 0 + }, + "ChanceRain": { + "type": "int", + "value": 0 + }, + "ChanceSnow": { + "type": "int", + "value": 0 + }, + "Comments": { + "type": "cexostring", + "value": "Local variable PRC_Maze_Entries_Count should contain the number of entry waypoints.\r\nThe tags of the entry waypoints should be of format PRC_MAZE_ENTRY_WP_N, where N is a sequential number unique to each entry, starting at value 1.\r\n\r\n\r\nThis area is provided by the Player Resource Consortium pack." + }, + "Creator_ID": { + "type": "int", + "value": -1 + }, + "DayNightCycle": { + "type": "byte", + "value": 0 + }, + "Expansion_List": { + "type": "list", + "value": [] + }, + "Flags": { + "type": "dword", + "value": 3 + }, + "FogClipDist": { + "type": "float", + "value": 45.0 + }, + "Height": { + "type": "int", + "value": 16 + }, + "ID": { + "type": "int", + "value": -1 + }, + "IsNight": { + "type": "byte", + "value": 1 + }, + "LightingScheme": { + "type": "byte", + "value": 13 + }, + "LoadScreenID": { + "type": "word", + "value": 0 + }, + "ModListenCheck": { + "type": "int", + "value": 0 + }, + "ModSpotCheck": { + "type": "int", + "value": 0 + }, + "MoonAmbientColor": { + "type": "dword", + "value": 2960685 + }, + "MoonDiffuseColor": { + "type": "dword", + "value": 6457991 + }, + "MoonFogAmount": { + "type": "byte", + "value": 5 + }, + "MoonFogColor": { + "type": "dword", + "value": 0 + }, + "MoonShadows": { + "type": "byte", + "value": 0 + }, + "Name": { + "type": "cexolocstring", + "value": { + "0": "The Maze" + } + }, + "NoRest": { + "type": "byte", + "value": 1 + }, + "OnEnter": { + "type": "resref", + "value": "prc_maze_onenter" + }, + "OnExit": { + "type": "resref", + "value": "prc_maze_onexit" + }, + "OnHeartbeat": { + "type": "resref", + "value": "" + }, + "OnUserDefined": { + "type": "resref", + "value": "" + }, + "PlayerVsPlayer": { + "type": "byte", + "value": 3 + }, + "ResRef": { + "type": "resref", + "value": "prc_maze_01" + }, + "ShadowOpacity": { + "type": "byte", + "value": 60 + }, + "SkyBox": { + "type": "byte", + "value": 0 + }, + "SunAmbientColor": { + "type": "dword", + "value": 0 + }, + "SunDiffuseColor": { + "type": "dword", + "value": 0 + }, + "SunFogAmount": { + "type": "byte", + "value": 0 + }, + "SunFogColor": { + "type": "dword", + "value": 0 + }, + "SunShadows": { + "type": "byte", + "value": 0 + }, + "Tag": { + "type": "cexostring", + "value": "prc_maze_01" + }, + "Tile_List": { + "type": "list", + "value": [ + { + "__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": 119 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 4 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 3 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__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": 127 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 30 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 3 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 3 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 3 + } + }, + { + "__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": 5 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 14 + }, + "Tile_Orientation": { + "type": "int", + "value": 2 + }, + "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", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 37 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 30 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 14 + }, + "Tile_Orientation": { + "type": "int", + "value": 2 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 3 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 3 + } + }, + { + "__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": 38 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "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", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 127 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 3 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 3 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 3 + } + }, + { + "__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": 127 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 2 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__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": 119 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 4 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 13 + }, + "Tile_Orientation": { + "type": "int", + "value": 1 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__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": 41 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 13 + }, + "Tile_Orientation": { + "type": "int", + "value": 3 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 3 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 3 + } + }, + { + "__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": 127 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 30 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "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", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 37 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 4 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 2 + }, + "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", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 118 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 1 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 3 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 3 + } + }, + { + "__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": 39 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 14 + }, + "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", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 38 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 13 + }, + "Tile_Orientation": { + "type": "int", + "value": 1 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 3 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 3 + } + }, + { + "__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": 38 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 13 + }, + "Tile_Orientation": { + "type": "int", + "value": 1 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__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": 127 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 30 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 3 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__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": 127 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 30 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 13 + }, + "Tile_Orientation": { + "type": "int", + "value": 2 + }, + "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", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 39 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 1 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__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": 38 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 30 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 13 + }, + "Tile_Orientation": { + "type": "int", + "value": 3 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__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": 130 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 13 + }, + "Tile_Orientation": { + "type": "int", + "value": 0 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__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": 119 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 14 + }, + "Tile_Orientation": { + "type": "int", + "value": 0 + }, + "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", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 38 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 13 + }, + "Tile_Orientation": { + "type": "int", + "value": 2 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__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": 37 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 13 + }, + "Tile_Orientation": { + "type": "int", + "value": 1 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 3 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 3 + } + }, + { + "__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": 39 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 3 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 3 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 3 + } + }, + { + "__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": 127 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 14 + }, + "Tile_Orientation": { + "type": "int", + "value": 3 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 3 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 3 + } + }, + { + "__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": 38 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 4 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 14 + }, + "Tile_Orientation": { + "type": "int", + "value": 2 + }, + "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", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 37 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 1 + }, + "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", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 127 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 30 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 3 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__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": 39 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 2 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 3 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 3 + } + }, + { + "__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": 38 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 14 + }, + "Tile_Orientation": { + "type": "int", + "value": 3 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 3 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 3 + } + }, + { + "__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": 119 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 4 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 14 + }, + "Tile_Orientation": { + "type": "int", + "value": 1 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 3 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 3 + } + }, + { + "__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": 118 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 13 + }, + "Tile_Orientation": { + "type": "int", + "value": 2 + }, + "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", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 127 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 1 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 3 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 3 + } + }, + { + "__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": 38 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 13 + }, + "Tile_Orientation": { + "type": "int", + "value": 3 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__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": 37 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 13 + }, + "Tile_Orientation": { + "type": "int", + "value": 3 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 3 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 3 + } + }, + { + "__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": 130 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 13 + }, + "Tile_Orientation": { + "type": "int", + "value": 2 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 3 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 3 + } + }, + { + "__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": 37 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 14 + }, + "Tile_Orientation": { + "type": "int", + "value": 0 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 3 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 3 + } + }, + { + "__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": 127 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 30 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 14 + }, + "Tile_Orientation": { + "type": "int", + "value": 1 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__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": 37 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 4 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 13 + }, + "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", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 38 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 13 + }, + "Tile_Orientation": { + "type": "int", + "value": 2 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 3 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 3 + } + }, + { + "__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": 127 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 1 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 3 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 3 + } + }, + { + "__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": 40 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 4 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 13 + }, + "Tile_Orientation": { + "type": "int", + "value": 0 + }, + "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", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 38 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 4 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 14 + }, + "Tile_Orientation": { + "type": "int", + "value": 1 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__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": 37 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 4 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 13 + }, + "Tile_Orientation": { + "type": "int", + "value": 0 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 3 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 3 + } + }, + { + "__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": 39 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 30 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 2 + }, + "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", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 38 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 3 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__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": 39 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 30 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 3 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 3 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 3 + } + }, + { + "__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": 37 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 30 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 14 + }, + "Tile_Orientation": { + "type": "int", + "value": 0 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__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": 41 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 4 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 0 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__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": 37 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 30 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 13 + }, + "Tile_Orientation": { + "type": "int", + "value": 2 + }, + "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", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 39 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 30 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 14 + }, + "Tile_Orientation": { + "type": "int", + "value": 1 + }, + "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", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 130 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 30 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 0 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__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": 127 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 13 + }, + "Tile_Orientation": { + "type": "int", + "value": 2 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 3 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 3 + } + }, + { + "__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": 38 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 4 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 13 + }, + "Tile_Orientation": { + "type": "int", + "value": 1 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 3 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 3 + } + }, + { + "__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": 37 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 4 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 0 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__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": 38 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 13 + }, + "Tile_Orientation": { + "type": "int", + "value": 2 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 3 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 3 + } + }, + { + "__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": 5 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 30 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 2 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 3 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 3 + } + }, + { + "__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": 38 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 0 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 3 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 3 + } + }, + { + "__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": 127 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 4 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 2 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 3 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 3 + } + }, + { + "__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": 38 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 4 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "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", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 39 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 13 + }, + "Tile_Orientation": { + "type": "int", + "value": 0 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__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": 5 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 30 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 14 + }, + "Tile_Orientation": { + "type": "int", + "value": 2 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 3 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 3 + } + }, + { + "__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": 118 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 0 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__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": 5 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 1 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 3 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 3 + } + }, + { + "__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": 39 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 30 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 2 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 3 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 3 + } + }, + { + "__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": 39 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 13 + }, + "Tile_Orientation": { + "type": "int", + "value": 0 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__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": 119 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 30 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 13 + }, + "Tile_Orientation": { + "type": "int", + "value": 0 + }, + "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", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 39 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 30 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 13 + }, + "Tile_Orientation": { + "type": "int", + "value": 2 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 3 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 3 + } + }, + { + "__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": 40 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 30 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 13 + }, + "Tile_Orientation": { + "type": "int", + "value": 3 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 3 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 3 + } + }, + { + "__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": 37 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 30 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 14 + }, + "Tile_Orientation": { + "type": "int", + "value": 3 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 3 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 3 + } + }, + { + "__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": 127 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 4 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 2 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 3 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 3 + } + }, + { + "__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": 39 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 13 + }, + "Tile_Orientation": { + "type": "int", + "value": 1 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__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": 37 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 3 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 3 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 3 + } + }, + { + "__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": 127 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 4 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 14 + }, + "Tile_Orientation": { + "type": "int", + "value": 1 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__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": 39 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 30 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 0 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 3 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 3 + } + }, + { + "__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": 5 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 14 + }, + "Tile_Orientation": { + "type": "int", + "value": 3 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 3 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 3 + } + }, + { + "__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": 38 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 4 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 14 + }, + "Tile_Orientation": { + "type": "int", + "value": 0 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 3 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 3 + } + }, + { + "__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": 127 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 4 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 2 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 3 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 3 + } + }, + { + "__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": 39 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 1 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 3 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 3 + } + }, + { + "__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": 37 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 13 + }, + "Tile_Orientation": { + "type": "int", + "value": 3 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 3 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 3 + } + }, + { + "__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": 38 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 4 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 14 + }, + "Tile_Orientation": { + "type": "int", + "value": 2 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 3 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 3 + } + }, + { + "__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": 37 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 30 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 1 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__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": 130 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 1 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__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": 130 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 0 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__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": 38 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 13 + }, + "Tile_Orientation": { + "type": "int", + "value": 0 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__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": 127 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 30 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 1 + }, + "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", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 130 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 30 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 1 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__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": 127 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 4 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 3 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 3 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 3 + } + }, + { + "__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": 38 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 2 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 3 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 3 + } + }, + { + "__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": 37 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 30 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 2 + }, + "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", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 37 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 4 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 13 + }, + "Tile_Orientation": { + "type": "int", + "value": 0 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 3 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 3 + } + }, + { + "__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": 127 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 30 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 2 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 3 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 3 + } + }, + { + "__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": 130 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 13 + }, + "Tile_Orientation": { + "type": "int", + "value": 0 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 3 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 3 + } + }, + { + "__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": 38 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 4 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 2 + }, + "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", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 5 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 3 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__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": 38 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 13 + }, + "Tile_Orientation": { + "type": "int", + "value": 2 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 3 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 3 + } + }, + { + "__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": 127 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 14 + }, + "Tile_Orientation": { + "type": "int", + "value": 1 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 3 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 3 + } + }, + { + "__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": 119 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 1 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 3 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 3 + } + }, + { + "__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": 37 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 30 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 2 + }, + "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", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 127 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 0 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 3 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 3 + } + }, + { + "__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": 127 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 13 + }, + "Tile_Orientation": { + "type": "int", + "value": 1 + }, + "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", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 38 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 14 + }, + "Tile_Orientation": { + "type": "int", + "value": 3 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__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": 127 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 13 + }, + "Tile_Orientation": { + "type": "int", + "value": 3 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 3 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 3 + } + }, + { + "__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": 38 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 30 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 2 + }, + "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", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 127 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 30 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 1 + }, + "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", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 39 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 30 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 0 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 3 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 3 + } + }, + { + "__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": 37 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 4 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 2 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__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": 39 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 30 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 0 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 3 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 3 + } + }, + { + "__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": 38 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 4 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 2 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 3 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 3 + } + }, + { + "__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": 127 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 30 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 1 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 3 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 3 + } + }, + { + "__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": 127 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 13 + }, + "Tile_Orientation": { + "type": "int", + "value": 3 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__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": 38 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 2 + }, + "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", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 5 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 4 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 13 + }, + "Tile_Orientation": { + "type": "int", + "value": 0 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__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": 37 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 2 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 3 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 3 + } + }, + { + "__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": 130 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 4 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 0 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 3 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 3 + } + }, + { + "__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": 127 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 30 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 2 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__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": 127 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 3 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 3 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 3 + } + }, + { + "__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": 127 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 30 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 2 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 3 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 3 + } + }, + { + "__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": 39 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 4 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 1 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 3 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 3 + } + }, + { + "__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": 40 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 30 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 14 + }, + "Tile_Orientation": { + "type": "int", + "value": 2 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 3 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 3 + } + }, + { + "__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": 38 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 13 + }, + "Tile_Orientation": { + "type": "int", + "value": 1 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__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": 39 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 13 + }, + "Tile_Orientation": { + "type": "int", + "value": 0 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 3 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 3 + } + }, + { + "__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": 38 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 30 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 2 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__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": 38 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 30 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 13 + }, + "Tile_Orientation": { + "type": "int", + "value": 2 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 3 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 3 + } + }, + { + "__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": 37 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 13 + }, + "Tile_Orientation": { + "type": "int", + "value": 1 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__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": 37 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 3 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 3 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 3 + } + }, + { + "__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": 38 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 4 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 14 + }, + "Tile_Orientation": { + "type": "int", + "value": 0 + }, + "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", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 119 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 13 + }, + "Tile_Orientation": { + "type": "int", + "value": 2 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 3 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 3 + } + }, + { + "__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": 127 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 2 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__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": 37 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 13 + }, + "Tile_Orientation": { + "type": "int", + "value": 0 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 3 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 3 + } + }, + { + "__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": 127 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 4 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 14 + }, + "Tile_Orientation": { + "type": "int", + "value": 1 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 3 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 3 + } + }, + { + "__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": 130 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 0 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 3 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 3 + } + }, + { + "__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": 37 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 30 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 1 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 3 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 3 + } + }, + { + "__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": 130 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 13 + }, + "Tile_Orientation": { + "type": "int", + "value": 1 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 3 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 3 + } + }, + { + "__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": 130 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 14 + }, + "Tile_Orientation": { + "type": "int", + "value": 3 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__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": 37 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 4 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 13 + }, + "Tile_Orientation": { + "type": "int", + "value": 0 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 3 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 3 + } + }, + { + "__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": 5 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 0 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 3 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 3 + } + }, + { + "__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": 38 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 0 + }, + "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", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 38 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 14 + }, + "Tile_Orientation": { + "type": "int", + "value": 0 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 3 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 3 + } + }, + { + "__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": 127 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 14 + }, + "Tile_Orientation": { + "type": "int", + "value": 1 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 3 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 3 + } + }, + { + "__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": 37 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 30 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 3 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 3 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 3 + } + }, + { + "__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": 38 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 4 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 2 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 3 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 3 + } + }, + { + "__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": 127 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 4 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 1 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 3 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 3 + } + }, + { + "__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": 37 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 4 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 3 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 3 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 3 + } + }, + { + "__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": 38 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 2 + }, + "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", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 37 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 2 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 3 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 3 + } + }, + { + "__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": 119 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 4 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 1 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 3 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 3 + } + }, + { + "__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": 38 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 2 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__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": 127 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 2 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 3 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 3 + } + }, + { + "__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": 119 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 14 + }, + "Tile_Orientation": { + "type": "int", + "value": 1 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 3 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 3 + } + }, + { + "__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": 38 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 2 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__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": 37 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 13 + }, + "Tile_Orientation": { + "type": "int", + "value": 2 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__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": 39 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 30 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 3 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 3 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 3 + } + }, + { + "__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": 37 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 30 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 0 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__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": 39 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 30 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 13 + }, + "Tile_Orientation": { + "type": "int", + "value": 2 + }, + "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", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 38 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 4 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 14 + }, + "Tile_Orientation": { + "type": "int", + "value": 3 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__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": 127 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 14 + }, + "Tile_Orientation": { + "type": "int", + "value": 0 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 3 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 3 + } + }, + { + "__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": 37 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 4 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 1 + }, + "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", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 37 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "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", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 38 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 0 + }, + "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", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 127 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 4 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 1 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 3 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 3 + } + }, + { + "__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": 130 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 30 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 0 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 3 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 3 + } + }, + { + "__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": 37 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 4 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 14 + }, + "Tile_Orientation": { + "type": "int", + "value": 2 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__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": 39 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 14 + }, + "Tile_Orientation": { + "type": "int", + "value": 1 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__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": 39 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 14 + }, + "Tile_Orientation": { + "type": "int", + "value": 1 + }, + "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", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 39 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 13 + }, + "Tile_Orientation": { + "type": "int", + "value": 3 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 3 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 3 + } + }, + { + "__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": 37 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 0 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__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": 38 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 4 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 14 + }, + "Tile_Orientation": { + "type": "int", + "value": 2 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 3 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 3 + } + }, + { + "__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": 39 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 4 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 2 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 3 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 3 + } + }, + { + "__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": 38 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 14 + }, + "Tile_Orientation": { + "type": "int", + "value": 1 + }, + "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", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 39 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 30 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 1 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__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": 38 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 4 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 13 + }, + "Tile_Orientation": { + "type": "int", + "value": 1 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 3 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 3 + } + }, + { + "__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": 38 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 1 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 3 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 3 + } + }, + { + "__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": 38 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 30 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 1 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 3 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 3 + } + }, + { + "__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": 39 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 14 + }, + "Tile_Orientation": { + "type": "int", + "value": 1 + }, + "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", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 39 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 0 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 3 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 3 + } + }, + { + "__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": 5 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 14 + }, + "Tile_Orientation": { + "type": "int", + "value": 1 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 3 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 3 + } + }, + { + "__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": 38 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 30 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 14 + }, + "Tile_Orientation": { + "type": "int", + "value": 0 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 3 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 3 + } + }, + { + "__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": 127 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 14 + }, + "Tile_Orientation": { + "type": "int", + "value": 1 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__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": 37 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "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", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 5 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 4 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 0 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 3 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 3 + } + }, + { + "__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": 127 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 4 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 13 + }, + "Tile_Orientation": { + "type": "int", + "value": 1 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 3 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 3 + } + }, + { + "__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": 39 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 14 + }, + "Tile_Orientation": { + "type": "int", + "value": 3 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__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": 37 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 0 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 3 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 3 + } + }, + { + "__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": 38 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 2 + }, + "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", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 119 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 14 + }, + "Tile_Orientation": { + "type": "int", + "value": 0 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 3 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 3 + } + }, + { + "__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": 37 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 2 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 3 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 3 + } + }, + { + "__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": 38 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 4 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "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", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 38 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 14 + }, + "Tile_Orientation": { + "type": "int", + "value": 1 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 3 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 3 + } + }, + { + "__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": 38 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 13 + }, + "Tile_Orientation": { + "type": "int", + "value": 1 + }, + "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", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 127 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 14 + }, + "Tile_Orientation": { + "type": "int", + "value": 3 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__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": 38 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 14 + }, + "Tile_Orientation": { + "type": "int", + "value": 0 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 3 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 3 + } + }, + { + "__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": 127 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 4 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 13 + }, + "Tile_Orientation": { + "type": "int", + "value": 2 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 3 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 3 + } + }, + { + "__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": 130 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 14 + }, + "Tile_Orientation": { + "type": "int", + "value": 1 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 3 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 3 + } + }, + { + "__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": 38 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 30 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 3 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 3 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 3 + } + }, + { + "__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": 39 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 13 + }, + "Tile_Orientation": { + "type": "int", + "value": 1 + }, + "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", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 130 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "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", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 38 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 14 + }, + "Tile_Orientation": { + "type": "int", + "value": 1 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 3 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 3 + } + }, + { + "__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": 39 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 4 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 14 + }, + "Tile_Orientation": { + "type": "int", + "value": 0 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 3 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 3 + } + }, + { + "__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": 5 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 4 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 13 + }, + "Tile_Orientation": { + "type": "int", + "value": 2 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__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": 118 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 4 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 0 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 3 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 3 + } + }, + { + "__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": 38 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 2 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__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": 38 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 13 + }, + "Tile_Orientation": { + "type": "int", + "value": 2 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__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": 127 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 2 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 3 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 3 + } + }, + { + "__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": 38 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 1 + }, + "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", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 127 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "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", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 38 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 2 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 3 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 3 + } + }, + { + "__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": 38 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 4 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 13 + }, + "Tile_Orientation": { + "type": "int", + "value": 2 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 3 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 3 + } + }, + { + "__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": 38 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 2 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__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": 5 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 13 + }, + "Tile_Orientation": { + "type": "int", + "value": 1 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 3 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 3 + } + }, + { + "__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": 127 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 4 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 2 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 3 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 3 + } + }, + { + "__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": 38 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 14 + }, + "Tile_Orientation": { + "type": "int", + "value": 1 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 3 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 3 + } + }, + { + "__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": 37 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 30 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 14 + }, + "Tile_Orientation": { + "type": "int", + "value": 0 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 3 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 3 + } + }, + { + "__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": 5 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 30 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 14 + }, + "Tile_Orientation": { + "type": "int", + "value": 1 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 3 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 3 + } + }, + { + "__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": 127 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 4 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 1 + }, + "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", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 127 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "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", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 39 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 30 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 2 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 3 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 3 + } + }, + { + "__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": 37 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 0 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__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": 38 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 30 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 2 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__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": 38 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 0 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__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": 119 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 14 + }, + "Tile_Orientation": { + "type": "int", + "value": 3 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 3 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 3 + } + }, + { + "__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": 127 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 4 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 14 + }, + "Tile_Orientation": { + "type": "int", + "value": 0 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 3 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 3 + } + }, + { + "__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": 38 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 0 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 3 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 3 + } + }, + { + "__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": 38 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 13 + }, + "Tile_Orientation": { + "type": "int", + "value": 0 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 3 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 3 + } + }, + { + "__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": 37 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 30 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 13 + }, + "Tile_Orientation": { + "type": "int", + "value": 1 + }, + "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", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 39 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 13 + }, + "Tile_Orientation": { + "type": "int", + "value": 3 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 3 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 3 + } + }, + { + "__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": 130 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 4 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 0 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__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": 119 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 13 + }, + "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", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 38 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 30 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 1 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 3 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 3 + } + }, + { + "__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": 39 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 14 + }, + "Tile_Orientation": { + "type": "int", + "value": 3 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__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": 127 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 3 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__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": 37 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 4 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 14 + }, + "Tile_Orientation": { + "type": "int", + "value": 1 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 3 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 3 + } + }, + { + "__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": 39 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 13 + }, + "Tile_Orientation": { + "type": "int", + "value": 1 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 3 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 3 + } + }, + { + "__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": 37 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 30 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 14 + }, + "Tile_Orientation": { + "type": "int", + "value": 3 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 3 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 3 + } + }, + { + "__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": 38 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 4 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 0 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 3 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 3 + } + }, + { + "__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": 37 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 30 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 1 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 3 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 3 + } + }, + { + "__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": 38 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 1 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__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": 38 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 14 + }, + "Tile_Orientation": { + "type": "int", + "value": 3 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 3 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 3 + } + }, + { + "__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": 37 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 30 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 14 + }, + "Tile_Orientation": { + "type": "int", + "value": 0 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 3 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 3 + } + }, + { + "__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": 38 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 2 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__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": 119 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 4 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 13 + }, + "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", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 127 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 13 + }, + "Tile_Orientation": { + "type": "int", + "value": 0 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 3 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 3 + } + }, + { + "__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": 37 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 4 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 1 + }, + "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", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 38 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 30 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 3 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__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": 38 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 1 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 3 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 3 + } + }, + { + "__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": 127 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 14 + }, + "Tile_Orientation": { + "type": "int", + "value": 0 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 3 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 3 + } + }, + { + "__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": 37 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 4 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 13 + }, + "Tile_Orientation": { + "type": "int", + "value": 1 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 3 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 3 + } + }, + { + "__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": 38 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 1 + }, + "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", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 38 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 30 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 14 + }, + "Tile_Orientation": { + "type": "int", + "value": 1 + }, + "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", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 37 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 4 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 13 + }, + "Tile_Orientation": { + "type": "int", + "value": 0 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__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": 127 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 30 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 1 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 3 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 3 + } + }, + { + "__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": 38 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 13 + }, + "Tile_Orientation": { + "type": "int", + "value": 3 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__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": 38 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 13 + }, + "Tile_Orientation": { + "type": "int", + "value": 1 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__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": 38 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 30 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 1 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 3 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 3 + } + }, + { + "__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": 38 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 30 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 14 + }, + "Tile_Orientation": { + "type": "int", + "value": 3 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__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": 127 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 14 + }, + "Tile_Orientation": { + "type": "int", + "value": 0 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + } + ] + }, + "Tileset": { + "type": "resref", + "value": "tdc01" + }, + "Version": { + "type": "dword", + "value": 8 + }, + "Width": { + "type": "int", + "value": 16 + }, + "WindPower": { + "type": "int", + "value": 0 + } +} diff --git a/_module/are/ruinedminds001.are.json b/_module/are/ruinedminds001.are.json new file mode 100644 index 0000000..924fd64 --- /dev/null +++ b/_module/are/ruinedminds001.are.json @@ -0,0 +1,2926 @@ +{ + "__data_type": "ARE ", + "ChanceLightning": { + "type": "int", + "value": 0 + }, + "ChanceRain": { + "type": "int", + "value": 0 + }, + "ChanceSnow": { + "type": "int", + "value": 0 + }, + "Comments": { + "type": "cexostring", + "value": "" + }, + "Creator_ID": { + "type": "int", + "value": -1 + }, + "DayNightCycle": { + "type": "byte", + "value": 0 + }, + "Expansion_List": { + "type": "list", + "value": [] + }, + "Flags": { + "type": "dword", + "value": 3 + }, + "FogClipDist": { + "type": "float", + "value": 45.0 + }, + "Height": { + "type": "int", + "value": 8 + }, + "ID": { + "type": "int", + "value": -1 + }, + "IsNight": { + "type": "byte", + "value": 1 + }, + "LightingScheme": { + "type": "byte", + "value": 18 + }, + "LoadScreenID": { + "type": "word", + "value": 0 + }, + "ModListenCheck": { + "type": "int", + "value": 0 + }, + "ModSpotCheck": { + "type": "int", + "value": 0 + }, + "MoonAmbientColor": { + "type": "dword", + "value": 2310951 + }, + "MoonDiffuseColor": { + "type": "dword", + "value": 2114144 + }, + "MoonFogAmount": { + "type": "byte", + "value": 10 + }, + "MoonFogColor": { + "type": "dword", + "value": 1849670 + }, + "MoonShadows": { + "type": "byte", + "value": 0 + }, + "Name": { + "type": "cexolocstring", + "value": { + "0": "Ruined Minds" + } + }, + "NoRest": { + "type": "byte", + "value": 0 + }, + "OnEnter": { + "type": "resref", + "value": "" + }, + "OnExit": { + "type": "resref", + "value": "" + }, + "OnHeartbeat": { + "type": "resref", + "value": "" + }, + "OnUserDefined": { + "type": "resref", + "value": "" + }, + "PlayerVsPlayer": { + "type": "byte", + "value": 3 + }, + "ResRef": { + "type": "resref", + "value": "ruinedminds001" + }, + "ShadowOpacity": { + "type": "byte", + "value": 60 + }, + "SkyBox": { + "type": "byte", + "value": 2 + }, + "SunAmbientColor": { + "type": "dword", + "value": 0 + }, + "SunDiffuseColor": { + "type": "dword", + "value": 0 + }, + "SunFogAmount": { + "type": "byte", + "value": 0 + }, + "SunFogColor": { + "type": "dword", + "value": 0 + }, + "SunShadows": { + "type": "byte", + "value": 0 + }, + "Tag": { + "type": "cexostring", + "value": "Genesis" + }, + "Tile_List": { + "type": "list", + "value": [ + { + "__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": 11 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 3 + }, + "Tile_Orientation": { + "type": "int", + "value": 3 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__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": 9 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 1 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 2 + }, + "Tile_Orientation": { + "type": "int", + "value": 1 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__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": 9 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 2 + }, + "Tile_Orientation": { + "type": "int", + "value": 1 + }, + "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", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 12 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 1 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__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": 8 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 1 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 3 + }, + "Tile_Orientation": { + "type": "int", + "value": 0 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__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": 219 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 1 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 2 + }, + "Tile_Orientation": { + "type": "int", + "value": 2 + }, + "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", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 179 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 3 + }, + "Tile_Orientation": { + "type": "int", + "value": 3 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__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": 167 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 3 + }, + "Tile_Orientation": { + "type": "int", + "value": 3 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__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": 8 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 2 + }, + "Tile_Orientation": { + "type": "int", + "value": 0 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__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": 263 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 1 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 2 + }, + "Tile_Orientation": { + "type": "int", + "value": 1 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__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": 235 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 2 + }, + "Tile_Orientation": { + "type": "int", + "value": 3 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__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": 240 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 2 + }, + "Tile_Orientation": { + "type": "int", + "value": 3 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__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": 264 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 3 + }, + "Tile_Orientation": { + "type": "int", + "value": 1 + }, + "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", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 224 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 3 + }, + "Tile_Orientation": { + "type": "int", + "value": 2 + }, + "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", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 103 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 1 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 2 + }, + "Tile_Orientation": { + "type": "int", + "value": 0 + }, + "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", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 180 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 2 + }, + "Tile_Orientation": { + "type": "int", + "value": 0 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__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": 8 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 3 + }, + "Tile_Orientation": { + "type": "int", + "value": 2 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__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": 255 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 1 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 3 + }, + "Tile_Orientation": { + "type": "int", + "value": 3 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__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": 9 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 1 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 2 + }, + "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", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 187 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 1 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 2 + }, + "Tile_Orientation": { + "type": "int", + "value": 3 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__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": 222 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 3 + }, + "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", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 170 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 1 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__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": 131 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 3 + }, + "Tile_Orientation": { + "type": "int", + "value": 0 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__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": 221 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 2 + }, + "Tile_Orientation": { + "type": "int", + "value": 0 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__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": 9 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 3 + }, + "Tile_Orientation": { + "type": "int", + "value": 2 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__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": 110 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 1 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 0 + }, + "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", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 11 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 2 + }, + "Tile_Orientation": { + "type": "int", + "value": 3 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__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": 184 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 3 + }, + "Tile_Orientation": { + "type": "int", + "value": 1 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__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": 90 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 0 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__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": 91 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 0 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__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": 170 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 2 + }, + "Tile_Orientation": { + "type": "int", + "value": 3 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__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": 218 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 1 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 2 + }, + "Tile_Orientation": { + "type": "int", + "value": 0 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__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": 9 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 1 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 2 + }, + "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", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 134 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 2 + }, + "Tile_Orientation": { + "type": "int", + "value": 0 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__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": 11 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 1 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 2 + }, + "Tile_Orientation": { + "type": "int", + "value": 2 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__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": 185 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 1 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 2 + }, + "Tile_Orientation": { + "type": "int", + "value": 3 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__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": 92 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 1 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 2 + }, + "Tile_Orientation": { + "type": "int", + "value": 0 + }, + "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", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 93 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 2 + }, + "Tile_Orientation": { + "type": "int", + "value": 0 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__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": 222 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 2 + }, + "Tile_Orientation": { + "type": "int", + "value": 0 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__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": 5 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 2 + }, + "Tile_Orientation": { + "type": "int", + "value": 3 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__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": 186 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 3 + }, + "Tile_Orientation": { + "type": "int", + "value": 2 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__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": 193 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 3 + }, + "Tile_Orientation": { + "type": "int", + "value": 1 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__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": 183 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 3 + }, + "Tile_Orientation": { + "type": "int", + "value": 1 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__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": 184 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 2 + }, + "Tile_Orientation": { + "type": "int", + "value": 1 + }, + "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", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 94 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 2 + }, + "Tile_Orientation": { + "type": "int", + "value": 0 + }, + "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", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 95 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 1 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 2 + }, + "Tile_Orientation": { + "type": "int", + "value": 0 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__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": 221 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 1 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 2 + }, + "Tile_Orientation": { + "type": "int", + "value": 0 + }, + "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", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 5 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 1 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 3 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__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": 179 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 2 + }, + "Tile_Orientation": { + "type": "int", + "value": 2 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__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": 161 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 0 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__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": 221 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 1 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 2 + }, + "Tile_Orientation": { + "type": "int", + "value": 0 + }, + "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", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 168 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 2 + }, + "Tile_Orientation": { + "type": "int", + "value": 2 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__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": 96 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 2 + }, + "Tile_Orientation": { + "type": "int", + "value": 0 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__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": 97 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 0 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__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": 220 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 2 + }, + "Tile_Orientation": { + "type": "int", + "value": 0 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__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": 5 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 1 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 2 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__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": 167 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 2 + }, + "Tile_Orientation": { + "type": "int", + "value": 1 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__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": 180 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 1 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__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": 219 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 2 + }, + "Tile_Orientation": { + "type": "int", + "value": 0 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__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": 218 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 1 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__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": 221 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 2 + }, + "Tile_Orientation": { + "type": "int", + "value": 1 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__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": 168 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 0 + }, + "Tile_Orientation": { + "type": "int", + "value": 1 + }, + "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", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 212 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 2 + }, + "Tile_Orientation": { + "type": "int", + "value": 0 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__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": 5 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 0 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 2 + }, + "Tile_Orientation": { + "type": "int", + "value": 0 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 2 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 2 + } + } + ] + }, + "Tileset": { + "type": "resref", + "value": "tdr01" + }, + "Version": { + "type": "dword", + "value": 6 + }, + "Width": { + "type": "int", + "value": 8 + }, + "WindPower": { + "type": "int", + "value": 0 + } +} diff --git a/_module/are/thequietofthemin.are.json b/_module/are/thequietofthemin.are.json new file mode 100644 index 0000000..ee5bf80 --- /dev/null +++ b/_module/are/thequietofthemin.are.json @@ -0,0 +1,1722 @@ +{ + "__data_type": "ARE ", + "ChanceLightning": { + "type": "int", + "value": 0 + }, + "ChanceRain": { + "type": "int", + "value": 0 + }, + "ChanceSnow": { + "type": "int", + "value": 0 + }, + "Comments": { + "type": "cexostring", + "value": "" + }, + "Creator_ID": { + "type": "int", + "value": -1 + }, + "DayNightCycle": { + "type": "byte", + "value": 0 + }, + "Expansion_List": { + "type": "list", + "value": [] + }, + "Flags": { + "type": "dword", + "value": 4 + }, + "FogClipDist": { + "type": "float", + "value": 100.0 + }, + "Height": { + "type": "int", + "value": 6 + }, + "ID": { + "type": "int", + "value": -1 + }, + "IsNight": { + "type": "byte", + "value": 0 + }, + "LightingScheme": { + "type": "byte", + "value": 3 + }, + "LoadScreenID": { + "type": "word", + "value": 63 + }, + "ModListenCheck": { + "type": "int", + "value": 0 + }, + "ModSpotCheck": { + "type": "int", + "value": 0 + }, + "MoonAmbientColor": { + "type": "dword", + "value": 0 + }, + "MoonDiffuseColor": { + "type": "dword", + "value": 13132900 + }, + "MoonFogAmount": { + "type": "byte", + "value": 0 + }, + "MoonFogColor": { + "type": "dword", + "value": 6566450 + }, + "MoonShadows": { + "type": "byte", + "value": 1 + }, + "Name": { + "type": "cexolocstring", + "value": { + "0": "The Quiet of the Mind" + } + }, + "NoRest": { + "type": "byte", + "value": 0 + }, + "OnEnter": { + "type": "resref", + "value": "" + }, + "OnExit": { + "type": "resref", + "value": "" + }, + "OnHeartbeat": { + "type": "resref", + "value": "" + }, + "OnUserDefined": { + "type": "resref", + "value": "" + }, + "PlayerVsPlayer": { + "type": "byte", + "value": 3 + }, + "ResRef": { + "type": "resref", + "value": "thequietofthemin" + }, + "ShadowOpacity": { + "type": "byte", + "value": 60 + }, + "SkyBox": { + "type": "byte", + "value": 2 + }, + "SunAmbientColor": { + "type": "dword", + "value": 5129021 + }, + "SunDiffuseColor": { + "type": "dword", + "value": 4946100 + }, + "SunFogAmount": { + "type": "byte", + "value": 1 + }, + "SunFogColor": { + "type": "dword", + "value": 6566450 + }, + "SunShadows": { + "type": "byte", + "value": 1 + }, + "Tag": { + "type": "cexostring", + "value": "Genesis" + }, + "Tile_List": { + "type": "list", + "value": [ + { + "__struct_id": 1, + "Tile_AnimLoop1": { + "type": "byte", + "value": 0 + }, + "Tile_AnimLoop2": { + "type": "byte", + "value": 0 + }, + "Tile_AnimLoop3": { + "type": "byte", + "value": 0 + }, + "Tile_Height": { + "type": "int", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 7 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 16 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 16 + }, + "Tile_Orientation": { + "type": "int", + "value": 0 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 1, + "Tile_AnimLoop1": { + "type": "byte", + "value": 0 + }, + "Tile_AnimLoop2": { + "type": "byte", + "value": 0 + }, + "Tile_AnimLoop3": { + "type": "byte", + "value": 0 + }, + "Tile_Height": { + "type": "int", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 22 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 16 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 16 + }, + "Tile_Orientation": { + "type": "int", + "value": 3 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 1, + "Tile_AnimLoop1": { + "type": "byte", + "value": 0 + }, + "Tile_AnimLoop2": { + "type": "byte", + "value": 0 + }, + "Tile_AnimLoop3": { + "type": "byte", + "value": 0 + }, + "Tile_Height": { + "type": "int", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 24 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 16 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 16 + }, + "Tile_Orientation": { + "type": "int", + "value": 1 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 1, + "Tile_AnimLoop1": { + "type": "byte", + "value": 0 + }, + "Tile_AnimLoop2": { + "type": "byte", + "value": 0 + }, + "Tile_AnimLoop3": { + "type": "byte", + "value": 0 + }, + "Tile_Height": { + "type": "int", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 20 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 16 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 16 + }, + "Tile_Orientation": { + "type": "int", + "value": 1 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 1, + "Tile_AnimLoop1": { + "type": "byte", + "value": 0 + }, + "Tile_AnimLoop2": { + "type": "byte", + "value": 0 + }, + "Tile_AnimLoop3": { + "type": "byte", + "value": 0 + }, + "Tile_Height": { + "type": "int", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 11 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 16 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 16 + }, + "Tile_Orientation": { + "type": "int", + "value": 0 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 1, + "Tile_AnimLoop1": { + "type": "byte", + "value": 0 + }, + "Tile_AnimLoop2": { + "type": "byte", + "value": 0 + }, + "Tile_AnimLoop3": { + "type": "byte", + "value": 0 + }, + "Tile_Height": { + "type": "int", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 222 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 16 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 16 + }, + "Tile_Orientation": { + "type": "int", + "value": 0 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 1, + "Tile_AnimLoop1": { + "type": "byte", + "value": 0 + }, + "Tile_AnimLoop2": { + "type": "byte", + "value": 0 + }, + "Tile_AnimLoop3": { + "type": "byte", + "value": 0 + }, + "Tile_Height": { + "type": "int", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 198 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 16 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 16 + }, + "Tile_Orientation": { + "type": "int", + "value": 1 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 1, + "Tile_AnimLoop1": { + "type": "byte", + "value": 0 + }, + "Tile_AnimLoop2": { + "type": "byte", + "value": 0 + }, + "Tile_AnimLoop3": { + "type": "byte", + "value": 0 + }, + "Tile_Height": { + "type": "int", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 86 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 16 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 16 + }, + "Tile_Orientation": { + "type": "int", + "value": 1 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 1, + "Tile_AnimLoop1": { + "type": "byte", + "value": 0 + }, + "Tile_AnimLoop2": { + "type": "byte", + "value": 0 + }, + "Tile_AnimLoop3": { + "type": "byte", + "value": 0 + }, + "Tile_Height": { + "type": "int", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 22 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 16 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 16 + }, + "Tile_Orientation": { + "type": "int", + "value": 1 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 1, + "Tile_AnimLoop1": { + "type": "byte", + "value": 0 + }, + "Tile_AnimLoop2": { + "type": "byte", + "value": 0 + }, + "Tile_AnimLoop3": { + "type": "byte", + "value": 0 + }, + "Tile_Height": { + "type": "int", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 7 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 16 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 16 + }, + "Tile_Orientation": { + "type": "int", + "value": 2 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 1, + "Tile_AnimLoop1": { + "type": "byte", + "value": 0 + }, + "Tile_AnimLoop2": { + "type": "byte", + "value": 0 + }, + "Tile_AnimLoop3": { + "type": "byte", + "value": 0 + }, + "Tile_Height": { + "type": "int", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 194 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 16 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 16 + }, + "Tile_Orientation": { + "type": "int", + "value": 1 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 1, + "Tile_AnimLoop1": { + "type": "byte", + "value": 0 + }, + "Tile_AnimLoop2": { + "type": "byte", + "value": 0 + }, + "Tile_AnimLoop3": { + "type": "byte", + "value": 0 + }, + "Tile_Height": { + "type": "int", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 193 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 16 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 16 + }, + "Tile_Orientation": { + "type": "int", + "value": 3 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 1, + "Tile_AnimLoop1": { + "type": "byte", + "value": 0 + }, + "Tile_AnimLoop2": { + "type": "byte", + "value": 0 + }, + "Tile_AnimLoop3": { + "type": "byte", + "value": 0 + }, + "Tile_Height": { + "type": "int", + "value": 1 + }, + "Tile_ID": { + "type": "int", + "value": 202 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 16 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 16 + }, + "Tile_Orientation": { + "type": "int", + "value": 1 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 1, + "Tile_AnimLoop1": { + "type": "byte", + "value": 0 + }, + "Tile_AnimLoop2": { + "type": "byte", + "value": 0 + }, + "Tile_AnimLoop3": { + "type": "byte", + "value": 0 + }, + "Tile_Height": { + "type": "int", + "value": 1 + }, + "Tile_ID": { + "type": "int", + "value": 87 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 16 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 16 + }, + "Tile_Orientation": { + "type": "int", + "value": 1 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 1, + "Tile_AnimLoop1": { + "type": "byte", + "value": 0 + }, + "Tile_AnimLoop2": { + "type": "byte", + "value": 0 + }, + "Tile_AnimLoop3": { + "type": "byte", + "value": 0 + }, + "Tile_Height": { + "type": "int", + "value": 1 + }, + "Tile_ID": { + "type": "int", + "value": 38 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 16 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 16 + }, + "Tile_Orientation": { + "type": "int", + "value": 0 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 1, + "Tile_AnimLoop1": { + "type": "byte", + "value": 0 + }, + "Tile_AnimLoop2": { + "type": "byte", + "value": 0 + }, + "Tile_AnimLoop3": { + "type": "byte", + "value": 0 + }, + "Tile_Height": { + "type": "int", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 205 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 16 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 16 + }, + "Tile_Orientation": { + "type": "int", + "value": 2 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 1, + "Tile_AnimLoop1": { + "type": "byte", + "value": 0 + }, + "Tile_AnimLoop2": { + "type": "byte", + "value": 0 + }, + "Tile_AnimLoop3": { + "type": "byte", + "value": 0 + }, + "Tile_Height": { + "type": "int", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 11 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 16 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 16 + }, + "Tile_Orientation": { + "type": "int", + "value": 2 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 1, + "Tile_AnimLoop1": { + "type": "byte", + "value": 0 + }, + "Tile_AnimLoop2": { + "type": "byte", + "value": 0 + }, + "Tile_AnimLoop3": { + "type": "byte", + "value": 0 + }, + "Tile_Height": { + "type": "int", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 20 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 16 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 16 + }, + "Tile_Orientation": { + "type": "int", + "value": 1 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 1, + "Tile_AnimLoop1": { + "type": "byte", + "value": 0 + }, + "Tile_AnimLoop2": { + "type": "byte", + "value": 0 + }, + "Tile_AnimLoop3": { + "type": "byte", + "value": 0 + }, + "Tile_Height": { + "type": "int", + "value": 1 + }, + "Tile_ID": { + "type": "int", + "value": 49 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 16 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 16 + }, + "Tile_Orientation": { + "type": "int", + "value": 2 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 1, + "Tile_AnimLoop1": { + "type": "byte", + "value": 0 + }, + "Tile_AnimLoop2": { + "type": "byte", + "value": 0 + }, + "Tile_AnimLoop3": { + "type": "byte", + "value": 0 + }, + "Tile_Height": { + "type": "int", + "value": 1 + }, + "Tile_ID": { + "type": "int", + "value": 35 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 16 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 16 + }, + "Tile_Orientation": { + "type": "int", + "value": 2 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 1, + "Tile_AnimLoop1": { + "type": "byte", + "value": 0 + }, + "Tile_AnimLoop2": { + "type": "byte", + "value": 0 + }, + "Tile_AnimLoop3": { + "type": "byte", + "value": 0 + }, + "Tile_Height": { + "type": "int", + "value": 1 + }, + "Tile_ID": { + "type": "int", + "value": 38 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 16 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 16 + }, + "Tile_Orientation": { + "type": "int", + "value": 1 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 1, + "Tile_AnimLoop1": { + "type": "byte", + "value": 0 + }, + "Tile_AnimLoop2": { + "type": "byte", + "value": 0 + }, + "Tile_AnimLoop3": { + "type": "byte", + "value": 0 + }, + "Tile_Height": { + "type": "int", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 186 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 16 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 16 + }, + "Tile_Orientation": { + "type": "int", + "value": 2 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 1, + "Tile_AnimLoop1": { + "type": "byte", + "value": 0 + }, + "Tile_AnimLoop2": { + "type": "byte", + "value": 0 + }, + "Tile_AnimLoop3": { + "type": "byte", + "value": 0 + }, + "Tile_Height": { + "type": "int", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 193 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 16 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 16 + }, + "Tile_Orientation": { + "type": "int", + "value": 2 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 1, + "Tile_AnimLoop1": { + "type": "byte", + "value": 0 + }, + "Tile_AnimLoop2": { + "type": "byte", + "value": 0 + }, + "Tile_AnimLoop3": { + "type": "byte", + "value": 0 + }, + "Tile_Height": { + "type": "int", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 20 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 16 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 16 + }, + "Tile_Orientation": { + "type": "int", + "value": 1 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 1, + "Tile_AnimLoop1": { + "type": "byte", + "value": 0 + }, + "Tile_AnimLoop2": { + "type": "byte", + "value": 0 + }, + "Tile_AnimLoop3": { + "type": "byte", + "value": 0 + }, + "Tile_Height": { + "type": "int", + "value": 1 + }, + "Tile_ID": { + "type": "int", + "value": 49 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 16 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 16 + }, + "Tile_Orientation": { + "type": "int", + "value": 0 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 1, + "Tile_AnimLoop1": { + "type": "byte", + "value": 0 + }, + "Tile_AnimLoop2": { + "type": "byte", + "value": 0 + }, + "Tile_AnimLoop3": { + "type": "byte", + "value": 0 + }, + "Tile_Height": { + "type": "int", + "value": 1 + }, + "Tile_ID": { + "type": "int", + "value": 202 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 16 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 16 + }, + "Tile_Orientation": { + "type": "int", + "value": 2 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 1, + "Tile_AnimLoop1": { + "type": "byte", + "value": 0 + }, + "Tile_AnimLoop2": { + "type": "byte", + "value": 0 + }, + "Tile_AnimLoop3": { + "type": "byte", + "value": 0 + }, + "Tile_Height": { + "type": "int", + "value": 1 + }, + "Tile_ID": { + "type": "int", + "value": 50 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 16 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 16 + }, + "Tile_Orientation": { + "type": "int", + "value": 2 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 1, + "Tile_AnimLoop1": { + "type": "byte", + "value": 0 + }, + "Tile_AnimLoop2": { + "type": "byte", + "value": 0 + }, + "Tile_AnimLoop3": { + "type": "byte", + "value": 0 + }, + "Tile_Height": { + "type": "int", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 55 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 16 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 16 + }, + "Tile_Orientation": { + "type": "int", + "value": 2 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 1, + "Tile_AnimLoop1": { + "type": "byte", + "value": 0 + }, + "Tile_AnimLoop2": { + "type": "byte", + "value": 0 + }, + "Tile_AnimLoop3": { + "type": "byte", + "value": 0 + }, + "Tile_Height": { + "type": "int", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 58 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 16 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 16 + }, + "Tile_Orientation": { + "type": "int", + "value": 2 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 1, + "Tile_AnimLoop1": { + "type": "byte", + "value": 0 + }, + "Tile_AnimLoop2": { + "type": "byte", + "value": 0 + }, + "Tile_AnimLoop3": { + "type": "byte", + "value": 0 + }, + "Tile_Height": { + "type": "int", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 20 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 16 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 16 + }, + "Tile_Orientation": { + "type": "int", + "value": 2 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 1, + "Tile_AnimLoop1": { + "type": "byte", + "value": 0 + }, + "Tile_AnimLoop2": { + "type": "byte", + "value": 0 + }, + "Tile_AnimLoop3": { + "type": "byte", + "value": 0 + }, + "Tile_Height": { + "type": "int", + "value": 1 + }, + "Tile_ID": { + "type": "int", + "value": 49 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 16 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 16 + }, + "Tile_Orientation": { + "type": "int", + "value": 0 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 1, + "Tile_AnimLoop1": { + "type": "byte", + "value": 0 + }, + "Tile_AnimLoop2": { + "type": "byte", + "value": 0 + }, + "Tile_AnimLoop3": { + "type": "byte", + "value": 0 + }, + "Tile_Height": { + "type": "int", + "value": 1 + }, + "Tile_ID": { + "type": "int", + "value": 202 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 16 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 16 + }, + "Tile_Orientation": { + "type": "int", + "value": 2 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 1, + "Tile_AnimLoop1": { + "type": "byte", + "value": 0 + }, + "Tile_AnimLoop2": { + "type": "byte", + "value": 0 + }, + "Tile_AnimLoop3": { + "type": "byte", + "value": 0 + }, + "Tile_Height": { + "type": "int", + "value": 1 + }, + "Tile_ID": { + "type": "int", + "value": 207 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 16 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 16 + }, + "Tile_Orientation": { + "type": "int", + "value": 2 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 1, + "Tile_AnimLoop1": { + "type": "byte", + "value": 0 + }, + "Tile_AnimLoop2": { + "type": "byte", + "value": 0 + }, + "Tile_AnimLoop3": { + "type": "byte", + "value": 0 + }, + "Tile_Height": { + "type": "int", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 0 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 16 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 16 + }, + "Tile_Orientation": { + "type": "int", + "value": 1 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 1, + "Tile_AnimLoop1": { + "type": "byte", + "value": 0 + }, + "Tile_AnimLoop2": { + "type": "byte", + "value": 0 + }, + "Tile_AnimLoop3": { + "type": "byte", + "value": 0 + }, + "Tile_Height": { + "type": "int", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 6 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 16 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 16 + }, + "Tile_Orientation": { + "type": "int", + "value": 1 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 1, + "Tile_AnimLoop1": { + "type": "byte", + "value": 0 + }, + "Tile_AnimLoop2": { + "type": "byte", + "value": 0 + }, + "Tile_AnimLoop3": { + "type": "byte", + "value": 0 + }, + "Tile_Height": { + "type": "int", + "value": 0 + }, + "Tile_ID": { + "type": "int", + "value": 20 + }, + "Tile_MainLight1": { + "type": "byte", + "value": 16 + }, + "Tile_MainLight2": { + "type": "byte", + "value": 16 + }, + "Tile_Orientation": { + "type": "int", + "value": 3 + }, + "Tile_SrcLight1": { + "type": "byte", + "value": 0 + }, + "Tile_SrcLight2": { + "type": "byte", + "value": 0 + } + } + ] + }, + "Tileset": { + "type": "resref", + "value": "ttr01" + }, + "Version": { + "type": "dword", + "value": 4 + }, + "Width": { + "type": "int", + "value": 6 + }, + "WindPower": { + "type": "int", + "value": 0 + } +} diff --git a/_module/gic/desolateanddespa.gic.json b/_module/gic/desolateanddespa.gic.json new file mode 100644 index 0000000..982ca53 --- /dev/null +++ b/_module/gic/desolateanddespa.gic.json @@ -0,0 +1,212 @@ +{ + "__data_type": "GIC ", + "Creature List": { + "type": "list", + "value": [ + { + "__struct_id": 4, + "Comment": { + "type": "cexostring", + "value": "" + } + }, + { + "__struct_id": 4, + "Comment": { + "type": "cexostring", + "value": "" + } + }, + { + "__struct_id": 4, + "Comment": { + "type": "cexostring", + "value": "" + } + }, + { + "__struct_id": 4, + "Comment": { + "type": "cexostring", + "value": "" + } + }, + { + "__struct_id": 4, + "Comment": { + "type": "cexostring", + "value": "" + } + }, + { + "__struct_id": 4, + "Comment": { + "type": "cexostring", + "value": "" + } + }, + { + "__struct_id": 4, + "Comment": { + "type": "cexostring", + "value": "" + } + }, + { + "__struct_id": 4, + "Comment": { + "type": "cexostring", + "value": "" + } + } + ] + }, + "Door List": { + "type": "list", + "value": [ + { + "__struct_id": 8, + "Comment": { + "type": "cexostring", + "value": "Breach" + } + } + ] + }, + "Encounter List": { + "type": "list", + "value": [] + }, + "List": { + "type": "list", + "value": [] + }, + "Placeable List": { + "type": "list", + "value": [ + { + "__struct_id": 9, + "Comment": { + "type": "cexostring", + "value": "Portal" + } + } + ] + }, + "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 + } + } + ] + }, + "StoreList": { + "type": "list", + "value": [] + }, + "TriggerList": { + "type": "list", + "value": [] + }, + "WaypointList": { + "type": "list", + "value": [] + } +} diff --git a/_module/gic/ey_dpcon_erewood.gic.json b/_module/gic/ey_dpcon_erewood.gic.json new file mode 100644 index 0000000..fe341fc --- /dev/null +++ b/_module/gic/ey_dpcon_erewood.gic.json @@ -0,0 +1,346 @@ +{ + "__data_type": "GIC ", + "Creature List": { + "type": "list", + "value": [] + }, + "Door List": { + "type": "list", + "value": [] + }, + "Encounter List": { + "type": "list", + "value": [] + }, + "List": { + "type": "list", + "value": [] + }, + "Placeable List": { + "type": "list", + "value": [ + { + "__struct_id": 9, + "Comment": { + "type": "cexostring", + "value": "Bed - Bedding Rolls" + } + }, + { + "__struct_id": 9, + "Comment": { + "type": "cexostring", + "value": "Campfire" + } + }, + { + "__struct_id": 9, + "Comment": { + "type": "cexostring", + "value": "Tree - Normal" + } + }, + { + "__struct_id": 9, + "Comment": { + "type": "cexostring", + "value": "Tree - Autumn" + } + }, + { + "__struct_id": 9, + "Comment": { + "type": "cexostring", + "value": "Tree - Autumn" + } + }, + { + "__struct_id": 9, + "Comment": { + "type": "cexostring", + "value": "Tree - Normal" + } + }, + { + "__struct_id": 9, + "Comment": { + "type": "cexostring", + "value": "Tree - Autumn" + } + }, + { + "__struct_id": 9, + "Comment": { + "type": "cexostring", + "value": "Boulder" + } + }, + { + "__struct_id": 9, + "Comment": { + "type": "cexostring", + "value": "Stones" + } + }, + { + "__struct_id": 9, + "Comment": { + "type": "cexostring", + "value": "Water Drip" + } + }, + { + "__struct_id": 9, + "Comment": { + "type": "cexostring", + "value": "Dust Plume" + } + }, + { + "__struct_id": 9, + "Comment": { + "type": "cexostring", + "value": "Altar / Shrine - Evil" + } + }, + { + "__struct_id": 9, + "Comment": { + "type": "cexostring", + "value": "Magic Sparks - Purple" + } + }, + { + "__struct_id": 9, + "Comment": { + "type": "cexostring", + "value": "Butterflies" + } + }, + { + "__struct_id": 9, + "Comment": { + "type": "cexostring", + "value": "Grass Tuft" + } + }, + { + "__struct_id": 9, + "Comment": { + "type": "cexostring", + "value": "Mushrooms" + } + }, + { + "__struct_id": 9, + "Comment": { + "type": "cexostring", + "value": "Moss" + } + }, + { + "__struct_id": 9, + "Comment": { + "type": "cexostring", + "value": "Plant Growth - Shrubs" + } + }, + { + "__struct_id": 9, + "Comment": { + "type": "cexostring", + "value": "Sphinx Statue" + } + }, + { + "__struct_id": 9, + "Comment": { + "type": "cexostring", + "value": "Campfire" + } + }, + { + "__struct_id": 9, + "Comment": { + "type": "cexostring", + "value": "Bench / Pew" + } + }, + { + "__struct_id": 9, + "Comment": { + "type": "cexostring", + "value": "Bench / Pew" + } + }, + { + "__struct_id": 9, + "Comment": { + "type": "cexostring", + "value": "Tree - Autumn" + } + }, + { + "__struct_id": 9, + "Comment": { + "type": "cexostring", + "value": "Tree - Autumn" + } + }, + { + "__struct_id": 9, + "Comment": { + "type": "cexostring", + "value": "Tree - Normal" + } + }, + { + "__struct_id": 9, + "Comment": { + "type": "cexostring", + "value": "Tree - Normal" + } + }, + { + "__struct_id": 9, + "Comment": { + "type": "cexostring", + "value": "Tree - Normal" + } + }, + { + "__struct_id": 9, + "Comment": { + "type": "cexostring", + "value": "Tree - Autumn" + } + }, + { + "__struct_id": 9, + "Comment": { + "type": "cexostring", + "value": "Tree - Normal" + } + }, + { + "__struct_id": 9, + "Comment": { + "type": "cexostring", + "value": "Tree - Autumn" + } + }, + { + "__struct_id": 9, + "Comment": { + "type": "cexostring", + "value": "Ivy" + } + }, + { + "__struct_id": 9, + "Comment": { + "type": "cexostring", + "value": "Water Drip" + } + }, + { + "__struct_id": 9, + "Comment": { + "type": "cexostring", + "value": "Portal" + } + } + ] + }, + "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 + } + } + ] + }, + "StoreList": { + "type": "list", + "value": [] + }, + "TriggerList": { + "type": "list", + "value": [] + }, + "WaypointList": { + "type": "list", + "value": [ + { + "__struct_id": 5, + "Comment": { + "type": "cexostring", + "value": "This is the default waypoint you may place to set a patrol path for a creature or NPC.\r\n1. Create the creature and either use its current Tag or fill in a new one.\r\n2. Place or make sure the WalkWayPoints() is within the body of the On Spawn script for the creature.\r\n3. Place a series of waypoints along the route you wish the creature to walk.\r\n4. Select all of the newly created waypoints and right click. Choose the Create Set option.\r\n5. The waypoint set will have a set name of \"WP_\" + NPC Tag. Thus if an NPC with the Tag \"Guard\" will have a waypoint set called \"WP_Guard\". Note that Tags are case sensitive." + } + } + ] + } +} diff --git a/_module/gic/frostedpits.gic.json b/_module/gic/frostedpits.gic.json new file mode 100644 index 0000000..4695d11 --- /dev/null +++ b/_module/gic/frostedpits.gic.json @@ -0,0 +1,360 @@ +{ + "__data_type": "GIC ", + "Creature List": { + "type": "list", + "value": [ + { + "__struct_id": 4, + "Comment": { + "type": "cexostring", + "value": "" + } + }, + { + "__struct_id": 4, + "Comment": { + "type": "cexostring", + "value": "" + } + }, + { + "__struct_id": 4, + "Comment": { + "type": "cexostring", + "value": "" + } + }, + { + "__struct_id": 4, + "Comment": { + "type": "cexostring", + "value": "" + } + }, + { + "__struct_id": 4, + "Comment": { + "type": "cexostring", + "value": "" + } + }, + { + "__struct_id": 4, + "Comment": { + "type": "cexostring", + "value": "" + } + }, + { + "__struct_id": 4, + "Comment": { + "type": "cexostring", + "value": "" + } + }, + { + "__struct_id": 4, + "Comment": { + "type": "cexostring", + "value": "" + } + }, + { + "__struct_id": 4, + "Comment": { + "type": "cexostring", + "value": "" + } + }, + { + "__struct_id": 4, + "Comment": { + "type": "cexostring", + "value": "" + } + }, + { + "__struct_id": 4, + "Comment": { + "type": "cexostring", + "value": "" + } + }, + { + "__struct_id": 4, + "Comment": { + "type": "cexostring", + "value": "" + } + }, + { + "__struct_id": 4, + "Comment": { + "type": "cexostring", + "value": "" + } + }, + { + "__struct_id": 4, + "Comment": { + "type": "cexostring", + "value": "" + } + }, + { + "__struct_id": 4, + "Comment": { + "type": "cexostring", + "value": "" + } + } + ] + }, + "Door List": { + "type": "list", + "value": [ + { + "__struct_id": 8, + "Comment": { + "type": "cexostring", + "value": "CaveExit" + } + }, + { + "__struct_id": 8, + "Comment": { + "type": "cexostring", + "value": "CaveExit" + } + } + ] + }, + "Encounter List": { + "type": "list", + "value": [] + }, + "List": { + "type": "list", + "value": [] + }, + "Placeable List": { + "type": "list", + "value": [ + { + "__struct_id": 9, + "Comment": { + "type": "cexostring", + "value": "Portal" + } + } + ] + }, + "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": { + "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": [ + { + "__struct_id": 1, + "Comment": { + "type": "cexostring", + "value": "" + } + }, + { + "__struct_id": 1, + "Comment": { + "type": "cexostring", + "value": "" + } + } + ] + }, + "WaypointList": { + "type": "list", + "value": [ + { + "__struct_id": 5, + "Comment": { + "type": "cexostring", + "value": "This is the default waypoint you may place to set a patrol path for a creature or NPC.\r\n1. Create the creature and either use its current Tag or fill in a new one.\r\n2. Place or make sure the WalkWayPoints() is within the body of the On Spawn script for the creature.\r\n3. Place a series of waypoints along the route you wish the creature to walk.\r\n4. Select all of the newly created waypoints and right click. Choose the Create Set option.\r\n5. The waypoint set will have a set name of \"WP_\" + NPC Tag. Thus if an NPC with the Tag \"Guard\" will have a waypoint set called \"WP_Guard\". Note that Tags are case sensitive." + } + }, + { + "__struct_id": 5, + "Comment": { + "type": "cexostring", + "value": "This is the default waypoint you may place to set a patrol path for a creature or NPC.\r\n1. Create the creature and either use its current Tag or fill in a new one.\r\n2. Place or make sure the WalkWayPoints() is within the body of the On Spawn script for the creature.\r\n3. Place a series of waypoints along the route you wish the creature to walk.\r\n4. Select all of the newly created waypoints and right click. Choose the Create Set option.\r\n5. The waypoint set will have a set name of \"WP_\" + NPC Tag. Thus if an NPC with the Tag \"Guard\" will have a waypoint set called \"WP_Guard\". Note that Tags are case sensitive." + } + }, + { + "__struct_id": 5, + "Comment": { + "type": "cexostring", + "value": "This is the default waypoint you may place to set a patrol path for a creature or NPC.\r\n1. Create the creature and either use its current Tag or fill in a new one.\r\n2. Place or make sure the WalkWayPoints() is within the body of the On Spawn script for the creature.\r\n3. Place a series of waypoints along the route you wish the creature to walk.\r\n4. Select all of the newly created waypoints and right click. Choose the Create Set option.\r\n5. The waypoint set will have a set name of \"WP_\" + NPC Tag. Thus if an NPC with the Tag \"Guard\" will have a waypoint set called \"WP_Guard\". Note that Tags are case sensitive." + } + } + ] + } +} diff --git a/_module/gic/frozentimes.gic.json b/_module/gic/frozentimes.gic.json new file mode 100644 index 0000000..de2fd84 --- /dev/null +++ b/_module/gic/frozentimes.gic.json @@ -0,0 +1,427 @@ +{ + "__data_type": "GIC ", + "Creature List": { + "type": "list", + "value": [ + { + "__struct_id": 4, + "Comment": { + "type": "cexostring", + "value": "" + } + }, + { + "__struct_id": 4, + "Comment": { + "type": "cexostring", + "value": "Frost Giant, female" + } + } + ] + }, + "Door List": { + "type": "list", + "value": [ + { + "__struct_id": 8, + "Comment": { + "type": "cexostring", + "value": "CaveExit" + } + } + ] + }, + "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": "Dragon Skull" + } + }, + { + "__struct_id": 9, + "Comment": { + "type": "cexostring", + "value": "Snowy Pine Tree" + } + }, + { + "__struct_id": 9, + "Comment": { + "type": "cexostring", + "value": "Snowy Pine Tree" + } + }, + { + "__struct_id": 9, + "Comment": { + "type": "cexostring", + "value": "Snowy Pine Tree" + } + }, + { + "__struct_id": 9, + "Comment": { + "type": "cexostring", + "value": "Snowy Pine Tree" + } + }, + { + "__struct_id": 9, + "Comment": { + "type": "cexostring", + "value": "Snowy Pine Tree" + } + }, + { + "__struct_id": 9, + "Comment": { + "type": "cexostring", + "value": "Snowy Pine Tree" + } + }, + { + "__struct_id": 9, + "Comment": { + "type": "cexostring", + "value": "Snowy Pine Tree" + } + }, + { + "__struct_id": 9, + "Comment": { + "type": "cexostring", + "value": "Snowy Pine Tree" + } + }, + { + "__struct_id": 9, + "Comment": { + "type": "cexostring", + "value": "Snowy Pine Tree" + } + }, + { + "__struct_id": 9, + "Comment": { + "type": "cexostring", + "value": "Snowy Pine Tree" + } + }, + { + "__struct_id": 9, + "Comment": { + "type": "cexostring", + "value": "Snowy Pine Tree" + } + }, + { + "__struct_id": 9, + "Comment": { + "type": "cexostring", + "value": "Snowy Pine Tree" + } + }, + { + "__struct_id": 9, + "Comment": { + "type": "cexostring", + "value": "Snowy Pine Tree" + } + }, + { + "__struct_id": 9, + "Comment": { + "type": "cexostring", + "value": "Snowy Pine Tree" + } + }, + { + "__struct_id": 9, + "Comment": { + "type": "cexostring", + "value": "Snowy Pine Tree" + } + }, + { + "__struct_id": 9, + "Comment": { + "type": "cexostring", + "value": "Snowy Pine Tree" + } + }, + { + "__struct_id": 9, + "Comment": { + "type": "cexostring", + "value": "Snowy Pine Tree" + } + }, + { + "__struct_id": 9, + "Comment": { + "type": "cexostring", + "value": "Snowy Pine Tree" + } + }, + { + "__struct_id": 9, + "Comment": { + "type": "cexostring", + "value": "Snowy Pine Tree" + } + }, + { + "__struct_id": 9, + "Comment": { + "type": "cexostring", + "value": "Snowy Pine Tree" + } + }, + { + "__struct_id": 9, + "Comment": { + "type": "cexostring", + "value": "Snowy Pine Tree" + } + }, + { + "__struct_id": 9, + "Comment": { + "type": "cexostring", + "value": "Snowy Pine Tree" + } + }, + { + "__struct_id": 9, + "Comment": { + "type": "cexostring", + "value": "Snowy Pine Tree" + } + }, + { + "__struct_id": 9, + "Comment": { + "type": "cexostring", + "value": "Snowy Pine Tree" + } + }, + { + "__struct_id": 9, + "Comment": { + "type": "cexostring", + "value": "Snowy Pine Tree" + } + }, + { + "__struct_id": 9, + "Comment": { + "type": "cexostring", + "value": "Snowy Pine Tree" + } + }, + { + "__struct_id": 9, + "Comment": { + "type": "cexostring", + "value": "Snowy Pine Tree" + } + }, + { + "__struct_id": 9, + "Comment": { + "type": "cexostring", + "value": "Snowy Pine Tree" + } + }, + { + "__struct_id": 9, + "Comment": { + "type": "cexostring", + "value": "Snowy Pine Tree" + } + }, + { + "__struct_id": 9, + "Comment": { + "type": "cexostring", + "value": "Snowy Pine Tree" + } + }, + { + "__struct_id": 9, + "Comment": { + "type": "cexostring", + "value": "Snowy Pine Tree" + } + }, + { + "__struct_id": 9, + "Comment": { + "type": "cexostring", + "value": "Stone patch" + } + }, + { + "__struct_id": 9, + "Comment": { + "type": "cexostring", + "value": "Stone patch" + } + }, + { + "__struct_id": 9, + "Comment": { + "type": "cexostring", + "value": "Stones" + } + }, + { + "__struct_id": 9, + "Comment": { + "type": "cexostring", + "value": "Dead Tree" + } + }, + { + "__struct_id": 9, + "Comment": { + "type": "cexostring", + "value": "Dust Plume" + } + }, + { + "__struct_id": 9, + "Comment": { + "type": "cexostring", + "value": "Portal" + } + } + ] + }, + "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": "" + } + }, + { + "__struct_id": 5, + "Comment": { + "type": "cexostring", + "value": "" + } + }, + { + "__struct_id": 5, + "Comment": { + "type": "cexostring", + "value": "" + } + }, + { + "__struct_id": 5, + "Comment": { + "type": "cexostring", + "value": "" + } + }, + { + "__struct_id": 5, + "Comment": { + "type": "cexostring", + "value": "" + } + }, + { + "__struct_id": 5, + "Comment": { + "type": "cexostring", + "value": "" + } + }, + { + "__struct_id": 5, + "Comment": { + "type": "cexostring", + "value": "" + } + }, + { + "__struct_id": 5, + "Comment": { + "type": "cexostring", + "value": "" + } + } + ] + } +} diff --git a/_module/gic/limbo001.gic.json b/_module/gic/limbo001.gic.json new file mode 100644 index 0000000..c18564e --- /dev/null +++ b/_module/gic/limbo001.gic.json @@ -0,0 +1,90 @@ +{ + "__data_type": "GIC ", + "Creature List": { + "type": "list", + "value": [] + }, + "Door List": { + "type": "list", + "value": [] + }, + "Encounter List": { + "type": "list", + "value": [] + }, + "List": { + "type": "list", + "value": [] + }, + "Placeable List": { + "type": "list", + "value": [ + { + "__struct_id": 9, + "Comment": { + "type": "cexostring", + "value": "Chest - 2 (Low treasure script)" + } + }, + { + "__struct_id": 9, + "Comment": { + "type": "cexostring", + "value": "This is the trap door that will be created when the Hidden door trigger determins that the door has been found. see comments on the trigger for how to use." + } + }, + { + "__struct_id": 9, + "Comment": { + "type": "cexostring", + "value": "A storage for manifestation tokens, which are used to keep track of psionic power use interruption." + } + }, + { + "__struct_id": 9, + "Comment": { + "type": "cexostring", + "value": "Chest - 1 (Low treasure script)" + } + }, + { + "__struct_id": 9, + "Comment": { + "type": "cexostring", + "value": "Chest - 1 (Low treasure script)" + } + } + ] + }, + "SoundList": { + "type": "list", + "value": [] + }, + "StoreList": { + "type": "list", + "value": [] + }, + "TriggerList": { + "type": "list", + "value": [] + }, + "WaypointList": { + "type": "list", + "value": [ + { + "__struct_id": 5, + "Comment": { + "type": "cexostring", + "value": "" + } + }, + { + "__struct_id": 5, + "Comment": { + "type": "cexostring", + "value": "This is the default waypoint you may place to set a patrol path for a creature or NPC.\r\n1. Create the creature and either use its current Tag or fill in a new one.\r\n2. Place or make sure the WalkWayPoints() is within the body of the On Spawn script for the creature.\r\n3. Place a series of waypoints along the route you wish the creature to walk.\r\n4. Select all of the newly created waypoints and right click. Choose the Create Set option.\r\n5. The waypoint set will have a set name of \"WP_\" + NPC Tag. Thus if an NPC with the Tag \"Guard\" will have a waypoint set called \"WP_Guard\". Note that Tags are case sensitive." + } + } + ] + } +} diff --git a/_module/gic/mordmagman01.gic.json b/_module/gic/mordmagman01.gic.json new file mode 100644 index 0000000..95996bc --- /dev/null +++ b/_module/gic/mordmagman01.gic.json @@ -0,0 +1,47 @@ +{ + "__data_type": "GIC ", + "Creature List": { + "type": "list", + "value": [] + }, + "Door List": { + "type": "list", + "value": [ + { + "__struct_id": 8, + "Comment": { + "type": "cexostring", + "value": "" + } + } + ] + }, + "Encounter List": { + "type": "list", + "value": [] + }, + "List": { + "type": "list", + "value": [] + }, + "Placeable List": { + "type": "list", + "value": [] + }, + "SoundList": { + "type": "list", + "value": [] + }, + "StoreList": { + "type": "list", + "value": [] + }, + "TriggerList": { + "type": "list", + "value": [] + }, + "WaypointList": { + "type": "list", + "value": [] + } +} diff --git a/_module/gic/mordmagman02.gic.json b/_module/gic/mordmagman02.gic.json new file mode 100644 index 0000000..95996bc --- /dev/null +++ b/_module/gic/mordmagman02.gic.json @@ -0,0 +1,47 @@ +{ + "__data_type": "GIC ", + "Creature List": { + "type": "list", + "value": [] + }, + "Door List": { + "type": "list", + "value": [ + { + "__struct_id": 8, + "Comment": { + "type": "cexostring", + "value": "" + } + } + ] + }, + "Encounter List": { + "type": "list", + "value": [] + }, + "List": { + "type": "list", + "value": [] + }, + "Placeable List": { + "type": "list", + "value": [] + }, + "SoundList": { + "type": "list", + "value": [] + }, + "StoreList": { + "type": "list", + "value": [] + }, + "TriggerList": { + "type": "list", + "value": [] + }, + "WaypointList": { + "type": "list", + "value": [] + } +} diff --git a/_module/gic/mordmagman03.gic.json b/_module/gic/mordmagman03.gic.json new file mode 100644 index 0000000..95996bc --- /dev/null +++ b/_module/gic/mordmagman03.gic.json @@ -0,0 +1,47 @@ +{ + "__data_type": "GIC ", + "Creature List": { + "type": "list", + "value": [] + }, + "Door List": { + "type": "list", + "value": [ + { + "__struct_id": 8, + "Comment": { + "type": "cexostring", + "value": "" + } + } + ] + }, + "Encounter List": { + "type": "list", + "value": [] + }, + "List": { + "type": "list", + "value": [] + }, + "Placeable List": { + "type": "list", + "value": [] + }, + "SoundList": { + "type": "list", + "value": [] + }, + "StoreList": { + "type": "list", + "value": [] + }, + "TriggerList": { + "type": "list", + "value": [] + }, + "WaypointList": { + "type": "list", + "value": [] + } +} diff --git a/_module/gic/mordmagman04.gic.json b/_module/gic/mordmagman04.gic.json new file mode 100644 index 0000000..95996bc --- /dev/null +++ b/_module/gic/mordmagman04.gic.json @@ -0,0 +1,47 @@ +{ + "__data_type": "GIC ", + "Creature List": { + "type": "list", + "value": [] + }, + "Door List": { + "type": "list", + "value": [ + { + "__struct_id": 8, + "Comment": { + "type": "cexostring", + "value": "" + } + } + ] + }, + "Encounter List": { + "type": "list", + "value": [] + }, + "List": { + "type": "list", + "value": [] + }, + "Placeable List": { + "type": "list", + "value": [] + }, + "SoundList": { + "type": "list", + "value": [] + }, + "StoreList": { + "type": "list", + "value": [] + }, + "TriggerList": { + "type": "list", + "value": [] + }, + "WaypointList": { + "type": "list", + "value": [] + } +} diff --git a/_module/gic/mordmagman05.gic.json b/_module/gic/mordmagman05.gic.json new file mode 100644 index 0000000..95996bc --- /dev/null +++ b/_module/gic/mordmagman05.gic.json @@ -0,0 +1,47 @@ +{ + "__data_type": "GIC ", + "Creature List": { + "type": "list", + "value": [] + }, + "Door List": { + "type": "list", + "value": [ + { + "__struct_id": 8, + "Comment": { + "type": "cexostring", + "value": "" + } + } + ] + }, + "Encounter List": { + "type": "list", + "value": [] + }, + "List": { + "type": "list", + "value": [] + }, + "Placeable List": { + "type": "list", + "value": [] + }, + "SoundList": { + "type": "list", + "value": [] + }, + "StoreList": { + "type": "list", + "value": [] + }, + "TriggerList": { + "type": "list", + "value": [] + }, + "WaypointList": { + "type": "list", + "value": [] + } +} diff --git a/_module/gic/mordmagman06.gic.json b/_module/gic/mordmagman06.gic.json new file mode 100644 index 0000000..95996bc --- /dev/null +++ b/_module/gic/mordmagman06.gic.json @@ -0,0 +1,47 @@ +{ + "__data_type": "GIC ", + "Creature List": { + "type": "list", + "value": [] + }, + "Door List": { + "type": "list", + "value": [ + { + "__struct_id": 8, + "Comment": { + "type": "cexostring", + "value": "" + } + } + ] + }, + "Encounter List": { + "type": "list", + "value": [] + }, + "List": { + "type": "list", + "value": [] + }, + "Placeable List": { + "type": "list", + "value": [] + }, + "SoundList": { + "type": "list", + "value": [] + }, + "StoreList": { + "type": "list", + "value": [] + }, + "TriggerList": { + "type": "list", + "value": [] + }, + "WaypointList": { + "type": "list", + "value": [] + } +} diff --git a/_module/gic/prc_maze_01.gic.json b/_module/gic/prc_maze_01.gic.json new file mode 100644 index 0000000..62358fc --- /dev/null +++ b/_module/gic/prc_maze_01.gic.json @@ -0,0 +1,1287 @@ +{ + "__data_type": "GIC ", + "Creature List": { + "type": "list", + "value": [] + }, + "Door List": { + "type": "list", + "value": [] + }, + "Encounter List": { + "type": "list", + "value": [] + }, + "List": { + "type": "list", + "value": [] + }, + "Placeable List": { + "type": "list", + "value": [] + }, + "SoundList": { + "type": "list", + "value": [] + }, + "StoreList": { + "type": "list", + "value": [] + }, + "TriggerList": { + "type": "list", + "value": [ + { + "__struct_id": 1, + "Comment": { + "type": "cexostring", + "value": "" + } + }, + { + "__struct_id": 1, + "Comment": { + "type": "cexostring", + "value": "" + } + }, + { + "__struct_id": 1, + "Comment": { + "type": "cexostring", + "value": "" + } + }, + { + "__struct_id": 1, + "Comment": { + "type": "cexostring", + "value": "" + } + }, + { + "__struct_id": 1, + "Comment": { + "type": "cexostring", + "value": "" + } + }, + { + "__struct_id": 1, + "Comment": { + "type": "cexostring", + "value": "" + } + }, + { + "__struct_id": 1, + "Comment": { + "type": "cexostring", + "value": "" + } + }, + { + "__struct_id": 1, + "Comment": { + "type": "cexostring", + "value": "" + } + }, + { + "__struct_id": 1, + "Comment": { + "type": "cexostring", + "value": "" + } + }, + { + "__struct_id": 1, + "Comment": { + "type": "cexostring", + "value": "" + } + }, + { + "__struct_id": 1, + "Comment": { + "type": "cexostring", + "value": "" + } + }, + { + "__struct_id": 1, + "Comment": { + "type": "cexostring", + "value": "" + } + }, + { + "__struct_id": 1, + "Comment": { + "type": "cexostring", + "value": "" + } + }, + { + "__struct_id": 1, + "Comment": { + "type": "cexostring", + "value": "" + } + }, + { + "__struct_id": 1, + "Comment": { + "type": "cexostring", + "value": "" + } + }, + { + "__struct_id": 1, + "Comment": { + "type": "cexostring", + "value": "" + } + }, + { + "__struct_id": 1, + "Comment": { + "type": "cexostring", + "value": "" + } + }, + { + "__struct_id": 1, + "Comment": { + "type": "cexostring", + "value": "" + } + }, + { + "__struct_id": 1, + "Comment": { + "type": "cexostring", + "value": "" + } + }, + { + "__struct_id": 1, + "Comment": { + "type": "cexostring", + "value": "" + } + }, + { + "__struct_id": 1, + "Comment": { + "type": "cexostring", + "value": "" + } + }, + { + "__struct_id": 1, + "Comment": { + "type": "cexostring", + "value": "" + } + }, + { + "__struct_id": 1, + "Comment": { + "type": "cexostring", + "value": "" + } + }, + { + "__struct_id": 1, + "Comment": { + "type": "cexostring", + "value": "" + } + }, + { + "__struct_id": 1, + "Comment": { + "type": "cexostring", + "value": "" + } + }, + { + "__struct_id": 1, + "Comment": { + "type": "cexostring", + "value": "" + } + }, + { + "__struct_id": 1, + "Comment": { + "type": "cexostring", + "value": "" + } + }, + { + "__struct_id": 1, + "Comment": { + "type": "cexostring", + "value": "" + } + }, + { + "__struct_id": 1, + "Comment": { + "type": "cexostring", + "value": "" + } + }, + { + "__struct_id": 1, + "Comment": { + "type": "cexostring", + "value": "" + } + }, + { + "__struct_id": 1, + "Comment": { + "type": "cexostring", + "value": "" + } + }, + { + "__struct_id": 1, + "Comment": { + "type": "cexostring", + "value": "" + } + }, + { + "__struct_id": 1, + "Comment": { + "type": "cexostring", + "value": "" + } + }, + { + "__struct_id": 1, + "Comment": { + "type": "cexostring", + "value": "" + } + }, + { + "__struct_id": 1, + "Comment": { + "type": "cexostring", + "value": "" + } + }, + { + "__struct_id": 1, + "Comment": { + "type": "cexostring", + "value": "" + } + }, + { + "__struct_id": 1, + "Comment": { + "type": "cexostring", + "value": "" + } + }, + { + "__struct_id": 1, + "Comment": { + "type": "cexostring", + "value": "" + } + }, + { + "__struct_id": 1, + "Comment": { + "type": "cexostring", + "value": "" + } + }, + { + "__struct_id": 1, + "Comment": { + "type": "cexostring", + "value": "" + } + }, + { + "__struct_id": 1, + "Comment": { + "type": "cexostring", + "value": "" + } + }, + { + "__struct_id": 1, + "Comment": { + "type": "cexostring", + "value": "" + } + }, + { + "__struct_id": 1, + "Comment": { + "type": "cexostring", + "value": "" + } + }, + { + "__struct_id": 1, + "Comment": { + "type": "cexostring", + "value": "" + } + }, + { + "__struct_id": 1, + "Comment": { + "type": "cexostring", + "value": "" + } + }, + { + "__struct_id": 1, + "Comment": { + "type": "cexostring", + "value": "" + } + }, + { + "__struct_id": 1, + "Comment": { + "type": "cexostring", + "value": "" + } + }, + { + "__struct_id": 1, + "Comment": { + "type": "cexostring", + "value": "" + } + }, + { + "__struct_id": 1, + "Comment": { + "type": "cexostring", + "value": "" + } + }, + { + "__struct_id": 1, + "Comment": { + "type": "cexostring", + "value": "" + } + }, + { + "__struct_id": 1, + "Comment": { + "type": "cexostring", + "value": "" + } + }, + { + "__struct_id": 1, + "Comment": { + "type": "cexostring", + "value": "" + } + }, + { + "__struct_id": 1, + "Comment": { + "type": "cexostring", + "value": "" + } + }, + { + "__struct_id": 1, + "Comment": { + "type": "cexostring", + "value": "" + } + }, + { + "__struct_id": 1, + "Comment": { + "type": "cexostring", + "value": "" + } + }, + { + "__struct_id": 1, + "Comment": { + "type": "cexostring", + "value": "" + } + }, + { + "__struct_id": 1, + "Comment": { + "type": "cexostring", + "value": "" + } + }, + { + "__struct_id": 1, + "Comment": { + "type": "cexostring", + "value": "" + } + }, + { + "__struct_id": 1, + "Comment": { + "type": "cexostring", + "value": "" + } + }, + { + "__struct_id": 1, + "Comment": { + "type": "cexostring", + "value": "" + } + }, + { + "__struct_id": 1, + "Comment": { + "type": "cexostring", + "value": "" + } + }, + { + "__struct_id": 1, + "Comment": { + "type": "cexostring", + "value": "" + } + }, + { + "__struct_id": 1, + "Comment": { + "type": "cexostring", + "value": "" + } + }, + { + "__struct_id": 1, + "Comment": { + "type": "cexostring", + "value": "" + } + }, + { + "__struct_id": 1, + "Comment": { + "type": "cexostring", + "value": "" + } + }, + { + "__struct_id": 1, + "Comment": { + "type": "cexostring", + "value": "" + } + }, + { + "__struct_id": 1, + "Comment": { + "type": "cexostring", + "value": "" + } + }, + { + "__struct_id": 1, + "Comment": { + "type": "cexostring", + "value": "" + } + }, + { + "__struct_id": 1, + "Comment": { + "type": "cexostring", + "value": "" + } + }, + { + "__struct_id": 1, + "Comment": { + "type": "cexostring", + "value": "" + } + }, + { + "__struct_id": 1, + "Comment": { + "type": "cexostring", + "value": "" + } + }, + { + "__struct_id": 1, + "Comment": { + "type": "cexostring", + "value": "" + } + }, + { + "__struct_id": 1, + "Comment": { + "type": "cexostring", + "value": "" + } + }, + { + "__struct_id": 1, + "Comment": { + "type": "cexostring", + "value": "" + } + }, + { + "__struct_id": 1, + "Comment": { + "type": "cexostring", + "value": "" + } + }, + { + "__struct_id": 1, + "Comment": { + "type": "cexostring", + "value": "" + } + }, + { + "__struct_id": 1, + "Comment": { + "type": "cexostring", + "value": "" + } + }, + { + "__struct_id": 1, + "Comment": { + "type": "cexostring", + "value": "" + } + }, + { + "__struct_id": 1, + "Comment": { + "type": "cexostring", + "value": "" + } + }, + { + "__struct_id": 1, + "Comment": { + "type": "cexostring", + "value": "" + } + }, + { + "__struct_id": 1, + "Comment": { + "type": "cexostring", + "value": "" + } + }, + { + "__struct_id": 1, + "Comment": { + "type": "cexostring", + "value": "" + } + }, + { + "__struct_id": 1, + "Comment": { + "type": "cexostring", + "value": "" + } + }, + { + "__struct_id": 1, + "Comment": { + "type": "cexostring", + "value": "" + } + }, + { + "__struct_id": 1, + "Comment": { + "type": "cexostring", + "value": "" + } + }, + { + "__struct_id": 1, + "Comment": { + "type": "cexostring", + "value": "" + } + }, + { + "__struct_id": 1, + "Comment": { + "type": "cexostring", + "value": "" + } + }, + { + "__struct_id": 1, + "Comment": { + "type": "cexostring", + "value": "" + } + }, + { + "__struct_id": 1, + "Comment": { + "type": "cexostring", + "value": "" + } + }, + { + "__struct_id": 1, + "Comment": { + "type": "cexostring", + "value": "" + } + }, + { + "__struct_id": 1, + "Comment": { + "type": "cexostring", + "value": "" + } + }, + { + "__struct_id": 1, + "Comment": { + "type": "cexostring", + "value": "" + } + }, + { + "__struct_id": 1, + "Comment": { + "type": "cexostring", + "value": "" + } + }, + { + "__struct_id": 1, + "Comment": { + "type": "cexostring", + "value": "" + } + }, + { + "__struct_id": 1, + "Comment": { + "type": "cexostring", + "value": "" + } + }, + { + "__struct_id": 1, + "Comment": { + "type": "cexostring", + "value": "" + } + }, + { + "__struct_id": 1, + "Comment": { + "type": "cexostring", + "value": "" + } + }, + { + "__struct_id": 1, + "Comment": { + "type": "cexostring", + "value": "" + } + }, + { + "__struct_id": 1, + "Comment": { + "type": "cexostring", + "value": "" + } + }, + { + "__struct_id": 1, + "Comment": { + "type": "cexostring", + "value": "" + } + }, + { + "__struct_id": 1, + "Comment": { + "type": "cexostring", + "value": "" + } + }, + { + "__struct_id": 1, + "Comment": { + "type": "cexostring", + "value": "" + } + }, + { + "__struct_id": 1, + "Comment": { + "type": "cexostring", + "value": "" + } + }, + { + "__struct_id": 1, + "Comment": { + "type": "cexostring", + "value": "" + } + }, + { + "__struct_id": 1, + "Comment": { + "type": "cexostring", + "value": "" + } + }, + { + "__struct_id": 1, + "Comment": { + "type": "cexostring", + "value": "" + } + }, + { + "__struct_id": 1, + "Comment": { + "type": "cexostring", + "value": "" + } + }, + { + "__struct_id": 1, + "Comment": { + "type": "cexostring", + "value": "" + } + }, + { + "__struct_id": 1, + "Comment": { + "type": "cexostring", + "value": "" + } + }, + { + "__struct_id": 1, + "Comment": { + "type": "cexostring", + "value": "" + } + }, + { + "__struct_id": 1, + "Comment": { + "type": "cexostring", + "value": "" + } + }, + { + "__struct_id": 1, + "Comment": { + "type": "cexostring", + "value": "" + } + }, + { + "__struct_id": 1, + "Comment": { + "type": "cexostring", + "value": "" + } + }, + { + "__struct_id": 1, + "Comment": { + "type": "cexostring", + "value": "" + } + }, + { + "__struct_id": 1, + "Comment": { + "type": "cexostring", + "value": "" + } + }, + { + "__struct_id": 1, + "Comment": { + "type": "cexostring", + "value": "" + } + }, + { + "__struct_id": 1, + "Comment": { + "type": "cexostring", + "value": "" + } + }, + { + "__struct_id": 1, + "Comment": { + "type": "cexostring", + "value": "" + } + }, + { + "__struct_id": 1, + "Comment": { + "type": "cexostring", + "value": "" + } + }, + { + "__struct_id": 1, + "Comment": { + "type": "cexostring", + "value": "" + } + }, + { + "__struct_id": 1, + "Comment": { + "type": "cexostring", + "value": "" + } + }, + { + "__struct_id": 1, + "Comment": { + "type": "cexostring", + "value": "" + } + }, + { + "__struct_id": 1, + "Comment": { + "type": "cexostring", + "value": "" + } + }, + { + "__struct_id": 1, + "Comment": { + "type": "cexostring", + "value": "" + } + }, + { + "__struct_id": 1, + "Comment": { + "type": "cexostring", + "value": "" + } + }, + { + "__struct_id": 1, + "Comment": { + "type": "cexostring", + "value": "" + } + }, + { + "__struct_id": 1, + "Comment": { + "type": "cexostring", + "value": "" + } + }, + { + "__struct_id": 1, + "Comment": { + "type": "cexostring", + "value": "" + } + }, + { + "__struct_id": 1, + "Comment": { + "type": "cexostring", + "value": "" + } + }, + { + "__struct_id": 1, + "Comment": { + "type": "cexostring", + "value": "" + } + }, + { + "__struct_id": 1, + "Comment": { + "type": "cexostring", + "value": "" + } + }, + { + "__struct_id": 1, + "Comment": { + "type": "cexostring", + "value": "" + } + }, + { + "__struct_id": 1, + "Comment": { + "type": "cexostring", + "value": "" + } + }, + { + "__struct_id": 1, + "Comment": { + "type": "cexostring", + "value": "" + } + }, + { + "__struct_id": 1, + "Comment": { + "type": "cexostring", + "value": "" + } + }, + { + "__struct_id": 1, + "Comment": { + "type": "cexostring", + "value": "" + } + }, + { + "__struct_id": 1, + "Comment": { + "type": "cexostring", + "value": "" + } + }, + { + "__struct_id": 1, + "Comment": { + "type": "cexostring", + "value": "" + } + }, + { + "__struct_id": 1, + "Comment": { + "type": "cexostring", + "value": "" + } + }, + { + "__struct_id": 1, + "Comment": { + "type": "cexostring", + "value": "" + } + }, + { + "__struct_id": 1, + "Comment": { + "type": "cexostring", + "value": "" + } + }, + { + "__struct_id": 1, + "Comment": { + "type": "cexostring", + "value": "" + } + }, + { + "__struct_id": 1, + "Comment": { + "type": "cexostring", + "value": "" + } + }, + { + "__struct_id": 1, + "Comment": { + "type": "cexostring", + "value": "" + } + }, + { + "__struct_id": 1, + "Comment": { + "type": "cexostring", + "value": "" + } + }, + { + "__struct_id": 1, + "Comment": { + "type": "cexostring", + "value": "" + } + }, + { + "__struct_id": 1, + "Comment": { + "type": "cexostring", + "value": "" + } + }, + { + "__struct_id": 1, + "Comment": { + "type": "cexostring", + "value": "" + } + }, + { + "__struct_id": 1, + "Comment": { + "type": "cexostring", + "value": "" + } + }, + { + "__struct_id": 1, + "Comment": { + "type": "cexostring", + "value": "" + } + }, + { + "__struct_id": 1, + "Comment": { + "type": "cexostring", + "value": "" + } + }, + { + "__struct_id": 1, + "Comment": { + "type": "cexostring", + "value": "" + } + }, + { + "__struct_id": 1, + "Comment": { + "type": "cexostring", + "value": "" + } + }, + { + "__struct_id": 1, + "Comment": { + "type": "cexostring", + "value": "" + } + }, + { + "__struct_id": 1, + "Comment": { + "type": "cexostring", + "value": "" + } + }, + { + "__struct_id": 1, + "Comment": { + "type": "cexostring", + "value": "" + } + }, + { + "__struct_id": 1, + "Comment": { + "type": "cexostring", + "value": "" + } + }, + { + "__struct_id": 1, + "Comment": { + "type": "cexostring", + "value": "" + } + }, + { + "__struct_id": 1, + "Comment": { + "type": "cexostring", + "value": "" + } + }, + { + "__struct_id": 1, + "Comment": { + "type": "cexostring", + "value": "" + } + }, + { + "__struct_id": 1, + "Comment": { + "type": "cexostring", + "value": "" + } + }, + { + "__struct_id": 1, + "Comment": { + "type": "cexostring", + "value": "" + } + }, + { + "__struct_id": 1, + "Comment": { + "type": "cexostring", + "value": "" + } + }, + { + "__struct_id": 1, + "Comment": { + "type": "cexostring", + "value": "" + } + }, + { + "__struct_id": 1, + "Comment": { + "type": "cexostring", + "value": "" + } + } + ] + }, + "WaypointList": { + "type": "list", + "value": [ + { + "__struct_id": 5, + "Comment": { + "type": "cexostring", + "value": "This is the default waypoint you may place to set a patrol path for a creature or NPC.\r\n1. Create the creature and either use its current Tag or fill in a new one.\r\n2. Place or make sure the WalkWayPoints() is within the body of the On Spawn script for the creature.\r\n3. Place a series of waypoints along the route you wish the creature to walk.\r\n4. Select all of the newly created waypoints and right click. Choose the Create Set option.\r\n5. The waypoint set will have a set name of \"WP_\" + NPC Tag. Thus if an NPC with the Tag \"Guard\" will have a waypoint set called \"WP_Guard\". Note that Tags are case sensitive." + } + }, + { + "__struct_id": 5, + "Comment": { + "type": "cexostring", + "value": "This is the default waypoint you may place to set a patrol path for a creature or NPC.\r\n1. Create the creature and either use its current Tag or fill in a new one.\r\n2. Place or make sure the WalkWayPoints() is within the body of the On Spawn script for the creature.\r\n3. Place a series of waypoints along the route you wish the creature to walk.\r\n4. Select all of the newly created waypoints and right click. Choose the Create Set option.\r\n5. The waypoint set will have a set name of \"WP_\" + NPC Tag. Thus if an NPC with the Tag \"Guard\" will have a waypoint set called \"WP_Guard\". Note that Tags are case sensitive." + } + }, + { + "__struct_id": 5, + "Comment": { + "type": "cexostring", + "value": "This is the default waypoint you may place to set a patrol path for a creature or NPC.\r\n1. Create the creature and either use its current Tag or fill in a new one.\r\n2. Place or make sure the WalkWayPoints() is within the body of the On Spawn script for the creature.\r\n3. Place a series of waypoints along the route you wish the creature to walk.\r\n4. Select all of the newly created waypoints and right click. Choose the Create Set option.\r\n5. The waypoint set will have a set name of \"WP_\" + NPC Tag. Thus if an NPC with the Tag \"Guard\" will have a waypoint set called \"WP_Guard\". Note that Tags are case sensitive." + } + }, + { + "__struct_id": 5, + "Comment": { + "type": "cexostring", + "value": "This is the default waypoint you may place to set a patrol path for a creature or NPC.\r\n1. Create the creature and either use its current Tag or fill in a new one.\r\n2. Place or make sure the WalkWayPoints() is within the body of the On Spawn script for the creature.\r\n3. Place a series of waypoints along the route you wish the creature to walk.\r\n4. Select all of the newly created waypoints and right click. Choose the Create Set option.\r\n5. The waypoint set will have a set name of \"WP_\" + NPC Tag. Thus if an NPC with the Tag \"Guard\" will have a waypoint set called \"WP_Guard\". Note that Tags are case sensitive." + } + }, + { + "__struct_id": 5, + "Comment": { + "type": "cexostring", + "value": "This is the default waypoint you may place to set a patrol path for a creature or NPC.\r\n1. Create the creature and either use its current Tag or fill in a new one.\r\n2. Place or make sure the WalkWayPoints() is within the body of the On Spawn script for the creature.\r\n3. Place a series of waypoints along the route you wish the creature to walk.\r\n4. Select all of the newly created waypoints and right click. Choose the Create Set option.\r\n5. The waypoint set will have a set name of \"WP_\" + NPC Tag. Thus if an NPC with the Tag \"Guard\" will have a waypoint set called \"WP_Guard\". Note that Tags are case sensitive." + } + }, + { + "__struct_id": 5, + "Comment": { + "type": "cexostring", + "value": "This is the default waypoint you may place to set a patrol path for a creature or NPC.\r\n1. Create the creature and either use its current Tag or fill in a new one.\r\n2. Place or make sure the WalkWayPoints() is within the body of the On Spawn script for the creature.\r\n3. Place a series of waypoints along the route you wish the creature to walk.\r\n4. Select all of the newly created waypoints and right click. Choose the Create Set option.\r\n5. The waypoint set will have a set name of \"WP_\" + NPC Tag. Thus if an NPC with the Tag \"Guard\" will have a waypoint set called \"WP_Guard\". Note that Tags are case sensitive." + } + }, + { + "__struct_id": 5, + "Comment": { + "type": "cexostring", + "value": "This is the default waypoint you may place to set a patrol path for a creature or NPC.\r\n1. Create the creature and either use its current Tag or fill in a new one.\r\n2. Place or make sure the WalkWayPoints() is within the body of the On Spawn script for the creature.\r\n3. Place a series of waypoints along the route you wish the creature to walk.\r\n4. Select all of the newly created waypoints and right click. Choose the Create Set option.\r\n5. The waypoint set will have a set name of \"WP_\" + NPC Tag. Thus if an NPC with the Tag \"Guard\" will have a waypoint set called \"WP_Guard\". Note that Tags are case sensitive." + } + }, + { + "__struct_id": 5, + "Comment": { + "type": "cexostring", + "value": "This is the default waypoint you may place to set a patrol path for a creature or NPC.\r\n1. Create the creature and either use its current Tag or fill in a new one.\r\n2. Place or make sure the WalkWayPoints() is within the body of the On Spawn script for the creature.\r\n3. Place a series of waypoints along the route you wish the creature to walk.\r\n4. Select all of the newly created waypoints and right click. Choose the Create Set option.\r\n5. The waypoint set will have a set name of \"WP_\" + NPC Tag. Thus if an NPC with the Tag \"Guard\" will have a waypoint set called \"WP_Guard\". Note that Tags are case sensitive." + } + }, + { + "__struct_id": 5, + "Comment": { + "type": "cexostring", + "value": "This is the default waypoint you may place to set a patrol path for a creature or NPC.\r\n1. Create the creature and either use its current Tag or fill in a new one.\r\n2. Place or make sure the WalkWayPoints() is within the body of the On Spawn script for the creature.\r\n3. Place a series of waypoints along the route you wish the creature to walk.\r\n4. Select all of the newly created waypoints and right click. Choose the Create Set option.\r\n5. The waypoint set will have a set name of \"WP_\" + NPC Tag. Thus if an NPC with the Tag \"Guard\" will have a waypoint set called \"WP_Guard\". Note that Tags are case sensitive." + } + }, + { + "__struct_id": 5, + "Comment": { + "type": "cexostring", + "value": "This is the default waypoint you may place to set a patrol path for a creature or NPC.\r\n1. Create the creature and either use its current Tag or fill in a new one.\r\n2. Place or make sure the WalkWayPoints() is within the body of the On Spawn script for the creature.\r\n3. Place a series of waypoints along the route you wish the creature to walk.\r\n4. Select all of the newly created waypoints and right click. Choose the Create Set option.\r\n5. The waypoint set will have a set name of \"WP_\" + NPC Tag. Thus if an NPC with the Tag \"Guard\" will have a waypoint set called \"WP_Guard\". Note that Tags are case sensitive." + } + }, + { + "__struct_id": 5, + "Comment": { + "type": "cexostring", + "value": "This is the default waypoint you may place to set a patrol path for a creature or NPC.\r\n1. Create the creature and either use its current Tag or fill in a new one.\r\n2. Place or make sure the WalkWayPoints() is within the body of the On Spawn script for the creature.\r\n3. Place a series of waypoints along the route you wish the creature to walk.\r\n4. Select all of the newly created waypoints and right click. Choose the Create Set option.\r\n5. The waypoint set will have a set name of \"WP_\" + NPC Tag. Thus if an NPC with the Tag \"Guard\" will have a waypoint set called \"WP_Guard\". Note that Tags are case sensitive." + } + }, + { + "__struct_id": 5, + "Comment": { + "type": "cexostring", + "value": "This is the default waypoint you may place to set a patrol path for a creature or NPC.\r\n1. Create the creature and either use its current Tag or fill in a new one.\r\n2. Place or make sure the WalkWayPoints() is within the body of the On Spawn script for the creature.\r\n3. Place a series of waypoints along the route you wish the creature to walk.\r\n4. Select all of the newly created waypoints and right click. Choose the Create Set option.\r\n5. The waypoint set will have a set name of \"WP_\" + NPC Tag. Thus if an NPC with the Tag \"Guard\" will have a waypoint set called \"WP_Guard\". Note that Tags are case sensitive." + } + }, + { + "__struct_id": 5, + "Comment": { + "type": "cexostring", + "value": "This is the default waypoint you may place to set a patrol path for a creature or NPC.\r\n1. Create the creature and either use its current Tag or fill in a new one.\r\n2. Place or make sure the WalkWayPoints() is within the body of the On Spawn script for the creature.\r\n3. Place a series of waypoints along the route you wish the creature to walk.\r\n4. Select all of the newly created waypoints and right click. Choose the Create Set option.\r\n5. The waypoint set will have a set name of \"WP_\" + NPC Tag. Thus if an NPC with the Tag \"Guard\" will have a waypoint set called \"WP_Guard\". Note that Tags are case sensitive." + } + } + ] + } +} diff --git a/_module/gic/ruinedminds001.gic.json b/_module/gic/ruinedminds001.gic.json new file mode 100644 index 0000000..c710eda --- /dev/null +++ b/_module/gic/ruinedminds001.gic.json @@ -0,0 +1,209 @@ +{ + "__data_type": "GIC ", + "Creature List": { + "type": "list", + "value": [] + }, + "Door List": { + "type": "list", + "value": [ + { + "__struct_id": 8, + "Comment": { + "type": "cexostring", + "value": "CorridorDoor" + } + }, + { + "__struct_id": 8, + "Comment": { + "type": "cexostring", + "value": "BridgeDoor" + } + }, + { + "__struct_id": 8, + "Comment": { + "type": "cexostring", + "value": "BridgeDoor" + } + } + ] + }, + "Encounter List": { + "type": "list", + "value": [] + }, + "List": { + "type": "list", + "value": [] + }, + "Placeable List": { + "type": "list", + "value": [ + { + "__struct_id": 9, + "Comment": { + "type": "cexostring", + "value": "NOTE: The circle will not be visible until it is changed to play its ACTIVATE animation either by scripting or setting it from the start in the toolset. \r\n\r\n" + } + }, + { + "__struct_id": 9, + "Comment": { + "type": "cexostring", + "value": "Portal" + } + } + ] + }, + "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": { + "type": "cexostring", + "value": "" + }, + "PlayInToolset": { + "type": "byte", + "value": 1 + } + } + ] + }, + "StoreList": { + "type": "list", + "value": [] + }, + "TriggerList": { + "type": "list", + "value": [] + }, + "WaypointList": { + "type": "list", + "value": [] + } +} diff --git a/_module/gic/thequietofthemin.gic.json b/_module/gic/thequietofthemin.gic.json new file mode 100644 index 0000000..aaf4fb5 --- /dev/null +++ b/_module/gic/thequietofthemin.gic.json @@ -0,0 +1,285 @@ +{ + "__data_type": "GIC ", + "Creature List": { + "type": "list", + "value": [] + }, + "Door List": { + "type": "list", + "value": [] + }, + "Encounter List": { + "type": "list", + "value": [] + }, + "List": { + "type": "list", + "value": [] + }, + "Placeable List": { + "type": "list", + "value": [ + { + "__struct_id": 9, + "Comment": { + "type": "cexostring", + "value": "Sphinx Statue" + } + }, + { + "__struct_id": 9, + "Comment": { + "type": "cexostring", + "value": "Campfire" + } + }, + { + "__struct_id": 9, + "Comment": { + "type": "cexostring", + "value": "Fallen Timber" + } + }, + { + "__struct_id": 9, + "Comment": { + "type": "cexostring", + "value": "Tree - Normal" + } + }, + { + "__struct_id": 9, + "Comment": { + "type": "cexostring", + "value": "Tree - Autumn" + } + }, + { + "__struct_id": 9, + "Comment": { + "type": "cexostring", + "value": "Tree - Autumn" + } + }, + { + "__struct_id": 9, + "Comment": { + "type": "cexostring", + "value": "Tree - Autumn" + } + }, + { + "__struct_id": 9, + "Comment": { + "type": "cexostring", + "value": "Tree - Autumn" + } + }, + { + "__struct_id": 9, + "Comment": { + "type": "cexostring", + "value": "Tree - Normal" + } + }, + { + "__struct_id": 9, + "Comment": { + "type": "cexostring", + "value": "Tree - Normal" + } + }, + { + "__struct_id": 9, + "Comment": { + "type": "cexostring", + "value": "Tree - Normal" + } + }, + { + "__struct_id": 9, + "Comment": { + "type": "cexostring", + "value": "Tree - Normal" + } + }, + { + "__struct_id": 9, + "Comment": { + "type": "cexostring", + "value": "Tree - Normal" + } + }, + { + "__struct_id": 9, + "Comment": { + "type": "cexostring", + "value": "" + } + }, + { + "__struct_id": 9, + "Comment": { + "type": "cexostring", + "value": "Grass Tuft" + } + }, + { + "__struct_id": 9, + "Comment": { + "type": "cexostring", + "value": "Fern" + } + }, + { + "__struct_id": 9, + "Comment": { + "type": "cexostring", + "value": "Fern" + } + }, + { + "__struct_id": 9, + "Comment": { + "type": "cexostring", + "value": "Grass Tuft" + } + }, + { + "__struct_id": 9, + "Comment": { + "type": "cexostring", + "value": "Grass Tuft" + } + }, + { + "__struct_id": 9, + "Comment": { + "type": "cexostring", + "value": "Grass Tuft" + } + }, + { + "__struct_id": 9, + "Comment": { + "type": "cexostring", + "value": "Ivy" + } + }, + { + "__struct_id": 9, + "Comment": { + "type": "cexostring", + "value": "Mushrooms" + } + }, + { + "__struct_id": 9, + "Comment": { + "type": "cexostring", + "value": "Plant Growth - Shrubs" + } + }, + { + "__struct_id": 9, + "Comment": { + "type": "cexostring", + "value": "Plant Growth - Shrubs" + } + }, + { + "__struct_id": 9, + "Comment": { + "type": "cexostring", + "value": "Snowy Pine Tree" + } + }, + { + "__struct_id": 9, + "Comment": { + "type": "cexostring", + "value": "Snowy Pine Tree" + } + }, + { + "__struct_id": 9, + "Comment": { + "type": "cexostring", + "value": "Snowy Pine Tree" + } + }, + { + "__struct_id": 9, + "Comment": { + "type": "cexostring", + "value": "Snowy Pine Tree" + } + }, + { + "__struct_id": 9, + "Comment": { + "type": "cexostring", + "value": "Snowy Pine Tree" + } + }, + { + "__struct_id": 9, + "Comment": { + "type": "cexostring", + "value": "Snowy Pine Tree" + } + }, + { + "__struct_id": 9, + "Comment": { + "type": "cexostring", + "value": "Tree - Normal" + } + }, + { + "__struct_id": 9, + "Comment": { + "type": "cexostring", + "value": "Tree - Normal" + } + }, + { + "__struct_id": 9, + "Comment": { + "type": "cexostring", + "value": "Tree - Autumn" + } + }, + { + "__struct_id": 9, + "Comment": { + "type": "cexostring", + "value": "" + } + }, + { + "__struct_id": 9, + "Comment": { + "type": "cexostring", + "value": "Portal" + } + } + ] + }, + "SoundList": { + "type": "list", + "value": [] + }, + "StoreList": { + "type": "list", + "value": [] + }, + "TriggerList": { + "type": "list", + "value": [] + }, + "WaypointList": { + "type": "list", + "value": [] + } +} diff --git a/_module/git/desolateanddespa.git.json b/_module/git/desolateanddespa.git.json new file mode 100644 index 0000000..0a52ce7 --- /dev/null +++ b/_module/git/desolateanddespa.git.json @@ -0,0 +1,8157 @@ +{ + "__data_type": "GIT ", + "AreaProperties": { + "__struct_id": 100, + "type": "struct", + "value": { + "__struct_id": 100, + "AmbientSndDay": { + "type": "int", + "value": 103 + }, + "AmbientSndDayVol": { + "type": "int", + "value": 82 + }, + "AmbientSndNight": { + "type": "int", + "value": 103 + }, + "AmbientSndNitVol": { + "type": "int", + "value": 82 + }, + "EnvAudio": { + "type": "int", + "value": 51 + }, + "MusicBattle": { + "type": "int", + "value": 73 + }, + "MusicDay": { + "type": "int", + "value": 68 + }, + "MusicDelay": { + "type": "int", + "value": 54000 + }, + "MusicNight": { + "type": "int", + "value": 68 + } + } + }, + "Creature List": { + "type": "list", + "value": [ + { + "__struct_id": 4, + "Appearance_Type": { + "type": "word", + "value": 37 + }, + "BodyBag": { + "type": "byte", + "value": 0 + }, + "Cha": { + "type": "byte", + "value": 10 + }, + "ChallengeRating": { + "type": "float", + "value": 0.3333333432674408 + }, + "ClassList": { + "type": "list", + "value": [ + { + "__struct_id": 2, + "Class": { + "type": "int", + "value": 12 + }, + "ClassLevel": { + "type": "short", + "value": 1 + } + } + ] + }, + "Con": { + "type": "byte", + "value": 10 + }, + "Conversation": { + "type": "resref", + "value": "" + }, + "CRAdjust": { + "type": "int", + "value": 0 + }, + "CurrentHitPoints": { + "type": "short", + "value": 5 + }, + "DecayTime": { + "type": "dword", + "value": 5000 + }, + "Deity": { + "type": "cexostring", + "value": "" + }, + "Description": { + "id": 12439, + "type": "cexolocstring", + "value": {} + }, + "Dex": { + "type": "byte", + "value": 11 + }, + "Disarmable": { + "type": "byte", + "value": 0 + }, + "Equip_ItemList": { + "type": "list", + "value": [ + { + "__struct_id": 65536, + "AddCost": { + "type": "dword", + "value": 0 + }, + "BaseItem": { + "type": "int", + "value": 70 + }, + "Charges": { + "type": "byte", + "value": 0 + }, + "Cost": { + "type": "dword", + "value": 500 + }, + "Cursed": { + "type": "byte", + "value": 0 + }, + "DescIdentified": { + "type": "cexolocstring", + "value": {} + }, + "Description": { + "type": "cexolocstring", + "value": {} + }, + "Identified": { + "type": "byte", + "value": 0 + }, + "LocalizedName": { + "id": 13230, + "type": "cexolocstring", + "value": {} + }, + "ModelPart1": { + "type": "byte", + "value": 1 + }, + "Plot": { + "type": "byte", + "value": 0 + }, + "PropertiesList": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "ChanceAppear": { + "type": "byte", + "value": 100 + }, + "CostTable": { + "type": "byte", + "value": 19 + }, + "CostValue": { + "type": "word", + "value": 8 + }, + "Param1": { + "type": "byte", + "value": 255 + }, + "Param1Value": { + "type": "byte", + "value": 255 + }, + "PropertyName": { + "type": "word", + "value": 77 + }, + "Subtype": { + "type": "word", + "value": 0 + } + } + ] + }, + "StackSize": { + "type": "word", + "value": 1 + }, + "Stolen": { + "type": "byte", + "value": 0 + }, + "Tag": { + "type": "cexostring", + "value": "NW_IT_CREWPP005" + }, + "TemplateResRef": { + "type": "resref", + "value": "nw_it_crewpp005" + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": -1.0 + }, + "YOrientation": { + "type": "float", + "value": 1.0 + }, + "YPosition": { + "type": "float", + "value": -1.0 + }, + "ZPosition": { + "type": "float", + "value": -1.0 + } + } + ] + }, + "FactionID": { + "type": "word", + "value": 2 + }, + "FeatList": { + "type": "list", + "value": [ + { + "__struct_id": 1, + "Feat": { + "type": "word", + "value": 289 + } + } + ] + }, + "FirstName": { + "id": 12441, + "type": "cexolocstring", + "value": {} + }, + "fortbonus": { + "type": "short", + "value": 0 + }, + "Gender": { + "type": "byte", + "value": 0 + }, + "GoodEvil": { + "type": "byte", + "value": 50 + }, + "HitPoints": { + "type": "short", + "value": 5 + }, + "Int": { + "type": "byte", + "value": 3 + }, + "Interruptable": { + "type": "byte", + "value": 1 + }, + "IsImmortal": { + "type": "byte", + "value": 0 + }, + "IsPC": { + "type": "byte", + "value": 0 + }, + "LastName": { + "type": "cexolocstring", + "value": {} + }, + "LawfulChaotic": { + "type": "byte", + "value": 50 + }, + "Lootable": { + "type": "byte", + "value": 0 + }, + "MaxHitPoints": { + "type": "short", + "value": 5 + }, + "NaturalAC": { + "type": "byte", + "value": 0 + }, + "NoPermDeath": { + "type": "byte", + "value": 0 + }, + "PerceptionRange": { + "type": "byte", + "value": 11 + }, + "Phenotype": { + "type": "int", + "value": 0 + }, + "Plot": { + "type": "byte", + "value": 1 + }, + "PortraitId": { + "type": "word", + "value": 175 + }, + "Race": { + "type": "byte", + "value": 8 + }, + "refbonus": { + "type": "short", + "value": 0 + }, + "ScriptAttacked": { + "type": "resref", + "value": "nw_c2_default5" + }, + "ScriptDamaged": { + "type": "resref", + "value": "nw_c2_default6" + }, + "ScriptDeath": { + "type": "resref", + "value": "nw_c2_default7" + }, + "ScriptDialogue": { + "type": "resref", + "value": "nw_c2_default4" + }, + "ScriptDisturbed": { + "type": "resref", + "value": "nw_c2_default8" + }, + "ScriptEndRound": { + "type": "resref", + "value": "nw_c2_default3" + }, + "ScriptHeartbeat": { + "type": "resref", + "value": "ambient_hb" + }, + "ScriptOnBlocked": { + "type": "resref", + "value": "nw_c2_defaulte" + }, + "ScriptOnNotice": { + "type": "resref", + "value": "nw_c2_default2" + }, + "ScriptRested": { + "type": "resref", + "value": "nw_c2_defaulta" + }, + "ScriptSpawn": { + "type": "resref", + "value": "nw_c2_herbivore" + }, + "ScriptSpellAt": { + "type": "resref", + "value": "nw_c2_defaultb" + }, + "ScriptUserDefine": { + "type": "resref", + "value": "nw_c2_defaultd" + }, + "SkillList": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 3 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 3 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + } + ] + }, + "SoundSetFile": { + "type": "word", + "value": 24 + }, + "SpecAbilityList": { + "type": "list", + "value": [] + }, + "StartingPackage": { + "type": "byte", + "value": 0 + }, + "Str": { + "type": "byte", + "value": 10 + }, + "Subrace": { + "type": "cexostring", + "value": "" + }, + "Tag": { + "type": "cexostring", + "value": "NW_DEERSTAG" + }, + "Tail": { + "type": "byte", + "value": 0 + }, + "TemplateList": { + "type": "list", + "value": [] + }, + "TemplateResRef": { + "type": "resref", + "value": "nw_deerstag" + }, + "WalkRate": { + "type": "int", + "value": 7 + }, + "willbonus": { + "type": "short", + "value": 0 + }, + "Wings": { + "type": "byte", + "value": 0 + }, + "Wis": { + "type": "byte", + "value": 12 + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": 20.76999473571777 + }, + "YOrientation": { + "type": "float", + "value": 1.0 + }, + "YPosition": { + "type": "float", + "value": 19.48442077636719 + }, + "ZPosition": { + "type": "float", + "value": 5.0 + } + }, + { + "__struct_id": 4, + "Appearance_Type": { + "type": "word", + "value": 37 + }, + "BodyBag": { + "type": "byte", + "value": 0 + }, + "Cha": { + "type": "byte", + "value": 10 + }, + "ChallengeRating": { + "type": "float", + "value": 0.3333333432674408 + }, + "ClassList": { + "type": "list", + "value": [ + { + "__struct_id": 2, + "Class": { + "type": "int", + "value": 12 + }, + "ClassLevel": { + "type": "short", + "value": 1 + } + } + ] + }, + "Con": { + "type": "byte", + "value": 10 + }, + "Conversation": { + "type": "resref", + "value": "" + }, + "CRAdjust": { + "type": "int", + "value": 0 + }, + "CurrentHitPoints": { + "type": "short", + "value": 5 + }, + "DecayTime": { + "type": "dword", + "value": 5000 + }, + "Deity": { + "type": "cexostring", + "value": "" + }, + "Description": { + "id": 12439, + "type": "cexolocstring", + "value": {} + }, + "Dex": { + "type": "byte", + "value": 11 + }, + "Disarmable": { + "type": "byte", + "value": 0 + }, + "Equip_ItemList": { + "type": "list", + "value": [ + { + "__struct_id": 65536, + "AddCost": { + "type": "dword", + "value": 0 + }, + "BaseItem": { + "type": "int", + "value": 70 + }, + "Charges": { + "type": "byte", + "value": 0 + }, + "Cost": { + "type": "dword", + "value": 500 + }, + "Cursed": { + "type": "byte", + "value": 0 + }, + "DescIdentified": { + "type": "cexolocstring", + "value": {} + }, + "Description": { + "type": "cexolocstring", + "value": {} + }, + "Identified": { + "type": "byte", + "value": 0 + }, + "LocalizedName": { + "id": 13230, + "type": "cexolocstring", + "value": {} + }, + "ModelPart1": { + "type": "byte", + "value": 1 + }, + "Plot": { + "type": "byte", + "value": 0 + }, + "PropertiesList": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "ChanceAppear": { + "type": "byte", + "value": 100 + }, + "CostTable": { + "type": "byte", + "value": 19 + }, + "CostValue": { + "type": "word", + "value": 8 + }, + "Param1": { + "type": "byte", + "value": 255 + }, + "Param1Value": { + "type": "byte", + "value": 255 + }, + "PropertyName": { + "type": "word", + "value": 77 + }, + "Subtype": { + "type": "word", + "value": 0 + } + } + ] + }, + "StackSize": { + "type": "word", + "value": 1 + }, + "Stolen": { + "type": "byte", + "value": 0 + }, + "Tag": { + "type": "cexostring", + "value": "NW_IT_CREWPP005" + }, + "TemplateResRef": { + "type": "resref", + "value": "nw_it_crewpp005" + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": -1.0 + }, + "YOrientation": { + "type": "float", + "value": 1.0 + }, + "YPosition": { + "type": "float", + "value": -1.0 + }, + "ZPosition": { + "type": "float", + "value": -1.0 + } + } + ] + }, + "FactionID": { + "type": "word", + "value": 2 + }, + "FeatList": { + "type": "list", + "value": [ + { + "__struct_id": 1, + "Feat": { + "type": "word", + "value": 289 + } + } + ] + }, + "FirstName": { + "id": 12441, + "type": "cexolocstring", + "value": {} + }, + "fortbonus": { + "type": "short", + "value": 0 + }, + "Gender": { + "type": "byte", + "value": 0 + }, + "GoodEvil": { + "type": "byte", + "value": 50 + }, + "HitPoints": { + "type": "short", + "value": 5 + }, + "Int": { + "type": "byte", + "value": 3 + }, + "Interruptable": { + "type": "byte", + "value": 1 + }, + "IsImmortal": { + "type": "byte", + "value": 0 + }, + "IsPC": { + "type": "byte", + "value": 0 + }, + "LastName": { + "type": "cexolocstring", + "value": {} + }, + "LawfulChaotic": { + "type": "byte", + "value": 50 + }, + "Lootable": { + "type": "byte", + "value": 0 + }, + "MaxHitPoints": { + "type": "short", + "value": 5 + }, + "NaturalAC": { + "type": "byte", + "value": 0 + }, + "NoPermDeath": { + "type": "byte", + "value": 0 + }, + "PerceptionRange": { + "type": "byte", + "value": 11 + }, + "Phenotype": { + "type": "int", + "value": 0 + }, + "Plot": { + "type": "byte", + "value": 1 + }, + "PortraitId": { + "type": "word", + "value": 175 + }, + "Race": { + "type": "byte", + "value": 8 + }, + "refbonus": { + "type": "short", + "value": 0 + }, + "ScriptAttacked": { + "type": "resref", + "value": "nw_c2_default5" + }, + "ScriptDamaged": { + "type": "resref", + "value": "nw_c2_default6" + }, + "ScriptDeath": { + "type": "resref", + "value": "nw_c2_default7" + }, + "ScriptDialogue": { + "type": "resref", + "value": "nw_c2_default4" + }, + "ScriptDisturbed": { + "type": "resref", + "value": "nw_c2_default8" + }, + "ScriptEndRound": { + "type": "resref", + "value": "nw_c2_default3" + }, + "ScriptHeartbeat": { + "type": "resref", + "value": "ambient_hb" + }, + "ScriptOnBlocked": { + "type": "resref", + "value": "nw_c2_defaulte" + }, + "ScriptOnNotice": { + "type": "resref", + "value": "nw_c2_default2" + }, + "ScriptRested": { + "type": "resref", + "value": "nw_c2_defaulta" + }, + "ScriptSpawn": { + "type": "resref", + "value": "nw_c2_herbivore" + }, + "ScriptSpellAt": { + "type": "resref", + "value": "nw_c2_defaultb" + }, + "ScriptUserDefine": { + "type": "resref", + "value": "nw_c2_defaultd" + }, + "SkillList": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 3 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 3 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + } + ] + }, + "SoundSetFile": { + "type": "word", + "value": 24 + }, + "SpecAbilityList": { + "type": "list", + "value": [] + }, + "StartingPackage": { + "type": "byte", + "value": 0 + }, + "Str": { + "type": "byte", + "value": 10 + }, + "Subrace": { + "type": "cexostring", + "value": "" + }, + "Tag": { + "type": "cexostring", + "value": "NW_DEERSTAG" + }, + "Tail": { + "type": "byte", + "value": 0 + }, + "TemplateList": { + "type": "list", + "value": [] + }, + "TemplateResRef": { + "type": "resref", + "value": "nw_deerstag" + }, + "WalkRate": { + "type": "int", + "value": 7 + }, + "willbonus": { + "type": "short", + "value": 0 + }, + "Wings": { + "type": "byte", + "value": 0 + }, + "Wis": { + "type": "byte", + "value": 12 + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": 29.05035018920898 + }, + "YOrientation": { + "type": "float", + "value": 1.0 + }, + "YPosition": { + "type": "float", + "value": 49.75520706176758 + }, + "ZPosition": { + "type": "float", + "value": 5.021541595458984 + } + }, + { + "__struct_id": 4, + "Appearance_Type": { + "type": "word", + "value": 37 + }, + "BodyBag": { + "type": "byte", + "value": 0 + }, + "Cha": { + "type": "byte", + "value": 10 + }, + "ChallengeRating": { + "type": "float", + "value": 0.3333333432674408 + }, + "ClassList": { + "type": "list", + "value": [ + { + "__struct_id": 2, + "Class": { + "type": "int", + "value": 12 + }, + "ClassLevel": { + "type": "short", + "value": 1 + } + } + ] + }, + "Con": { + "type": "byte", + "value": 10 + }, + "Conversation": { + "type": "resref", + "value": "" + }, + "CRAdjust": { + "type": "int", + "value": 0 + }, + "CurrentHitPoints": { + "type": "short", + "value": 5 + }, + "DecayTime": { + "type": "dword", + "value": 5000 + }, + "Deity": { + "type": "cexostring", + "value": "" + }, + "Description": { + "id": 12439, + "type": "cexolocstring", + "value": {} + }, + "Dex": { + "type": "byte", + "value": 11 + }, + "Disarmable": { + "type": "byte", + "value": 0 + }, + "Equip_ItemList": { + "type": "list", + "value": [ + { + "__struct_id": 65536, + "AddCost": { + "type": "dword", + "value": 0 + }, + "BaseItem": { + "type": "int", + "value": 70 + }, + "Charges": { + "type": "byte", + "value": 0 + }, + "Cost": { + "type": "dword", + "value": 500 + }, + "Cursed": { + "type": "byte", + "value": 0 + }, + "DescIdentified": { + "type": "cexolocstring", + "value": {} + }, + "Description": { + "type": "cexolocstring", + "value": {} + }, + "Identified": { + "type": "byte", + "value": 0 + }, + "LocalizedName": { + "id": 13230, + "type": "cexolocstring", + "value": {} + }, + "ModelPart1": { + "type": "byte", + "value": 1 + }, + "Plot": { + "type": "byte", + "value": 0 + }, + "PropertiesList": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "ChanceAppear": { + "type": "byte", + "value": 100 + }, + "CostTable": { + "type": "byte", + "value": 19 + }, + "CostValue": { + "type": "word", + "value": 8 + }, + "Param1": { + "type": "byte", + "value": 255 + }, + "Param1Value": { + "type": "byte", + "value": 255 + }, + "PropertyName": { + "type": "word", + "value": 77 + }, + "Subtype": { + "type": "word", + "value": 0 + } + } + ] + }, + "StackSize": { + "type": "word", + "value": 1 + }, + "Stolen": { + "type": "byte", + "value": 0 + }, + "Tag": { + "type": "cexostring", + "value": "NW_IT_CREWPP005" + }, + "TemplateResRef": { + "type": "resref", + "value": "nw_it_crewpp005" + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": -1.0 + }, + "YOrientation": { + "type": "float", + "value": 1.0 + }, + "YPosition": { + "type": "float", + "value": -1.0 + }, + "ZPosition": { + "type": "float", + "value": -1.0 + } + } + ] + }, + "FactionID": { + "type": "word", + "value": 2 + }, + "FeatList": { + "type": "list", + "value": [ + { + "__struct_id": 1, + "Feat": { + "type": "word", + "value": 289 + } + } + ] + }, + "FirstName": { + "id": 12441, + "type": "cexolocstring", + "value": {} + }, + "fortbonus": { + "type": "short", + "value": 0 + }, + "Gender": { + "type": "byte", + "value": 0 + }, + "GoodEvil": { + "type": "byte", + "value": 50 + }, + "HitPoints": { + "type": "short", + "value": 5 + }, + "Int": { + "type": "byte", + "value": 3 + }, + "Interruptable": { + "type": "byte", + "value": 1 + }, + "IsImmortal": { + "type": "byte", + "value": 0 + }, + "IsPC": { + "type": "byte", + "value": 0 + }, + "LastName": { + "type": "cexolocstring", + "value": {} + }, + "LawfulChaotic": { + "type": "byte", + "value": 50 + }, + "Lootable": { + "type": "byte", + "value": 0 + }, + "MaxHitPoints": { + "type": "short", + "value": 5 + }, + "NaturalAC": { + "type": "byte", + "value": 0 + }, + "NoPermDeath": { + "type": "byte", + "value": 0 + }, + "PerceptionRange": { + "type": "byte", + "value": 11 + }, + "Phenotype": { + "type": "int", + "value": 0 + }, + "Plot": { + "type": "byte", + "value": 1 + }, + "PortraitId": { + "type": "word", + "value": 175 + }, + "Race": { + "type": "byte", + "value": 8 + }, + "refbonus": { + "type": "short", + "value": 0 + }, + "ScriptAttacked": { + "type": "resref", + "value": "nw_c2_default5" + }, + "ScriptDamaged": { + "type": "resref", + "value": "nw_c2_default6" + }, + "ScriptDeath": { + "type": "resref", + "value": "nw_c2_default7" + }, + "ScriptDialogue": { + "type": "resref", + "value": "nw_c2_default4" + }, + "ScriptDisturbed": { + "type": "resref", + "value": "nw_c2_default8" + }, + "ScriptEndRound": { + "type": "resref", + "value": "nw_c2_default3" + }, + "ScriptHeartbeat": { + "type": "resref", + "value": "ambient_hb" + }, + "ScriptOnBlocked": { + "type": "resref", + "value": "nw_c2_defaulte" + }, + "ScriptOnNotice": { + "type": "resref", + "value": "nw_c2_default2" + }, + "ScriptRested": { + "type": "resref", + "value": "nw_c2_defaulta" + }, + "ScriptSpawn": { + "type": "resref", + "value": "nw_c2_herbivore" + }, + "ScriptSpellAt": { + "type": "resref", + "value": "nw_c2_defaultb" + }, + "ScriptUserDefine": { + "type": "resref", + "value": "nw_c2_defaultd" + }, + "SkillList": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 3 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 3 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + } + ] + }, + "SoundSetFile": { + "type": "word", + "value": 24 + }, + "SpecAbilityList": { + "type": "list", + "value": [] + }, + "StartingPackage": { + "type": "byte", + "value": 0 + }, + "Str": { + "type": "byte", + "value": 10 + }, + "Subrace": { + "type": "cexostring", + "value": "" + }, + "Tag": { + "type": "cexostring", + "value": "NW_DEERSTAG" + }, + "Tail": { + "type": "byte", + "value": 0 + }, + "TemplateList": { + "type": "list", + "value": [] + }, + "TemplateResRef": { + "type": "resref", + "value": "nw_deerstag" + }, + "WalkRate": { + "type": "int", + "value": 7 + }, + "willbonus": { + "type": "short", + "value": 0 + }, + "Wings": { + "type": "byte", + "value": 0 + }, + "Wis": { + "type": "byte", + "value": 12 + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": 71.75108337402344 + }, + "YOrientation": { + "type": "float", + "value": 1.0 + }, + "YPosition": { + "type": "float", + "value": 53.92094421386719 + }, + "ZPosition": { + "type": "float", + "value": 5.033013820648193 + } + }, + { + "__struct_id": 4, + "Appearance_Type": { + "type": "word", + "value": 37 + }, + "BodyBag": { + "type": "byte", + "value": 0 + }, + "Cha": { + "type": "byte", + "value": 10 + }, + "ChallengeRating": { + "type": "float", + "value": 0.3333333432674408 + }, + "ClassList": { + "type": "list", + "value": [ + { + "__struct_id": 2, + "Class": { + "type": "int", + "value": 12 + }, + "ClassLevel": { + "type": "short", + "value": 1 + } + } + ] + }, + "Con": { + "type": "byte", + "value": 10 + }, + "Conversation": { + "type": "resref", + "value": "" + }, + "CRAdjust": { + "type": "int", + "value": 0 + }, + "CurrentHitPoints": { + "type": "short", + "value": 5 + }, + "DecayTime": { + "type": "dword", + "value": 5000 + }, + "Deity": { + "type": "cexostring", + "value": "" + }, + "Description": { + "id": 12439, + "type": "cexolocstring", + "value": {} + }, + "Dex": { + "type": "byte", + "value": 11 + }, + "Disarmable": { + "type": "byte", + "value": 0 + }, + "Equip_ItemList": { + "type": "list", + "value": [ + { + "__struct_id": 65536, + "AddCost": { + "type": "dword", + "value": 0 + }, + "BaseItem": { + "type": "int", + "value": 70 + }, + "Charges": { + "type": "byte", + "value": 0 + }, + "Cost": { + "type": "dword", + "value": 500 + }, + "Cursed": { + "type": "byte", + "value": 0 + }, + "DescIdentified": { + "type": "cexolocstring", + "value": {} + }, + "Description": { + "type": "cexolocstring", + "value": {} + }, + "Identified": { + "type": "byte", + "value": 0 + }, + "LocalizedName": { + "id": 13230, + "type": "cexolocstring", + "value": {} + }, + "ModelPart1": { + "type": "byte", + "value": 1 + }, + "Plot": { + "type": "byte", + "value": 0 + }, + "PropertiesList": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "ChanceAppear": { + "type": "byte", + "value": 100 + }, + "CostTable": { + "type": "byte", + "value": 19 + }, + "CostValue": { + "type": "word", + "value": 8 + }, + "Param1": { + "type": "byte", + "value": 255 + }, + "Param1Value": { + "type": "byte", + "value": 255 + }, + "PropertyName": { + "type": "word", + "value": 77 + }, + "Subtype": { + "type": "word", + "value": 0 + } + } + ] + }, + "StackSize": { + "type": "word", + "value": 1 + }, + "Stolen": { + "type": "byte", + "value": 0 + }, + "Tag": { + "type": "cexostring", + "value": "NW_IT_CREWPP005" + }, + "TemplateResRef": { + "type": "resref", + "value": "nw_it_crewpp005" + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": -1.0 + }, + "YOrientation": { + "type": "float", + "value": 1.0 + }, + "YPosition": { + "type": "float", + "value": -1.0 + }, + "ZPosition": { + "type": "float", + "value": -1.0 + } + } + ] + }, + "FactionID": { + "type": "word", + "value": 2 + }, + "FeatList": { + "type": "list", + "value": [ + { + "__struct_id": 1, + "Feat": { + "type": "word", + "value": 289 + } + } + ] + }, + "FirstName": { + "id": 12441, + "type": "cexolocstring", + "value": {} + }, + "fortbonus": { + "type": "short", + "value": 0 + }, + "Gender": { + "type": "byte", + "value": 0 + }, + "GoodEvil": { + "type": "byte", + "value": 50 + }, + "HitPoints": { + "type": "short", + "value": 5 + }, + "Int": { + "type": "byte", + "value": 3 + }, + "Interruptable": { + "type": "byte", + "value": 1 + }, + "IsImmortal": { + "type": "byte", + "value": 0 + }, + "IsPC": { + "type": "byte", + "value": 0 + }, + "LastName": { + "type": "cexolocstring", + "value": {} + }, + "LawfulChaotic": { + "type": "byte", + "value": 50 + }, + "Lootable": { + "type": "byte", + "value": 0 + }, + "MaxHitPoints": { + "type": "short", + "value": 5 + }, + "NaturalAC": { + "type": "byte", + "value": 0 + }, + "NoPermDeath": { + "type": "byte", + "value": 0 + }, + "PerceptionRange": { + "type": "byte", + "value": 11 + }, + "Phenotype": { + "type": "int", + "value": 0 + }, + "Plot": { + "type": "byte", + "value": 1 + }, + "PortraitId": { + "type": "word", + "value": 175 + }, + "Race": { + "type": "byte", + "value": 8 + }, + "refbonus": { + "type": "short", + "value": 0 + }, + "ScriptAttacked": { + "type": "resref", + "value": "nw_c2_default5" + }, + "ScriptDamaged": { + "type": "resref", + "value": "nw_c2_default6" + }, + "ScriptDeath": { + "type": "resref", + "value": "nw_c2_default7" + }, + "ScriptDialogue": { + "type": "resref", + "value": "nw_c2_default4" + }, + "ScriptDisturbed": { + "type": "resref", + "value": "nw_c2_default8" + }, + "ScriptEndRound": { + "type": "resref", + "value": "nw_c2_default3" + }, + "ScriptHeartbeat": { + "type": "resref", + "value": "ambient_hb" + }, + "ScriptOnBlocked": { + "type": "resref", + "value": "nw_c2_defaulte" + }, + "ScriptOnNotice": { + "type": "resref", + "value": "nw_c2_default2" + }, + "ScriptRested": { + "type": "resref", + "value": "nw_c2_defaulta" + }, + "ScriptSpawn": { + "type": "resref", + "value": "nw_c2_herbivore" + }, + "ScriptSpellAt": { + "type": "resref", + "value": "nw_c2_defaultb" + }, + "ScriptUserDefine": { + "type": "resref", + "value": "nw_c2_defaultd" + }, + "SkillList": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 3 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 3 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + } + ] + }, + "SoundSetFile": { + "type": "word", + "value": 24 + }, + "SpecAbilityList": { + "type": "list", + "value": [] + }, + "StartingPackage": { + "type": "byte", + "value": 0 + }, + "Str": { + "type": "byte", + "value": 10 + }, + "Subrace": { + "type": "cexostring", + "value": "" + }, + "Tag": { + "type": "cexostring", + "value": "NW_DEERSTAG" + }, + "Tail": { + "type": "byte", + "value": 0 + }, + "TemplateList": { + "type": "list", + "value": [] + }, + "TemplateResRef": { + "type": "resref", + "value": "nw_deerstag" + }, + "WalkRate": { + "type": "int", + "value": 7 + }, + "willbonus": { + "type": "short", + "value": 0 + }, + "Wings": { + "type": "byte", + "value": 0 + }, + "Wis": { + "type": "byte", + "value": 12 + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": 36.24361419677734 + }, + "YOrientation": { + "type": "float", + "value": 1.0 + }, + "YPosition": { + "type": "float", + "value": 6.99939775466919 + }, + "ZPosition": { + "type": "float", + "value": 0.08137589693069458 + } + }, + { + "__struct_id": 4, + "Appearance_Type": { + "type": "word", + "value": 94 + }, + "BodyBag": { + "type": "byte", + "value": 0 + }, + "Cha": { + "type": "byte", + "value": 6 + }, + "ChallengeRating": { + "type": "float", + "value": 2.0 + }, + "ClassList": { + "type": "list", + "value": [ + { + "__struct_id": 2, + "Class": { + "type": "int", + "value": 12 + }, + "ClassLevel": { + "type": "short", + "value": 3 + } + } + ] + }, + "Con": { + "type": "byte", + "value": 15 + }, + "Conversation": { + "type": "resref", + "value": "" + }, + "CRAdjust": { + "type": "int", + "value": 0 + }, + "CurrentHitPoints": { + "type": "short", + "value": 16 + }, + "DecayTime": { + "type": "dword", + "value": 5000 + }, + "Deity": { + "type": "cexostring", + "value": "" + }, + "Description": { + "id": 12429, + "type": "cexolocstring", + "value": {} + }, + "Dex": { + "type": "byte", + "value": 19 + }, + "Disarmable": { + "type": "byte", + "value": 0 + }, + "Equip_ItemList": { + "type": "list", + "value": [ + { + "__struct_id": 16384, + "AddCost": { + "type": "dword", + "value": 0 + }, + "BaseItem": { + "type": "int", + "value": 72 + }, + "Charges": { + "type": "byte", + "value": 0 + }, + "Cost": { + "type": "dword", + "value": 500 + }, + "Cursed": { + "type": "byte", + "value": 0 + }, + "DescIdentified": { + "type": "cexolocstring", + "value": {} + }, + "Description": { + "type": "cexolocstring", + "value": {} + }, + "Identified": { + "type": "byte", + "value": 0 + }, + "LocalizedName": { + "id": 13265, + "type": "cexolocstring", + "value": {} + }, + "ModelPart1": { + "type": "byte", + "value": 1 + }, + "Plot": { + "type": "byte", + "value": 0 + }, + "PropertiesList": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "ChanceAppear": { + "type": "byte", + "value": 100 + }, + "CostTable": { + "type": "byte", + "value": 19 + }, + "CostValue": { + "type": "word", + "value": 8 + }, + "Param1": { + "type": "byte", + "value": 255 + }, + "Param1Value": { + "type": "byte", + "value": 255 + }, + "PropertyName": { + "type": "word", + "value": 77 + }, + "Subtype": { + "type": "word", + "value": 0 + } + } + ] + }, + "StackSize": { + "type": "word", + "value": 1 + }, + "Stolen": { + "type": "byte", + "value": 0 + }, + "Tag": { + "type": "cexostring", + "value": "NW_IT_CREWPSP005" + }, + "TemplateResRef": { + "type": "resref", + "value": "nw_it_crewpsp005" + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": -1.0 + }, + "YOrientation": { + "type": "float", + "value": 1.0 + }, + "YPosition": { + "type": "float", + "value": -1.0 + }, + "ZPosition": { + "type": "float", + "value": -1.0 + } + }, + { + "__struct_id": 32768, + "AddCost": { + "type": "dword", + "value": 0 + }, + "BaseItem": { + "type": "int", + "value": 72 + }, + "Charges": { + "type": "byte", + "value": 0 + }, + "Cost": { + "type": "dword", + "value": 500 + }, + "Cursed": { + "type": "byte", + "value": 0 + }, + "DescIdentified": { + "type": "cexolocstring", + "value": {} + }, + "Description": { + "type": "cexolocstring", + "value": {} + }, + "Identified": { + "type": "byte", + "value": 0 + }, + "LocalizedName": { + "id": 13265, + "type": "cexolocstring", + "value": {} + }, + "ModelPart1": { + "type": "byte", + "value": 1 + }, + "Plot": { + "type": "byte", + "value": 0 + }, + "PropertiesList": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "ChanceAppear": { + "type": "byte", + "value": 100 + }, + "CostTable": { + "type": "byte", + "value": 19 + }, + "CostValue": { + "type": "word", + "value": 8 + }, + "Param1": { + "type": "byte", + "value": 255 + }, + "Param1Value": { + "type": "byte", + "value": 255 + }, + "PropertyName": { + "type": "word", + "value": 77 + }, + "Subtype": { + "type": "word", + "value": 0 + } + } + ] + }, + "StackSize": { + "type": "word", + "value": 1 + }, + "Stolen": { + "type": "byte", + "value": 0 + }, + "Tag": { + "type": "cexostring", + "value": "NW_IT_CREWPSP005" + }, + "TemplateResRef": { + "type": "resref", + "value": "nw_it_crewpsp005" + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": -1.0 + }, + "YOrientation": { + "type": "float", + "value": 1.0 + }, + "YPosition": { + "type": "float", + "value": -1.0 + }, + "ZPosition": { + "type": "float", + "value": -1.0 + } + }, + { + "__struct_id": 65536, + "AddCost": { + "type": "dword", + "value": 0 + }, + "BaseItem": { + "type": "int", + "value": 69 + }, + "Charges": { + "type": "byte", + "value": 0 + }, + "Cost": { + "type": "dword", + "value": 3124 + }, + "Cursed": { + "type": "byte", + "value": 0 + }, + "DescIdentified": { + "type": "cexolocstring", + "value": {} + }, + "Description": { + "type": "cexolocstring", + "value": {} + }, + "Identified": { + "type": "byte", + "value": 0 + }, + "LocalizedName": { + "id": 13253, + "type": "cexolocstring", + "value": {} + }, + "ModelPart1": { + "type": "byte", + "value": 1 + }, + "Plot": { + "type": "byte", + "value": 0 + }, + "PropertiesList": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "ChanceAppear": { + "type": "byte", + "value": 100 + }, + "CostTable": { + "type": "byte", + "value": 19 + }, + "CostValue": { + "type": "word", + "value": 6 + }, + "Param1": { + "type": "byte", + "value": 255 + }, + "Param1Value": { + "type": "byte", + "value": 255 + }, + "PropertyName": { + "type": "word", + "value": 77 + }, + "Subtype": { + "type": "word", + "value": 0 + } + } + ] + }, + "StackSize": { + "type": "word", + "value": 1 + }, + "Stolen": { + "type": "byte", + "value": 0 + }, + "Tag": { + "type": "cexostring", + "value": "NW_IT_CREWPS021" + }, + "TemplateResRef": { + "type": "resref", + "value": "nw_it_crewps021" + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": -1.0 + }, + "YOrientation": { + "type": "float", + "value": 1.0 + }, + "YPosition": { + "type": "float", + "value": -1.0 + }, + "ZPosition": { + "type": "float", + "value": -1.0 + } + }, + { + "__struct_id": 131072, + "AddCost": { + "type": "dword", + "value": 0 + }, + "BaseItem": { + "type": "int", + "value": 73 + }, + "Charges": { + "type": "byte", + "value": 0 + }, + "Cost": { + "type": "dword", + "value": 0 + }, + "Cursed": { + "type": "byte", + "value": 0 + }, + "DescIdentified": { + "type": "cexolocstring", + "value": {} + }, + "Description": { + "type": "cexolocstring", + "value": {} + }, + "Identified": { + "type": "byte", + "value": 0 + }, + "LocalizedName": { + "id": 13101, + "type": "cexolocstring", + "value": {} + }, + "ModelPart1": { + "type": "byte", + "value": 1 + }, + "Plot": { + "type": "byte", + "value": 0 + }, + "PropertiesList": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "ChanceAppear": { + "type": "byte", + "value": 100 + }, + "CostTable": { + "type": "byte", + "value": 0 + }, + "CostValue": { + "type": "word", + "value": 0 + }, + "Param1": { + "type": "byte", + "value": 255 + }, + "Param1Value": { + "type": "byte", + "value": 255 + }, + "PropertyName": { + "type": "word", + "value": 54 + }, + "Subtype": { + "type": "word", + "value": 3 + } + } + ] + }, + "StackSize": { + "type": "word", + "value": 1 + }, + "Stolen": { + "type": "byte", + "value": 0 + }, + "Tag": { + "type": "cexostring", + "value": "NW_IT_CREITEM081" + }, + "TemplateResRef": { + "type": "resref", + "value": "nw_it_creitem081" + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": -1.0 + }, + "YOrientation": { + "type": "float", + "value": 1.0 + }, + "YPosition": { + "type": "float", + "value": -1.0 + }, + "ZPosition": { + "type": "float", + "value": -1.0 + } + } + ] + }, + "FactionID": { + "type": "word", + "value": 2 + }, + "FeatList": { + "type": "list", + "value": [ + { + "__struct_id": 1, + "Feat": { + "type": "word", + "value": 42 + } + }, + { + "__struct_id": 1, + "Feat": { + "type": "word", + "value": 289 + } + } + ] + }, + "FirstName": { + "id": 57919, + "type": "cexolocstring", + "value": {} + }, + "fortbonus": { + "type": "short", + "value": 0 + }, + "Gender": { + "type": "byte", + "value": 2 + }, + "GoodEvil": { + "type": "byte", + "value": 50 + }, + "HitPoints": { + "type": "short", + "value": 16 + }, + "Int": { + "type": "byte", + "value": 13 + }, + "Interruptable": { + "type": "byte", + "value": 1 + }, + "IsImmortal": { + "type": "byte", + "value": 0 + }, + "IsPC": { + "type": "byte", + "value": 0 + }, + "LastName": { + "type": "cexolocstring", + "value": {} + }, + "LawfulChaotic": { + "type": "byte", + "value": 50 + }, + "Lootable": { + "type": "byte", + "value": 0 + }, + "MaxHitPoints": { + "type": "short", + "value": 22 + }, + "NaturalAC": { + "type": "byte", + "value": 2 + }, + "NoPermDeath": { + "type": "byte", + "value": 0 + }, + "PerceptionRange": { + "type": "byte", + "value": 11 + }, + "Phenotype": { + "type": "int", + "value": 0 + }, + "Plot": { + "type": "byte", + "value": 1 + }, + "PortraitId": { + "type": "word", + "value": 164 + }, + "Race": { + "type": "byte", + "value": 8 + }, + "refbonus": { + "type": "short", + "value": 0 + }, + "ScriptAttacked": { + "type": "resref", + "value": "nw_c2_default5" + }, + "ScriptDamaged": { + "type": "resref", + "value": "nw_c2_default6" + }, + "ScriptDeath": { + "type": "resref", + "value": "nw_c2_default7" + }, + "ScriptDialogue": { + "type": "resref", + "value": "nw_c2_default4" + }, + "ScriptDisturbed": { + "type": "resref", + "value": "nw_c2_default8" + }, + "ScriptEndRound": { + "type": "resref", + "value": "nw_c2_default3" + }, + "ScriptHeartbeat": { + "type": "resref", + "value": "ambient_hb" + }, + "ScriptOnBlocked": { + "type": "resref", + "value": "nw_c2_defaulte" + }, + "ScriptOnNotice": { + "type": "resref", + "value": "nw_c2_default2" + }, + "ScriptRested": { + "type": "resref", + "value": "nw_c2_defaulta" + }, + "ScriptSpawn": { + "type": "resref", + "value": "nw_c2_default9" + }, + "ScriptSpellAt": { + "type": "resref", + "value": "nw_c2_defaultb" + }, + "ScriptUserDefine": { + "type": "resref", + "value": "nw_c2_defaultd" + }, + "SkillList": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 9 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 6 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 9 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 6 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + } + ] + }, + "SoundSetFile": { + "type": "word", + "value": 19 + }, + "SpecAbilityList": { + "type": "list", + "value": [] + }, + "StartingPackage": { + "type": "byte", + "value": 0 + }, + "Str": { + "type": "byte", + "value": 16 + }, + "Subrace": { + "type": "cexostring", + "value": "" + }, + "Tag": { + "type": "cexostring", + "value": "NW_CRAGCAT" + }, + "Tail": { + "type": "byte", + "value": 0 + }, + "TemplateList": { + "type": "list", + "value": [] + }, + "TemplateResRef": { + "type": "resref", + "value": "nw_cragcat" + }, + "WalkRate": { + "type": "int", + "value": 7 + }, + "willbonus": { + "type": "short", + "value": 0 + }, + "Wings": { + "type": "byte", + "value": 0 + }, + "Wis": { + "type": "byte", + "value": 12 + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": 37.59464263916016 + }, + "YOrientation": { + "type": "float", + "value": 1.0 + }, + "YPosition": { + "type": "float", + "value": 47.08803558349609 + }, + "ZPosition": { + "type": "float", + "value": 10.02328968048096 + } + }, + { + "__struct_id": 4, + "Appearance_Type": { + "type": "word", + "value": 94 + }, + "BodyBag": { + "type": "byte", + "value": 0 + }, + "Cha": { + "type": "byte", + "value": 6 + }, + "ChallengeRating": { + "type": "float", + "value": 2.0 + }, + "ClassList": { + "type": "list", + "value": [ + { + "__struct_id": 2, + "Class": { + "type": "int", + "value": 12 + }, + "ClassLevel": { + "type": "short", + "value": 3 + } + } + ] + }, + "Con": { + "type": "byte", + "value": 15 + }, + "Conversation": { + "type": "resref", + "value": "" + }, + "CRAdjust": { + "type": "int", + "value": 0 + }, + "CurrentHitPoints": { + "type": "short", + "value": 16 + }, + "DecayTime": { + "type": "dword", + "value": 5000 + }, + "Deity": { + "type": "cexostring", + "value": "" + }, + "Description": { + "id": 12429, + "type": "cexolocstring", + "value": {} + }, + "Dex": { + "type": "byte", + "value": 19 + }, + "Disarmable": { + "type": "byte", + "value": 0 + }, + "Equip_ItemList": { + "type": "list", + "value": [ + { + "__struct_id": 16384, + "AddCost": { + "type": "dword", + "value": 0 + }, + "BaseItem": { + "type": "int", + "value": 72 + }, + "Charges": { + "type": "byte", + "value": 0 + }, + "Cost": { + "type": "dword", + "value": 500 + }, + "Cursed": { + "type": "byte", + "value": 0 + }, + "DescIdentified": { + "type": "cexolocstring", + "value": {} + }, + "Description": { + "type": "cexolocstring", + "value": {} + }, + "Identified": { + "type": "byte", + "value": 0 + }, + "LocalizedName": { + "id": 13265, + "type": "cexolocstring", + "value": {} + }, + "ModelPart1": { + "type": "byte", + "value": 1 + }, + "Plot": { + "type": "byte", + "value": 0 + }, + "PropertiesList": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "ChanceAppear": { + "type": "byte", + "value": 100 + }, + "CostTable": { + "type": "byte", + "value": 19 + }, + "CostValue": { + "type": "word", + "value": 8 + }, + "Param1": { + "type": "byte", + "value": 255 + }, + "Param1Value": { + "type": "byte", + "value": 255 + }, + "PropertyName": { + "type": "word", + "value": 77 + }, + "Subtype": { + "type": "word", + "value": 0 + } + } + ] + }, + "StackSize": { + "type": "word", + "value": 1 + }, + "Stolen": { + "type": "byte", + "value": 0 + }, + "Tag": { + "type": "cexostring", + "value": "NW_IT_CREWPSP005" + }, + "TemplateResRef": { + "type": "resref", + "value": "nw_it_crewpsp005" + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": -1.0 + }, + "YOrientation": { + "type": "float", + "value": 1.0 + }, + "YPosition": { + "type": "float", + "value": -1.0 + }, + "ZPosition": { + "type": "float", + "value": -1.0 + } + }, + { + "__struct_id": 32768, + "AddCost": { + "type": "dword", + "value": 0 + }, + "BaseItem": { + "type": "int", + "value": 72 + }, + "Charges": { + "type": "byte", + "value": 0 + }, + "Cost": { + "type": "dword", + "value": 500 + }, + "Cursed": { + "type": "byte", + "value": 0 + }, + "DescIdentified": { + "type": "cexolocstring", + "value": {} + }, + "Description": { + "type": "cexolocstring", + "value": {} + }, + "Identified": { + "type": "byte", + "value": 0 + }, + "LocalizedName": { + "id": 13265, + "type": "cexolocstring", + "value": {} + }, + "ModelPart1": { + "type": "byte", + "value": 1 + }, + "Plot": { + "type": "byte", + "value": 0 + }, + "PropertiesList": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "ChanceAppear": { + "type": "byte", + "value": 100 + }, + "CostTable": { + "type": "byte", + "value": 19 + }, + "CostValue": { + "type": "word", + "value": 8 + }, + "Param1": { + "type": "byte", + "value": 255 + }, + "Param1Value": { + "type": "byte", + "value": 255 + }, + "PropertyName": { + "type": "word", + "value": 77 + }, + "Subtype": { + "type": "word", + "value": 0 + } + } + ] + }, + "StackSize": { + "type": "word", + "value": 1 + }, + "Stolen": { + "type": "byte", + "value": 0 + }, + "Tag": { + "type": "cexostring", + "value": "NW_IT_CREWPSP005" + }, + "TemplateResRef": { + "type": "resref", + "value": "nw_it_crewpsp005" + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": -1.0 + }, + "YOrientation": { + "type": "float", + "value": 1.0 + }, + "YPosition": { + "type": "float", + "value": -1.0 + }, + "ZPosition": { + "type": "float", + "value": -1.0 + } + }, + { + "__struct_id": 65536, + "AddCost": { + "type": "dword", + "value": 0 + }, + "BaseItem": { + "type": "int", + "value": 69 + }, + "Charges": { + "type": "byte", + "value": 0 + }, + "Cost": { + "type": "dword", + "value": 3124 + }, + "Cursed": { + "type": "byte", + "value": 0 + }, + "DescIdentified": { + "type": "cexolocstring", + "value": {} + }, + "Description": { + "type": "cexolocstring", + "value": {} + }, + "Identified": { + "type": "byte", + "value": 0 + }, + "LocalizedName": { + "id": 13253, + "type": "cexolocstring", + "value": {} + }, + "ModelPart1": { + "type": "byte", + "value": 1 + }, + "Plot": { + "type": "byte", + "value": 0 + }, + "PropertiesList": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "ChanceAppear": { + "type": "byte", + "value": 100 + }, + "CostTable": { + "type": "byte", + "value": 19 + }, + "CostValue": { + "type": "word", + "value": 6 + }, + "Param1": { + "type": "byte", + "value": 255 + }, + "Param1Value": { + "type": "byte", + "value": 255 + }, + "PropertyName": { + "type": "word", + "value": 77 + }, + "Subtype": { + "type": "word", + "value": 0 + } + } + ] + }, + "StackSize": { + "type": "word", + "value": 1 + }, + "Stolen": { + "type": "byte", + "value": 0 + }, + "Tag": { + "type": "cexostring", + "value": "NW_IT_CREWPS021" + }, + "TemplateResRef": { + "type": "resref", + "value": "nw_it_crewps021" + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": -1.0 + }, + "YOrientation": { + "type": "float", + "value": 1.0 + }, + "YPosition": { + "type": "float", + "value": -1.0 + }, + "ZPosition": { + "type": "float", + "value": -1.0 + } + }, + { + "__struct_id": 131072, + "AddCost": { + "type": "dword", + "value": 0 + }, + "BaseItem": { + "type": "int", + "value": 73 + }, + "Charges": { + "type": "byte", + "value": 0 + }, + "Cost": { + "type": "dword", + "value": 0 + }, + "Cursed": { + "type": "byte", + "value": 0 + }, + "DescIdentified": { + "type": "cexolocstring", + "value": {} + }, + "Description": { + "type": "cexolocstring", + "value": {} + }, + "Identified": { + "type": "byte", + "value": 0 + }, + "LocalizedName": { + "id": 13101, + "type": "cexolocstring", + "value": {} + }, + "ModelPart1": { + "type": "byte", + "value": 1 + }, + "Plot": { + "type": "byte", + "value": 0 + }, + "PropertiesList": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "ChanceAppear": { + "type": "byte", + "value": 100 + }, + "CostTable": { + "type": "byte", + "value": 0 + }, + "CostValue": { + "type": "word", + "value": 0 + }, + "Param1": { + "type": "byte", + "value": 255 + }, + "Param1Value": { + "type": "byte", + "value": 255 + }, + "PropertyName": { + "type": "word", + "value": 54 + }, + "Subtype": { + "type": "word", + "value": 3 + } + } + ] + }, + "StackSize": { + "type": "word", + "value": 1 + }, + "Stolen": { + "type": "byte", + "value": 0 + }, + "Tag": { + "type": "cexostring", + "value": "NW_IT_CREITEM081" + }, + "TemplateResRef": { + "type": "resref", + "value": "nw_it_creitem081" + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": -1.0 + }, + "YOrientation": { + "type": "float", + "value": 1.0 + }, + "YPosition": { + "type": "float", + "value": -1.0 + }, + "ZPosition": { + "type": "float", + "value": -1.0 + } + } + ] + }, + "FactionID": { + "type": "word", + "value": 2 + }, + "FeatList": { + "type": "list", + "value": [ + { + "__struct_id": 1, + "Feat": { + "type": "word", + "value": 42 + } + }, + { + "__struct_id": 1, + "Feat": { + "type": "word", + "value": 289 + } + } + ] + }, + "FirstName": { + "id": 57919, + "type": "cexolocstring", + "value": {} + }, + "fortbonus": { + "type": "short", + "value": 0 + }, + "Gender": { + "type": "byte", + "value": 2 + }, + "GoodEvil": { + "type": "byte", + "value": 50 + }, + "HitPoints": { + "type": "short", + "value": 16 + }, + "Int": { + "type": "byte", + "value": 13 + }, + "Interruptable": { + "type": "byte", + "value": 1 + }, + "IsImmortal": { + "type": "byte", + "value": 0 + }, + "IsPC": { + "type": "byte", + "value": 0 + }, + "LastName": { + "type": "cexolocstring", + "value": {} + }, + "LawfulChaotic": { + "type": "byte", + "value": 50 + }, + "Lootable": { + "type": "byte", + "value": 0 + }, + "MaxHitPoints": { + "type": "short", + "value": 22 + }, + "NaturalAC": { + "type": "byte", + "value": 2 + }, + "NoPermDeath": { + "type": "byte", + "value": 0 + }, + "PerceptionRange": { + "type": "byte", + "value": 11 + }, + "Phenotype": { + "type": "int", + "value": 0 + }, + "Plot": { + "type": "byte", + "value": 1 + }, + "PortraitId": { + "type": "word", + "value": 164 + }, + "Race": { + "type": "byte", + "value": 8 + }, + "refbonus": { + "type": "short", + "value": 0 + }, + "ScriptAttacked": { + "type": "resref", + "value": "nw_c2_default5" + }, + "ScriptDamaged": { + "type": "resref", + "value": "nw_c2_default6" + }, + "ScriptDeath": { + "type": "resref", + "value": "nw_c2_default7" + }, + "ScriptDialogue": { + "type": "resref", + "value": "nw_c2_default4" + }, + "ScriptDisturbed": { + "type": "resref", + "value": "nw_c2_default8" + }, + "ScriptEndRound": { + "type": "resref", + "value": "nw_c2_default3" + }, + "ScriptHeartbeat": { + "type": "resref", + "value": "ambient_hb" + }, + "ScriptOnBlocked": { + "type": "resref", + "value": "nw_c2_defaulte" + }, + "ScriptOnNotice": { + "type": "resref", + "value": "nw_c2_default2" + }, + "ScriptRested": { + "type": "resref", + "value": "nw_c2_defaulta" + }, + "ScriptSpawn": { + "type": "resref", + "value": "nw_c2_default9" + }, + "ScriptSpellAt": { + "type": "resref", + "value": "nw_c2_defaultb" + }, + "ScriptUserDefine": { + "type": "resref", + "value": "nw_c2_defaultd" + }, + "SkillList": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 9 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 6 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 9 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 6 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + } + ] + }, + "SoundSetFile": { + "type": "word", + "value": 19 + }, + "SpecAbilityList": { + "type": "list", + "value": [] + }, + "StartingPackage": { + "type": "byte", + "value": 0 + }, + "Str": { + "type": "byte", + "value": 16 + }, + "Subrace": { + "type": "cexostring", + "value": "" + }, + "Tag": { + "type": "cexostring", + "value": "NW_CRAGCAT" + }, + "Tail": { + "type": "byte", + "value": 0 + }, + "TemplateList": { + "type": "list", + "value": [] + }, + "TemplateResRef": { + "type": "resref", + "value": "nw_cragcat" + }, + "WalkRate": { + "type": "int", + "value": 7 + }, + "willbonus": { + "type": "short", + "value": 0 + }, + "Wings": { + "type": "byte", + "value": 0 + }, + "Wis": { + "type": "byte", + "value": 12 + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": 39.93610382080078 + }, + "YOrientation": { + "type": "float", + "value": 1.0 + }, + "YPosition": { + "type": "float", + "value": 70.35720825195313 + }, + "ZPosition": { + "type": "float", + "value": 5.0 + } + }, + { + "__struct_id": 4, + "Appearance_Type": { + "type": "word", + "value": 184 + }, + "BodyBag": { + "type": "byte", + "value": 0 + }, + "Cha": { + "type": "byte", + "value": 10 + }, + "ChallengeRating": { + "type": "float", + "value": 5.0 + }, + "ClassList": { + "type": "list", + "value": [ + { + "__struct_id": 2, + "Class": { + "type": "int", + "value": 23 + }, + "ClassLevel": { + "type": "short", + "value": 6 + } + } + ] + }, + "Con": { + "type": "byte", + "value": 16 + }, + "Conversation": { + "type": "resref", + "value": "" + }, + "CRAdjust": { + "type": "int", + "value": 0 + }, + "CurrentHitPoints": { + "type": "short", + "value": 33 + }, + "DecayTime": { + "type": "dword", + "value": 5000 + }, + "Deity": { + "type": "cexostring", + "value": "" + }, + "Description": { + "id": 12817, + "type": "cexolocstring", + "value": {} + }, + "Dex": { + "type": "byte", + "value": 13 + }, + "Disarmable": { + "type": "byte", + "value": 0 + }, + "Equip_ItemList": { + "type": "list", + "value": [ + { + "__struct_id": 16384, + "AddCost": { + "type": "dword", + "value": 0 + }, + "BaseItem": { + "type": "int", + "value": 69 + }, + "Charges": { + "type": "byte", + "value": 0 + }, + "Cost": { + "type": "dword", + "value": 1124 + }, + "Cursed": { + "type": "byte", + "value": 0 + }, + "DescIdentified": { + "type": "cexolocstring", + "value": {} + }, + "Description": { + "type": "cexolocstring", + "value": {} + }, + "Identified": { + "type": "byte", + "value": 0 + }, + "LocalizedName": { + "id": 13242, + "type": "cexolocstring", + "value": {} + }, + "ModelPart1": { + "type": "byte", + "value": 1 + }, + "Plot": { + "type": "byte", + "value": 0 + }, + "PropertiesList": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "ChanceAppear": { + "type": "byte", + "value": 100 + }, + "CostTable": { + "type": "byte", + "value": 19 + }, + "CostValue": { + "type": "word", + "value": 18 + }, + "Param1": { + "type": "byte", + "value": 255 + }, + "Param1Value": { + "type": "byte", + "value": 255 + }, + "PropertyName": { + "type": "word", + "value": 77 + }, + "Subtype": { + "type": "word", + "value": 0 + } + } + ] + }, + "StackSize": { + "type": "word", + "value": 1 + }, + "Stolen": { + "type": "byte", + "value": 0 + }, + "Tag": { + "type": "cexostring", + "value": "NW_IT_CREWPS010" + }, + "TemplateResRef": { + "type": "resref", + "value": "nw_it_crewps010" + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": -1.0 + }, + "YOrientation": { + "type": "float", + "value": 1.0 + }, + "YPosition": { + "type": "float", + "value": -1.0 + }, + "ZPosition": { + "type": "float", + "value": -1.0 + } + }, + { + "__struct_id": 32768, + "AddCost": { + "type": "dword", + "value": 0 + }, + "BaseItem": { + "type": "int", + "value": 69 + }, + "Charges": { + "type": "byte", + "value": 0 + }, + "Cost": { + "type": "dword", + "value": 1124 + }, + "Cursed": { + "type": "byte", + "value": 0 + }, + "DescIdentified": { + "type": "cexolocstring", + "value": {} + }, + "Description": { + "type": "cexolocstring", + "value": {} + }, + "Identified": { + "type": "byte", + "value": 0 + }, + "LocalizedName": { + "id": 13242, + "type": "cexolocstring", + "value": {} + }, + "ModelPart1": { + "type": "byte", + "value": 1 + }, + "Plot": { + "type": "byte", + "value": 0 + }, + "PropertiesList": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "ChanceAppear": { + "type": "byte", + "value": 100 + }, + "CostTable": { + "type": "byte", + "value": 19 + }, + "CostValue": { + "type": "word", + "value": 18 + }, + "Param1": { + "type": "byte", + "value": 255 + }, + "Param1Value": { + "type": "byte", + "value": 255 + }, + "PropertyName": { + "type": "word", + "value": 77 + }, + "Subtype": { + "type": "word", + "value": 0 + } + } + ] + }, + "StackSize": { + "type": "word", + "value": 1 + }, + "Stolen": { + "type": "byte", + "value": 0 + }, + "Tag": { + "type": "cexostring", + "value": "NW_IT_CREWPS010" + }, + "TemplateResRef": { + "type": "resref", + "value": "nw_it_crewps010" + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": -1.0 + }, + "YOrientation": { + "type": "float", + "value": 1.0 + }, + "YPosition": { + "type": "float", + "value": -1.0 + }, + "ZPosition": { + "type": "float", + "value": -1.0 + } + }, + { + "__struct_id": 65536, + "AddCost": { + "type": "dword", + "value": 0 + }, + "BaseItem": { + "type": "int", + "value": 69 + }, + "Charges": { + "type": "byte", + "value": 0 + }, + "Cost": { + "type": "dword", + "value": 1124 + }, + "Cursed": { + "type": "byte", + "value": 0 + }, + "DescIdentified": { + "type": "cexolocstring", + "value": {} + }, + "Description": { + "type": "cexolocstring", + "value": {} + }, + "Identified": { + "type": "byte", + "value": 0 + }, + "LocalizedName": { + "id": 13242, + "type": "cexolocstring", + "value": {} + }, + "ModelPart1": { + "type": "byte", + "value": 1 + }, + "Plot": { + "type": "byte", + "value": 0 + }, + "PropertiesList": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "ChanceAppear": { + "type": "byte", + "value": 100 + }, + "CostTable": { + "type": "byte", + "value": 19 + }, + "CostValue": { + "type": "word", + "value": 18 + }, + "Param1": { + "type": "byte", + "value": 255 + }, + "Param1Value": { + "type": "byte", + "value": 255 + }, + "PropertyName": { + "type": "word", + "value": 77 + }, + "Subtype": { + "type": "word", + "value": 0 + } + } + ] + }, + "StackSize": { + "type": "word", + "value": 1 + }, + "Stolen": { + "type": "byte", + "value": 0 + }, + "Tag": { + "type": "cexostring", + "value": "NW_IT_CREWPS010" + }, + "TemplateResRef": { + "type": "resref", + "value": "nw_it_crewps010" + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": -1.0 + }, + "YOrientation": { + "type": "float", + "value": 1.0 + }, + "YPosition": { + "type": "float", + "value": -1.0 + }, + "ZPosition": { + "type": "float", + "value": -1.0 + } + }, + { + "__struct_id": 131072, + "AddCost": { + "type": "dword", + "value": 0 + }, + "BaseItem": { + "type": "int", + "value": 73 + }, + "Charges": { + "type": "byte", + "value": 0 + }, + "Cost": { + "type": "dword", + "value": 0 + }, + "Cursed": { + "type": "byte", + "value": 0 + }, + "DescIdentified": { + "type": "cexolocstring", + "value": {} + }, + "Description": { + "type": "cexolocstring", + "value": {} + }, + "Identified": { + "type": "byte", + "value": 0 + }, + "LocalizedName": { + "id": 13074, + "type": "cexolocstring", + "value": {} + }, + "ModelPart1": { + "type": "byte", + "value": 1 + }, + "Plot": { + "type": "byte", + "value": 0 + }, + "PropertiesList": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "ChanceAppear": { + "type": "byte", + "value": 100 + }, + "CostTable": { + "type": "byte", + "value": 22 + }, + "CostValue": { + "type": "word", + "value": 4 + }, + "Param1": { + "type": "byte", + "value": 255 + }, + "Param1Value": { + "type": "byte", + "value": 255 + }, + "PropertyName": { + "type": "word", + "value": 24 + }, + "Subtype": { + "type": "word", + "value": 10 + } + }, + { + "__struct_id": 0, + "ChanceAppear": { + "type": "byte", + "value": 100 + }, + "CostTable": { + "type": "byte", + "value": 5 + }, + "CostValue": { + "type": "word", + "value": 7 + }, + "Param1": { + "type": "byte", + "value": 255 + }, + "Param1Value": { + "type": "byte", + "value": 255 + }, + "PropertyName": { + "type": "word", + "value": 20 + }, + "Subtype": { + "type": "word", + "value": 7 + } + } + ] + }, + "StackSize": { + "type": "word", + "value": 1 + }, + "Stolen": { + "type": "byte", + "value": 0 + }, + "Tag": { + "type": "cexostring", + "value": "NW_IT_CREITEM026" + }, + "TemplateResRef": { + "type": "resref", + "value": "nw_it_creitem026" + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": -1.0 + }, + "YOrientation": { + "type": "float", + "value": 1.0 + }, + "YPosition": { + "type": "float", + "value": -1.0 + }, + "ZPosition": { + "type": "float", + "value": -1.0 + } + } + ] + }, + "FactionID": { + "type": "word", + "value": 2 + }, + "FeatList": { + "type": "list", + "value": [ + { + "__struct_id": 1, + "Feat": { + "type": "word", + "value": 0 + } + }, + { + "__struct_id": 1, + "Feat": { + "type": "word", + "value": 228 + } + }, + { + "__struct_id": 1, + "Feat": { + "type": "word", + "value": 289 + } + } + ] + }, + "FirstName": { + "id": 12818, + "type": "cexolocstring", + "value": { + "0": "Winter Wolf" + } + }, + "fortbonus": { + "type": "short", + "value": 0 + }, + "Gender": { + "type": "byte", + "value": 4 + }, + "GoodEvil": { + "type": "byte", + "value": 50 + }, + "HitPoints": { + "type": "short", + "value": 33 + }, + "Int": { + "type": "byte", + "value": 9 + }, + "Interruptable": { + "type": "byte", + "value": 1 + }, + "IsImmortal": { + "type": "byte", + "value": 1 + }, + "IsPC": { + "type": "byte", + "value": 0 + }, + "LastName": { + "type": "cexolocstring", + "value": {} + }, + "LawfulChaotic": { + "type": "byte", + "value": 0 + }, + "Lootable": { + "type": "byte", + "value": 0 + }, + "MaxHitPoints": { + "type": "short", + "value": 51 + }, + "NaturalAC": { + "type": "byte", + "value": 5 + }, + "NoPermDeath": { + "type": "byte", + "value": 0 + }, + "PerceptionRange": { + "type": "byte", + "value": 11 + }, + "Phenotype": { + "type": "int", + "value": 0 + }, + "Plot": { + "type": "byte", + "value": 1 + }, + "PortraitId": { + "type": "word", + "value": 320 + }, + "Race": { + "type": "byte", + "value": 19 + }, + "refbonus": { + "type": "short", + "value": 0 + }, + "ScriptAttacked": { + "type": "resref", + "value": "nw_c2_default5" + }, + "ScriptDamaged": { + "type": "resref", + "value": "nw_c2_default6" + }, + "ScriptDeath": { + "type": "resref", + "value": "nw_c2_default7" + }, + "ScriptDialogue": { + "type": "resref", + "value": "nw_c2_default4" + }, + "ScriptDisturbed": { + "type": "resref", + "value": "nw_c2_default8" + }, + "ScriptEndRound": { + "type": "resref", + "value": "nw_c2_default3" + }, + "ScriptHeartbeat": { + "type": "resref", + "value": "ambient_hb" + }, + "ScriptOnBlocked": { + "type": "resref", + "value": "nw_c2_defaulte" + }, + "ScriptOnNotice": { + "type": "resref", + "value": "nw_c2_default2" + }, + "ScriptRested": { + "type": "resref", + "value": "nw_c2_defaulta" + }, + "ScriptSpawn": { + "type": "resref", + "value": "nw_c2_default9" + }, + "ScriptSpellAt": { + "type": "resref", + "value": "nw_c2_defaultb" + }, + "ScriptUserDefine": { + "type": "resref", + "value": "nw_c2_defaultd" + }, + "SkillList": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 6 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 9 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 7 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 9 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + } + ] + }, + "SoundSetFile": { + "type": "word", + "value": 105 + }, + "SpecAbilityList": { + "type": "list", + "value": [ + { + "__struct_id": 4, + "Spell": { + "type": "word", + "value": 230 + }, + "SpellCasterLevel": { + "type": "byte", + "value": 6 + }, + "SpellFlags": { + "type": "byte", + "value": 1 + } + }, + { + "__struct_id": 4, + "Spell": { + "type": "word", + "value": 230 + }, + "SpellCasterLevel": { + "type": "byte", + "value": 6 + }, + "SpellFlags": { + "type": "byte", + "value": 1 + } + }, + { + "__struct_id": 4, + "Spell": { + "type": "word", + "value": 230 + }, + "SpellCasterLevel": { + "type": "byte", + "value": 6 + }, + "SpellFlags": { + "type": "byte", + "value": 1 + } + } + ] + }, + "StartingPackage": { + "type": "byte", + "value": 0 + }, + "Str": { + "type": "byte", + "value": 18 + }, + "Subrace": { + "type": "cexostring", + "value": "" + }, + "Tag": { + "type": "cexostring", + "value": "NW_WOLFWINT" + }, + "Tail": { + "type": "byte", + "value": 0 + }, + "TemplateList": { + "type": "list", + "value": [] + }, + "TemplateResRef": { + "type": "resref", + "value": "nw_wolfwint" + }, + "WalkRate": { + "type": "int", + "value": 7 + }, + "willbonus": { + "type": "short", + "value": 0 + }, + "Wings": { + "type": "byte", + "value": 0 + }, + "Wis": { + "type": "byte", + "value": 13 + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": 75.99844360351563 + }, + "YOrientation": { + "type": "float", + "value": 1.0 + }, + "YPosition": { + "type": "float", + "value": 50.68719863891602 + }, + "ZPosition": { + "type": "float", + "value": 5.0 + } + }, + { + "__struct_id": 4, + "Appearance_Type": { + "type": "word", + "value": 103 + }, + "BodyBag": { + "type": "byte", + "value": 0 + }, + "Cha": { + "type": "byte", + "value": 10 + }, + "ChallengeRating": { + "type": "float", + "value": 5.0 + }, + "ClassList": { + "type": "list", + "value": [ + { + "__struct_id": 2, + "Class": { + "type": "int", + "value": 24 + }, + "ClassLevel": { + "type": "short", + "value": 1 + } + } + ] + }, + "Con": { + "type": "byte", + "value": 10 + }, + "Conversation": { + "type": "resref", + "value": "" + }, + "CRAdjust": { + "type": "int", + "value": 0 + }, + "CurrentHitPoints": { + "type": "short", + "value": 4 + }, + "DecayTime": { + "type": "dword", + "value": 5000 + }, + "Deity": { + "type": "cexostring", + "value": "" + }, + "Description": { + "id": 12420, + "type": "cexolocstring", + "value": { + "0": "The inner core of your being, that which gives you your psionic powers." + } + }, + "Dex": { + "type": "byte", + "value": 11 + }, + "Disarmable": { + "type": "byte", + "value": 0 + }, + "Equip_ItemList": { + "type": "list", + "value": [] + }, + "FactionID": { + "type": "word", + "value": 2 + }, + "FeatList": { + "type": "list", + "value": [ + { + "__struct_id": 1, + "Feat": { + "type": "word", + "value": 228 + } + }, + { + "__struct_id": 1, + "Feat": { + "type": "word", + "value": 289 + } + } + ] + }, + "FirstName": { + "id": 12421, + "type": "cexolocstring", + "value": { + "0": "Inner Core" + } + }, + "fortbonus": { + "type": "short", + "value": 0 + }, + "Gender": { + "type": "byte", + "value": 4 + }, + "GoodEvil": { + "type": "byte", + "value": 100 + }, + "HitPoints": { + "type": "short", + "value": 4 + }, + "Int": { + "type": "byte", + "value": 6 + }, + "Interruptable": { + "type": "byte", + "value": 1 + }, + "IsImmortal": { + "type": "byte", + "value": 0 + }, + "IsPC": { + "type": "byte", + "value": 0 + }, + "LastName": { + "type": "cexolocstring", + "value": {} + }, + "LawfulChaotic": { + "type": "byte", + "value": 100 + }, + "Lootable": { + "type": "byte", + "value": 0 + }, + "MaxHitPoints": { + "type": "short", + "value": 4 + }, + "NaturalAC": { + "type": "byte", + "value": 4 + }, + "NoPermDeath": { + "type": "byte", + "value": 0 + }, + "PerceptionRange": { + "type": "byte", + "value": 11 + }, + "Phenotype": { + "type": "int", + "value": 0 + }, + "Plot": { + "type": "byte", + "value": 1 + }, + "PortraitId": { + "type": "word", + "value": 171 + }, + "Race": { + "type": "byte", + "value": 20 + }, + "refbonus": { + "type": "short", + "value": 0 + }, + "ScriptAttacked": { + "type": "resref", + "value": "" + }, + "ScriptDamaged": { + "type": "resref", + "value": "" + }, + "ScriptDeath": { + "type": "resref", + "value": "" + }, + "ScriptDialogue": { + "type": "resref", + "value": "innercore_rest" + }, + "ScriptDisturbed": { + "type": "resref", + "value": "" + }, + "ScriptEndRound": { + "type": "resref", + "value": "" + }, + "ScriptHeartbeat": { + "type": "resref", + "value": "" + }, + "ScriptOnBlocked": { + "type": "resref", + "value": "" + }, + "ScriptOnNotice": { + "type": "resref", + "value": "" + }, + "ScriptRested": { + "type": "resref", + "value": "" + }, + "ScriptSpawn": { + "type": "resref", + "value": "" + }, + "ScriptSpellAt": { + "type": "resref", + "value": "" + }, + "ScriptUserDefine": { + "type": "resref", + "value": "" + }, + "SkillList": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + } + ] + }, + "SoundSetFile": { + "type": "word", + "value": 2 + }, + "SpecAbilityList": { + "type": "list", + "value": [ + { + "__struct_id": 4, + "Spell": { + "type": "word", + "value": 1 + }, + "SpellCasterLevel": { + "type": "byte", + "value": 3 + }, + "SpellFlags": { + "type": "byte", + "value": 1 + } + }, + { + "__struct_id": 4, + "Spell": { + "type": "word", + "value": 1 + }, + "SpellCasterLevel": { + "type": "byte", + "value": 3 + }, + "SpellFlags": { + "type": "byte", + "value": 1 + } + }, + { + "__struct_id": 4, + "Spell": { + "type": "word", + "value": 1 + }, + "SpellCasterLevel": { + "type": "byte", + "value": 3 + }, + "SpellFlags": { + "type": "byte", + "value": 1 + } + }, + { + "__struct_id": 4, + "Spell": { + "type": "word", + "value": 1 + }, + "SpellCasterLevel": { + "type": "byte", + "value": 3 + }, + "SpellFlags": { + "type": "byte", + "value": 1 + } + }, + { + "__struct_id": 4, + "Spell": { + "type": "word", + "value": 1 + }, + "SpellCasterLevel": { + "type": "byte", + "value": 3 + }, + "SpellFlags": { + "type": "byte", + "value": 1 + } + }, + { + "__struct_id": 4, + "Spell": { + "type": "word", + "value": 1 + }, + "SpellCasterLevel": { + "type": "byte", + "value": 3 + }, + "SpellFlags": { + "type": "byte", + "value": 1 + } + }, + { + "__struct_id": 4, + "Spell": { + "type": "word", + "value": 222 + }, + "SpellCasterLevel": { + "type": "byte", + "value": 1 + }, + "SpellFlags": { + "type": "byte", + "value": 1 + } + }, + { + "__struct_id": 4, + "Spell": { + "type": "word", + "value": 222 + }, + "SpellCasterLevel": { + "type": "byte", + "value": 1 + }, + "SpellFlags": { + "type": "byte", + "value": 1 + } + }, + { + "__struct_id": 4, + "Spell": { + "type": "word", + "value": 222 + }, + "SpellCasterLevel": { + "type": "byte", + "value": 1 + }, + "SpellFlags": { + "type": "byte", + "value": 1 + } + }, + { + "__struct_id": 4, + "Spell": { + "type": "word", + "value": 222 + }, + "SpellCasterLevel": { + "type": "byte", + "value": 1 + }, + "SpellFlags": { + "type": "byte", + "value": 1 + } + }, + { + "__struct_id": 4, + "Spell": { + "type": "word", + "value": 222 + }, + "SpellCasterLevel": { + "type": "byte", + "value": 1 + }, + "SpellFlags": { + "type": "byte", + "value": 1 + } + }, + { + "__struct_id": 4, + "Spell": { + "type": "word", + "value": 222 + }, + "SpellCasterLevel": { + "type": "byte", + "value": 1 + }, + "SpellFlags": { + "type": "byte", + "value": 1 + } + } + ] + }, + "StartingPackage": { + "type": "byte", + "value": 0 + }, + "Str": { + "type": "byte", + "value": 3 + }, + "Subrace": { + "type": "cexostring", + "value": "" + }, + "Tag": { + "type": "cexostring", + "value": "NW_CLANTERN" + }, + "Tail": { + "type": "byte", + "value": 0 + }, + "TemplateList": { + "type": "list", + "value": [] + }, + "TemplateResRef": { + "type": "resref", + "value": "nw_clantern" + }, + "WalkRate": { + "type": "int", + "value": 1 + }, + "willbonus": { + "type": "short", + "value": 0 + }, + "Wings": { + "type": "byte", + "value": 0 + }, + "Wis": { + "type": "byte", + "value": 11 + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": 9.901997566223145 + }, + "YOrientation": { + "type": "float", + "value": 1.0 + }, + "YPosition": { + "type": "float", + "value": 69.86968994140625 + }, + "ZPosition": { + "type": "float", + "value": 0.6000000238418579 + } + } + ] + }, + "Door List": { + "type": "list", + "value": [ + { + "__struct_id": 8, + "AnimationState": { + "type": "byte", + "value": 1 + }, + "Appearance": { + "type": "dword", + "value": 68 + }, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Bearing": { + "type": "float", + "value": -1.570794820785523 + }, + "CloseLockDC": { + "type": "byte", + "value": 0 + }, + "Conversation": { + "type": "resref", + "value": "" + }, + "CurrentHP": { + "type": "short", + "value": 80 + }, + "Description": { + "type": "cexolocstring", + "value": {} + }, + "DisarmDC": { + "type": "byte", + "value": 15 + }, + "Faction": { + "type": "dword", + "value": 1 + }, + "Fort": { + "type": "byte", + "value": 16 + }, + "GenericType": { + "type": "byte", + "value": 0 + }, + "Hardness": { + "type": "byte", + "value": 5 + }, + "HP": { + "type": "short", + "value": 80 + }, + "Interruptable": { + "type": "byte", + "value": 1 + }, + "KeyName": { + "type": "cexostring", + "value": "" + }, + "KeyRequired": { + "type": "byte", + "value": 0 + }, + "LinkedTo": { + "type": "cexostring", + "value": "" + }, + "LinkedToFlags": { + "type": "byte", + "value": 0 + }, + "LoadScreenID": { + "type": "word", + "value": 0 + }, + "Lockable": { + "type": "byte", + "value": 0 + }, + "Locked": { + "type": "byte", + "value": 0 + }, + "LocName": { + "id": 5349, + "type": "cexolocstring", + "value": {} + }, + "OnClick": { + "type": "resref", + "value": "" + }, + "OnClosed": { + "type": "resref", + "value": "" + }, + "OnDamaged": { + "type": "resref", + "value": "" + }, + "OnDeath": { + "type": "resref", + "value": "x2_door_death" + }, + "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": 0 + }, + "PortraitId": { + "type": "word", + "value": 0 + }, + "Ref": { + "type": "byte", + "value": 0 + }, + "Tag": { + "type": "cexostring", + "value": "Breach" + }, + "TemplateResRef": { + "type": "resref", + "value": "nw_door_ttr_27" + }, + "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": 77.01000213623047 + }, + "Y": { + "type": "float", + "value": 12.88000011444092 + }, + "Z": { + "type": "float", + "value": 0.0 + } + } + ] + }, + "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": 28 + }, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Bearing": { + "type": "float", + "value": -0.0 + }, + "BodyBag": { + "type": "byte", + "value": 0 + }, + "CloseLockDC": { + "type": "byte", + "value": 0 + }, + "Conversation": { + "type": "resref", + "value": "" + }, + "CurrentHP": { + "type": "short", + "value": 15 + }, + "Description": { + "id": 14533, + "type": "cexolocstring", + "value": { + "0": "A portal glows softly before you. You wonder where it leads." + } + }, + "DisarmDC": { + "type": "byte", + "value": 15 + }, + "Faction": { + "type": "dword", + "value": 2 + }, + "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": 5670, + "type": "cexolocstring", + "value": { + "0": "Genesis Exit Portal" + } + }, + "OnClosed": { + "type": "resref", + "value": "" + }, + "OnDamaged": { + "type": "resref", + "value": "" + }, + "OnDeath": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnHeartbeat": { + "type": "resref", + "value": "" + }, + "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": "psi_gen_exit" + }, + "OnUserDefined": { + "type": "resref", + "value": "" + }, + "OpenLockDC": { + "type": "byte", + "value": 18 + }, + "Plot": { + "type": "byte", + "value": 1 + }, + "PortraitId": { + "type": "word", + "value": 386 + }, + "Ref": { + "type": "byte", + "value": 0 + }, + "Static": { + "type": "byte", + "value": 0 + }, + "Tag": { + "type": "cexostring", + "value": "GenesisExit02" + }, + "TemplateResRef": { + "type": "resref", + "value": "genesisexit" + }, + "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": 1 + }, + "Will": { + "type": "byte", + "value": 0 + }, + "X": { + "type": "float", + "value": 39.69971084594727 + }, + "Y": { + "type": "float", + "value": 49.18886566162109 + }, + "Z": { + "type": "float", + "value": 10.00000286102295 + } + } + ] + }, + "SoundList": { + "type": "list", + "value": [ + { + "__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": 25000 + }, + "IntervalVrtn": { + "type": "dword", + "value": 5000 + }, + "LocName": { + "id": 68030, + "type": "cexolocstring", + "value": {} + }, + "Looping": { + "type": "byte", + "value": 0 + }, + "MaxDistance": { + "type": "float", + "value": 10.0 + }, + "MinDistance": { + "type": "float", + "value": 1.0 + }, + "PitchVariation": { + "type": "float", + "value": 0.2000000029802322 + }, + "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": 127 + }, + "VolumeVrtn": { + "type": "byte", + "value": 0 + }, + "XPosition": { + "type": "float", + "value": 35.77315521240234 + }, + "YPosition": { + "type": "float", + "value": 28.92969131469727 + }, + "ZPosition": { + "type": "float", + "value": -1.899999856948853 + } + }, + { + "__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": 25000 + }, + "IntervalVrtn": { + "type": "dword", + "value": 5000 + }, + "LocName": { + "id": 68030, + "type": "cexolocstring", + "value": {} + }, + "Looping": { + "type": "byte", + "value": 0 + }, + "MaxDistance": { + "type": "float", + "value": 10.0 + }, + "MinDistance": { + "type": "float", + "value": 1.0 + }, + "PitchVariation": { + "type": "float", + "value": 0.2000000029802322 + }, + "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": 127 + }, + "VolumeVrtn": { + "type": "byte", + "value": 0 + }, + "XPosition": { + "type": "float", + "value": 2.996747970581055 + }, + "YPosition": { + "type": "float", + "value": 34.84434509277344 + }, + "ZPosition": { + "type": "float", + "value": 1.588324546813965 + } + }, + { + "__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": 25000 + }, + "IntervalVrtn": { + "type": "dword", + "value": 5000 + }, + "LocName": { + "id": 68034, + "type": "cexolocstring", + "value": {} + }, + "Looping": { + "type": "byte", + "value": 0 + }, + "MaxDistance": { + "type": "float", + "value": 10.0 + }, + "MinDistance": { + "type": "float", + "value": 1.0 + }, + "PitchVariation": { + "type": "float", + "value": 0.2000000029802322 + }, + "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_guststrng1" + } + } + ] + }, + "Tag": { + "type": "cexostring", + "value": "WindGustStrong" + }, + "TemplateResRef": { + "type": "resref", + "value": "windguststrong" + }, + "Times": { + "type": "byte", + "value": 3 + }, + "Volume": { + "type": "byte", + "value": 127 + }, + "VolumeVrtn": { + "type": "byte", + "value": 0 + }, + "XPosition": { + "type": "float", + "value": 66.09418487548828 + }, + "YPosition": { + "type": "float", + "value": 74.35420989990234 + }, + "ZPosition": { + "type": "float", + "value": 6.703686237335205 + } + }, + { + "__struct_id": 6, + "Active": { + "type": "byte", + "value": 1 + }, + "Continuous": { + "type": "byte", + "value": 1 + }, + "Elevation": { + "type": "float", + "value": 1.0 + }, + "GeneratedType": { + "type": "dword", + "value": 0 + }, + "Hours": { + "type": "dword", + "value": 0 + }, + "Interval": { + "type": "dword", + "value": 10000 + }, + "IntervalVrtn": { + "type": "dword", + "value": 5000 + }, + "LocName": { + "id": 91312, + "type": "cexolocstring", + "value": {} + }, + "Looping": { + "type": "byte", + "value": 0 + }, + "MaxDistance": { + "type": "float", + "value": 10.0 + }, + "MinDistance": { + "type": "float", + "value": 1.0 + }, + "PitchVariation": { + "type": "float", + "value": 0.300000011920929 + }, + "Positional": { + "type": "byte", + "value": 0 + }, + "Priority": { + "type": "byte", + "value": 19 + }, + "Random": { + "type": "byte", + "value": 1 + }, + "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_na_x2iccrmb1" + } + }, + { + "__struct_id": 0, + "Sound": { + "type": "resref", + "value": "as_na_x2iccrmb10" + } + }, + { + "__struct_id": 0, + "Sound": { + "type": "resref", + "value": "as_na_x2iccrmb2" + } + }, + { + "__struct_id": 0, + "Sound": { + "type": "resref", + "value": "as_na_x2iccrmb3" + } + }, + { + "__struct_id": 0, + "Sound": { + "type": "resref", + "value": "as_na_x2iccrmb4" + } + }, + { + "__struct_id": 0, + "Sound": { + "type": "resref", + "value": "as_na_x2iccrmb5" + } + }, + { + "__struct_id": 0, + "Sound": { + "type": "resref", + "value": "as_na_x2iccrmb6" + } + }, + { + "__struct_id": 0, + "Sound": { + "type": "resref", + "value": "as_na_x2iccrmb7" + } + }, + { + "__struct_id": 0, + "Sound": { + "type": "resref", + "value": "as_na_x2iccrmb8" + } + }, + { + "__struct_id": 0, + "Sound": { + "type": "resref", + "value": "as_na_x2iccrmb9" + } + } + ] + }, + "Tag": { + "type": "cexostring", + "value": "IceCrumbling" + }, + "TemplateResRef": { + "type": "resref", + "value": "icecrumbling" + }, + "Times": { + "type": "byte", + "value": 3 + }, + "Volume": { + "type": "byte", + "value": 127 + }, + "VolumeVrtn": { + "type": "byte", + "value": 0 + }, + "XPosition": { + "type": "float", + "value": 39.02038192749023 + }, + "YPosition": { + "type": "float", + "value": 8.978778839111328 + }, + "ZPosition": { + "type": "float", + "value": 1.0 + } + }, + { + "__struct_id": 6, + "Active": { + "type": "byte", + "value": 1 + }, + "Continuous": { + "type": "byte", + "value": 1 + }, + "Elevation": { + "type": "float", + "value": 1.0 + }, + "GeneratedType": { + "type": "dword", + "value": 0 + }, + "Hours": { + "type": "dword", + "value": 0 + }, + "Interval": { + "type": "dword", + "value": 10000 + }, + "IntervalVrtn": { + "type": "dword", + "value": 5000 + }, + "LocName": { + "id": 91312, + "type": "cexolocstring", + "value": {} + }, + "Looping": { + "type": "byte", + "value": 0 + }, + "MaxDistance": { + "type": "float", + "value": 10.0 + }, + "MinDistance": { + "type": "float", + "value": 1.0 + }, + "PitchVariation": { + "type": "float", + "value": 0.300000011920929 + }, + "Positional": { + "type": "byte", + "value": 0 + }, + "Priority": { + "type": "byte", + "value": 19 + }, + "Random": { + "type": "byte", + "value": 1 + }, + "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_na_x2iccrmb1" + } + }, + { + "__struct_id": 0, + "Sound": { + "type": "resref", + "value": "as_na_x2iccrmb10" + } + }, + { + "__struct_id": 0, + "Sound": { + "type": "resref", + "value": "as_na_x2iccrmb2" + } + }, + { + "__struct_id": 0, + "Sound": { + "type": "resref", + "value": "as_na_x2iccrmb3" + } + }, + { + "__struct_id": 0, + "Sound": { + "type": "resref", + "value": "as_na_x2iccrmb4" + } + }, + { + "__struct_id": 0, + "Sound": { + "type": "resref", + "value": "as_na_x2iccrmb5" + } + }, + { + "__struct_id": 0, + "Sound": { + "type": "resref", + "value": "as_na_x2iccrmb6" + } + }, + { + "__struct_id": 0, + "Sound": { + "type": "resref", + "value": "as_na_x2iccrmb7" + } + }, + { + "__struct_id": 0, + "Sound": { + "type": "resref", + "value": "as_na_x2iccrmb8" + } + }, + { + "__struct_id": 0, + "Sound": { + "type": "resref", + "value": "as_na_x2iccrmb9" + } + } + ] + }, + "Tag": { + "type": "cexostring", + "value": "IceCrumbling" + }, + "TemplateResRef": { + "type": "resref", + "value": "icecrumbling" + }, + "Times": { + "type": "byte", + "value": 3 + }, + "Volume": { + "type": "byte", + "value": 127 + }, + "VolumeVrtn": { + "type": "byte", + "value": 0 + }, + "XPosition": { + "type": "float", + "value": 45.81055450439453 + }, + "YPosition": { + "type": "float", + "value": 55.63458633422852 + }, + "ZPosition": { + "type": "float", + "value": 11.29591751098633 + } + }, + { + "__struct_id": 6, + "Active": { + "type": "byte", + "value": 1 + }, + "Continuous": { + "type": "byte", + "value": 1 + }, + "Elevation": { + "type": "float", + "value": 1.0 + }, + "GeneratedType": { + "type": "dword", + "value": 0 + }, + "Hours": { + "type": "dword", + "value": 0 + }, + "Interval": { + "type": "dword", + "value": 10000 + }, + "IntervalVrtn": { + "type": "dword", + "value": 5000 + }, + "LocName": { + "id": 91311, + "type": "cexolocstring", + "value": {} + }, + "Looping": { + "type": "byte", + "value": 0 + }, + "MaxDistance": { + "type": "float", + "value": 10.0 + }, + "MinDistance": { + "type": "float", + "value": 1.0 + }, + "PitchVariation": { + "type": "float", + "value": 0.300000011920929 + }, + "Positional": { + "type": "byte", + "value": 0 + }, + "Priority": { + "type": "byte", + "value": 19 + }, + "Random": { + "type": "byte", + "value": 1 + }, + "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_na_x2iccrak1" + } + }, + { + "__struct_id": 0, + "Sound": { + "type": "resref", + "value": "as_na_x2iccrak10" + } + }, + { + "__struct_id": 0, + "Sound": { + "type": "resref", + "value": "as_na_x2iccrak2" + } + }, + { + "__struct_id": 0, + "Sound": { + "type": "resref", + "value": "as_na_x2iccrak3" + } + }, + { + "__struct_id": 0, + "Sound": { + "type": "resref", + "value": "as_na_x2iccrak4" + } + }, + { + "__struct_id": 0, + "Sound": { + "type": "resref", + "value": "as_na_x2iccrak5" + } + }, + { + "__struct_id": 0, + "Sound": { + "type": "resref", + "value": "as_na_x2iccrak6" + } + }, + { + "__struct_id": 0, + "Sound": { + "type": "resref", + "value": "as_na_x2iccrak7" + } + }, + { + "__struct_id": 0, + "Sound": { + "type": "resref", + "value": "as_na_x2iccrak8" + } + }, + { + "__struct_id": 0, + "Sound": { + "type": "resref", + "value": "as_na_x2iccrak9" + } + } + ] + }, + "Tag": { + "type": "cexostring", + "value": "IceCracking" + }, + "TemplateResRef": { + "type": "resref", + "value": "icecracking" + }, + "Times": { + "type": "byte", + "value": 3 + }, + "Volume": { + "type": "byte", + "value": 127 + }, + "VolumeVrtn": { + "type": "byte", + "value": 0 + }, + "XPosition": { + "type": "float", + "value": 7.411387443542481 + }, + "YPosition": { + "type": "float", + "value": 46.72670745849609 + }, + "ZPosition": { + "type": "float", + "value": 0.9999999403953552 + } + }, + { + "__struct_id": 6, + "Active": { + "type": "byte", + "value": 1 + }, + "Continuous": { + "type": "byte", + "value": 1 + }, + "Elevation": { + "type": "float", + "value": 1.0 + }, + "GeneratedType": { + "type": "dword", + "value": 0 + }, + "Hours": { + "type": "dword", + "value": 0 + }, + "Interval": { + "type": "dword", + "value": 10000 + }, + "IntervalVrtn": { + "type": "dword", + "value": 5000 + }, + "LocName": { + "id": 91311, + "type": "cexolocstring", + "value": {} + }, + "Looping": { + "type": "byte", + "value": 0 + }, + "MaxDistance": { + "type": "float", + "value": 10.0 + }, + "MinDistance": { + "type": "float", + "value": 1.0 + }, + "PitchVariation": { + "type": "float", + "value": 0.300000011920929 + }, + "Positional": { + "type": "byte", + "value": 0 + }, + "Priority": { + "type": "byte", + "value": 19 + }, + "Random": { + "type": "byte", + "value": 1 + }, + "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_na_x2iccrak1" + } + }, + { + "__struct_id": 0, + "Sound": { + "type": "resref", + "value": "as_na_x2iccrak10" + } + }, + { + "__struct_id": 0, + "Sound": { + "type": "resref", + "value": "as_na_x2iccrak2" + } + }, + { + "__struct_id": 0, + "Sound": { + "type": "resref", + "value": "as_na_x2iccrak3" + } + }, + { + "__struct_id": 0, + "Sound": { + "type": "resref", + "value": "as_na_x2iccrak4" + } + }, + { + "__struct_id": 0, + "Sound": { + "type": "resref", + "value": "as_na_x2iccrak5" + } + }, + { + "__struct_id": 0, + "Sound": { + "type": "resref", + "value": "as_na_x2iccrak6" + } + }, + { + "__struct_id": 0, + "Sound": { + "type": "resref", + "value": "as_na_x2iccrak7" + } + }, + { + "__struct_id": 0, + "Sound": { + "type": "resref", + "value": "as_na_x2iccrak8" + } + }, + { + "__struct_id": 0, + "Sound": { + "type": "resref", + "value": "as_na_x2iccrak9" + } + } + ] + }, + "Tag": { + "type": "cexostring", + "value": "IceCracking" + }, + "TemplateResRef": { + "type": "resref", + "value": "icecracking" + }, + "Times": { + "type": "byte", + "value": 3 + }, + "Volume": { + "type": "byte", + "value": 127 + }, + "VolumeVrtn": { + "type": "byte", + "value": 0 + }, + "XPosition": { + "type": "float", + "value": 37.93146514892578 + }, + "YPosition": { + "type": "float", + "value": 72.40705871582031 + }, + "ZPosition": { + "type": "float", + "value": 6.000000953674316 + } + }, + { + "__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": 67845, + "type": "cexolocstring", + "value": {} + }, + "Looping": { + "type": "byte", + "value": 1 + }, + "MaxDistance": { + "type": "float", + "value": 10.0 + }, + "MinDistance": { + "type": "float", + "value": 1.0 + }, + "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_mg_entrmyst1" + } + } + ] + }, + "Tag": { + "type": "cexostring", + "value": "EntranceMysterious" + }, + "TemplateResRef": { + "type": "resref", + "value": "entrancemysterio" + }, + "Times": { + "type": "byte", + "value": 3 + }, + "Volume": { + "type": "byte", + "value": 127 + }, + "VolumeVrtn": { + "type": "byte", + "value": 0 + }, + "XPosition": { + "type": "float", + "value": 73.24169158935547 + }, + "YPosition": { + "type": "float", + "value": 13.41970634460449 + }, + "ZPosition": { + "type": "float", + "value": 1.500000238418579 + } + }, + { + "__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": 67903, + "type": "cexolocstring", + "value": {} + }, + "Looping": { + "type": "byte", + "value": 1 + }, + "MaxDistance": { + "type": "float", + "value": 10.0 + }, + "MinDistance": { + "type": "float", + "value": 1.0 + }, + "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_mg_portal2" + } + } + ] + }, + "Tag": { + "type": "cexostring", + "value": "MagicPortalWater" + }, + "TemplateResRef": { + "type": "resref", + "value": "magicportalwater" + }, + "Times": { + "type": "byte", + "value": 3 + }, + "Volume": { + "type": "byte", + "value": 127 + }, + "VolumeVrtn": { + "type": "byte", + "value": 0 + }, + "XPosition": { + "type": "float", + "value": 9.90831470489502 + }, + "YPosition": { + "type": "float", + "value": 69.70172882080078 + }, + "ZPosition": { + "type": "float", + "value": 2.099999904632568 + } + } + ] + }, + "StoreList": { + "type": "list", + "value": [] + }, + "TriggerList": { + "type": "list", + "value": [] + }, + "WaypointList": { + "type": "list", + "value": [] + } +} diff --git a/_module/git/ey_dpcon_erewood.git.json b/_module/git/ey_dpcon_erewood.git.json new file mode 100644 index 0000000..d3ed1c8 --- /dev/null +++ b/_module/git/ey_dpcon_erewood.git.json @@ -0,0 +1,8192 @@ +{ + "__data_type": "GIT ", + "AreaProperties": { + "__struct_id": 100, + "type": "struct", + "value": { + "__struct_id": 100, + "AmbientSndDay": { + "type": "int", + "value": 53 + }, + "AmbientSndDayVol": { + "type": "int", + "value": 32 + }, + "AmbientSndNight": { + "type": "int", + "value": 53 + }, + "AmbientSndNitVol": { + "type": "int", + "value": 32 + }, + "EnvAudio": { + "type": "int", + "value": 15 + }, + "MusicBattle": { + "type": "int", + "value": 35 + }, + "MusicDay": { + "type": "int", + "value": 3 + }, + "MusicDelay": { + "type": "int", + "value": 90000 + }, + "MusicNight": { + "type": "int", + "value": 3 + } + } + }, + "Creature List": { + "type": "list", + "value": [] + }, + "Door List": { + "type": "list", + "value": [] + }, + "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": 51 + }, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Bearing": { + "type": "float", + "value": 3.018872022628784 + }, + "BodyBag": { + "type": "byte", + "value": 0 + }, + "CloseLockDC": { + "type": "byte", + "value": 0 + }, + "Conversation": { + "type": "resref", + "value": "" + }, + "CurrentHP": { + "type": "short", + "value": 15 + }, + "Description": { + "id": 14557, + "type": "cexolocstring", + "value": {} + }, + "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": 14558, + "type": "cexolocstring", + "value": {} + }, + "OnClosed": { + "type": "resref", + "value": "" + }, + "OnDamaged": { + "type": "resref", + "value": "" + }, + "OnDeath": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnHeartbeat": { + "type": "resref", + "value": "" + }, + "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": "x2_plc_used_sit" + }, + "OnUserDefined": { + "type": "resref", + "value": "" + }, + "OpenLockDC": { + "type": "byte", + "value": 18 + }, + "Plot": { + "type": "byte", + "value": 1 + }, + "PortraitId": { + "type": "word", + "value": 409 + }, + "Ref": { + "type": "byte", + "value": 0 + }, + "Static": { + "type": "byte", + "value": 0 + }, + "Tag": { + "type": "cexostring", + "value": "BedBeddingRolls" + }, + "TemplateResRef": { + "type": "resref", + "value": "plc_bedrolls" + }, + "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": 1 + }, + "Will": { + "type": "byte", + "value": 0 + }, + "X": { + "type": "float", + "value": 43.72515106201172 + }, + "Y": { + "type": "float", + "value": 7.315659523010254 + }, + "Z": { + "type": "float", + "value": 9.5367431640625e-006 + } + }, + { + "__struct_id": 9, + "AnimationState": { + "type": "byte", + "value": 0 + }, + "Appearance": { + "type": "dword", + "value": 58 + }, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Bearing": { + "type": "float", + "value": 0.5154173374176025 + }, + "BodyBag": { + "type": "byte", + "value": 0 + }, + "CloseLockDC": { + "type": "byte", + "value": 0 + }, + "Conversation": { + "type": "resref", + "value": "" + }, + "CurrentHP": { + "type": "short", + "value": 15 + }, + "Description": { + "id": 14586, + "type": "cexolocstring", + "value": {} + }, + "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": 5700, + "type": "cexolocstring", + "value": {} + }, + "OnClosed": { + "type": "resref", + "value": "" + }, + "OnDamaged": { + "type": "resref", + "value": "" + }, + "OnDeath": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnHeartbeat": { + "type": "resref", + "value": "" + }, + "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": 416 + }, + "Ref": { + "type": "byte", + "value": 0 + }, + "Static": { + "type": "byte", + "value": 1 + }, + "Tag": { + "type": "cexostring", + "value": "Campfire" + }, + "TemplateResRef": { + "type": "resref", + "value": "plc_campfr" + }, + "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": 42.82106781005859 + }, + "Y": { + "type": "float", + "value": 9.7994384765625 + }, + "Z": { + "type": "float", + "value": 9.5367431640625e-006 + } + }, + { + "__struct_id": 9, + "AnimationState": { + "type": "byte", + "value": 0 + }, + "Appearance": { + "type": "dword", + "value": 100 + }, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Bearing": { + "type": "float", + "value": -0.0 + }, + "BodyBag": { + "type": "byte", + "value": 0 + }, + "CloseLockDC": { + "type": "byte", + "value": 0 + }, + "Conversation": { + "type": "resref", + "value": "" + }, + "CurrentHP": { + "type": "short", + "value": 15 + }, + "Description": { + "id": 14746, + "type": "cexolocstring", + "value": {} + }, + "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": 5743, + "type": "cexolocstring", + "value": {} + }, + "OnClosed": { + "type": "resref", + "value": "" + }, + "OnDamaged": { + "type": "resref", + "value": "" + }, + "OnDeath": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnHeartbeat": { + "type": "resref", + "value": "" + }, + "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": 458 + }, + "Ref": { + "type": "byte", + "value": 0 + }, + "Static": { + "type": "byte", + "value": 1 + }, + "Tag": { + "type": "cexostring", + "value": "Tree - Normal" + }, + "TemplateResRef": { + "type": "resref", + "value": "plc_tree" + }, + "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": 40.3640022277832 + }, + "Y": { + "type": "float", + "value": 7.260047912597656 + }, + "Z": { + "type": "float", + "value": 9.5367431640625e-006 + } + }, + { + "__struct_id": 9, + "AnimationState": { + "type": "byte", + "value": 0 + }, + "Appearance": { + "type": "dword", + "value": 101 + }, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Bearing": { + "type": "float", + "value": -0.0 + }, + "BodyBag": { + "type": "byte", + "value": 0 + }, + "CloseLockDC": { + "type": "byte", + "value": 0 + }, + "Conversation": { + "type": "resref", + "value": "" + }, + "CurrentHP": { + "type": "short", + "value": 15 + }, + "Description": { + "id": 14747, + "type": "cexolocstring", + "value": {} + }, + "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": 5743, + "type": "cexolocstring", + "value": {} + }, + "OnClosed": { + "type": "resref", + "value": "" + }, + "OnDamaged": { + "type": "resref", + "value": "" + }, + "OnDeath": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnHeartbeat": { + "type": "resref", + "value": "" + }, + "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": 459 + }, + "Ref": { + "type": "byte", + "value": 0 + }, + "Static": { + "type": "byte", + "value": 1 + }, + "Tag": { + "type": "cexostring", + "value": "Tree - Autumn" + }, + "TemplateResRef": { + "type": "resref", + "value": "plc_treeautumn" + }, + "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": 37.41852569580078 + }, + "Y": { + "type": "float", + "value": 9.084003448486328 + }, + "Z": { + "type": "float", + "value": 0.0 + } + }, + { + "__struct_id": 9, + "AnimationState": { + "type": "byte", + "value": 0 + }, + "Appearance": { + "type": "dword", + "value": 101 + }, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Bearing": { + "type": "float", + "value": -0.0 + }, + "BodyBag": { + "type": "byte", + "value": 0 + }, + "CloseLockDC": { + "type": "byte", + "value": 0 + }, + "Conversation": { + "type": "resref", + "value": "" + }, + "CurrentHP": { + "type": "short", + "value": 15 + }, + "Description": { + "id": 14747, + "type": "cexolocstring", + "value": {} + }, + "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": 5743, + "type": "cexolocstring", + "value": {} + }, + "OnClosed": { + "type": "resref", + "value": "" + }, + "OnDamaged": { + "type": "resref", + "value": "" + }, + "OnDeath": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnHeartbeat": { + "type": "resref", + "value": "" + }, + "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": 459 + }, + "Ref": { + "type": "byte", + "value": 0 + }, + "Static": { + "type": "byte", + "value": 1 + }, + "Tag": { + "type": "cexostring", + "value": "Tree - Autumn" + }, + "TemplateResRef": { + "type": "resref", + "value": "plc_treeautumn" + }, + "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": 37.77213287353516 + }, + "Y": { + "type": "float", + "value": 12.39786338806152 + }, + "Z": { + "type": "float", + "value": -1.937150955200195e-007 + } + }, + { + "__struct_id": 9, + "AnimationState": { + "type": "byte", + "value": 0 + }, + "Appearance": { + "type": "dword", + "value": 100 + }, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Bearing": { + "type": "float", + "value": -0.0 + }, + "BodyBag": { + "type": "byte", + "value": 0 + }, + "CloseLockDC": { + "type": "byte", + "value": 0 + }, + "Conversation": { + "type": "resref", + "value": "" + }, + "CurrentHP": { + "type": "short", + "value": 15 + }, + "Description": { + "id": 14746, + "type": "cexolocstring", + "value": {} + }, + "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": 5743, + "type": "cexolocstring", + "value": {} + }, + "OnClosed": { + "type": "resref", + "value": "" + }, + "OnDamaged": { + "type": "resref", + "value": "" + }, + "OnDeath": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnHeartbeat": { + "type": "resref", + "value": "" + }, + "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": 458 + }, + "Ref": { + "type": "byte", + "value": 0 + }, + "Static": { + "type": "byte", + "value": 1 + }, + "Tag": { + "type": "cexostring", + "value": "Tree - Normal" + }, + "TemplateResRef": { + "type": "resref", + "value": "plc_tree" + }, + "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": 43.51470565795898 + }, + "Y": { + "type": "float", + "value": 14.01102447509766 + }, + "Z": { + "type": "float", + "value": 0.04150157049298286 + } + }, + { + "__struct_id": 9, + "AnimationState": { + "type": "byte", + "value": 0 + }, + "Appearance": { + "type": "dword", + "value": 101 + }, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Bearing": { + "type": "float", + "value": -0.0 + }, + "BodyBag": { + "type": "byte", + "value": 0 + }, + "CloseLockDC": { + "type": "byte", + "value": 0 + }, + "Conversation": { + "type": "resref", + "value": "" + }, + "CurrentHP": { + "type": "short", + "value": 15 + }, + "Description": { + "id": 14747, + "type": "cexolocstring", + "value": {} + }, + "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": 5743, + "type": "cexolocstring", + "value": {} + }, + "OnClosed": { + "type": "resref", + "value": "" + }, + "OnDamaged": { + "type": "resref", + "value": "" + }, + "OnDeath": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnHeartbeat": { + "type": "resref", + "value": "" + }, + "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": 459 + }, + "Ref": { + "type": "byte", + "value": 0 + }, + "Static": { + "type": "byte", + "value": 1 + }, + "Tag": { + "type": "cexostring", + "value": "Tree - Autumn" + }, + "TemplateResRef": { + "type": "resref", + "value": "plc_treeautumn" + }, + "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": 42.63576126098633 + }, + "Y": { + "type": "float", + "value": 13.1573600769043 + }, + "Z": { + "type": "float", + "value": -0.005504768341779709 + } + }, + { + "__struct_id": 9, + "AnimationState": { + "type": "byte", + "value": 0 + }, + "Appearance": { + "type": "dword", + "value": 187 + }, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Bearing": { + "type": "float", + "value": -0.0 + }, + "BodyBag": { + "type": "byte", + "value": 0 + }, + "CloseLockDC": { + "type": "byte", + "value": 0 + }, + "Conversation": { + "type": "resref", + "value": "" + }, + "CurrentHP": { + "type": "short", + "value": 15 + }, + "Description": { + "id": 66885, + "type": "cexolocstring", + "value": {} + }, + "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": 52998, + "type": "cexolocstring", + "value": {} + }, + "OnClosed": { + "type": "resref", + "value": "" + }, + "OnDamaged": { + "type": "resref", + "value": "" + }, + "OnDeath": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnHeartbeat": { + "type": "resref", + "value": "" + }, + "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": 550 + }, + "Ref": { + "type": "byte", + "value": 0 + }, + "Static": { + "type": "byte", + "value": 1 + }, + "Tag": { + "type": "cexostring", + "value": "Boulder" + }, + "TemplateResRef": { + "type": "resref", + "value": "plc_boulder" + }, + "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": 38.5255241394043 + }, + "Y": { + "type": "float", + "value": 43.9696159362793 + }, + "Z": { + "type": "float", + "value": 2.384185791015625e-007 + } + }, + { + "__struct_id": 9, + "AnimationState": { + "type": "byte", + "value": 0 + }, + "Appearance": { + "type": "dword", + "value": 95 + }, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Bearing": { + "type": "float", + "value": -0.0 + }, + "BodyBag": { + "type": "byte", + "value": 0 + }, + "CloseLockDC": { + "type": "byte", + "value": 0 + }, + "Conversation": { + "type": "resref", + "value": "" + }, + "CurrentHP": { + "type": "short", + "value": 15 + }, + "Description": { + "id": 14736, + "type": "cexolocstring", + "value": {} + }, + "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": 5738, + "type": "cexolocstring", + "value": {} + }, + "OnClosed": { + "type": "resref", + "value": "" + }, + "OnDamaged": { + "type": "resref", + "value": "" + }, + "OnDeath": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnHeartbeat": { + "type": "resref", + "value": "" + }, + "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": 453 + }, + "Ref": { + "type": "byte", + "value": 0 + }, + "Static": { + "type": "byte", + "value": 1 + }, + "Tag": { + "type": "cexostring", + "value": "Stones" + }, + "TemplateResRef": { + "type": "resref", + "value": "plc_stones" + }, + "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": 39.49908065795898 + }, + "Y": { + "type": "float", + "value": 42.78000640869141 + }, + "Z": { + "type": "float", + "value": 0.0 + } + }, + { + "__struct_id": 9, + "AnimationState": { + "type": "byte", + "value": 0 + }, + "Appearance": { + "type": "dword", + "value": 176 + }, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Bearing": { + "type": "float", + "value": -0.0 + }, + "BodyBag": { + "type": "byte", + "value": 0 + }, + "CloseLockDC": { + "type": "byte", + "value": 0 + }, + "Conversation": { + "type": "resref", + "value": "" + }, + "CurrentHP": { + "type": "short", + "value": 15 + }, + "Description": { + "id": 14750, + "type": "cexolocstring", + "value": {} + }, + "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": 5819, + "type": "cexolocstring", + "value": {} + }, + "OnClosed": { + "type": "resref", + "value": "" + }, + "OnDamaged": { + "type": "resref", + "value": "" + }, + "OnDeath": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnHeartbeat": { + "type": "resref", + "value": "" + }, + "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": 534 + }, + "Ref": { + "type": "byte", + "value": 0 + }, + "Static": { + "type": "byte", + "value": 1 + }, + "Tag": { + "type": "cexostring", + "value": "WaterDrip" + }, + "TemplateResRef": { + "type": "resref", + "value": "plc_waterdrip" + }, + "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": 44.82220077514648 + }, + "Y": { + "type": "float", + "value": 8.010405540466309 + }, + "Z": { + "type": "float", + "value": -4.76837158203125e-007 + } + }, + { + "__struct_id": 9, + "AnimationState": { + "type": "byte", + "value": 0 + }, + "Appearance": { + "type": "dword", + "value": 148 + }, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Bearing": { + "type": "float", + "value": -0.0 + }, + "BodyBag": { + "type": "byte", + "value": 0 + }, + "CloseLockDC": { + "type": "byte", + "value": 0 + }, + "Conversation": { + "type": "resref", + "value": "" + }, + "CurrentHP": { + "type": "short", + "value": 15 + }, + "Description": { + "id": 14609, + "type": "cexolocstring", + "value": {} + }, + "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": 5791, + "type": "cexolocstring", + "value": {} + }, + "OnClosed": { + "type": "resref", + "value": "" + }, + "OnDamaged": { + "type": "resref", + "value": "" + }, + "OnDeath": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnHeartbeat": { + "type": "resref", + "value": "" + }, + "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": 506 + }, + "Ref": { + "type": "byte", + "value": 0 + }, + "Static": { + "type": "byte", + "value": 1 + }, + "Tag": { + "type": "cexostring", + "value": "Dust Plume" + }, + "TemplateResRef": { + "type": "resref", + "value": "plc_dustplume" + }, + "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": 23.31093406677246 + }, + "Y": { + "type": "float", + "value": 6.334214210510254 + }, + "Z": { + "type": "float", + "value": 0.0429927408695221 + } + }, + { + "__struct_id": 9, + "AnimationState": { + "type": "byte", + "value": 0 + }, + "Appearance": { + "type": "dword", + "value": 46 + }, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Bearing": { + "type": "float", + "value": -0.8590286374092102 + }, + "BodyBag": { + "type": "byte", + "value": 0 + }, + "CloseLockDC": { + "type": "byte", + "value": 0 + }, + "Conversation": { + "type": "resref", + "value": "" + }, + "CurrentHP": { + "type": "short", + "value": 15 + }, + "Description": { + "id": 14540, + "type": "cexolocstring", + "value": {} + }, + "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": 14541, + "type": "cexolocstring", + "value": { + "0": "Focus" + } + }, + "OnClosed": { + "type": "resref", + "value": "" + }, + "OnDamaged": { + "type": "resref", + "value": "" + }, + "OnDeath": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnHeartbeat": { + "type": "resref", + "value": "" + }, + "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": "ey_dpcon_med" + }, + "OnUserDefined": { + "type": "resref", + "value": "" + }, + "OpenLockDC": { + "type": "byte", + "value": 18 + }, + "Plot": { + "type": "byte", + "value": 1 + }, + "PortraitId": { + "type": "word", + "value": 404 + }, + "Ref": { + "type": "byte", + "value": 0 + }, + "Static": { + "type": "byte", + "value": 0 + }, + "Tag": { + "type": "cexostring", + "value": "AltarShrineEvil" + }, + "TemplateResRef": { + "type": "resref", + "value": "plc_altrevil" + }, + "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": 1 + }, + "Will": { + "type": "byte", + "value": 0 + }, + "X": { + "type": "float", + "value": 41.14682006835938 + }, + "Y": { + "type": "float", + "value": 41.42173385620117 + }, + "Z": { + "type": "float", + "value": 0.08515427261590958 + } + }, + { + "__struct_id": 9, + "AnimationState": { + "type": "byte", + "value": 0 + }, + "Appearance": { + "type": "dword", + "value": 165 + }, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Bearing": { + "type": "float", + "value": -0.0 + }, + "BodyBag": { + "type": "byte", + "value": 0 + }, + "CloseLockDC": { + "type": "byte", + "value": 0 + }, + "Conversation": { + "type": "resref", + "value": "" + }, + "CurrentHP": { + "type": "short", + "value": 15 + }, + "Description": { + "id": 14677, + "type": "cexolocstring", + "value": {} + }, + "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": 14673, + "type": "cexolocstring", + "value": {} + }, + "OnClosed": { + "type": "resref", + "value": "" + }, + "OnDamaged": { + "type": "resref", + "value": "" + }, + "OnDeath": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnHeartbeat": { + "type": "resref", + "value": "" + }, + "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": 523 + }, + "Ref": { + "type": "byte", + "value": 0 + }, + "Static": { + "type": "byte", + "value": 1 + }, + "Tag": { + "type": "cexostring", + "value": "Magic Sparks - Purple" + }, + "TemplateResRef": { + "type": "resref", + "value": "plc_magicpurple" + }, + "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": 40.90617370605469 + }, + "Y": { + "type": "float", + "value": 41.20880126953125 + }, + "Z": { + "type": "float", + "value": 1.001358032226563e-005 + } + }, + { + "__struct_id": 9, + "AnimationState": { + "type": "byte", + "value": 0 + }, + "Appearance": { + "type": "dword", + "value": 147 + }, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Bearing": { + "type": "float", + "value": -0.0 + }, + "BodyBag": { + "type": "byte", + "value": 0 + }, + "CloseLockDC": { + "type": "byte", + "value": 0 + }, + "Conversation": { + "type": "resref", + "value": "" + }, + "CurrentHP": { + "type": "short", + "value": 15 + }, + "Description": { + "id": 14584, + "type": "cexolocstring", + "value": {} + }, + "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": 5790, + "type": "cexolocstring", + "value": {} + }, + "OnClosed": { + "type": "resref", + "value": "" + }, + "OnDamaged": { + "type": "resref", + "value": "" + }, + "OnDeath": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnHeartbeat": { + "type": "resref", + "value": "" + }, + "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": 505 + }, + "Ref": { + "type": "byte", + "value": 0 + }, + "Static": { + "type": "byte", + "value": 0 + }, + "Tag": { + "type": "cexostring", + "value": "Butterflies" + }, + "TemplateResRef": { + "type": "resref", + "value": "plc_butterflies" + }, + "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": 15.25651454925537 + }, + "Y": { + "type": "float", + "value": 13.30093288421631 + }, + "Z": { + "type": "float", + "value": 0.4138407707214356 + } + }, + { + "__struct_id": 9, + "AnimationState": { + "type": "byte", + "value": 0 + }, + "Appearance": { + "type": "dword", + "value": 81 + }, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Bearing": { + "type": "float", + "value": -0.0 + }, + "BodyBag": { + "type": "byte", + "value": 0 + }, + "CloseLockDC": { + "type": "byte", + "value": 0 + }, + "Conversation": { + "type": "resref", + "value": "" + }, + "CurrentHP": { + "type": "short", + "value": 15 + }, + "Description": { + "id": 14649, + "type": "cexolocstring", + "value": {} + }, + "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": 14650, + "type": "cexolocstring", + "value": {} + }, + "OnClosed": { + "type": "resref", + "value": "" + }, + "OnDamaged": { + "type": "resref", + "value": "" + }, + "OnDeath": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnHeartbeat": { + "type": "resref", + "value": "" + }, + "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": 439 + }, + "Ref": { + "type": "byte", + "value": 0 + }, + "Static": { + "type": "byte", + "value": 1 + }, + "Tag": { + "type": "cexostring", + "value": "Plant Growth - Grass Tufts" + }, + "TemplateResRef": { + "type": "resref", + "value": "plc_grasstuft" + }, + "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": 37.20438003540039 + }, + "Y": { + "type": "float", + "value": 31.95298194885254 + }, + "Z": { + "type": "float", + "value": 2.384185791015625e-007 + } + }, + { + "__struct_id": 9, + "AnimationState": { + "type": "byte", + "value": 0 + }, + "Appearance": { + "type": "dword", + "value": 299 + }, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Bearing": { + "type": "float", + "value": -0.0 + }, + "BodyBag": { + "type": "byte", + "value": 0 + }, + "CloseLockDC": { + "type": "byte", + "value": 0 + }, + "Conversation": { + "type": "resref", + "value": "" + }, + "CurrentHP": { + "type": "short", + "value": 15 + }, + "Description": { + "id": 68872, + "type": "cexolocstring", + "value": {} + }, + "DisarmDC": { + "type": "byte", + "value": 15 + }, + "Faction": { + "type": "dword", + "value": 4294967295 + }, + "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": 9188, + "type": "cexolocstring", + "value": {} + }, + "OnClosed": { + "type": "resref", + "value": "" + }, + "OnDamaged": { + "type": "resref", + "value": "" + }, + "OnDeath": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnHeartbeat": { + "type": "resref", + "value": "" + }, + "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": 0 + }, + "Ref": { + "type": "byte", + "value": 0 + }, + "Static": { + "type": "byte", + "value": 1 + }, + "Tag": { + "type": "cexostring", + "value": "x0_mushrooms" + }, + "TemplateResRef": { + "type": "resref", + "value": "x0_mushrooms" + }, + "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": 27.46503829956055 + }, + "Y": { + "type": "float", + "value": 25.76974487304688 + }, + "Z": { + "type": "float", + "value": 0.3609549999237061 + } + }, + { + "__struct_id": 9, + "AnimationState": { + "type": "byte", + "value": 0 + }, + "Appearance": { + "type": "dword", + "value": 335 + }, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Bearing": { + "type": "float", + "value": -0.0 + }, + "BodyBag": { + "type": "byte", + "value": 0 + }, + "CloseLockDC": { + "type": "byte", + "value": 0 + }, + "Conversation": { + "type": "resref", + "value": "" + }, + "CurrentHP": { + "type": "short", + "value": 15 + }, + "Description": { + "id": 68871, + "type": "cexolocstring", + "value": {} + }, + "DisarmDC": { + "type": "byte", + "value": 15 + }, + "Faction": { + "type": "dword", + "value": 4294967295 + }, + "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": 9207, + "type": "cexolocstring", + "value": {} + }, + "OnClosed": { + "type": "resref", + "value": "" + }, + "OnDamaged": { + "type": "resref", + "value": "" + }, + "OnDeath": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnHeartbeat": { + "type": "resref", + "value": "" + }, + "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": 681 + }, + "Ref": { + "type": "byte", + "value": 0 + }, + "Static": { + "type": "byte", + "value": 1 + }, + "Tag": { + "type": "cexostring", + "value": "Moss" + }, + "TemplateResRef": { + "type": "resref", + "value": "x0_moss" + }, + "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": 27.54284286499023 + }, + "Y": { + "type": "float", + "value": 25.75577354431152 + }, + "Z": { + "type": "float", + "value": 0.3354043960571289 + } + }, + { + "__struct_id": 9, + "AnimationState": { + "type": "byte", + "value": 0 + }, + "Appearance": { + "type": "dword", + "value": 82 + }, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Bearing": { + "type": "float", + "value": -0.0 + }, + "BodyBag": { + "type": "byte", + "value": 0 + }, + "CloseLockDC": { + "type": "byte", + "value": 0 + }, + "Conversation": { + "type": "resref", + "value": "" + }, + "CurrentHP": { + "type": "short", + "value": 15 + }, + "Description": { + "id": 67632, + "type": "cexolocstring", + "value": {} + }, + "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": 5725, + "type": "cexolocstring", + "value": {} + }, + "OnClosed": { + "type": "resref", + "value": "" + }, + "OnDamaged": { + "type": "resref", + "value": "" + }, + "OnDeath": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnHeartbeat": { + "type": "resref", + "value": "" + }, + "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": 440 + }, + "Ref": { + "type": "byte", + "value": 0 + }, + "Static": { + "type": "byte", + "value": 1 + }, + "Tag": { + "type": "cexostring", + "value": "PlantGrowthShrubs" + }, + "TemplateResRef": { + "type": "resref", + "value": "plc_shrub" + }, + "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": 27.71881675720215 + }, + "Y": { + "type": "float", + "value": 24.61386680603027 + }, + "Z": { + "type": "float", + "value": 0.3464046120643616 + } + }, + { + "__struct_id": 9, + "AnimationState": { + "type": "byte", + "value": 0 + }, + "Appearance": { + "type": "dword", + "value": 433 + }, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Bearing": { + "type": "float", + "value": -0.0 + }, + "BodyBag": { + "type": "byte", + "value": 0 + }, + "CloseLockDC": { + "type": "byte", + "value": 0 + }, + "Conversation": { + "type": "resref", + "value": "" + }, + "CurrentHP": { + "type": "short", + "value": 15 + }, + "Description": { + "id": 84172, + "type": "cexolocstring", + "value": {} + }, + "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": 83426, + "type": "cexolocstring", + "value": {} + }, + "OnClosed": { + "type": "resref", + "value": "" + }, + "OnDamaged": { + "type": "resref", + "value": "" + }, + "OnDeath": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnHeartbeat": { + "type": "resref", + "value": "" + }, + "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": 0 + }, + "Ref": { + "type": "byte", + "value": 0 + }, + "Static": { + "type": "byte", + "value": 1 + }, + "Tag": { + "type": "cexostring", + "value": "X2_PLC_HOLE_S" + }, + "TemplateResRef": { + "type": "resref", + "value": "x2_plc_hole_s" + }, + "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": 10.4328727722168 + }, + "Y": { + "type": "float", + "value": 37.45115661621094 + }, + "Z": { + "type": "float", + "value": 0.0183146595954895 + } + }, + { + "__struct_id": 9, + "AnimationState": { + "type": "byte", + "value": 0 + }, + "Appearance": { + "type": "dword", + "value": 58 + }, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Bearing": { + "type": "float", + "value": -0.0 + }, + "BodyBag": { + "type": "byte", + "value": 0 + }, + "CloseLockDC": { + "type": "byte", + "value": 0 + }, + "Conversation": { + "type": "resref", + "value": "" + }, + "CurrentHP": { + "type": "short", + "value": 15 + }, + "Description": { + "id": 14586, + "type": "cexolocstring", + "value": {} + }, + "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": 5700, + "type": "cexolocstring", + "value": {} + }, + "OnClosed": { + "type": "resref", + "value": "" + }, + "OnDamaged": { + "type": "resref", + "value": "" + }, + "OnDeath": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnHeartbeat": { + "type": "resref", + "value": "" + }, + "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": 416 + }, + "Ref": { + "type": "byte", + "value": 0 + }, + "Static": { + "type": "byte", + "value": 1 + }, + "Tag": { + "type": "cexostring", + "value": "Campfire" + }, + "TemplateResRef": { + "type": "resref", + "value": "plc_campfr" + }, + "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": 10.39583396911621 + }, + "Y": { + "type": "float", + "value": 37.53082656860352 + }, + "Z": { + "type": "float", + "value": 0.0144386887550354 + } + }, + { + "__struct_id": 9, + "AnimationState": { + "type": "byte", + "value": 0 + }, + "Appearance": { + "type": "dword", + "value": 178 + }, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Bearing": { + "type": "float", + "value": -0.0 + }, + "BodyBag": { + "type": "byte", + "value": 0 + }, + "CloseLockDC": { + "type": "byte", + "value": 0 + }, + "Conversation": { + "type": "resref", + "value": "" + }, + "CurrentHP": { + "type": "short", + "value": 15 + }, + "Description": { + "id": 14559, + "type": "cexolocstring", + "value": {} + }, + "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": 5821, + "type": "cexolocstring", + "value": {} + }, + "OnClosed": { + "type": "resref", + "value": "" + }, + "OnDamaged": { + "type": "resref", + "value": "" + }, + "OnDeath": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnHeartbeat": { + "type": "resref", + "value": "" + }, + "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": "x2_plc_used_sit" + }, + "OnUserDefined": { + "type": "resref", + "value": "" + }, + "OpenLockDC": { + "type": "byte", + "value": 18 + }, + "Plot": { + "type": "byte", + "value": 1 + }, + "PortraitId": { + "type": "word", + "value": 536 + }, + "Ref": { + "type": "byte", + "value": 0 + }, + "Static": { + "type": "byte", + "value": 0 + }, + "Tag": { + "type": "cexostring", + "value": "BenchPew" + }, + "TemplateResRef": { + "type": "resref", + "value": "plc_bench" + }, + "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": 1 + }, + "Will": { + "type": "byte", + "value": 0 + }, + "X": { + "type": "float", + "value": 10.88762187957764 + }, + "Y": { + "type": "float", + "value": 39.42445755004883 + }, + "Z": { + "type": "float", + "value": 0.0 + } + }, + { + "__struct_id": 9, + "AnimationState": { + "type": "byte", + "value": 0 + }, + "Appearance": { + "type": "dword", + "value": 178 + }, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Bearing": { + "type": "float", + "value": 1.816232323646545 + }, + "BodyBag": { + "type": "byte", + "value": 0 + }, + "CloseLockDC": { + "type": "byte", + "value": 0 + }, + "Conversation": { + "type": "resref", + "value": "" + }, + "CurrentHP": { + "type": "short", + "value": 15 + }, + "Description": { + "id": 14559, + "type": "cexolocstring", + "value": {} + }, + "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": 5821, + "type": "cexolocstring", + "value": {} + }, + "OnClosed": { + "type": "resref", + "value": "" + }, + "OnDamaged": { + "type": "resref", + "value": "" + }, + "OnDeath": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnHeartbeat": { + "type": "resref", + "value": "" + }, + "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": "x2_plc_used_sit" + }, + "OnUserDefined": { + "type": "resref", + "value": "" + }, + "OpenLockDC": { + "type": "byte", + "value": 18 + }, + "Plot": { + "type": "byte", + "value": 1 + }, + "PortraitId": { + "type": "word", + "value": 536 + }, + "Ref": { + "type": "byte", + "value": 0 + }, + "Static": { + "type": "byte", + "value": 0 + }, + "Tag": { + "type": "cexostring", + "value": "BenchPew" + }, + "TemplateResRef": { + "type": "resref", + "value": "plc_bench" + }, + "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": 1 + }, + "Will": { + "type": "byte", + "value": 0 + }, + "X": { + "type": "float", + "value": 8.667524337768555 + }, + "Y": { + "type": "float", + "value": 36.83750915527344 + }, + "Z": { + "type": "float", + "value": 1.001358032226563e-005 + } + }, + { + "__struct_id": 9, + "AnimationState": { + "type": "byte", + "value": 0 + }, + "Appearance": { + "type": "dword", + "value": 101 + }, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Bearing": { + "type": "float", + "value": -0.0 + }, + "BodyBag": { + "type": "byte", + "value": 0 + }, + "CloseLockDC": { + "type": "byte", + "value": 0 + }, + "Conversation": { + "type": "resref", + "value": "" + }, + "CurrentHP": { + "type": "short", + "value": 15 + }, + "Description": { + "id": 14747, + "type": "cexolocstring", + "value": {} + }, + "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": 5743, + "type": "cexolocstring", + "value": {} + }, + "OnClosed": { + "type": "resref", + "value": "" + }, + "OnDamaged": { + "type": "resref", + "value": "" + }, + "OnDeath": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnHeartbeat": { + "type": "resref", + "value": "" + }, + "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": 459 + }, + "Ref": { + "type": "byte", + "value": 0 + }, + "Static": { + "type": "byte", + "value": 1 + }, + "Tag": { + "type": "cexostring", + "value": "Tree - Autumn" + }, + "TemplateResRef": { + "type": "resref", + "value": "plc_treeautumn" + }, + "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": 5.995330810546875 + }, + "Y": { + "type": "float", + "value": 40.45883941650391 + }, + "Z": { + "type": "float", + "value": 1.192092895507813e-007 + } + }, + { + "__struct_id": 9, + "AnimationState": { + "type": "byte", + "value": 0 + }, + "Appearance": { + "type": "dword", + "value": 101 + }, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Bearing": { + "type": "float", + "value": -0.0 + }, + "BodyBag": { + "type": "byte", + "value": 0 + }, + "CloseLockDC": { + "type": "byte", + "value": 0 + }, + "Conversation": { + "type": "resref", + "value": "" + }, + "CurrentHP": { + "type": "short", + "value": 15 + }, + "Description": { + "id": 14747, + "type": "cexolocstring", + "value": {} + }, + "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": 5743, + "type": "cexolocstring", + "value": {} + }, + "OnClosed": { + "type": "resref", + "value": "" + }, + "OnDamaged": { + "type": "resref", + "value": "" + }, + "OnDeath": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnHeartbeat": { + "type": "resref", + "value": "" + }, + "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": 459 + }, + "Ref": { + "type": "byte", + "value": 0 + }, + "Static": { + "type": "byte", + "value": 1 + }, + "Tag": { + "type": "cexostring", + "value": "Tree - Autumn" + }, + "TemplateResRef": { + "type": "resref", + "value": "plc_treeautumn" + }, + "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.184167861938477 + }, + "Y": { + "type": "float", + "value": 43.67095565795898 + }, + "Z": { + "type": "float", + "value": -2.384185791015625e-007 + } + }, + { + "__struct_id": 9, + "AnimationState": { + "type": "byte", + "value": 0 + }, + "Appearance": { + "type": "dword", + "value": 100 + }, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Bearing": { + "type": "float", + "value": -0.0 + }, + "BodyBag": { + "type": "byte", + "value": 0 + }, + "CloseLockDC": { + "type": "byte", + "value": 0 + }, + "Conversation": { + "type": "resref", + "value": "" + }, + "CurrentHP": { + "type": "short", + "value": 15 + }, + "Description": { + "id": 14746, + "type": "cexolocstring", + "value": {} + }, + "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": 5743, + "type": "cexolocstring", + "value": {} + }, + "OnClosed": { + "type": "resref", + "value": "" + }, + "OnDamaged": { + "type": "resref", + "value": "" + }, + "OnDeath": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnHeartbeat": { + "type": "resref", + "value": "" + }, + "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": 458 + }, + "Ref": { + "type": "byte", + "value": 0 + }, + "Static": { + "type": "byte", + "value": 1 + }, + "Tag": { + "type": "cexostring", + "value": "Tree - Normal" + }, + "TemplateResRef": { + "type": "resref", + "value": "plc_tree" + }, + "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": 7.758848667144775 + }, + "Y": { + "type": "float", + "value": 42.22009658813477 + }, + "Z": { + "type": "float", + "value": -2.384185791015625e-007 + } + }, + { + "__struct_id": 9, + "AnimationState": { + "type": "byte", + "value": 0 + }, + "Appearance": { + "type": "dword", + "value": 100 + }, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Bearing": { + "type": "float", + "value": -0.0 + }, + "BodyBag": { + "type": "byte", + "value": 0 + }, + "CloseLockDC": { + "type": "byte", + "value": 0 + }, + "Conversation": { + "type": "resref", + "value": "" + }, + "CurrentHP": { + "type": "short", + "value": 15 + }, + "Description": { + "id": 14746, + "type": "cexolocstring", + "value": {} + }, + "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": 5743, + "type": "cexolocstring", + "value": {} + }, + "OnClosed": { + "type": "resref", + "value": "" + }, + "OnDamaged": { + "type": "resref", + "value": "" + }, + "OnDeath": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnHeartbeat": { + "type": "resref", + "value": "" + }, + "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": 458 + }, + "Ref": { + "type": "byte", + "value": 0 + }, + "Static": { + "type": "byte", + "value": 1 + }, + "Tag": { + "type": "cexostring", + "value": "Tree - Normal" + }, + "TemplateResRef": { + "type": "resref", + "value": "plc_tree" + }, + "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": 45.83562850952148 + }, + "Y": { + "type": "float", + "value": 25.5269947052002 + }, + "Z": { + "type": "float", + "value": 0.0 + } + }, + { + "__struct_id": 9, + "AnimationState": { + "type": "byte", + "value": 0 + }, + "Appearance": { + "type": "dword", + "value": 100 + }, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Bearing": { + "type": "float", + "value": -0.0 + }, + "BodyBag": { + "type": "byte", + "value": 0 + }, + "CloseLockDC": { + "type": "byte", + "value": 0 + }, + "Conversation": { + "type": "resref", + "value": "" + }, + "CurrentHP": { + "type": "short", + "value": 15 + }, + "Description": { + "id": 14746, + "type": "cexolocstring", + "value": {} + }, + "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": 5743, + "type": "cexolocstring", + "value": {} + }, + "OnClosed": { + "type": "resref", + "value": "" + }, + "OnDamaged": { + "type": "resref", + "value": "" + }, + "OnDeath": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnHeartbeat": { + "type": "resref", + "value": "" + }, + "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": 458 + }, + "Ref": { + "type": "byte", + "value": 0 + }, + "Static": { + "type": "byte", + "value": 1 + }, + "Tag": { + "type": "cexostring", + "value": "Tree - Normal" + }, + "TemplateResRef": { + "type": "resref", + "value": "plc_tree" + }, + "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": 43.54978561401367 + }, + "Y": { + "type": "float", + "value": 40.94205093383789 + }, + "Z": { + "type": "float", + "value": 2.384185791015625e-007 + } + }, + { + "__struct_id": 9, + "AnimationState": { + "type": "byte", + "value": 0 + }, + "Appearance": { + "type": "dword", + "value": 101 + }, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Bearing": { + "type": "float", + "value": -0.0 + }, + "BodyBag": { + "type": "byte", + "value": 0 + }, + "CloseLockDC": { + "type": "byte", + "value": 0 + }, + "Conversation": { + "type": "resref", + "value": "" + }, + "CurrentHP": { + "type": "short", + "value": 15 + }, + "Description": { + "id": 14747, + "type": "cexolocstring", + "value": {} + }, + "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": 5743, + "type": "cexolocstring", + "value": {} + }, + "OnClosed": { + "type": "resref", + "value": "" + }, + "OnDamaged": { + "type": "resref", + "value": "" + }, + "OnDeath": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnHeartbeat": { + "type": "resref", + "value": "" + }, + "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": 459 + }, + "Ref": { + "type": "byte", + "value": 0 + }, + "Static": { + "type": "byte", + "value": 1 + }, + "Tag": { + "type": "cexostring", + "value": "Tree - Autumn" + }, + "TemplateResRef": { + "type": "resref", + "value": "plc_treeautumn" + }, + "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": 29.97814559936523 + }, + "Y": { + "type": "float", + "value": 38.62451171875 + }, + "Z": { + "type": "float", + "value": 0.0 + } + }, + { + "__struct_id": 9, + "AnimationState": { + "type": "byte", + "value": 0 + }, + "Appearance": { + "type": "dword", + "value": 100 + }, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Bearing": { + "type": "float", + "value": -0.0 + }, + "BodyBag": { + "type": "byte", + "value": 0 + }, + "CloseLockDC": { + "type": "byte", + "value": 0 + }, + "Conversation": { + "type": "resref", + "value": "" + }, + "CurrentHP": { + "type": "short", + "value": 15 + }, + "Description": { + "id": 14746, + "type": "cexolocstring", + "value": {} + }, + "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": 5743, + "type": "cexolocstring", + "value": {} + }, + "OnClosed": { + "type": "resref", + "value": "" + }, + "OnDamaged": { + "type": "resref", + "value": "" + }, + "OnDeath": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnHeartbeat": { + "type": "resref", + "value": "" + }, + "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": 458 + }, + "Ref": { + "type": "byte", + "value": 0 + }, + "Static": { + "type": "byte", + "value": 1 + }, + "Tag": { + "type": "cexostring", + "value": "Tree - Normal" + }, + "TemplateResRef": { + "type": "resref", + "value": "plc_tree" + }, + "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": 31.14458847045898 + }, + "Y": { + "type": "float", + "value": 27.79216766357422 + }, + "Z": { + "type": "float", + "value": 0.1395587921142578 + } + }, + { + "__struct_id": 9, + "AnimationState": { + "type": "byte", + "value": 0 + }, + "Appearance": { + "type": "dword", + "value": 101 + }, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Bearing": { + "type": "float", + "value": -0.0 + }, + "BodyBag": { + "type": "byte", + "value": 0 + }, + "CloseLockDC": { + "type": "byte", + "value": 0 + }, + "Conversation": { + "type": "resref", + "value": "" + }, + "CurrentHP": { + "type": "short", + "value": 15 + }, + "Description": { + "id": 14747, + "type": "cexolocstring", + "value": {} + }, + "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": 5743, + "type": "cexolocstring", + "value": {} + }, + "OnClosed": { + "type": "resref", + "value": "" + }, + "OnDamaged": { + "type": "resref", + "value": "" + }, + "OnDeath": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnHeartbeat": { + "type": "resref", + "value": "" + }, + "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": 459 + }, + "Ref": { + "type": "byte", + "value": 0 + }, + "Static": { + "type": "byte", + "value": 1 + }, + "Tag": { + "type": "cexostring", + "value": "Tree - Autumn" + }, + "TemplateResRef": { + "type": "resref", + "value": "plc_treeautumn" + }, + "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": 20.15593719482422 + }, + "Y": { + "type": "float", + "value": 31.77992057800293 + }, + "Z": { + "type": "float", + "value": -5.960464477539063e-008 + } + }, + { + "__struct_id": 9, + "AnimationState": { + "type": "byte", + "value": 0 + }, + "Appearance": { + "type": "dword", + "value": 340 + }, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Bearing": { + "type": "float", + "value": -0.0 + }, + "BodyBag": { + "type": "byte", + "value": 0 + }, + "CloseLockDC": { + "type": "byte", + "value": 0 + }, + "Conversation": { + "type": "resref", + "value": "" + }, + "CurrentHP": { + "type": "short", + "value": 15 + }, + "Description": { + "id": 68852, + "type": "cexolocstring", + "value": {} + }, + "DisarmDC": { + "type": "byte", + "value": 15 + }, + "Faction": { + "type": "dword", + "value": 4294967295 + }, + "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": 9208, + "type": "cexolocstring", + "value": {} + }, + "OnClosed": { + "type": "resref", + "value": "" + }, + "OnDamaged": { + "type": "resref", + "value": "" + }, + "OnDeath": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnHeartbeat": { + "type": "resref", + "value": "" + }, + "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": 779 + }, + "Ref": { + "type": "byte", + "value": 0 + }, + "Static": { + "type": "byte", + "value": 1 + }, + "Tag": { + "type": "cexostring", + "value": "Ivy" + }, + "TemplateResRef": { + "type": "resref", + "value": "x0_ivy" + }, + "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": 30.83228302001953 + }, + "Y": { + "type": "float", + "value": 4.831344127655029 + }, + "Z": { + "type": "float", + "value": 1.402871608734131 + } + }, + { + "__struct_id": 9, + "AnimationState": { + "type": "byte", + "value": 0 + }, + "Appearance": { + "type": "dword", + "value": 176 + }, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Bearing": { + "type": "float", + "value": -0.0 + }, + "BodyBag": { + "type": "byte", + "value": 0 + }, + "CloseLockDC": { + "type": "byte", + "value": 0 + }, + "Conversation": { + "type": "resref", + "value": "" + }, + "CurrentHP": { + "type": "short", + "value": 15 + }, + "Description": { + "id": 14750, + "type": "cexolocstring", + "value": {} + }, + "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": 5819, + "type": "cexolocstring", + "value": {} + }, + "OnClosed": { + "type": "resref", + "value": "" + }, + "OnDamaged": { + "type": "resref", + "value": "" + }, + "OnDeath": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnHeartbeat": { + "type": "resref", + "value": "" + }, + "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": 534 + }, + "Ref": { + "type": "byte", + "value": 0 + }, + "Static": { + "type": "byte", + "value": 1 + }, + "Tag": { + "type": "cexostring", + "value": "WaterDrip" + }, + "TemplateResRef": { + "type": "resref", + "value": "plc_waterdrip" + }, + "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": 29.47326850891113 + }, + "Y": { + "type": "float", + "value": 5.476925373077393 + }, + "Z": { + "type": "float", + "value": 0.04131236672401428 + } + }, + { + "__struct_id": 9, + "AnimationState": { + "type": "byte", + "value": 0 + }, + "Appearance": { + "type": "dword", + "value": 28 + }, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Bearing": { + "type": "float", + "value": -0.0 + }, + "BodyBag": { + "type": "byte", + "value": 0 + }, + "CloseLockDC": { + "type": "byte", + "value": 0 + }, + "Conversation": { + "type": "resref", + "value": "" + }, + "CurrentHP": { + "type": "short", + "value": 15 + }, + "Description": { + "id": 14533, + "type": "cexolocstring", + "value": { + "0": "A portal glows softly before you. You wonder where it leads." + } + }, + "DisarmDC": { + "type": "byte", + "value": 15 + }, + "Faction": { + "type": "dword", + "value": 2 + }, + "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": 5670, + "type": "cexolocstring", + "value": { + "0": "Genesis Exit Portal" + } + }, + "OnClosed": { + "type": "resref", + "value": "" + }, + "OnDamaged": { + "type": "resref", + "value": "" + }, + "OnDeath": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnHeartbeat": { + "type": "resref", + "value": "" + }, + "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": "psi_gen_exit" + }, + "OnUserDefined": { + "type": "resref", + "value": "" + }, + "OpenLockDC": { + "type": "byte", + "value": 18 + }, + "Plot": { + "type": "byte", + "value": 1 + }, + "PortraitId": { + "type": "word", + "value": 386 + }, + "Ref": { + "type": "byte", + "value": 0 + }, + "Static": { + "type": "byte", + "value": 0 + }, + "Tag": { + "type": "cexostring", + "value": "GenesisExit01" + }, + "TemplateResRef": { + "type": "resref", + "value": "genesisexit" + }, + "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": 1 + }, + "Will": { + "type": "byte", + "value": 0 + }, + "X": { + "type": "float", + "value": 20.85512161254883 + }, + "Y": { + "type": "float", + "value": 11.55957317352295 + }, + "Z": { + "type": "float", + "value": 0.0 + } + } + ] + }, + "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": 67806, + "type": "cexolocstring", + "value": {} + }, + "Looping": { + "type": "byte", + "value": 1 + }, + "MaxDistance": { + "type": "float", + "value": 8.0 + }, + "MinDistance": { + "type": "float", + "value": 0.800000011920929 + }, + "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_firecamp1" + } + } + ] + }, + "Tag": { + "type": "cexostring", + "value": "Campfire" + }, + "TemplateResRef": { + "type": "resref", + "value": "campfire" + }, + "Times": { + "type": "byte", + "value": 3 + }, + "Volume": { + "type": "byte", + "value": 127 + }, + "VolumeVrtn": { + "type": "byte", + "value": 0 + }, + "XPosition": { + "type": "float", + "value": 42.78046035766602 + }, + "YPosition": { + "type": "float", + "value": 9.796939849853516 + }, + "ZPosition": { + "type": "float", + "value": 1.5 + } + }, + { + "__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": 67978, + "type": "cexolocstring", + "value": {} + }, + "Looping": { + "type": "byte", + "value": 1 + }, + "MaxDistance": { + "type": "float", + "value": 10.0 + }, + "MinDistance": { + "type": "float", + "value": 1.0 + }, + "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_na_steamlg1" + } + } + ] + }, + "Tag": { + "type": "cexostring", + "value": "SteamSmallLoop" + }, + "TemplateResRef": { + "type": "resref", + "value": "steamsmallloop" + }, + "Times": { + "type": "byte", + "value": 3 + }, + "Volume": { + "type": "byte", + "value": 127 + }, + "VolumeVrtn": { + "type": "byte", + "value": 0 + }, + "XPosition": { + "type": "float", + "value": 34.60498046875 + }, + "YPosition": { + "type": "float", + "value": 20.61979675292969 + }, + "ZPosition": { + "type": "float", + "value": 0.9752120971679688 + } + }, + { + "__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": 68014, + "type": "cexolocstring", + "value": {} + }, + "Looping": { + "type": "byte", + "value": 1 + }, + "MaxDistance": { + "type": "float", + "value": 10.0 + }, + "MinDistance": { + "type": "float", + "value": 1.0 + }, + "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_na_waterfall2" + } + } + ] + }, + "Tag": { + "type": "cexostring", + "value": "WaterfallLarge" + }, + "TemplateResRef": { + "type": "resref", + "value": "waterfalllarge" + }, + "Times": { + "type": "byte", + "value": 3 + }, + "Volume": { + "type": "byte", + "value": 127 + }, + "VolumeVrtn": { + "type": "byte", + "value": 0 + }, + "XPosition": { + "type": "float", + "value": 36.21855545043945 + }, + "YPosition": { + "type": "float", + "value": 36.72332382202148 + }, + "ZPosition": { + "type": "float", + "value": 2.400820016860962 + } + }, + { + "__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": 25000 + }, + "IntervalVrtn": { + "type": "dword", + "value": 5000 + }, + "LocName": { + "id": 68007, + "type": "cexolocstring", + "value": {} + }, + "Looping": { + "type": "byte", + "value": 0 + }, + "MaxDistance": { + "type": "float", + "value": 10.0 + }, + "MinDistance": { + "type": "float", + "value": 1.0 + }, + "PitchVariation": { + "type": "float", + "value": 0.2000000029802322 + }, + "Positional": { + "type": "byte", + "value": 1 + }, + "Priority": { + "type": "byte", + "value": 20 + }, + "Random": { + "type": "byte", + "value": 1 + }, + "RandomPosition": { + "type": "byte", + "value": 1 + }, + "RandomRangeX": { + "type": "float", + "value": 10.0 + }, + "RandomRangeY": { + "type": "float", + "value": 10.0 + }, + "Sounds": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "Sound": { + "type": "resref", + "value": "as_na_twigsnap1" + } + }, + { + "__struct_id": 0, + "Sound": { + "type": "resref", + "value": "as_na_twigsnap2" + } + }, + { + "__struct_id": 0, + "Sound": { + "type": "resref", + "value": "as_na_twigsnap3" + } + } + ] + }, + "Tag": { + "type": "cexostring", + "value": "TwigSnaps" + }, + "TemplateResRef": { + "type": "resref", + "value": "twigsnaps" + }, + "Times": { + "type": "byte", + "value": 3 + }, + "Volume": { + "type": "byte", + "value": 127 + }, + "VolumeVrtn": { + "type": "byte", + "value": 0 + }, + "XPosition": { + "type": "float", + "value": 14.50231838226318 + }, + "YPosition": { + "type": "float", + "value": 30.95841979980469 + }, + "ZPosition": { + "type": "float", + "value": 1.553110957145691 + } + }, + { + "__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": 25000 + }, + "IntervalVrtn": { + "type": "dword", + "value": 5000 + }, + "LocName": { + "id": 67886, + "type": "cexolocstring", + "value": {} + }, + "Looping": { + "type": "byte", + "value": 0 + }, + "MaxDistance": { + "type": "float", + "value": 6.0 + }, + "MinDistance": { + "type": "float", + "value": 0.6000000238418579 + }, + "PitchVariation": { + "type": "float", + "value": 0.2000000029802322 + }, + "Positional": { + "type": "byte", + "value": 1 + }, + "Priority": { + "type": "byte", + "value": 20 + }, + "Random": { + "type": "byte", + "value": 1 + }, + "RandomPosition": { + "type": "byte", + "value": 1 + }, + "RandomRangeX": { + "type": "float", + "value": 10.0 + }, + "RandomRangeY": { + "type": "float", + "value": 10.0 + }, + "Sounds": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "Sound": { + "type": "resref", + "value": "as_na_leafmove1" + } + }, + { + "__struct_id": 0, + "Sound": { + "type": "resref", + "value": "as_na_leafmove2" + } + }, + { + "__struct_id": 0, + "Sound": { + "type": "resref", + "value": "as_na_leafmove3" + } + } + ] + }, + "Tag": { + "type": "cexostring", + "value": "LeafRustles" + }, + "TemplateResRef": { + "type": "resref", + "value": "leafrustles" + }, + "Times": { + "type": "byte", + "value": 3 + }, + "Volume": { + "type": "byte", + "value": 127 + }, + "VolumeVrtn": { + "type": "byte", + "value": 0 + }, + "XPosition": { + "type": "float", + "value": 22.1506290435791 + }, + "YPosition": { + "type": "float", + "value": 43.13840103149414 + }, + "ZPosition": { + "type": "float", + "value": 1.500010013580322 + } + }, + { + "__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": 67845, + "type": "cexolocstring", + "value": {} + }, + "Looping": { + "type": "byte", + "value": 1 + }, + "MaxDistance": { + "type": "float", + "value": 10.0 + }, + "MinDistance": { + "type": "float", + "value": 1.0 + }, + "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_mg_entrmyst1" + } + } + ] + }, + "Tag": { + "type": "cexostring", + "value": "EntranceMysterious" + }, + "TemplateResRef": { + "type": "resref", + "value": "entrancemysterio" + }, + "Times": { + "type": "byte", + "value": 3 + }, + "Volume": { + "type": "byte", + "value": 127 + }, + "VolumeVrtn": { + "type": "byte", + "value": 0 + }, + "XPosition": { + "type": "float", + "value": 20.66150856018066 + }, + "YPosition": { + "type": "float", + "value": 11.34990882873535 + }, + "ZPosition": { + "type": "float", + "value": 1.50374698638916 + } + } + ] + }, + "StoreList": { + "type": "list", + "value": [] + }, + "TriggerList": { + "type": "list", + "value": [] + }, + "WaypointList": { + "type": "list", + "value": [ + { + "__struct_id": 5, + "Appearance": { + "type": "byte", + "value": 1 + }, + "Description": { + "type": "cexolocstring", + "value": {} + }, + "HasMapNote": { + "type": "byte", + "value": 0 + }, + "LinkedTo": { + "type": "cexostring", + "value": "" + }, + "LocalizedName": { + "id": 14817, + "type": "cexolocstring", + "value": {} + }, + "MapNote": { + "type": "cexolocstring", + "value": {} + }, + "MapNoteEnabled": { + "type": "byte", + "value": 1 + }, + "Tag": { + "type": "cexostring", + "value": "_AREASTART_EreWood" + }, + "TemplateResRef": { + "type": "resref", + "value": "nw_waypoint001" + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": 20.94911575317383 + }, + "YOrientation": { + "type": "float", + "value": 1.0 + }, + "YPosition": { + "type": "float", + "value": 11.40368461608887 + }, + "ZPosition": { + "type": "float", + "value": 0.0 + } + } + ] + } +} diff --git a/_module/git/frostedpits.git.json b/_module/git/frostedpits.git.json new file mode 100644 index 0000000..dd28e13 --- /dev/null +++ b/_module/git/frostedpits.git.json @@ -0,0 +1,16365 @@ +{ + "__data_type": "GIT ", + "AreaProperties": { + "__struct_id": 100, + "type": "struct", + "value": { + "__struct_id": 100, + "AmbientSndDay": { + "type": "int", + "value": 103 + }, + "AmbientSndDayVol": { + "type": "int", + "value": 82 + }, + "AmbientSndNight": { + "type": "int", + "value": 103 + }, + "AmbientSndNitVol": { + "type": "int", + "value": 82 + }, + "EnvAudio": { + "type": "int", + "value": 51 + }, + "MusicBattle": { + "type": "int", + "value": 73 + }, + "MusicDay": { + "type": "int", + "value": 68 + }, + "MusicDelay": { + "type": "int", + "value": 54000 + }, + "MusicNight": { + "type": "int", + "value": 68 + } + } + }, + "Creature List": { + "type": "list", + "value": [ + { + "__struct_id": 4, + "Appearance_Type": { + "type": "word", + "value": 14 + }, + "BodyBag": { + "type": "byte", + "value": 0 + }, + "Cha": { + "type": "byte", + "value": 6 + }, + "ChallengeRating": { + "type": "float", + "value": 6.0 + }, + "ClassList": { + "type": "list", + "value": [ + { + "__struct_id": 2, + "Class": { + "type": "int", + "value": 12 + }, + "ClassLevel": { + "type": "short", + "value": 8 + } + } + ] + }, + "Con": { + "type": "byte", + "value": 19 + }, + "Conversation": { + "type": "resref", + "value": "" + }, + "CRAdjust": { + "type": "int", + "value": 0 + }, + "CurrentHitPoints": { + "type": "short", + "value": 36 + }, + "DecayTime": { + "type": "dword", + "value": 5000 + }, + "Deity": { + "type": "cexostring", + "value": "" + }, + "Description": { + "id": 12388, + "type": "cexolocstring", + "value": {} + }, + "Dex": { + "type": "byte", + "value": 13 + }, + "Disarmable": { + "type": "byte", + "value": 0 + }, + "Equip_ItemList": { + "type": "list", + "value": [ + { + "__struct_id": 16384, + "AddCost": { + "type": "dword", + "value": 0 + }, + "BaseItem": { + "type": "int", + "value": 72 + }, + "Charges": { + "type": "byte", + "value": 0 + }, + "Cost": { + "type": "dword", + "value": 1124 + }, + "Cursed": { + "type": "byte", + "value": 0 + }, + "DescIdentified": { + "type": "cexolocstring", + "value": {} + }, + "Description": { + "type": "cexolocstring", + "value": {} + }, + "Identified": { + "type": "byte", + "value": 0 + }, + "LocalizedName": { + "id": 13270, + "type": "cexolocstring", + "value": {} + }, + "ModelPart1": { + "type": "byte", + "value": 1 + }, + "Plot": { + "type": "byte", + "value": 0 + }, + "PropertiesList": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "ChanceAppear": { + "type": "byte", + "value": 100 + }, + "CostTable": { + "type": "byte", + "value": 19 + }, + "CostValue": { + "type": "word", + "value": 18 + }, + "Param1": { + "type": "byte", + "value": 255 + }, + "Param1Value": { + "type": "byte", + "value": 255 + }, + "PropertyName": { + "type": "word", + "value": 77 + }, + "Subtype": { + "type": "word", + "value": 0 + } + } + ] + }, + "StackSize": { + "type": "word", + "value": 1 + }, + "Stolen": { + "type": "byte", + "value": 0 + }, + "Tag": { + "type": "cexostring", + "value": "NW_IT_CREWPSP010" + }, + "TemplateResRef": { + "type": "resref", + "value": "nw_it_crewpsp010" + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": -1.0 + }, + "YOrientation": { + "type": "float", + "value": 1.0 + }, + "YPosition": { + "type": "float", + "value": -1.0 + }, + "ZPosition": { + "type": "float", + "value": -1.0 + } + }, + { + "__struct_id": 32768, + "AddCost": { + "type": "dword", + "value": 0 + }, + "BaseItem": { + "type": "int", + "value": 72 + }, + "Charges": { + "type": "byte", + "value": 0 + }, + "Cost": { + "type": "dword", + "value": 1124 + }, + "Cursed": { + "type": "byte", + "value": 0 + }, + "DescIdentified": { + "type": "cexolocstring", + "value": {} + }, + "Description": { + "type": "cexolocstring", + "value": {} + }, + "Identified": { + "type": "byte", + "value": 0 + }, + "LocalizedName": { + "id": 13270, + "type": "cexolocstring", + "value": {} + }, + "ModelPart1": { + "type": "byte", + "value": 1 + }, + "Plot": { + "type": "byte", + "value": 0 + }, + "PropertiesList": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "ChanceAppear": { + "type": "byte", + "value": 100 + }, + "CostTable": { + "type": "byte", + "value": 19 + }, + "CostValue": { + "type": "word", + "value": 18 + }, + "Param1": { + "type": "byte", + "value": 255 + }, + "Param1Value": { + "type": "byte", + "value": 255 + }, + "PropertyName": { + "type": "word", + "value": 77 + }, + "Subtype": { + "type": "word", + "value": 0 + } + } + ] + }, + "StackSize": { + "type": "word", + "value": 1 + }, + "Stolen": { + "type": "byte", + "value": 0 + }, + "Tag": { + "type": "cexostring", + "value": "NW_IT_CREWPSP010" + }, + "TemplateResRef": { + "type": "resref", + "value": "nw_it_crewpsp010" + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": -1.0 + }, + "YOrientation": { + "type": "float", + "value": 1.0 + }, + "YPosition": { + "type": "float", + "value": -1.0 + }, + "ZPosition": { + "type": "float", + "value": -1.0 + } + }, + { + "__struct_id": 65536, + "AddCost": { + "type": "dword", + "value": 0 + }, + "BaseItem": { + "type": "int", + "value": 69 + }, + "Charges": { + "type": "byte", + "value": 0 + }, + "Cost": { + "type": "dword", + "value": 4500 + }, + "Cursed": { + "type": "byte", + "value": 0 + }, + "DescIdentified": { + "type": "cexolocstring", + "value": {} + }, + "Description": { + "type": "cexolocstring", + "value": {} + }, + "Identified": { + "type": "byte", + "value": 0 + }, + "LocalizedName": { + "id": 13249, + "type": "cexolocstring", + "value": {} + }, + "ModelPart1": { + "type": "byte", + "value": 1 + }, + "Plot": { + "type": "byte", + "value": 0 + }, + "PropertiesList": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "ChanceAppear": { + "type": "byte", + "value": 100 + }, + "CostTable": { + "type": "byte", + "value": 19 + }, + "CostValue": { + "type": "word", + "value": 19 + }, + "Param1": { + "type": "byte", + "value": 255 + }, + "Param1Value": { + "type": "byte", + "value": 255 + }, + "PropertyName": { + "type": "word", + "value": 77 + }, + "Subtype": { + "type": "word", + "value": 0 + } + } + ] + }, + "StackSize": { + "type": "word", + "value": 1 + }, + "Stolen": { + "type": "byte", + "value": 0 + }, + "Tag": { + "type": "cexostring", + "value": "NW_IT_CREWPS017" + }, + "TemplateResRef": { + "type": "resref", + "value": "nw_it_crewps017" + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": -1.0 + }, + "YOrientation": { + "type": "float", + "value": 1.0 + }, + "YPosition": { + "type": "float", + "value": -1.0 + }, + "ZPosition": { + "type": "float", + "value": -1.0 + } + } + ] + }, + "FactionID": { + "type": "word", + "value": 2 + }, + "FeatList": { + "type": "list", + "value": [ + { + "__struct_id": 1, + "Feat": { + "type": "word", + "value": 6 + } + }, + { + "__struct_id": 1, + "Feat": { + "type": "word", + "value": 28 + } + }, + { + "__struct_id": 1, + "Feat": { + "type": "word", + "value": 289 + } + } + ] + }, + "FirstName": { + "id": 12389, + "type": "cexolocstring", + "value": {} + }, + "fortbonus": { + "type": "short", + "value": 0 + }, + "Gender": { + "type": "byte", + "value": 2 + }, + "GoodEvil": { + "type": "byte", + "value": 50 + }, + "HitPoints": { + "type": "short", + "value": 36 + }, + "Int": { + "type": "byte", + "value": 3 + }, + "Interruptable": { + "type": "byte", + "value": 1 + }, + "IsImmortal": { + "type": "byte", + "value": 1 + }, + "IsPC": { + "type": "byte", + "value": 0 + }, + "LastName": { + "type": "cexolocstring", + "value": {} + }, + "LawfulChaotic": { + "type": "byte", + "value": 50 + }, + "Lootable": { + "type": "byte", + "value": 0 + }, + "MaxHitPoints": { + "type": "short", + "value": 68 + }, + "NaturalAC": { + "type": "byte", + "value": 5 + }, + "NoPermDeath": { + "type": "byte", + "value": 0 + }, + "PerceptionRange": { + "type": "byte", + "value": 11 + }, + "Phenotype": { + "type": "int", + "value": 0 + }, + "Plot": { + "type": "byte", + "value": 1 + }, + "PortraitId": { + "type": "word", + "value": 149 + }, + "Race": { + "type": "byte", + "value": 8 + }, + "refbonus": { + "type": "short", + "value": 0 + }, + "ScriptAttacked": { + "type": "resref", + "value": "nw_c2_default5" + }, + "ScriptDamaged": { + "type": "resref", + "value": "nw_c2_default6" + }, + "ScriptDeath": { + "type": "resref", + "value": "nw_c2_default7" + }, + "ScriptDialogue": { + "type": "resref", + "value": "nw_c2_default4" + }, + "ScriptDisturbed": { + "type": "resref", + "value": "nw_c2_default8" + }, + "ScriptEndRound": { + "type": "resref", + "value": "nw_c2_default3" + }, + "ScriptHeartbeat": { + "type": "resref", + "value": "ambient_hb" + }, + "ScriptOnBlocked": { + "type": "resref", + "value": "nw_c2_defaulte" + }, + "ScriptOnNotice": { + "type": "resref", + "value": "nw_c2_default2" + }, + "ScriptRested": { + "type": "resref", + "value": "nw_c2_defaulta" + }, + "ScriptSpawn": { + "type": "resref", + "value": "nw_c2_default9" + }, + "ScriptSpellAt": { + "type": "resref", + "value": "nw_c2_defaultb" + }, + "ScriptUserDefine": { + "type": "resref", + "value": "nw_c2_defaultd" + }, + "SkillList": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 4 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 7 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + } + ] + }, + "SoundSetFile": { + "type": "word", + "value": 7 + }, + "SpecAbilityList": { + "type": "list", + "value": [] + }, + "StartingPackage": { + "type": "byte", + "value": 0 + }, + "Str": { + "type": "byte", + "value": 27 + }, + "Subrace": { + "type": "cexostring", + "value": "" + }, + "Tag": { + "type": "cexostring", + "value": "NW_BEARPOLAR" + }, + "Tail": { + "type": "byte", + "value": 0 + }, + "TemplateList": { + "type": "list", + "value": [] + }, + "TemplateResRef": { + "type": "resref", + "value": "nw_bearpolar" + }, + "WalkRate": { + "type": "int", + "value": 7 + }, + "willbonus": { + "type": "short", + "value": 0 + }, + "Wings": { + "type": "byte", + "value": 0 + }, + "Wis": { + "type": "byte", + "value": 12 + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": 4.053074836730957 + }, + "YOrientation": { + "type": "float", + "value": 1.0 + }, + "YPosition": { + "type": "float", + "value": 70.16854858398438 + }, + "ZPosition": { + "type": "float", + "value": 5.003868103027344 + } + }, + { + "__struct_id": 4, + "Appearance_Type": { + "type": "word", + "value": 14 + }, + "BodyBag": { + "type": "byte", + "value": 0 + }, + "Cha": { + "type": "byte", + "value": 6 + }, + "ChallengeRating": { + "type": "float", + "value": 6.0 + }, + "ClassList": { + "type": "list", + "value": [ + { + "__struct_id": 2, + "Class": { + "type": "int", + "value": 12 + }, + "ClassLevel": { + "type": "short", + "value": 8 + } + } + ] + }, + "Con": { + "type": "byte", + "value": 19 + }, + "Conversation": { + "type": "resref", + "value": "" + }, + "CRAdjust": { + "type": "int", + "value": 0 + }, + "CurrentHitPoints": { + "type": "short", + "value": 36 + }, + "DecayTime": { + "type": "dword", + "value": 5000 + }, + "Deity": { + "type": "cexostring", + "value": "" + }, + "Description": { + "id": 12388, + "type": "cexolocstring", + "value": {} + }, + "Dex": { + "type": "byte", + "value": 13 + }, + "Disarmable": { + "type": "byte", + "value": 0 + }, + "Equip_ItemList": { + "type": "list", + "value": [ + { + "__struct_id": 16384, + "AddCost": { + "type": "dword", + "value": 0 + }, + "BaseItem": { + "type": "int", + "value": 72 + }, + "Charges": { + "type": "byte", + "value": 0 + }, + "Cost": { + "type": "dword", + "value": 1124 + }, + "Cursed": { + "type": "byte", + "value": 0 + }, + "DescIdentified": { + "type": "cexolocstring", + "value": {} + }, + "Description": { + "type": "cexolocstring", + "value": {} + }, + "Identified": { + "type": "byte", + "value": 0 + }, + "LocalizedName": { + "id": 13270, + "type": "cexolocstring", + "value": {} + }, + "ModelPart1": { + "type": "byte", + "value": 1 + }, + "Plot": { + "type": "byte", + "value": 0 + }, + "PropertiesList": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "ChanceAppear": { + "type": "byte", + "value": 100 + }, + "CostTable": { + "type": "byte", + "value": 19 + }, + "CostValue": { + "type": "word", + "value": 18 + }, + "Param1": { + "type": "byte", + "value": 255 + }, + "Param1Value": { + "type": "byte", + "value": 255 + }, + "PropertyName": { + "type": "word", + "value": 77 + }, + "Subtype": { + "type": "word", + "value": 0 + } + } + ] + }, + "StackSize": { + "type": "word", + "value": 1 + }, + "Stolen": { + "type": "byte", + "value": 0 + }, + "Tag": { + "type": "cexostring", + "value": "NW_IT_CREWPSP010" + }, + "TemplateResRef": { + "type": "resref", + "value": "nw_it_crewpsp010" + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": -1.0 + }, + "YOrientation": { + "type": "float", + "value": 1.0 + }, + "YPosition": { + "type": "float", + "value": -1.0 + }, + "ZPosition": { + "type": "float", + "value": -1.0 + } + }, + { + "__struct_id": 32768, + "AddCost": { + "type": "dword", + "value": 0 + }, + "BaseItem": { + "type": "int", + "value": 72 + }, + "Charges": { + "type": "byte", + "value": 0 + }, + "Cost": { + "type": "dword", + "value": 1124 + }, + "Cursed": { + "type": "byte", + "value": 0 + }, + "DescIdentified": { + "type": "cexolocstring", + "value": {} + }, + "Description": { + "type": "cexolocstring", + "value": {} + }, + "Identified": { + "type": "byte", + "value": 0 + }, + "LocalizedName": { + "id": 13270, + "type": "cexolocstring", + "value": {} + }, + "ModelPart1": { + "type": "byte", + "value": 1 + }, + "Plot": { + "type": "byte", + "value": 0 + }, + "PropertiesList": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "ChanceAppear": { + "type": "byte", + "value": 100 + }, + "CostTable": { + "type": "byte", + "value": 19 + }, + "CostValue": { + "type": "word", + "value": 18 + }, + "Param1": { + "type": "byte", + "value": 255 + }, + "Param1Value": { + "type": "byte", + "value": 255 + }, + "PropertyName": { + "type": "word", + "value": 77 + }, + "Subtype": { + "type": "word", + "value": 0 + } + } + ] + }, + "StackSize": { + "type": "word", + "value": 1 + }, + "Stolen": { + "type": "byte", + "value": 0 + }, + "Tag": { + "type": "cexostring", + "value": "NW_IT_CREWPSP010" + }, + "TemplateResRef": { + "type": "resref", + "value": "nw_it_crewpsp010" + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": -1.0 + }, + "YOrientation": { + "type": "float", + "value": 1.0 + }, + "YPosition": { + "type": "float", + "value": -1.0 + }, + "ZPosition": { + "type": "float", + "value": -1.0 + } + }, + { + "__struct_id": 65536, + "AddCost": { + "type": "dword", + "value": 0 + }, + "BaseItem": { + "type": "int", + "value": 69 + }, + "Charges": { + "type": "byte", + "value": 0 + }, + "Cost": { + "type": "dword", + "value": 4500 + }, + "Cursed": { + "type": "byte", + "value": 0 + }, + "DescIdentified": { + "type": "cexolocstring", + "value": {} + }, + "Description": { + "type": "cexolocstring", + "value": {} + }, + "Identified": { + "type": "byte", + "value": 0 + }, + "LocalizedName": { + "id": 13249, + "type": "cexolocstring", + "value": {} + }, + "ModelPart1": { + "type": "byte", + "value": 1 + }, + "Plot": { + "type": "byte", + "value": 0 + }, + "PropertiesList": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "ChanceAppear": { + "type": "byte", + "value": 100 + }, + "CostTable": { + "type": "byte", + "value": 19 + }, + "CostValue": { + "type": "word", + "value": 19 + }, + "Param1": { + "type": "byte", + "value": 255 + }, + "Param1Value": { + "type": "byte", + "value": 255 + }, + "PropertyName": { + "type": "word", + "value": 77 + }, + "Subtype": { + "type": "word", + "value": 0 + } + } + ] + }, + "StackSize": { + "type": "word", + "value": 1 + }, + "Stolen": { + "type": "byte", + "value": 0 + }, + "Tag": { + "type": "cexostring", + "value": "NW_IT_CREWPS017" + }, + "TemplateResRef": { + "type": "resref", + "value": "nw_it_crewps017" + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": -1.0 + }, + "YOrientation": { + "type": "float", + "value": 1.0 + }, + "YPosition": { + "type": "float", + "value": -1.0 + }, + "ZPosition": { + "type": "float", + "value": -1.0 + } + } + ] + }, + "FactionID": { + "type": "word", + "value": 2 + }, + "FeatList": { + "type": "list", + "value": [ + { + "__struct_id": 1, + "Feat": { + "type": "word", + "value": 6 + } + }, + { + "__struct_id": 1, + "Feat": { + "type": "word", + "value": 28 + } + }, + { + "__struct_id": 1, + "Feat": { + "type": "word", + "value": 289 + } + } + ] + }, + "FirstName": { + "id": 12389, + "type": "cexolocstring", + "value": {} + }, + "fortbonus": { + "type": "short", + "value": 0 + }, + "Gender": { + "type": "byte", + "value": 2 + }, + "GoodEvil": { + "type": "byte", + "value": 50 + }, + "HitPoints": { + "type": "short", + "value": 36 + }, + "Int": { + "type": "byte", + "value": 3 + }, + "Interruptable": { + "type": "byte", + "value": 1 + }, + "IsImmortal": { + "type": "byte", + "value": 1 + }, + "IsPC": { + "type": "byte", + "value": 0 + }, + "LastName": { + "type": "cexolocstring", + "value": {} + }, + "LawfulChaotic": { + "type": "byte", + "value": 50 + }, + "Lootable": { + "type": "byte", + "value": 0 + }, + "MaxHitPoints": { + "type": "short", + "value": 68 + }, + "NaturalAC": { + "type": "byte", + "value": 5 + }, + "NoPermDeath": { + "type": "byte", + "value": 0 + }, + "PerceptionRange": { + "type": "byte", + "value": 11 + }, + "Phenotype": { + "type": "int", + "value": 0 + }, + "Plot": { + "type": "byte", + "value": 1 + }, + "PortraitId": { + "type": "word", + "value": 149 + }, + "Race": { + "type": "byte", + "value": 8 + }, + "refbonus": { + "type": "short", + "value": 0 + }, + "ScriptAttacked": { + "type": "resref", + "value": "nw_c2_default5" + }, + "ScriptDamaged": { + "type": "resref", + "value": "nw_c2_default6" + }, + "ScriptDeath": { + "type": "resref", + "value": "nw_c2_default7" + }, + "ScriptDialogue": { + "type": "resref", + "value": "nw_c2_default4" + }, + "ScriptDisturbed": { + "type": "resref", + "value": "nw_c2_default8" + }, + "ScriptEndRound": { + "type": "resref", + "value": "nw_c2_default3" + }, + "ScriptHeartbeat": { + "type": "resref", + "value": "ambient_hb" + }, + "ScriptOnBlocked": { + "type": "resref", + "value": "nw_c2_defaulte" + }, + "ScriptOnNotice": { + "type": "resref", + "value": "nw_c2_default2" + }, + "ScriptRested": { + "type": "resref", + "value": "nw_c2_defaulta" + }, + "ScriptSpawn": { + "type": "resref", + "value": "nw_c2_default9" + }, + "ScriptSpellAt": { + "type": "resref", + "value": "nw_c2_defaultb" + }, + "ScriptUserDefine": { + "type": "resref", + "value": "nw_c2_defaultd" + }, + "SkillList": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 4 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 7 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + } + ] + }, + "SoundSetFile": { + "type": "word", + "value": 7 + }, + "SpecAbilityList": { + "type": "list", + "value": [] + }, + "StartingPackage": { + "type": "byte", + "value": 0 + }, + "Str": { + "type": "byte", + "value": 27 + }, + "Subrace": { + "type": "cexostring", + "value": "" + }, + "Tag": { + "type": "cexostring", + "value": "NW_BEARPOLAR" + }, + "Tail": { + "type": "byte", + "value": 0 + }, + "TemplateList": { + "type": "list", + "value": [] + }, + "TemplateResRef": { + "type": "resref", + "value": "nw_bearpolar" + }, + "WalkRate": { + "type": "int", + "value": 7 + }, + "willbonus": { + "type": "short", + "value": 0 + }, + "Wings": { + "type": "byte", + "value": 0 + }, + "Wis": { + "type": "byte", + "value": 12 + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": 6.238808631896973 + }, + "YOrientation": { + "type": "float", + "value": 1.0 + }, + "YPosition": { + "type": "float", + "value": 9.337347030639648 + }, + "ZPosition": { + "type": "float", + "value": 10.01521682739258 + } + }, + { + "__struct_id": 4, + "Appearance_Type": { + "type": "word", + "value": 14 + }, + "BodyBag": { + "type": "byte", + "value": 0 + }, + "Cha": { + "type": "byte", + "value": 6 + }, + "ChallengeRating": { + "type": "float", + "value": 6.0 + }, + "ClassList": { + "type": "list", + "value": [ + { + "__struct_id": 2, + "Class": { + "type": "int", + "value": 12 + }, + "ClassLevel": { + "type": "short", + "value": 8 + } + } + ] + }, + "Con": { + "type": "byte", + "value": 19 + }, + "Conversation": { + "type": "resref", + "value": "" + }, + "CRAdjust": { + "type": "int", + "value": 0 + }, + "CurrentHitPoints": { + "type": "short", + "value": 36 + }, + "DecayTime": { + "type": "dword", + "value": 5000 + }, + "Deity": { + "type": "cexostring", + "value": "" + }, + "Description": { + "id": 12388, + "type": "cexolocstring", + "value": {} + }, + "Dex": { + "type": "byte", + "value": 13 + }, + "Disarmable": { + "type": "byte", + "value": 0 + }, + "Equip_ItemList": { + "type": "list", + "value": [ + { + "__struct_id": 16384, + "AddCost": { + "type": "dword", + "value": 0 + }, + "BaseItem": { + "type": "int", + "value": 72 + }, + "Charges": { + "type": "byte", + "value": 0 + }, + "Cost": { + "type": "dword", + "value": 1124 + }, + "Cursed": { + "type": "byte", + "value": 0 + }, + "DescIdentified": { + "type": "cexolocstring", + "value": {} + }, + "Description": { + "type": "cexolocstring", + "value": {} + }, + "Identified": { + "type": "byte", + "value": 0 + }, + "LocalizedName": { + "id": 13270, + "type": "cexolocstring", + "value": {} + }, + "ModelPart1": { + "type": "byte", + "value": 1 + }, + "Plot": { + "type": "byte", + "value": 0 + }, + "PropertiesList": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "ChanceAppear": { + "type": "byte", + "value": 100 + }, + "CostTable": { + "type": "byte", + "value": 19 + }, + "CostValue": { + "type": "word", + "value": 18 + }, + "Param1": { + "type": "byte", + "value": 255 + }, + "Param1Value": { + "type": "byte", + "value": 255 + }, + "PropertyName": { + "type": "word", + "value": 77 + }, + "Subtype": { + "type": "word", + "value": 0 + } + } + ] + }, + "StackSize": { + "type": "word", + "value": 1 + }, + "Stolen": { + "type": "byte", + "value": 0 + }, + "Tag": { + "type": "cexostring", + "value": "NW_IT_CREWPSP010" + }, + "TemplateResRef": { + "type": "resref", + "value": "nw_it_crewpsp010" + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": -1.0 + }, + "YOrientation": { + "type": "float", + "value": 1.0 + }, + "YPosition": { + "type": "float", + "value": -1.0 + }, + "ZPosition": { + "type": "float", + "value": -1.0 + } + }, + { + "__struct_id": 32768, + "AddCost": { + "type": "dword", + "value": 0 + }, + "BaseItem": { + "type": "int", + "value": 72 + }, + "Charges": { + "type": "byte", + "value": 0 + }, + "Cost": { + "type": "dword", + "value": 1124 + }, + "Cursed": { + "type": "byte", + "value": 0 + }, + "DescIdentified": { + "type": "cexolocstring", + "value": {} + }, + "Description": { + "type": "cexolocstring", + "value": {} + }, + "Identified": { + "type": "byte", + "value": 0 + }, + "LocalizedName": { + "id": 13270, + "type": "cexolocstring", + "value": {} + }, + "ModelPart1": { + "type": "byte", + "value": 1 + }, + "Plot": { + "type": "byte", + "value": 0 + }, + "PropertiesList": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "ChanceAppear": { + "type": "byte", + "value": 100 + }, + "CostTable": { + "type": "byte", + "value": 19 + }, + "CostValue": { + "type": "word", + "value": 18 + }, + "Param1": { + "type": "byte", + "value": 255 + }, + "Param1Value": { + "type": "byte", + "value": 255 + }, + "PropertyName": { + "type": "word", + "value": 77 + }, + "Subtype": { + "type": "word", + "value": 0 + } + } + ] + }, + "StackSize": { + "type": "word", + "value": 1 + }, + "Stolen": { + "type": "byte", + "value": 0 + }, + "Tag": { + "type": "cexostring", + "value": "NW_IT_CREWPSP010" + }, + "TemplateResRef": { + "type": "resref", + "value": "nw_it_crewpsp010" + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": -1.0 + }, + "YOrientation": { + "type": "float", + "value": 1.0 + }, + "YPosition": { + "type": "float", + "value": -1.0 + }, + "ZPosition": { + "type": "float", + "value": -1.0 + } + }, + { + "__struct_id": 65536, + "AddCost": { + "type": "dword", + "value": 0 + }, + "BaseItem": { + "type": "int", + "value": 69 + }, + "Charges": { + "type": "byte", + "value": 0 + }, + "Cost": { + "type": "dword", + "value": 4500 + }, + "Cursed": { + "type": "byte", + "value": 0 + }, + "DescIdentified": { + "type": "cexolocstring", + "value": {} + }, + "Description": { + "type": "cexolocstring", + "value": {} + }, + "Identified": { + "type": "byte", + "value": 0 + }, + "LocalizedName": { + "id": 13249, + "type": "cexolocstring", + "value": {} + }, + "ModelPart1": { + "type": "byte", + "value": 1 + }, + "Plot": { + "type": "byte", + "value": 0 + }, + "PropertiesList": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "ChanceAppear": { + "type": "byte", + "value": 100 + }, + "CostTable": { + "type": "byte", + "value": 19 + }, + "CostValue": { + "type": "word", + "value": 19 + }, + "Param1": { + "type": "byte", + "value": 255 + }, + "Param1Value": { + "type": "byte", + "value": 255 + }, + "PropertyName": { + "type": "word", + "value": 77 + }, + "Subtype": { + "type": "word", + "value": 0 + } + } + ] + }, + "StackSize": { + "type": "word", + "value": 1 + }, + "Stolen": { + "type": "byte", + "value": 0 + }, + "Tag": { + "type": "cexostring", + "value": "NW_IT_CREWPS017" + }, + "TemplateResRef": { + "type": "resref", + "value": "nw_it_crewps017" + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": -1.0 + }, + "YOrientation": { + "type": "float", + "value": 1.0 + }, + "YPosition": { + "type": "float", + "value": -1.0 + }, + "ZPosition": { + "type": "float", + "value": -1.0 + } + } + ] + }, + "FactionID": { + "type": "word", + "value": 2 + }, + "FeatList": { + "type": "list", + "value": [ + { + "__struct_id": 1, + "Feat": { + "type": "word", + "value": 6 + } + }, + { + "__struct_id": 1, + "Feat": { + "type": "word", + "value": 28 + } + }, + { + "__struct_id": 1, + "Feat": { + "type": "word", + "value": 289 + } + } + ] + }, + "FirstName": { + "id": 12389, + "type": "cexolocstring", + "value": {} + }, + "fortbonus": { + "type": "short", + "value": 0 + }, + "Gender": { + "type": "byte", + "value": 2 + }, + "GoodEvil": { + "type": "byte", + "value": 50 + }, + "HitPoints": { + "type": "short", + "value": 36 + }, + "Int": { + "type": "byte", + "value": 3 + }, + "Interruptable": { + "type": "byte", + "value": 1 + }, + "IsImmortal": { + "type": "byte", + "value": 1 + }, + "IsPC": { + "type": "byte", + "value": 0 + }, + "LastName": { + "type": "cexolocstring", + "value": {} + }, + "LawfulChaotic": { + "type": "byte", + "value": 50 + }, + "Lootable": { + "type": "byte", + "value": 0 + }, + "MaxHitPoints": { + "type": "short", + "value": 68 + }, + "NaturalAC": { + "type": "byte", + "value": 5 + }, + "NoPermDeath": { + "type": "byte", + "value": 0 + }, + "PerceptionRange": { + "type": "byte", + "value": 11 + }, + "Phenotype": { + "type": "int", + "value": 0 + }, + "Plot": { + "type": "byte", + "value": 1 + }, + "PortraitId": { + "type": "word", + "value": 149 + }, + "Race": { + "type": "byte", + "value": 8 + }, + "refbonus": { + "type": "short", + "value": 0 + }, + "ScriptAttacked": { + "type": "resref", + "value": "nw_c2_default5" + }, + "ScriptDamaged": { + "type": "resref", + "value": "nw_c2_default6" + }, + "ScriptDeath": { + "type": "resref", + "value": "nw_c2_default7" + }, + "ScriptDialogue": { + "type": "resref", + "value": "nw_c2_default4" + }, + "ScriptDisturbed": { + "type": "resref", + "value": "nw_c2_default8" + }, + "ScriptEndRound": { + "type": "resref", + "value": "nw_c2_default3" + }, + "ScriptHeartbeat": { + "type": "resref", + "value": "ambient_hb" + }, + "ScriptOnBlocked": { + "type": "resref", + "value": "nw_c2_defaulte" + }, + "ScriptOnNotice": { + "type": "resref", + "value": "nw_c2_default2" + }, + "ScriptRested": { + "type": "resref", + "value": "nw_c2_defaulta" + }, + "ScriptSpawn": { + "type": "resref", + "value": "nw_c2_default9" + }, + "ScriptSpellAt": { + "type": "resref", + "value": "nw_c2_defaultb" + }, + "ScriptUserDefine": { + "type": "resref", + "value": "nw_c2_defaultd" + }, + "SkillList": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 4 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 7 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + } + ] + }, + "SoundSetFile": { + "type": "word", + "value": 7 + }, + "SpecAbilityList": { + "type": "list", + "value": [] + }, + "StartingPackage": { + "type": "byte", + "value": 0 + }, + "Str": { + "type": "byte", + "value": 27 + }, + "Subrace": { + "type": "cexostring", + "value": "" + }, + "Tag": { + "type": "cexostring", + "value": "NW_BEARPOLAR" + }, + "Tail": { + "type": "byte", + "value": 0 + }, + "TemplateList": { + "type": "list", + "value": [] + }, + "TemplateResRef": { + "type": "resref", + "value": "nw_bearpolar" + }, + "WalkRate": { + "type": "int", + "value": 7 + }, + "willbonus": { + "type": "short", + "value": 0 + }, + "Wings": { + "type": "byte", + "value": 0 + }, + "Wis": { + "type": "byte", + "value": 12 + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": 67.69664001464844 + }, + "YOrientation": { + "type": "float", + "value": 1.0 + }, + "YPosition": { + "type": "float", + "value": 11.91598606109619 + }, + "ZPosition": { + "type": "float", + "value": 9.999999046325684 + } + }, + { + "__struct_id": 4, + "Appearance_Type": { + "type": "word", + "value": 14 + }, + "BodyBag": { + "type": "byte", + "value": 0 + }, + "Cha": { + "type": "byte", + "value": 6 + }, + "ChallengeRating": { + "type": "float", + "value": 6.0 + }, + "ClassList": { + "type": "list", + "value": [ + { + "__struct_id": 2, + "Class": { + "type": "int", + "value": 12 + }, + "ClassLevel": { + "type": "short", + "value": 8 + } + } + ] + }, + "Con": { + "type": "byte", + "value": 19 + }, + "Conversation": { + "type": "resref", + "value": "" + }, + "CRAdjust": { + "type": "int", + "value": 0 + }, + "CurrentHitPoints": { + "type": "short", + "value": 36 + }, + "DecayTime": { + "type": "dword", + "value": 5000 + }, + "Deity": { + "type": "cexostring", + "value": "" + }, + "Description": { + "id": 12388, + "type": "cexolocstring", + "value": {} + }, + "Dex": { + "type": "byte", + "value": 13 + }, + "Disarmable": { + "type": "byte", + "value": 0 + }, + "Equip_ItemList": { + "type": "list", + "value": [ + { + "__struct_id": 16384, + "AddCost": { + "type": "dword", + "value": 0 + }, + "BaseItem": { + "type": "int", + "value": 72 + }, + "Charges": { + "type": "byte", + "value": 0 + }, + "Cost": { + "type": "dword", + "value": 1124 + }, + "Cursed": { + "type": "byte", + "value": 0 + }, + "DescIdentified": { + "type": "cexolocstring", + "value": {} + }, + "Description": { + "type": "cexolocstring", + "value": {} + }, + "Identified": { + "type": "byte", + "value": 0 + }, + "LocalizedName": { + "id": 13270, + "type": "cexolocstring", + "value": {} + }, + "ModelPart1": { + "type": "byte", + "value": 1 + }, + "Plot": { + "type": "byte", + "value": 0 + }, + "PropertiesList": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "ChanceAppear": { + "type": "byte", + "value": 100 + }, + "CostTable": { + "type": "byte", + "value": 19 + }, + "CostValue": { + "type": "word", + "value": 18 + }, + "Param1": { + "type": "byte", + "value": 255 + }, + "Param1Value": { + "type": "byte", + "value": 255 + }, + "PropertyName": { + "type": "word", + "value": 77 + }, + "Subtype": { + "type": "word", + "value": 0 + } + } + ] + }, + "StackSize": { + "type": "word", + "value": 1 + }, + "Stolen": { + "type": "byte", + "value": 0 + }, + "Tag": { + "type": "cexostring", + "value": "NW_IT_CREWPSP010" + }, + "TemplateResRef": { + "type": "resref", + "value": "nw_it_crewpsp010" + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": -1.0 + }, + "YOrientation": { + "type": "float", + "value": 1.0 + }, + "YPosition": { + "type": "float", + "value": -1.0 + }, + "ZPosition": { + "type": "float", + "value": -1.0 + } + }, + { + "__struct_id": 32768, + "AddCost": { + "type": "dword", + "value": 0 + }, + "BaseItem": { + "type": "int", + "value": 72 + }, + "Charges": { + "type": "byte", + "value": 0 + }, + "Cost": { + "type": "dword", + "value": 1124 + }, + "Cursed": { + "type": "byte", + "value": 0 + }, + "DescIdentified": { + "type": "cexolocstring", + "value": {} + }, + "Description": { + "type": "cexolocstring", + "value": {} + }, + "Identified": { + "type": "byte", + "value": 0 + }, + "LocalizedName": { + "id": 13270, + "type": "cexolocstring", + "value": {} + }, + "ModelPart1": { + "type": "byte", + "value": 1 + }, + "Plot": { + "type": "byte", + "value": 0 + }, + "PropertiesList": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "ChanceAppear": { + "type": "byte", + "value": 100 + }, + "CostTable": { + "type": "byte", + "value": 19 + }, + "CostValue": { + "type": "word", + "value": 18 + }, + "Param1": { + "type": "byte", + "value": 255 + }, + "Param1Value": { + "type": "byte", + "value": 255 + }, + "PropertyName": { + "type": "word", + "value": 77 + }, + "Subtype": { + "type": "word", + "value": 0 + } + } + ] + }, + "StackSize": { + "type": "word", + "value": 1 + }, + "Stolen": { + "type": "byte", + "value": 0 + }, + "Tag": { + "type": "cexostring", + "value": "NW_IT_CREWPSP010" + }, + "TemplateResRef": { + "type": "resref", + "value": "nw_it_crewpsp010" + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": -1.0 + }, + "YOrientation": { + "type": "float", + "value": 1.0 + }, + "YPosition": { + "type": "float", + "value": -1.0 + }, + "ZPosition": { + "type": "float", + "value": -1.0 + } + }, + { + "__struct_id": 65536, + "AddCost": { + "type": "dword", + "value": 0 + }, + "BaseItem": { + "type": "int", + "value": 69 + }, + "Charges": { + "type": "byte", + "value": 0 + }, + "Cost": { + "type": "dword", + "value": 4500 + }, + "Cursed": { + "type": "byte", + "value": 0 + }, + "DescIdentified": { + "type": "cexolocstring", + "value": {} + }, + "Description": { + "type": "cexolocstring", + "value": {} + }, + "Identified": { + "type": "byte", + "value": 0 + }, + "LocalizedName": { + "id": 13249, + "type": "cexolocstring", + "value": {} + }, + "ModelPart1": { + "type": "byte", + "value": 1 + }, + "Plot": { + "type": "byte", + "value": 0 + }, + "PropertiesList": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "ChanceAppear": { + "type": "byte", + "value": 100 + }, + "CostTable": { + "type": "byte", + "value": 19 + }, + "CostValue": { + "type": "word", + "value": 19 + }, + "Param1": { + "type": "byte", + "value": 255 + }, + "Param1Value": { + "type": "byte", + "value": 255 + }, + "PropertyName": { + "type": "word", + "value": 77 + }, + "Subtype": { + "type": "word", + "value": 0 + } + } + ] + }, + "StackSize": { + "type": "word", + "value": 1 + }, + "Stolen": { + "type": "byte", + "value": 0 + }, + "Tag": { + "type": "cexostring", + "value": "NW_IT_CREWPS017" + }, + "TemplateResRef": { + "type": "resref", + "value": "nw_it_crewps017" + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": -1.0 + }, + "YOrientation": { + "type": "float", + "value": 1.0 + }, + "YPosition": { + "type": "float", + "value": -1.0 + }, + "ZPosition": { + "type": "float", + "value": -1.0 + } + } + ] + }, + "FactionID": { + "type": "word", + "value": 2 + }, + "FeatList": { + "type": "list", + "value": [ + { + "__struct_id": 1, + "Feat": { + "type": "word", + "value": 6 + } + }, + { + "__struct_id": 1, + "Feat": { + "type": "word", + "value": 28 + } + }, + { + "__struct_id": 1, + "Feat": { + "type": "word", + "value": 289 + } + } + ] + }, + "FirstName": { + "id": 12389, + "type": "cexolocstring", + "value": {} + }, + "fortbonus": { + "type": "short", + "value": 0 + }, + "Gender": { + "type": "byte", + "value": 2 + }, + "GoodEvil": { + "type": "byte", + "value": 50 + }, + "HitPoints": { + "type": "short", + "value": 36 + }, + "Int": { + "type": "byte", + "value": 3 + }, + "Interruptable": { + "type": "byte", + "value": 1 + }, + "IsImmortal": { + "type": "byte", + "value": 1 + }, + "IsPC": { + "type": "byte", + "value": 0 + }, + "LastName": { + "type": "cexolocstring", + "value": {} + }, + "LawfulChaotic": { + "type": "byte", + "value": 50 + }, + "Lootable": { + "type": "byte", + "value": 0 + }, + "MaxHitPoints": { + "type": "short", + "value": 68 + }, + "NaturalAC": { + "type": "byte", + "value": 5 + }, + "NoPermDeath": { + "type": "byte", + "value": 0 + }, + "PerceptionRange": { + "type": "byte", + "value": 11 + }, + "Phenotype": { + "type": "int", + "value": 0 + }, + "Plot": { + "type": "byte", + "value": 1 + }, + "PortraitId": { + "type": "word", + "value": 149 + }, + "Race": { + "type": "byte", + "value": 8 + }, + "refbonus": { + "type": "short", + "value": 0 + }, + "ScriptAttacked": { + "type": "resref", + "value": "nw_c2_default5" + }, + "ScriptDamaged": { + "type": "resref", + "value": "nw_c2_default6" + }, + "ScriptDeath": { + "type": "resref", + "value": "nw_c2_default7" + }, + "ScriptDialogue": { + "type": "resref", + "value": "nw_c2_default4" + }, + "ScriptDisturbed": { + "type": "resref", + "value": "nw_c2_default8" + }, + "ScriptEndRound": { + "type": "resref", + "value": "nw_c2_default3" + }, + "ScriptHeartbeat": { + "type": "resref", + "value": "ambient_hb" + }, + "ScriptOnBlocked": { + "type": "resref", + "value": "nw_c2_defaulte" + }, + "ScriptOnNotice": { + "type": "resref", + "value": "nw_c2_default2" + }, + "ScriptRested": { + "type": "resref", + "value": "nw_c2_defaulta" + }, + "ScriptSpawn": { + "type": "resref", + "value": "nw_c2_default9" + }, + "ScriptSpellAt": { + "type": "resref", + "value": "nw_c2_defaultb" + }, + "ScriptUserDefine": { + "type": "resref", + "value": "nw_c2_defaultd" + }, + "SkillList": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 4 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 7 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + } + ] + }, + "SoundSetFile": { + "type": "word", + "value": 7 + }, + "SpecAbilityList": { + "type": "list", + "value": [] + }, + "StartingPackage": { + "type": "byte", + "value": 0 + }, + "Str": { + "type": "byte", + "value": 27 + }, + "Subrace": { + "type": "cexostring", + "value": "" + }, + "Tag": { + "type": "cexostring", + "value": "NW_BEARPOLAR" + }, + "Tail": { + "type": "byte", + "value": 0 + }, + "TemplateList": { + "type": "list", + "value": [] + }, + "TemplateResRef": { + "type": "resref", + "value": "nw_bearpolar" + }, + "WalkRate": { + "type": "int", + "value": 7 + }, + "willbonus": { + "type": "short", + "value": 0 + }, + "Wings": { + "type": "byte", + "value": 0 + }, + "Wis": { + "type": "byte", + "value": 12 + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": 50.54922866821289 + }, + "YOrientation": { + "type": "float", + "value": 1.0 + }, + "YPosition": { + "type": "float", + "value": 71.91645812988281 + }, + "ZPosition": { + "type": "float", + "value": 4.999993801116943 + } + }, + { + "__struct_id": 4, + "Appearance_Type": { + "type": "word", + "value": 184 + }, + "BodyBag": { + "type": "byte", + "value": 0 + }, + "Cha": { + "type": "byte", + "value": 10 + }, + "ChallengeRating": { + "type": "float", + "value": 5.0 + }, + "ClassList": { + "type": "list", + "value": [ + { + "__struct_id": 2, + "Class": { + "type": "int", + "value": 23 + }, + "ClassLevel": { + "type": "short", + "value": 6 + } + } + ] + }, + "Con": { + "type": "byte", + "value": 16 + }, + "Conversation": { + "type": "resref", + "value": "" + }, + "CRAdjust": { + "type": "int", + "value": 0 + }, + "CurrentHitPoints": { + "type": "short", + "value": 33 + }, + "DecayTime": { + "type": "dword", + "value": 5000 + }, + "Deity": { + "type": "cexostring", + "value": "" + }, + "Description": { + "id": 12817, + "type": "cexolocstring", + "value": {} + }, + "Dex": { + "type": "byte", + "value": 13 + }, + "Disarmable": { + "type": "byte", + "value": 0 + }, + "Equip_ItemList": { + "type": "list", + "value": [ + { + "__struct_id": 16384, + "AddCost": { + "type": "dword", + "value": 0 + }, + "BaseItem": { + "type": "int", + "value": 69 + }, + "Charges": { + "type": "byte", + "value": 0 + }, + "Cost": { + "type": "dword", + "value": 1124 + }, + "Cursed": { + "type": "byte", + "value": 0 + }, + "DescIdentified": { + "type": "cexolocstring", + "value": {} + }, + "Description": { + "type": "cexolocstring", + "value": {} + }, + "Identified": { + "type": "byte", + "value": 0 + }, + "LocalizedName": { + "id": 13242, + "type": "cexolocstring", + "value": {} + }, + "ModelPart1": { + "type": "byte", + "value": 1 + }, + "Plot": { + "type": "byte", + "value": 0 + }, + "PropertiesList": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "ChanceAppear": { + "type": "byte", + "value": 100 + }, + "CostTable": { + "type": "byte", + "value": 19 + }, + "CostValue": { + "type": "word", + "value": 18 + }, + "Param1": { + "type": "byte", + "value": 255 + }, + "Param1Value": { + "type": "byte", + "value": 255 + }, + "PropertyName": { + "type": "word", + "value": 77 + }, + "Subtype": { + "type": "word", + "value": 0 + } + } + ] + }, + "StackSize": { + "type": "word", + "value": 1 + }, + "Stolen": { + "type": "byte", + "value": 0 + }, + "Tag": { + "type": "cexostring", + "value": "NW_IT_CREWPS010" + }, + "TemplateResRef": { + "type": "resref", + "value": "nw_it_crewps010" + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": -1.0 + }, + "YOrientation": { + "type": "float", + "value": 1.0 + }, + "YPosition": { + "type": "float", + "value": -1.0 + }, + "ZPosition": { + "type": "float", + "value": -1.0 + } + }, + { + "__struct_id": 32768, + "AddCost": { + "type": "dword", + "value": 0 + }, + "BaseItem": { + "type": "int", + "value": 69 + }, + "Charges": { + "type": "byte", + "value": 0 + }, + "Cost": { + "type": "dword", + "value": 1124 + }, + "Cursed": { + "type": "byte", + "value": 0 + }, + "DescIdentified": { + "type": "cexolocstring", + "value": {} + }, + "Description": { + "type": "cexolocstring", + "value": {} + }, + "Identified": { + "type": "byte", + "value": 0 + }, + "LocalizedName": { + "id": 13242, + "type": "cexolocstring", + "value": {} + }, + "ModelPart1": { + "type": "byte", + "value": 1 + }, + "Plot": { + "type": "byte", + "value": 0 + }, + "PropertiesList": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "ChanceAppear": { + "type": "byte", + "value": 100 + }, + "CostTable": { + "type": "byte", + "value": 19 + }, + "CostValue": { + "type": "word", + "value": 18 + }, + "Param1": { + "type": "byte", + "value": 255 + }, + "Param1Value": { + "type": "byte", + "value": 255 + }, + "PropertyName": { + "type": "word", + "value": 77 + }, + "Subtype": { + "type": "word", + "value": 0 + } + } + ] + }, + "StackSize": { + "type": "word", + "value": 1 + }, + "Stolen": { + "type": "byte", + "value": 0 + }, + "Tag": { + "type": "cexostring", + "value": "NW_IT_CREWPS010" + }, + "TemplateResRef": { + "type": "resref", + "value": "nw_it_crewps010" + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": -1.0 + }, + "YOrientation": { + "type": "float", + "value": 1.0 + }, + "YPosition": { + "type": "float", + "value": -1.0 + }, + "ZPosition": { + "type": "float", + "value": -1.0 + } + }, + { + "__struct_id": 65536, + "AddCost": { + "type": "dword", + "value": 0 + }, + "BaseItem": { + "type": "int", + "value": 69 + }, + "Charges": { + "type": "byte", + "value": 0 + }, + "Cost": { + "type": "dword", + "value": 1124 + }, + "Cursed": { + "type": "byte", + "value": 0 + }, + "DescIdentified": { + "type": "cexolocstring", + "value": {} + }, + "Description": { + "type": "cexolocstring", + "value": {} + }, + "Identified": { + "type": "byte", + "value": 0 + }, + "LocalizedName": { + "id": 13242, + "type": "cexolocstring", + "value": {} + }, + "ModelPart1": { + "type": "byte", + "value": 1 + }, + "Plot": { + "type": "byte", + "value": 0 + }, + "PropertiesList": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "ChanceAppear": { + "type": "byte", + "value": 100 + }, + "CostTable": { + "type": "byte", + "value": 19 + }, + "CostValue": { + "type": "word", + "value": 18 + }, + "Param1": { + "type": "byte", + "value": 255 + }, + "Param1Value": { + "type": "byte", + "value": 255 + }, + "PropertyName": { + "type": "word", + "value": 77 + }, + "Subtype": { + "type": "word", + "value": 0 + } + } + ] + }, + "StackSize": { + "type": "word", + "value": 1 + }, + "Stolen": { + "type": "byte", + "value": 0 + }, + "Tag": { + "type": "cexostring", + "value": "NW_IT_CREWPS010" + }, + "TemplateResRef": { + "type": "resref", + "value": "nw_it_crewps010" + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": -1.0 + }, + "YOrientation": { + "type": "float", + "value": 1.0 + }, + "YPosition": { + "type": "float", + "value": -1.0 + }, + "ZPosition": { + "type": "float", + "value": -1.0 + } + }, + { + "__struct_id": 131072, + "AddCost": { + "type": "dword", + "value": 0 + }, + "BaseItem": { + "type": "int", + "value": 73 + }, + "Charges": { + "type": "byte", + "value": 0 + }, + "Cost": { + "type": "dword", + "value": 0 + }, + "Cursed": { + "type": "byte", + "value": 0 + }, + "DescIdentified": { + "type": "cexolocstring", + "value": {} + }, + "Description": { + "type": "cexolocstring", + "value": {} + }, + "Identified": { + "type": "byte", + "value": 0 + }, + "LocalizedName": { + "id": 13074, + "type": "cexolocstring", + "value": {} + }, + "ModelPart1": { + "type": "byte", + "value": 1 + }, + "Plot": { + "type": "byte", + "value": 0 + }, + "PropertiesList": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "ChanceAppear": { + "type": "byte", + "value": 100 + }, + "CostTable": { + "type": "byte", + "value": 22 + }, + "CostValue": { + "type": "word", + "value": 4 + }, + "Param1": { + "type": "byte", + "value": 255 + }, + "Param1Value": { + "type": "byte", + "value": 255 + }, + "PropertyName": { + "type": "word", + "value": 24 + }, + "Subtype": { + "type": "word", + "value": 10 + } + }, + { + "__struct_id": 0, + "ChanceAppear": { + "type": "byte", + "value": 100 + }, + "CostTable": { + "type": "byte", + "value": 5 + }, + "CostValue": { + "type": "word", + "value": 7 + }, + "Param1": { + "type": "byte", + "value": 255 + }, + "Param1Value": { + "type": "byte", + "value": 255 + }, + "PropertyName": { + "type": "word", + "value": 20 + }, + "Subtype": { + "type": "word", + "value": 7 + } + } + ] + }, + "StackSize": { + "type": "word", + "value": 1 + }, + "Stolen": { + "type": "byte", + "value": 0 + }, + "Tag": { + "type": "cexostring", + "value": "NW_IT_CREITEM026" + }, + "TemplateResRef": { + "type": "resref", + "value": "nw_it_creitem026" + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": -1.0 + }, + "YOrientation": { + "type": "float", + "value": 1.0 + }, + "YPosition": { + "type": "float", + "value": -1.0 + }, + "ZPosition": { + "type": "float", + "value": -1.0 + } + } + ] + }, + "FactionID": { + "type": "word", + "value": 2 + }, + "FeatList": { + "type": "list", + "value": [ + { + "__struct_id": 1, + "Feat": { + "type": "word", + "value": 0 + } + }, + { + "__struct_id": 1, + "Feat": { + "type": "word", + "value": 228 + } + }, + { + "__struct_id": 1, + "Feat": { + "type": "word", + "value": 289 + } + } + ] + }, + "FirstName": { + "id": 12818, + "type": "cexolocstring", + "value": {} + }, + "fortbonus": { + "type": "short", + "value": 0 + }, + "Gender": { + "type": "byte", + "value": 4 + }, + "GoodEvil": { + "type": "byte", + "value": 50 + }, + "HitPoints": { + "type": "short", + "value": 33 + }, + "Int": { + "type": "byte", + "value": 9 + }, + "Interruptable": { + "type": "byte", + "value": 1 + }, + "IsImmortal": { + "type": "byte", + "value": 1 + }, + "IsPC": { + "type": "byte", + "value": 0 + }, + "LastName": { + "type": "cexolocstring", + "value": {} + }, + "LawfulChaotic": { + "type": "byte", + "value": 0 + }, + "Lootable": { + "type": "byte", + "value": 0 + }, + "MaxHitPoints": { + "type": "short", + "value": 51 + }, + "NaturalAC": { + "type": "byte", + "value": 5 + }, + "NoPermDeath": { + "type": "byte", + "value": 0 + }, + "PerceptionRange": { + "type": "byte", + "value": 11 + }, + "Phenotype": { + "type": "int", + "value": 0 + }, + "Plot": { + "type": "byte", + "value": 1 + }, + "PortraitId": { + "type": "word", + "value": 320 + }, + "Race": { + "type": "byte", + "value": 19 + }, + "refbonus": { + "type": "short", + "value": 0 + }, + "ScriptAttacked": { + "type": "resref", + "value": "nw_c2_default5" + }, + "ScriptDamaged": { + "type": "resref", + "value": "nw_c2_default6" + }, + "ScriptDeath": { + "type": "resref", + "value": "nw_c2_default7" + }, + "ScriptDialogue": { + "type": "resref", + "value": "nw_c2_default4" + }, + "ScriptDisturbed": { + "type": "resref", + "value": "nw_c2_default8" + }, + "ScriptEndRound": { + "type": "resref", + "value": "nw_c2_default3" + }, + "ScriptHeartbeat": { + "type": "resref", + "value": "ambient_hb" + }, + "ScriptOnBlocked": { + "type": "resref", + "value": "nw_c2_defaulte" + }, + "ScriptOnNotice": { + "type": "resref", + "value": "nw_c2_default2" + }, + "ScriptRested": { + "type": "resref", + "value": "nw_c2_defaulta" + }, + "ScriptSpawn": { + "type": "resref", + "value": "nw_c2_default9" + }, + "ScriptSpellAt": { + "type": "resref", + "value": "nw_c2_defaultb" + }, + "ScriptUserDefine": { + "type": "resref", + "value": "nw_c2_defaultd" + }, + "SkillList": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 6 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 9 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 7 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 9 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + } + ] + }, + "SoundSetFile": { + "type": "word", + "value": 105 + }, + "SpecAbilityList": { + "type": "list", + "value": [ + { + "__struct_id": 4, + "Spell": { + "type": "word", + "value": 230 + }, + "SpellCasterLevel": { + "type": "byte", + "value": 6 + }, + "SpellFlags": { + "type": "byte", + "value": 1 + } + }, + { + "__struct_id": 4, + "Spell": { + "type": "word", + "value": 230 + }, + "SpellCasterLevel": { + "type": "byte", + "value": 6 + }, + "SpellFlags": { + "type": "byte", + "value": 1 + } + }, + { + "__struct_id": 4, + "Spell": { + "type": "word", + "value": 230 + }, + "SpellCasterLevel": { + "type": "byte", + "value": 6 + }, + "SpellFlags": { + "type": "byte", + "value": 1 + } + } + ] + }, + "StartingPackage": { + "type": "byte", + "value": 0 + }, + "Str": { + "type": "byte", + "value": 18 + }, + "Subrace": { + "type": "cexostring", + "value": "" + }, + "Tag": { + "type": "cexostring", + "value": "NW_WOLFWINT" + }, + "Tail": { + "type": "byte", + "value": 0 + }, + "TemplateList": { + "type": "list", + "value": [] + }, + "TemplateResRef": { + "type": "resref", + "value": "nw_wolfwint" + }, + "WalkRate": { + "type": "int", + "value": 7 + }, + "willbonus": { + "type": "short", + "value": 0 + }, + "Wings": { + "type": "byte", + "value": 0 + }, + "Wis": { + "type": "byte", + "value": 13 + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": 39.93544006347656 + }, + "YOrientation": { + "type": "float", + "value": 1.0 + }, + "YPosition": { + "type": "float", + "value": 68.47137451171875 + }, + "ZPosition": { + "type": "float", + "value": 10.0 + } + }, + { + "__struct_id": 4, + "Appearance_Type": { + "type": "word", + "value": 184 + }, + "BodyBag": { + "type": "byte", + "value": 0 + }, + "Cha": { + "type": "byte", + "value": 10 + }, + "ChallengeRating": { + "type": "float", + "value": 5.0 + }, + "ClassList": { + "type": "list", + "value": [ + { + "__struct_id": 2, + "Class": { + "type": "int", + "value": 23 + }, + "ClassLevel": { + "type": "short", + "value": 6 + } + } + ] + }, + "Con": { + "type": "byte", + "value": 16 + }, + "Conversation": { + "type": "resref", + "value": "" + }, + "CRAdjust": { + "type": "int", + "value": 0 + }, + "CurrentHitPoints": { + "type": "short", + "value": 33 + }, + "DecayTime": { + "type": "dword", + "value": 5000 + }, + "Deity": { + "type": "cexostring", + "value": "" + }, + "Description": { + "id": 12817, + "type": "cexolocstring", + "value": {} + }, + "Dex": { + "type": "byte", + "value": 13 + }, + "Disarmable": { + "type": "byte", + "value": 0 + }, + "Equip_ItemList": { + "type": "list", + "value": [ + { + "__struct_id": 16384, + "AddCost": { + "type": "dword", + "value": 0 + }, + "BaseItem": { + "type": "int", + "value": 69 + }, + "Charges": { + "type": "byte", + "value": 0 + }, + "Cost": { + "type": "dword", + "value": 1124 + }, + "Cursed": { + "type": "byte", + "value": 0 + }, + "DescIdentified": { + "type": "cexolocstring", + "value": {} + }, + "Description": { + "type": "cexolocstring", + "value": {} + }, + "Identified": { + "type": "byte", + "value": 0 + }, + "LocalizedName": { + "id": 13242, + "type": "cexolocstring", + "value": {} + }, + "ModelPart1": { + "type": "byte", + "value": 1 + }, + "Plot": { + "type": "byte", + "value": 0 + }, + "PropertiesList": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "ChanceAppear": { + "type": "byte", + "value": 100 + }, + "CostTable": { + "type": "byte", + "value": 19 + }, + "CostValue": { + "type": "word", + "value": 18 + }, + "Param1": { + "type": "byte", + "value": 255 + }, + "Param1Value": { + "type": "byte", + "value": 255 + }, + "PropertyName": { + "type": "word", + "value": 77 + }, + "Subtype": { + "type": "word", + "value": 0 + } + } + ] + }, + "StackSize": { + "type": "word", + "value": 1 + }, + "Stolen": { + "type": "byte", + "value": 0 + }, + "Tag": { + "type": "cexostring", + "value": "NW_IT_CREWPS010" + }, + "TemplateResRef": { + "type": "resref", + "value": "nw_it_crewps010" + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": -1.0 + }, + "YOrientation": { + "type": "float", + "value": 1.0 + }, + "YPosition": { + "type": "float", + "value": -1.0 + }, + "ZPosition": { + "type": "float", + "value": -1.0 + } + }, + { + "__struct_id": 32768, + "AddCost": { + "type": "dword", + "value": 0 + }, + "BaseItem": { + "type": "int", + "value": 69 + }, + "Charges": { + "type": "byte", + "value": 0 + }, + "Cost": { + "type": "dword", + "value": 1124 + }, + "Cursed": { + "type": "byte", + "value": 0 + }, + "DescIdentified": { + "type": "cexolocstring", + "value": {} + }, + "Description": { + "type": "cexolocstring", + "value": {} + }, + "Identified": { + "type": "byte", + "value": 0 + }, + "LocalizedName": { + "id": 13242, + "type": "cexolocstring", + "value": {} + }, + "ModelPart1": { + "type": "byte", + "value": 1 + }, + "Plot": { + "type": "byte", + "value": 0 + }, + "PropertiesList": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "ChanceAppear": { + "type": "byte", + "value": 100 + }, + "CostTable": { + "type": "byte", + "value": 19 + }, + "CostValue": { + "type": "word", + "value": 18 + }, + "Param1": { + "type": "byte", + "value": 255 + }, + "Param1Value": { + "type": "byte", + "value": 255 + }, + "PropertyName": { + "type": "word", + "value": 77 + }, + "Subtype": { + "type": "word", + "value": 0 + } + } + ] + }, + "StackSize": { + "type": "word", + "value": 1 + }, + "Stolen": { + "type": "byte", + "value": 0 + }, + "Tag": { + "type": "cexostring", + "value": "NW_IT_CREWPS010" + }, + "TemplateResRef": { + "type": "resref", + "value": "nw_it_crewps010" + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": -1.0 + }, + "YOrientation": { + "type": "float", + "value": 1.0 + }, + "YPosition": { + "type": "float", + "value": -1.0 + }, + "ZPosition": { + "type": "float", + "value": -1.0 + } + }, + { + "__struct_id": 65536, + "AddCost": { + "type": "dword", + "value": 0 + }, + "BaseItem": { + "type": "int", + "value": 69 + }, + "Charges": { + "type": "byte", + "value": 0 + }, + "Cost": { + "type": "dword", + "value": 1124 + }, + "Cursed": { + "type": "byte", + "value": 0 + }, + "DescIdentified": { + "type": "cexolocstring", + "value": {} + }, + "Description": { + "type": "cexolocstring", + "value": {} + }, + "Identified": { + "type": "byte", + "value": 0 + }, + "LocalizedName": { + "id": 13242, + "type": "cexolocstring", + "value": {} + }, + "ModelPart1": { + "type": "byte", + "value": 1 + }, + "Plot": { + "type": "byte", + "value": 0 + }, + "PropertiesList": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "ChanceAppear": { + "type": "byte", + "value": 100 + }, + "CostTable": { + "type": "byte", + "value": 19 + }, + "CostValue": { + "type": "word", + "value": 18 + }, + "Param1": { + "type": "byte", + "value": 255 + }, + "Param1Value": { + "type": "byte", + "value": 255 + }, + "PropertyName": { + "type": "word", + "value": 77 + }, + "Subtype": { + "type": "word", + "value": 0 + } + } + ] + }, + "StackSize": { + "type": "word", + "value": 1 + }, + "Stolen": { + "type": "byte", + "value": 0 + }, + "Tag": { + "type": "cexostring", + "value": "NW_IT_CREWPS010" + }, + "TemplateResRef": { + "type": "resref", + "value": "nw_it_crewps010" + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": -1.0 + }, + "YOrientation": { + "type": "float", + "value": 1.0 + }, + "YPosition": { + "type": "float", + "value": -1.0 + }, + "ZPosition": { + "type": "float", + "value": -1.0 + } + }, + { + "__struct_id": 131072, + "AddCost": { + "type": "dword", + "value": 0 + }, + "BaseItem": { + "type": "int", + "value": 73 + }, + "Charges": { + "type": "byte", + "value": 0 + }, + "Cost": { + "type": "dword", + "value": 0 + }, + "Cursed": { + "type": "byte", + "value": 0 + }, + "DescIdentified": { + "type": "cexolocstring", + "value": {} + }, + "Description": { + "type": "cexolocstring", + "value": {} + }, + "Identified": { + "type": "byte", + "value": 0 + }, + "LocalizedName": { + "id": 13074, + "type": "cexolocstring", + "value": {} + }, + "ModelPart1": { + "type": "byte", + "value": 1 + }, + "Plot": { + "type": "byte", + "value": 0 + }, + "PropertiesList": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "ChanceAppear": { + "type": "byte", + "value": 100 + }, + "CostTable": { + "type": "byte", + "value": 22 + }, + "CostValue": { + "type": "word", + "value": 4 + }, + "Param1": { + "type": "byte", + "value": 255 + }, + "Param1Value": { + "type": "byte", + "value": 255 + }, + "PropertyName": { + "type": "word", + "value": 24 + }, + "Subtype": { + "type": "word", + "value": 10 + } + }, + { + "__struct_id": 0, + "ChanceAppear": { + "type": "byte", + "value": 100 + }, + "CostTable": { + "type": "byte", + "value": 5 + }, + "CostValue": { + "type": "word", + "value": 7 + }, + "Param1": { + "type": "byte", + "value": 255 + }, + "Param1Value": { + "type": "byte", + "value": 255 + }, + "PropertyName": { + "type": "word", + "value": 20 + }, + "Subtype": { + "type": "word", + "value": 7 + } + } + ] + }, + "StackSize": { + "type": "word", + "value": 1 + }, + "Stolen": { + "type": "byte", + "value": 0 + }, + "Tag": { + "type": "cexostring", + "value": "NW_IT_CREITEM026" + }, + "TemplateResRef": { + "type": "resref", + "value": "nw_it_creitem026" + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": -1.0 + }, + "YOrientation": { + "type": "float", + "value": 1.0 + }, + "YPosition": { + "type": "float", + "value": -1.0 + }, + "ZPosition": { + "type": "float", + "value": -1.0 + } + } + ] + }, + "FactionID": { + "type": "word", + "value": 2 + }, + "FeatList": { + "type": "list", + "value": [ + { + "__struct_id": 1, + "Feat": { + "type": "word", + "value": 0 + } + }, + { + "__struct_id": 1, + "Feat": { + "type": "word", + "value": 228 + } + }, + { + "__struct_id": 1, + "Feat": { + "type": "word", + "value": 289 + } + } + ] + }, + "FirstName": { + "id": 12818, + "type": "cexolocstring", + "value": {} + }, + "fortbonus": { + "type": "short", + "value": 0 + }, + "Gender": { + "type": "byte", + "value": 4 + }, + "GoodEvil": { + "type": "byte", + "value": 50 + }, + "HitPoints": { + "type": "short", + "value": 33 + }, + "Int": { + "type": "byte", + "value": 9 + }, + "Interruptable": { + "type": "byte", + "value": 1 + }, + "IsImmortal": { + "type": "byte", + "value": 1 + }, + "IsPC": { + "type": "byte", + "value": 0 + }, + "LastName": { + "type": "cexolocstring", + "value": {} + }, + "LawfulChaotic": { + "type": "byte", + "value": 0 + }, + "Lootable": { + "type": "byte", + "value": 0 + }, + "MaxHitPoints": { + "type": "short", + "value": 51 + }, + "NaturalAC": { + "type": "byte", + "value": 5 + }, + "NoPermDeath": { + "type": "byte", + "value": 0 + }, + "PerceptionRange": { + "type": "byte", + "value": 11 + }, + "Phenotype": { + "type": "int", + "value": 0 + }, + "Plot": { + "type": "byte", + "value": 1 + }, + "PortraitId": { + "type": "word", + "value": 320 + }, + "Race": { + "type": "byte", + "value": 19 + }, + "refbonus": { + "type": "short", + "value": 0 + }, + "ScriptAttacked": { + "type": "resref", + "value": "nw_c2_default5" + }, + "ScriptDamaged": { + "type": "resref", + "value": "nw_c2_default6" + }, + "ScriptDeath": { + "type": "resref", + "value": "nw_c2_default7" + }, + "ScriptDialogue": { + "type": "resref", + "value": "nw_c2_default4" + }, + "ScriptDisturbed": { + "type": "resref", + "value": "nw_c2_default8" + }, + "ScriptEndRound": { + "type": "resref", + "value": "nw_c2_default3" + }, + "ScriptHeartbeat": { + "type": "resref", + "value": "ambient_hb" + }, + "ScriptOnBlocked": { + "type": "resref", + "value": "nw_c2_defaulte" + }, + "ScriptOnNotice": { + "type": "resref", + "value": "nw_c2_default2" + }, + "ScriptRested": { + "type": "resref", + "value": "nw_c2_defaulta" + }, + "ScriptSpawn": { + "type": "resref", + "value": "nw_c2_default9" + }, + "ScriptSpellAt": { + "type": "resref", + "value": "nw_c2_defaultb" + }, + "ScriptUserDefine": { + "type": "resref", + "value": "nw_c2_defaultd" + }, + "SkillList": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 6 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 9 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 7 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 9 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + } + ] + }, + "SoundSetFile": { + "type": "word", + "value": 105 + }, + "SpecAbilityList": { + "type": "list", + "value": [ + { + "__struct_id": 4, + "Spell": { + "type": "word", + "value": 230 + }, + "SpellCasterLevel": { + "type": "byte", + "value": 6 + }, + "SpellFlags": { + "type": "byte", + "value": 1 + } + }, + { + "__struct_id": 4, + "Spell": { + "type": "word", + "value": 230 + }, + "SpellCasterLevel": { + "type": "byte", + "value": 6 + }, + "SpellFlags": { + "type": "byte", + "value": 1 + } + }, + { + "__struct_id": 4, + "Spell": { + "type": "word", + "value": 230 + }, + "SpellCasterLevel": { + "type": "byte", + "value": 6 + }, + "SpellFlags": { + "type": "byte", + "value": 1 + } + } + ] + }, + "StartingPackage": { + "type": "byte", + "value": 0 + }, + "Str": { + "type": "byte", + "value": 18 + }, + "Subrace": { + "type": "cexostring", + "value": "" + }, + "Tag": { + "type": "cexostring", + "value": "NW_WOLFWINT" + }, + "Tail": { + "type": "byte", + "value": 0 + }, + "TemplateList": { + "type": "list", + "value": [] + }, + "TemplateResRef": { + "type": "resref", + "value": "nw_wolfwint" + }, + "WalkRate": { + "type": "int", + "value": 7 + }, + "willbonus": { + "type": "short", + "value": 0 + }, + "Wings": { + "type": "byte", + "value": 0 + }, + "Wis": { + "type": "byte", + "value": 13 + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": 12.07069492340088 + }, + "YOrientation": { + "type": "float", + "value": 1.0 + }, + "YPosition": { + "type": "float", + "value": 2.657718181610107 + }, + "ZPosition": { + "type": "float", + "value": 15.00350952148438 + } + }, + { + "__struct_id": 4, + "Appearance_Type": { + "type": "word", + "value": 184 + }, + "BodyBag": { + "type": "byte", + "value": 0 + }, + "Cha": { + "type": "byte", + "value": 10 + }, + "ChallengeRating": { + "type": "float", + "value": 5.0 + }, + "ClassList": { + "type": "list", + "value": [ + { + "__struct_id": 2, + "Class": { + "type": "int", + "value": 23 + }, + "ClassLevel": { + "type": "short", + "value": 6 + } + } + ] + }, + "Con": { + "type": "byte", + "value": 16 + }, + "Conversation": { + "type": "resref", + "value": "" + }, + "CRAdjust": { + "type": "int", + "value": 0 + }, + "CurrentHitPoints": { + "type": "short", + "value": 33 + }, + "DecayTime": { + "type": "dword", + "value": 5000 + }, + "Deity": { + "type": "cexostring", + "value": "" + }, + "Description": { + "id": 12817, + "type": "cexolocstring", + "value": {} + }, + "Dex": { + "type": "byte", + "value": 13 + }, + "Disarmable": { + "type": "byte", + "value": 0 + }, + "Equip_ItemList": { + "type": "list", + "value": [ + { + "__struct_id": 16384, + "AddCost": { + "type": "dword", + "value": 0 + }, + "BaseItem": { + "type": "int", + "value": 69 + }, + "Charges": { + "type": "byte", + "value": 0 + }, + "Cost": { + "type": "dword", + "value": 1124 + }, + "Cursed": { + "type": "byte", + "value": 0 + }, + "DescIdentified": { + "type": "cexolocstring", + "value": {} + }, + "Description": { + "type": "cexolocstring", + "value": {} + }, + "Identified": { + "type": "byte", + "value": 0 + }, + "LocalizedName": { + "id": 13242, + "type": "cexolocstring", + "value": {} + }, + "ModelPart1": { + "type": "byte", + "value": 1 + }, + "Plot": { + "type": "byte", + "value": 0 + }, + "PropertiesList": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "ChanceAppear": { + "type": "byte", + "value": 100 + }, + "CostTable": { + "type": "byte", + "value": 19 + }, + "CostValue": { + "type": "word", + "value": 18 + }, + "Param1": { + "type": "byte", + "value": 255 + }, + "Param1Value": { + "type": "byte", + "value": 255 + }, + "PropertyName": { + "type": "word", + "value": 77 + }, + "Subtype": { + "type": "word", + "value": 0 + } + } + ] + }, + "StackSize": { + "type": "word", + "value": 1 + }, + "Stolen": { + "type": "byte", + "value": 0 + }, + "Tag": { + "type": "cexostring", + "value": "NW_IT_CREWPS010" + }, + "TemplateResRef": { + "type": "resref", + "value": "nw_it_crewps010" + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": -1.0 + }, + "YOrientation": { + "type": "float", + "value": 1.0 + }, + "YPosition": { + "type": "float", + "value": -1.0 + }, + "ZPosition": { + "type": "float", + "value": -1.0 + } + }, + { + "__struct_id": 32768, + "AddCost": { + "type": "dword", + "value": 0 + }, + "BaseItem": { + "type": "int", + "value": 69 + }, + "Charges": { + "type": "byte", + "value": 0 + }, + "Cost": { + "type": "dword", + "value": 1124 + }, + "Cursed": { + "type": "byte", + "value": 0 + }, + "DescIdentified": { + "type": "cexolocstring", + "value": {} + }, + "Description": { + "type": "cexolocstring", + "value": {} + }, + "Identified": { + "type": "byte", + "value": 0 + }, + "LocalizedName": { + "id": 13242, + "type": "cexolocstring", + "value": {} + }, + "ModelPart1": { + "type": "byte", + "value": 1 + }, + "Plot": { + "type": "byte", + "value": 0 + }, + "PropertiesList": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "ChanceAppear": { + "type": "byte", + "value": 100 + }, + "CostTable": { + "type": "byte", + "value": 19 + }, + "CostValue": { + "type": "word", + "value": 18 + }, + "Param1": { + "type": "byte", + "value": 255 + }, + "Param1Value": { + "type": "byte", + "value": 255 + }, + "PropertyName": { + "type": "word", + "value": 77 + }, + "Subtype": { + "type": "word", + "value": 0 + } + } + ] + }, + "StackSize": { + "type": "word", + "value": 1 + }, + "Stolen": { + "type": "byte", + "value": 0 + }, + "Tag": { + "type": "cexostring", + "value": "NW_IT_CREWPS010" + }, + "TemplateResRef": { + "type": "resref", + "value": "nw_it_crewps010" + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": -1.0 + }, + "YOrientation": { + "type": "float", + "value": 1.0 + }, + "YPosition": { + "type": "float", + "value": -1.0 + }, + "ZPosition": { + "type": "float", + "value": -1.0 + } + }, + { + "__struct_id": 65536, + "AddCost": { + "type": "dword", + "value": 0 + }, + "BaseItem": { + "type": "int", + "value": 69 + }, + "Charges": { + "type": "byte", + "value": 0 + }, + "Cost": { + "type": "dword", + "value": 1124 + }, + "Cursed": { + "type": "byte", + "value": 0 + }, + "DescIdentified": { + "type": "cexolocstring", + "value": {} + }, + "Description": { + "type": "cexolocstring", + "value": {} + }, + "Identified": { + "type": "byte", + "value": 0 + }, + "LocalizedName": { + "id": 13242, + "type": "cexolocstring", + "value": {} + }, + "ModelPart1": { + "type": "byte", + "value": 1 + }, + "Plot": { + "type": "byte", + "value": 0 + }, + "PropertiesList": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "ChanceAppear": { + "type": "byte", + "value": 100 + }, + "CostTable": { + "type": "byte", + "value": 19 + }, + "CostValue": { + "type": "word", + "value": 18 + }, + "Param1": { + "type": "byte", + "value": 255 + }, + "Param1Value": { + "type": "byte", + "value": 255 + }, + "PropertyName": { + "type": "word", + "value": 77 + }, + "Subtype": { + "type": "word", + "value": 0 + } + } + ] + }, + "StackSize": { + "type": "word", + "value": 1 + }, + "Stolen": { + "type": "byte", + "value": 0 + }, + "Tag": { + "type": "cexostring", + "value": "NW_IT_CREWPS010" + }, + "TemplateResRef": { + "type": "resref", + "value": "nw_it_crewps010" + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": -1.0 + }, + "YOrientation": { + "type": "float", + "value": 1.0 + }, + "YPosition": { + "type": "float", + "value": -1.0 + }, + "ZPosition": { + "type": "float", + "value": -1.0 + } + }, + { + "__struct_id": 131072, + "AddCost": { + "type": "dword", + "value": 0 + }, + "BaseItem": { + "type": "int", + "value": 73 + }, + "Charges": { + "type": "byte", + "value": 0 + }, + "Cost": { + "type": "dword", + "value": 0 + }, + "Cursed": { + "type": "byte", + "value": 0 + }, + "DescIdentified": { + "type": "cexolocstring", + "value": {} + }, + "Description": { + "type": "cexolocstring", + "value": {} + }, + "Identified": { + "type": "byte", + "value": 0 + }, + "LocalizedName": { + "id": 13074, + "type": "cexolocstring", + "value": {} + }, + "ModelPart1": { + "type": "byte", + "value": 1 + }, + "Plot": { + "type": "byte", + "value": 0 + }, + "PropertiesList": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "ChanceAppear": { + "type": "byte", + "value": 100 + }, + "CostTable": { + "type": "byte", + "value": 22 + }, + "CostValue": { + "type": "word", + "value": 4 + }, + "Param1": { + "type": "byte", + "value": 255 + }, + "Param1Value": { + "type": "byte", + "value": 255 + }, + "PropertyName": { + "type": "word", + "value": 24 + }, + "Subtype": { + "type": "word", + "value": 10 + } + }, + { + "__struct_id": 0, + "ChanceAppear": { + "type": "byte", + "value": 100 + }, + "CostTable": { + "type": "byte", + "value": 5 + }, + "CostValue": { + "type": "word", + "value": 7 + }, + "Param1": { + "type": "byte", + "value": 255 + }, + "Param1Value": { + "type": "byte", + "value": 255 + }, + "PropertyName": { + "type": "word", + "value": 20 + }, + "Subtype": { + "type": "word", + "value": 7 + } + } + ] + }, + "StackSize": { + "type": "word", + "value": 1 + }, + "Stolen": { + "type": "byte", + "value": 0 + }, + "Tag": { + "type": "cexostring", + "value": "NW_IT_CREITEM026" + }, + "TemplateResRef": { + "type": "resref", + "value": "nw_it_creitem026" + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": -1.0 + }, + "YOrientation": { + "type": "float", + "value": 1.0 + }, + "YPosition": { + "type": "float", + "value": -1.0 + }, + "ZPosition": { + "type": "float", + "value": -1.0 + } + } + ] + }, + "FactionID": { + "type": "word", + "value": 2 + }, + "FeatList": { + "type": "list", + "value": [ + { + "__struct_id": 1, + "Feat": { + "type": "word", + "value": 0 + } + }, + { + "__struct_id": 1, + "Feat": { + "type": "word", + "value": 228 + } + }, + { + "__struct_id": 1, + "Feat": { + "type": "word", + "value": 289 + } + } + ] + }, + "FirstName": { + "id": 12818, + "type": "cexolocstring", + "value": {} + }, + "fortbonus": { + "type": "short", + "value": 0 + }, + "Gender": { + "type": "byte", + "value": 4 + }, + "GoodEvil": { + "type": "byte", + "value": 50 + }, + "HitPoints": { + "type": "short", + "value": 33 + }, + "Int": { + "type": "byte", + "value": 9 + }, + "Interruptable": { + "type": "byte", + "value": 1 + }, + "IsImmortal": { + "type": "byte", + "value": 1 + }, + "IsPC": { + "type": "byte", + "value": 0 + }, + "LastName": { + "type": "cexolocstring", + "value": {} + }, + "LawfulChaotic": { + "type": "byte", + "value": 0 + }, + "Lootable": { + "type": "byte", + "value": 0 + }, + "MaxHitPoints": { + "type": "short", + "value": 51 + }, + "NaturalAC": { + "type": "byte", + "value": 5 + }, + "NoPermDeath": { + "type": "byte", + "value": 0 + }, + "PerceptionRange": { + "type": "byte", + "value": 11 + }, + "Phenotype": { + "type": "int", + "value": 0 + }, + "Plot": { + "type": "byte", + "value": 1 + }, + "PortraitId": { + "type": "word", + "value": 320 + }, + "Race": { + "type": "byte", + "value": 19 + }, + "refbonus": { + "type": "short", + "value": 0 + }, + "ScriptAttacked": { + "type": "resref", + "value": "nw_c2_default5" + }, + "ScriptDamaged": { + "type": "resref", + "value": "nw_c2_default6" + }, + "ScriptDeath": { + "type": "resref", + "value": "nw_c2_default7" + }, + "ScriptDialogue": { + "type": "resref", + "value": "nw_c2_default4" + }, + "ScriptDisturbed": { + "type": "resref", + "value": "nw_c2_default8" + }, + "ScriptEndRound": { + "type": "resref", + "value": "nw_c2_default3" + }, + "ScriptHeartbeat": { + "type": "resref", + "value": "ambient_hb" + }, + "ScriptOnBlocked": { + "type": "resref", + "value": "nw_c2_defaulte" + }, + "ScriptOnNotice": { + "type": "resref", + "value": "nw_c2_default2" + }, + "ScriptRested": { + "type": "resref", + "value": "nw_c2_defaulta" + }, + "ScriptSpawn": { + "type": "resref", + "value": "nw_c2_default9" + }, + "ScriptSpellAt": { + "type": "resref", + "value": "nw_c2_defaultb" + }, + "ScriptUserDefine": { + "type": "resref", + "value": "nw_c2_defaultd" + }, + "SkillList": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 6 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 9 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 7 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 9 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + } + ] + }, + "SoundSetFile": { + "type": "word", + "value": 105 + }, + "SpecAbilityList": { + "type": "list", + "value": [ + { + "__struct_id": 4, + "Spell": { + "type": "word", + "value": 230 + }, + "SpellCasterLevel": { + "type": "byte", + "value": 6 + }, + "SpellFlags": { + "type": "byte", + "value": 1 + } + }, + { + "__struct_id": 4, + "Spell": { + "type": "word", + "value": 230 + }, + "SpellCasterLevel": { + "type": "byte", + "value": 6 + }, + "SpellFlags": { + "type": "byte", + "value": 1 + } + }, + { + "__struct_id": 4, + "Spell": { + "type": "word", + "value": 230 + }, + "SpellCasterLevel": { + "type": "byte", + "value": 6 + }, + "SpellFlags": { + "type": "byte", + "value": 1 + } + } + ] + }, + "StartingPackage": { + "type": "byte", + "value": 0 + }, + "Str": { + "type": "byte", + "value": 18 + }, + "Subrace": { + "type": "cexostring", + "value": "" + }, + "Tag": { + "type": "cexostring", + "value": "NW_WOLFWINT" + }, + "Tail": { + "type": "byte", + "value": 0 + }, + "TemplateList": { + "type": "list", + "value": [] + }, + "TemplateResRef": { + "type": "resref", + "value": "nw_wolfwint" + }, + "WalkRate": { + "type": "int", + "value": 7 + }, + "willbonus": { + "type": "short", + "value": 0 + }, + "Wings": { + "type": "byte", + "value": 0 + }, + "Wis": { + "type": "byte", + "value": 13 + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": 77.75867462158203 + }, + "YOrientation": { + "type": "float", + "value": 1.0 + }, + "YPosition": { + "type": "float", + "value": 45.96895599365234 + }, + "ZPosition": { + "type": "float", + "value": 5.238701820373535 + } + }, + { + "__struct_id": 4, + "Appearance_Type": { + "type": "word", + "value": 94 + }, + "BodyBag": { + "type": "byte", + "value": 0 + }, + "Cha": { + "type": "byte", + "value": 6 + }, + "ChallengeRating": { + "type": "float", + "value": 2.0 + }, + "ClassList": { + "type": "list", + "value": [ + { + "__struct_id": 2, + "Class": { + "type": "int", + "value": 12 + }, + "ClassLevel": { + "type": "short", + "value": 3 + } + } + ] + }, + "Con": { + "type": "byte", + "value": 15 + }, + "Conversation": { + "type": "resref", + "value": "" + }, + "CRAdjust": { + "type": "int", + "value": 0 + }, + "CurrentHitPoints": { + "type": "short", + "value": 16 + }, + "DecayTime": { + "type": "dword", + "value": 5000 + }, + "Deity": { + "type": "cexostring", + "value": "" + }, + "Description": { + "id": 12429, + "type": "cexolocstring", + "value": {} + }, + "Dex": { + "type": "byte", + "value": 19 + }, + "Disarmable": { + "type": "byte", + "value": 0 + }, + "Equip_ItemList": { + "type": "list", + "value": [ + { + "__struct_id": 16384, + "AddCost": { + "type": "dword", + "value": 0 + }, + "BaseItem": { + "type": "int", + "value": 72 + }, + "Charges": { + "type": "byte", + "value": 0 + }, + "Cost": { + "type": "dword", + "value": 500 + }, + "Cursed": { + "type": "byte", + "value": 0 + }, + "DescIdentified": { + "type": "cexolocstring", + "value": {} + }, + "Description": { + "type": "cexolocstring", + "value": {} + }, + "Identified": { + "type": "byte", + "value": 0 + }, + "LocalizedName": { + "id": 13265, + "type": "cexolocstring", + "value": {} + }, + "ModelPart1": { + "type": "byte", + "value": 1 + }, + "Plot": { + "type": "byte", + "value": 0 + }, + "PropertiesList": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "ChanceAppear": { + "type": "byte", + "value": 100 + }, + "CostTable": { + "type": "byte", + "value": 19 + }, + "CostValue": { + "type": "word", + "value": 8 + }, + "Param1": { + "type": "byte", + "value": 255 + }, + "Param1Value": { + "type": "byte", + "value": 255 + }, + "PropertyName": { + "type": "word", + "value": 77 + }, + "Subtype": { + "type": "word", + "value": 0 + } + } + ] + }, + "StackSize": { + "type": "word", + "value": 1 + }, + "Stolen": { + "type": "byte", + "value": 0 + }, + "Tag": { + "type": "cexostring", + "value": "NW_IT_CREWPSP005" + }, + "TemplateResRef": { + "type": "resref", + "value": "nw_it_crewpsp005" + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": -1.0 + }, + "YOrientation": { + "type": "float", + "value": 1.0 + }, + "YPosition": { + "type": "float", + "value": -1.0 + }, + "ZPosition": { + "type": "float", + "value": -1.0 + } + }, + { + "__struct_id": 32768, + "AddCost": { + "type": "dword", + "value": 0 + }, + "BaseItem": { + "type": "int", + "value": 72 + }, + "Charges": { + "type": "byte", + "value": 0 + }, + "Cost": { + "type": "dword", + "value": 500 + }, + "Cursed": { + "type": "byte", + "value": 0 + }, + "DescIdentified": { + "type": "cexolocstring", + "value": {} + }, + "Description": { + "type": "cexolocstring", + "value": {} + }, + "Identified": { + "type": "byte", + "value": 0 + }, + "LocalizedName": { + "id": 13265, + "type": "cexolocstring", + "value": {} + }, + "ModelPart1": { + "type": "byte", + "value": 1 + }, + "Plot": { + "type": "byte", + "value": 0 + }, + "PropertiesList": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "ChanceAppear": { + "type": "byte", + "value": 100 + }, + "CostTable": { + "type": "byte", + "value": 19 + }, + "CostValue": { + "type": "word", + "value": 8 + }, + "Param1": { + "type": "byte", + "value": 255 + }, + "Param1Value": { + "type": "byte", + "value": 255 + }, + "PropertyName": { + "type": "word", + "value": 77 + }, + "Subtype": { + "type": "word", + "value": 0 + } + } + ] + }, + "StackSize": { + "type": "word", + "value": 1 + }, + "Stolen": { + "type": "byte", + "value": 0 + }, + "Tag": { + "type": "cexostring", + "value": "NW_IT_CREWPSP005" + }, + "TemplateResRef": { + "type": "resref", + "value": "nw_it_crewpsp005" + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": -1.0 + }, + "YOrientation": { + "type": "float", + "value": 1.0 + }, + "YPosition": { + "type": "float", + "value": -1.0 + }, + "ZPosition": { + "type": "float", + "value": -1.0 + } + }, + { + "__struct_id": 65536, + "AddCost": { + "type": "dword", + "value": 0 + }, + "BaseItem": { + "type": "int", + "value": 69 + }, + "Charges": { + "type": "byte", + "value": 0 + }, + "Cost": { + "type": "dword", + "value": 3124 + }, + "Cursed": { + "type": "byte", + "value": 0 + }, + "DescIdentified": { + "type": "cexolocstring", + "value": {} + }, + "Description": { + "type": "cexolocstring", + "value": {} + }, + "Identified": { + "type": "byte", + "value": 0 + }, + "LocalizedName": { + "id": 13253, + "type": "cexolocstring", + "value": {} + }, + "ModelPart1": { + "type": "byte", + "value": 1 + }, + "Plot": { + "type": "byte", + "value": 0 + }, + "PropertiesList": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "ChanceAppear": { + "type": "byte", + "value": 100 + }, + "CostTable": { + "type": "byte", + "value": 19 + }, + "CostValue": { + "type": "word", + "value": 6 + }, + "Param1": { + "type": "byte", + "value": 255 + }, + "Param1Value": { + "type": "byte", + "value": 255 + }, + "PropertyName": { + "type": "word", + "value": 77 + }, + "Subtype": { + "type": "word", + "value": 0 + } + } + ] + }, + "StackSize": { + "type": "word", + "value": 1 + }, + "Stolen": { + "type": "byte", + "value": 0 + }, + "Tag": { + "type": "cexostring", + "value": "NW_IT_CREWPS021" + }, + "TemplateResRef": { + "type": "resref", + "value": "nw_it_crewps021" + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": -1.0 + }, + "YOrientation": { + "type": "float", + "value": 1.0 + }, + "YPosition": { + "type": "float", + "value": -1.0 + }, + "ZPosition": { + "type": "float", + "value": -1.0 + } + }, + { + "__struct_id": 131072, + "AddCost": { + "type": "dword", + "value": 0 + }, + "BaseItem": { + "type": "int", + "value": 73 + }, + "Charges": { + "type": "byte", + "value": 0 + }, + "Cost": { + "type": "dword", + "value": 0 + }, + "Cursed": { + "type": "byte", + "value": 0 + }, + "DescIdentified": { + "type": "cexolocstring", + "value": {} + }, + "Description": { + "type": "cexolocstring", + "value": {} + }, + "Identified": { + "type": "byte", + "value": 0 + }, + "LocalizedName": { + "id": 13101, + "type": "cexolocstring", + "value": {} + }, + "ModelPart1": { + "type": "byte", + "value": 1 + }, + "Plot": { + "type": "byte", + "value": 0 + }, + "PropertiesList": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "ChanceAppear": { + "type": "byte", + "value": 100 + }, + "CostTable": { + "type": "byte", + "value": 0 + }, + "CostValue": { + "type": "word", + "value": 0 + }, + "Param1": { + "type": "byte", + "value": 255 + }, + "Param1Value": { + "type": "byte", + "value": 255 + }, + "PropertyName": { + "type": "word", + "value": 54 + }, + "Subtype": { + "type": "word", + "value": 3 + } + } + ] + }, + "StackSize": { + "type": "word", + "value": 1 + }, + "Stolen": { + "type": "byte", + "value": 0 + }, + "Tag": { + "type": "cexostring", + "value": "NW_IT_CREITEM081" + }, + "TemplateResRef": { + "type": "resref", + "value": "nw_it_creitem081" + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": -1.0 + }, + "YOrientation": { + "type": "float", + "value": 1.0 + }, + "YPosition": { + "type": "float", + "value": -1.0 + }, + "ZPosition": { + "type": "float", + "value": -1.0 + } + } + ] + }, + "FactionID": { + "type": "word", + "value": 2 + }, + "FeatList": { + "type": "list", + "value": [ + { + "__struct_id": 1, + "Feat": { + "type": "word", + "value": 42 + } + }, + { + "__struct_id": 1, + "Feat": { + "type": "word", + "value": 289 + } + } + ] + }, + "FirstName": { + "id": 57919, + "type": "cexolocstring", + "value": {} + }, + "fortbonus": { + "type": "short", + "value": 0 + }, + "Gender": { + "type": "byte", + "value": 2 + }, + "GoodEvil": { + "type": "byte", + "value": 50 + }, + "HitPoints": { + "type": "short", + "value": 16 + }, + "Int": { + "type": "byte", + "value": 13 + }, + "Interruptable": { + "type": "byte", + "value": 1 + }, + "IsImmortal": { + "type": "byte", + "value": 1 + }, + "IsPC": { + "type": "byte", + "value": 0 + }, + "LastName": { + "type": "cexolocstring", + "value": {} + }, + "LawfulChaotic": { + "type": "byte", + "value": 50 + }, + "Lootable": { + "type": "byte", + "value": 0 + }, + "MaxHitPoints": { + "type": "short", + "value": 22 + }, + "NaturalAC": { + "type": "byte", + "value": 2 + }, + "NoPermDeath": { + "type": "byte", + "value": 0 + }, + "PerceptionRange": { + "type": "byte", + "value": 11 + }, + "Phenotype": { + "type": "int", + "value": 0 + }, + "Plot": { + "type": "byte", + "value": 1 + }, + "PortraitId": { + "type": "word", + "value": 164 + }, + "Race": { + "type": "byte", + "value": 8 + }, + "refbonus": { + "type": "short", + "value": 0 + }, + "ScriptAttacked": { + "type": "resref", + "value": "nw_c2_default5" + }, + "ScriptDamaged": { + "type": "resref", + "value": "nw_c2_default6" + }, + "ScriptDeath": { + "type": "resref", + "value": "nw_c2_default7" + }, + "ScriptDialogue": { + "type": "resref", + "value": "nw_c2_default4" + }, + "ScriptDisturbed": { + "type": "resref", + "value": "nw_c2_default8" + }, + "ScriptEndRound": { + "type": "resref", + "value": "nw_c2_default3" + }, + "ScriptHeartbeat": { + "type": "resref", + "value": "ambient_hb" + }, + "ScriptOnBlocked": { + "type": "resref", + "value": "nw_c2_defaulte" + }, + "ScriptOnNotice": { + "type": "resref", + "value": "nw_c2_default2" + }, + "ScriptRested": { + "type": "resref", + "value": "nw_c2_defaulta" + }, + "ScriptSpawn": { + "type": "resref", + "value": "nw_c2_default9" + }, + "ScriptSpellAt": { + "type": "resref", + "value": "nw_c2_defaultb" + }, + "ScriptUserDefine": { + "type": "resref", + "value": "nw_c2_defaultd" + }, + "SkillList": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 9 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 6 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 9 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 6 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + } + ] + }, + "SoundSetFile": { + "type": "word", + "value": 19 + }, + "SpecAbilityList": { + "type": "list", + "value": [] + }, + "StartingPackage": { + "type": "byte", + "value": 0 + }, + "Str": { + "type": "byte", + "value": 16 + }, + "Subrace": { + "type": "cexostring", + "value": "" + }, + "Tag": { + "type": "cexostring", + "value": "NW_CRAGCAT" + }, + "Tail": { + "type": "byte", + "value": 0 + }, + "TemplateList": { + "type": "list", + "value": [] + }, + "TemplateResRef": { + "type": "resref", + "value": "nw_cragcat" + }, + "WalkRate": { + "type": "int", + "value": 7 + }, + "willbonus": { + "type": "short", + "value": 0 + }, + "Wings": { + "type": "byte", + "value": 0 + }, + "Wis": { + "type": "byte", + "value": 12 + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": 59.94933700561523 + }, + "YOrientation": { + "type": "float", + "value": 1.0 + }, + "YPosition": { + "type": "float", + "value": 77.38079071044922 + }, + "ZPosition": { + "type": "float", + "value": 9.999999046325684 + } + }, + { + "__struct_id": 4, + "Appearance_Type": { + "type": "word", + "value": 94 + }, + "BodyBag": { + "type": "byte", + "value": 0 + }, + "Cha": { + "type": "byte", + "value": 6 + }, + "ChallengeRating": { + "type": "float", + "value": 2.0 + }, + "ClassList": { + "type": "list", + "value": [ + { + "__struct_id": 2, + "Class": { + "type": "int", + "value": 12 + }, + "ClassLevel": { + "type": "short", + "value": 3 + } + } + ] + }, + "Con": { + "type": "byte", + "value": 15 + }, + "Conversation": { + "type": "resref", + "value": "" + }, + "CRAdjust": { + "type": "int", + "value": 0 + }, + "CurrentHitPoints": { + "type": "short", + "value": 16 + }, + "DecayTime": { + "type": "dword", + "value": 5000 + }, + "Deity": { + "type": "cexostring", + "value": "" + }, + "Description": { + "id": 12429, + "type": "cexolocstring", + "value": {} + }, + "Dex": { + "type": "byte", + "value": 19 + }, + "Disarmable": { + "type": "byte", + "value": 0 + }, + "Equip_ItemList": { + "type": "list", + "value": [ + { + "__struct_id": 16384, + "AddCost": { + "type": "dword", + "value": 0 + }, + "BaseItem": { + "type": "int", + "value": 72 + }, + "Charges": { + "type": "byte", + "value": 0 + }, + "Cost": { + "type": "dword", + "value": 500 + }, + "Cursed": { + "type": "byte", + "value": 0 + }, + "DescIdentified": { + "type": "cexolocstring", + "value": {} + }, + "Description": { + "type": "cexolocstring", + "value": {} + }, + "Identified": { + "type": "byte", + "value": 0 + }, + "LocalizedName": { + "id": 13265, + "type": "cexolocstring", + "value": {} + }, + "ModelPart1": { + "type": "byte", + "value": 1 + }, + "Plot": { + "type": "byte", + "value": 0 + }, + "PropertiesList": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "ChanceAppear": { + "type": "byte", + "value": 100 + }, + "CostTable": { + "type": "byte", + "value": 19 + }, + "CostValue": { + "type": "word", + "value": 8 + }, + "Param1": { + "type": "byte", + "value": 255 + }, + "Param1Value": { + "type": "byte", + "value": 255 + }, + "PropertyName": { + "type": "word", + "value": 77 + }, + "Subtype": { + "type": "word", + "value": 0 + } + } + ] + }, + "StackSize": { + "type": "word", + "value": 1 + }, + "Stolen": { + "type": "byte", + "value": 0 + }, + "Tag": { + "type": "cexostring", + "value": "NW_IT_CREWPSP005" + }, + "TemplateResRef": { + "type": "resref", + "value": "nw_it_crewpsp005" + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": -1.0 + }, + "YOrientation": { + "type": "float", + "value": 1.0 + }, + "YPosition": { + "type": "float", + "value": -1.0 + }, + "ZPosition": { + "type": "float", + "value": -1.0 + } + }, + { + "__struct_id": 32768, + "AddCost": { + "type": "dword", + "value": 0 + }, + "BaseItem": { + "type": "int", + "value": 72 + }, + "Charges": { + "type": "byte", + "value": 0 + }, + "Cost": { + "type": "dword", + "value": 500 + }, + "Cursed": { + "type": "byte", + "value": 0 + }, + "DescIdentified": { + "type": "cexolocstring", + "value": {} + }, + "Description": { + "type": "cexolocstring", + "value": {} + }, + "Identified": { + "type": "byte", + "value": 0 + }, + "LocalizedName": { + "id": 13265, + "type": "cexolocstring", + "value": {} + }, + "ModelPart1": { + "type": "byte", + "value": 1 + }, + "Plot": { + "type": "byte", + "value": 0 + }, + "PropertiesList": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "ChanceAppear": { + "type": "byte", + "value": 100 + }, + "CostTable": { + "type": "byte", + "value": 19 + }, + "CostValue": { + "type": "word", + "value": 8 + }, + "Param1": { + "type": "byte", + "value": 255 + }, + "Param1Value": { + "type": "byte", + "value": 255 + }, + "PropertyName": { + "type": "word", + "value": 77 + }, + "Subtype": { + "type": "word", + "value": 0 + } + } + ] + }, + "StackSize": { + "type": "word", + "value": 1 + }, + "Stolen": { + "type": "byte", + "value": 0 + }, + "Tag": { + "type": "cexostring", + "value": "NW_IT_CREWPSP005" + }, + "TemplateResRef": { + "type": "resref", + "value": "nw_it_crewpsp005" + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": -1.0 + }, + "YOrientation": { + "type": "float", + "value": 1.0 + }, + "YPosition": { + "type": "float", + "value": -1.0 + }, + "ZPosition": { + "type": "float", + "value": -1.0 + } + }, + { + "__struct_id": 65536, + "AddCost": { + "type": "dword", + "value": 0 + }, + "BaseItem": { + "type": "int", + "value": 69 + }, + "Charges": { + "type": "byte", + "value": 0 + }, + "Cost": { + "type": "dword", + "value": 3124 + }, + "Cursed": { + "type": "byte", + "value": 0 + }, + "DescIdentified": { + "type": "cexolocstring", + "value": {} + }, + "Description": { + "type": "cexolocstring", + "value": {} + }, + "Identified": { + "type": "byte", + "value": 0 + }, + "LocalizedName": { + "id": 13253, + "type": "cexolocstring", + "value": {} + }, + "ModelPart1": { + "type": "byte", + "value": 1 + }, + "Plot": { + "type": "byte", + "value": 0 + }, + "PropertiesList": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "ChanceAppear": { + "type": "byte", + "value": 100 + }, + "CostTable": { + "type": "byte", + "value": 19 + }, + "CostValue": { + "type": "word", + "value": 6 + }, + "Param1": { + "type": "byte", + "value": 255 + }, + "Param1Value": { + "type": "byte", + "value": 255 + }, + "PropertyName": { + "type": "word", + "value": 77 + }, + "Subtype": { + "type": "word", + "value": 0 + } + } + ] + }, + "StackSize": { + "type": "word", + "value": 1 + }, + "Stolen": { + "type": "byte", + "value": 0 + }, + "Tag": { + "type": "cexostring", + "value": "NW_IT_CREWPS021" + }, + "TemplateResRef": { + "type": "resref", + "value": "nw_it_crewps021" + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": -1.0 + }, + "YOrientation": { + "type": "float", + "value": 1.0 + }, + "YPosition": { + "type": "float", + "value": -1.0 + }, + "ZPosition": { + "type": "float", + "value": -1.0 + } + }, + { + "__struct_id": 131072, + "AddCost": { + "type": "dword", + "value": 0 + }, + "BaseItem": { + "type": "int", + "value": 73 + }, + "Charges": { + "type": "byte", + "value": 0 + }, + "Cost": { + "type": "dword", + "value": 0 + }, + "Cursed": { + "type": "byte", + "value": 0 + }, + "DescIdentified": { + "type": "cexolocstring", + "value": {} + }, + "Description": { + "type": "cexolocstring", + "value": {} + }, + "Identified": { + "type": "byte", + "value": 0 + }, + "LocalizedName": { + "id": 13101, + "type": "cexolocstring", + "value": {} + }, + "ModelPart1": { + "type": "byte", + "value": 1 + }, + "Plot": { + "type": "byte", + "value": 0 + }, + "PropertiesList": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "ChanceAppear": { + "type": "byte", + "value": 100 + }, + "CostTable": { + "type": "byte", + "value": 0 + }, + "CostValue": { + "type": "word", + "value": 0 + }, + "Param1": { + "type": "byte", + "value": 255 + }, + "Param1Value": { + "type": "byte", + "value": 255 + }, + "PropertyName": { + "type": "word", + "value": 54 + }, + "Subtype": { + "type": "word", + "value": 3 + } + } + ] + }, + "StackSize": { + "type": "word", + "value": 1 + }, + "Stolen": { + "type": "byte", + "value": 0 + }, + "Tag": { + "type": "cexostring", + "value": "NW_IT_CREITEM081" + }, + "TemplateResRef": { + "type": "resref", + "value": "nw_it_creitem081" + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": -1.0 + }, + "YOrientation": { + "type": "float", + "value": 1.0 + }, + "YPosition": { + "type": "float", + "value": -1.0 + }, + "ZPosition": { + "type": "float", + "value": -1.0 + } + } + ] + }, + "FactionID": { + "type": "word", + "value": 2 + }, + "FeatList": { + "type": "list", + "value": [ + { + "__struct_id": 1, + "Feat": { + "type": "word", + "value": 42 + } + }, + { + "__struct_id": 1, + "Feat": { + "type": "word", + "value": 289 + } + } + ] + }, + "FirstName": { + "id": 57919, + "type": "cexolocstring", + "value": {} + }, + "fortbonus": { + "type": "short", + "value": 0 + }, + "Gender": { + "type": "byte", + "value": 2 + }, + "GoodEvil": { + "type": "byte", + "value": 50 + }, + "HitPoints": { + "type": "short", + "value": 16 + }, + "Int": { + "type": "byte", + "value": 13 + }, + "Interruptable": { + "type": "byte", + "value": 1 + }, + "IsImmortal": { + "type": "byte", + "value": 1 + }, + "IsPC": { + "type": "byte", + "value": 0 + }, + "LastName": { + "type": "cexolocstring", + "value": {} + }, + "LawfulChaotic": { + "type": "byte", + "value": 50 + }, + "Lootable": { + "type": "byte", + "value": 0 + }, + "MaxHitPoints": { + "type": "short", + "value": 22 + }, + "NaturalAC": { + "type": "byte", + "value": 2 + }, + "NoPermDeath": { + "type": "byte", + "value": 0 + }, + "PerceptionRange": { + "type": "byte", + "value": 11 + }, + "Phenotype": { + "type": "int", + "value": 0 + }, + "Plot": { + "type": "byte", + "value": 1 + }, + "PortraitId": { + "type": "word", + "value": 164 + }, + "Race": { + "type": "byte", + "value": 8 + }, + "refbonus": { + "type": "short", + "value": 0 + }, + "ScriptAttacked": { + "type": "resref", + "value": "nw_c2_default5" + }, + "ScriptDamaged": { + "type": "resref", + "value": "nw_c2_default6" + }, + "ScriptDeath": { + "type": "resref", + "value": "nw_c2_default7" + }, + "ScriptDialogue": { + "type": "resref", + "value": "nw_c2_default4" + }, + "ScriptDisturbed": { + "type": "resref", + "value": "nw_c2_default8" + }, + "ScriptEndRound": { + "type": "resref", + "value": "nw_c2_default3" + }, + "ScriptHeartbeat": { + "type": "resref", + "value": "ambient_hb" + }, + "ScriptOnBlocked": { + "type": "resref", + "value": "nw_c2_defaulte" + }, + "ScriptOnNotice": { + "type": "resref", + "value": "nw_c2_default2" + }, + "ScriptRested": { + "type": "resref", + "value": "nw_c2_defaulta" + }, + "ScriptSpawn": { + "type": "resref", + "value": "nw_c2_default9" + }, + "ScriptSpellAt": { + "type": "resref", + "value": "nw_c2_defaultb" + }, + "ScriptUserDefine": { + "type": "resref", + "value": "nw_c2_defaultd" + }, + "SkillList": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 9 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 6 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 9 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 6 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + } + ] + }, + "SoundSetFile": { + "type": "word", + "value": 19 + }, + "SpecAbilityList": { + "type": "list", + "value": [] + }, + "StartingPackage": { + "type": "byte", + "value": 0 + }, + "Str": { + "type": "byte", + "value": 16 + }, + "Subrace": { + "type": "cexostring", + "value": "" + }, + "Tag": { + "type": "cexostring", + "value": "NW_CRAGCAT" + }, + "Tail": { + "type": "byte", + "value": 0 + }, + "TemplateList": { + "type": "list", + "value": [] + }, + "TemplateResRef": { + "type": "resref", + "value": "nw_cragcat" + }, + "WalkRate": { + "type": "int", + "value": 7 + }, + "willbonus": { + "type": "short", + "value": 0 + }, + "Wings": { + "type": "byte", + "value": 0 + }, + "Wis": { + "type": "byte", + "value": 12 + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": 1.767436027526856 + }, + "YOrientation": { + "type": "float", + "value": 1.0 + }, + "YPosition": { + "type": "float", + "value": 40.20157623291016 + }, + "ZPosition": { + "type": "float", + "value": 4.999994277954102 + } + }, + { + "__struct_id": 4, + "Appearance_Type": { + "type": "word", + "value": 94 + }, + "BodyBag": { + "type": "byte", + "value": 0 + }, + "Cha": { + "type": "byte", + "value": 6 + }, + "ChallengeRating": { + "type": "float", + "value": 2.0 + }, + "ClassList": { + "type": "list", + "value": [ + { + "__struct_id": 2, + "Class": { + "type": "int", + "value": 12 + }, + "ClassLevel": { + "type": "short", + "value": 3 + } + } + ] + }, + "Con": { + "type": "byte", + "value": 15 + }, + "Conversation": { + "type": "resref", + "value": "" + }, + "CRAdjust": { + "type": "int", + "value": 0 + }, + "CurrentHitPoints": { + "type": "short", + "value": 16 + }, + "DecayTime": { + "type": "dword", + "value": 5000 + }, + "Deity": { + "type": "cexostring", + "value": "" + }, + "Description": { + "id": 12429, + "type": "cexolocstring", + "value": {} + }, + "Dex": { + "type": "byte", + "value": 19 + }, + "Disarmable": { + "type": "byte", + "value": 0 + }, + "Equip_ItemList": { + "type": "list", + "value": [ + { + "__struct_id": 16384, + "AddCost": { + "type": "dword", + "value": 0 + }, + "BaseItem": { + "type": "int", + "value": 72 + }, + "Charges": { + "type": "byte", + "value": 0 + }, + "Cost": { + "type": "dword", + "value": 500 + }, + "Cursed": { + "type": "byte", + "value": 0 + }, + "DescIdentified": { + "type": "cexolocstring", + "value": {} + }, + "Description": { + "type": "cexolocstring", + "value": {} + }, + "Identified": { + "type": "byte", + "value": 0 + }, + "LocalizedName": { + "id": 13265, + "type": "cexolocstring", + "value": {} + }, + "ModelPart1": { + "type": "byte", + "value": 1 + }, + "Plot": { + "type": "byte", + "value": 0 + }, + "PropertiesList": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "ChanceAppear": { + "type": "byte", + "value": 100 + }, + "CostTable": { + "type": "byte", + "value": 19 + }, + "CostValue": { + "type": "word", + "value": 8 + }, + "Param1": { + "type": "byte", + "value": 255 + }, + "Param1Value": { + "type": "byte", + "value": 255 + }, + "PropertyName": { + "type": "word", + "value": 77 + }, + "Subtype": { + "type": "word", + "value": 0 + } + } + ] + }, + "StackSize": { + "type": "word", + "value": 1 + }, + "Stolen": { + "type": "byte", + "value": 0 + }, + "Tag": { + "type": "cexostring", + "value": "NW_IT_CREWPSP005" + }, + "TemplateResRef": { + "type": "resref", + "value": "nw_it_crewpsp005" + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": -1.0 + }, + "YOrientation": { + "type": "float", + "value": 1.0 + }, + "YPosition": { + "type": "float", + "value": -1.0 + }, + "ZPosition": { + "type": "float", + "value": -1.0 + } + }, + { + "__struct_id": 32768, + "AddCost": { + "type": "dword", + "value": 0 + }, + "BaseItem": { + "type": "int", + "value": 72 + }, + "Charges": { + "type": "byte", + "value": 0 + }, + "Cost": { + "type": "dword", + "value": 500 + }, + "Cursed": { + "type": "byte", + "value": 0 + }, + "DescIdentified": { + "type": "cexolocstring", + "value": {} + }, + "Description": { + "type": "cexolocstring", + "value": {} + }, + "Identified": { + "type": "byte", + "value": 0 + }, + "LocalizedName": { + "id": 13265, + "type": "cexolocstring", + "value": {} + }, + "ModelPart1": { + "type": "byte", + "value": 1 + }, + "Plot": { + "type": "byte", + "value": 0 + }, + "PropertiesList": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "ChanceAppear": { + "type": "byte", + "value": 100 + }, + "CostTable": { + "type": "byte", + "value": 19 + }, + "CostValue": { + "type": "word", + "value": 8 + }, + "Param1": { + "type": "byte", + "value": 255 + }, + "Param1Value": { + "type": "byte", + "value": 255 + }, + "PropertyName": { + "type": "word", + "value": 77 + }, + "Subtype": { + "type": "word", + "value": 0 + } + } + ] + }, + "StackSize": { + "type": "word", + "value": 1 + }, + "Stolen": { + "type": "byte", + "value": 0 + }, + "Tag": { + "type": "cexostring", + "value": "NW_IT_CREWPSP005" + }, + "TemplateResRef": { + "type": "resref", + "value": "nw_it_crewpsp005" + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": -1.0 + }, + "YOrientation": { + "type": "float", + "value": 1.0 + }, + "YPosition": { + "type": "float", + "value": -1.0 + }, + "ZPosition": { + "type": "float", + "value": -1.0 + } + }, + { + "__struct_id": 65536, + "AddCost": { + "type": "dword", + "value": 0 + }, + "BaseItem": { + "type": "int", + "value": 69 + }, + "Charges": { + "type": "byte", + "value": 0 + }, + "Cost": { + "type": "dword", + "value": 3124 + }, + "Cursed": { + "type": "byte", + "value": 0 + }, + "DescIdentified": { + "type": "cexolocstring", + "value": {} + }, + "Description": { + "type": "cexolocstring", + "value": {} + }, + "Identified": { + "type": "byte", + "value": 0 + }, + "LocalizedName": { + "id": 13253, + "type": "cexolocstring", + "value": {} + }, + "ModelPart1": { + "type": "byte", + "value": 1 + }, + "Plot": { + "type": "byte", + "value": 0 + }, + "PropertiesList": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "ChanceAppear": { + "type": "byte", + "value": 100 + }, + "CostTable": { + "type": "byte", + "value": 19 + }, + "CostValue": { + "type": "word", + "value": 6 + }, + "Param1": { + "type": "byte", + "value": 255 + }, + "Param1Value": { + "type": "byte", + "value": 255 + }, + "PropertyName": { + "type": "word", + "value": 77 + }, + "Subtype": { + "type": "word", + "value": 0 + } + } + ] + }, + "StackSize": { + "type": "word", + "value": 1 + }, + "Stolen": { + "type": "byte", + "value": 0 + }, + "Tag": { + "type": "cexostring", + "value": "NW_IT_CREWPS021" + }, + "TemplateResRef": { + "type": "resref", + "value": "nw_it_crewps021" + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": -1.0 + }, + "YOrientation": { + "type": "float", + "value": 1.0 + }, + "YPosition": { + "type": "float", + "value": -1.0 + }, + "ZPosition": { + "type": "float", + "value": -1.0 + } + }, + { + "__struct_id": 131072, + "AddCost": { + "type": "dword", + "value": 0 + }, + "BaseItem": { + "type": "int", + "value": 73 + }, + "Charges": { + "type": "byte", + "value": 0 + }, + "Cost": { + "type": "dword", + "value": 0 + }, + "Cursed": { + "type": "byte", + "value": 0 + }, + "DescIdentified": { + "type": "cexolocstring", + "value": {} + }, + "Description": { + "type": "cexolocstring", + "value": {} + }, + "Identified": { + "type": "byte", + "value": 0 + }, + "LocalizedName": { + "id": 13101, + "type": "cexolocstring", + "value": {} + }, + "ModelPart1": { + "type": "byte", + "value": 1 + }, + "Plot": { + "type": "byte", + "value": 0 + }, + "PropertiesList": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "ChanceAppear": { + "type": "byte", + "value": 100 + }, + "CostTable": { + "type": "byte", + "value": 0 + }, + "CostValue": { + "type": "word", + "value": 0 + }, + "Param1": { + "type": "byte", + "value": 255 + }, + "Param1Value": { + "type": "byte", + "value": 255 + }, + "PropertyName": { + "type": "word", + "value": 54 + }, + "Subtype": { + "type": "word", + "value": 3 + } + } + ] + }, + "StackSize": { + "type": "word", + "value": 1 + }, + "Stolen": { + "type": "byte", + "value": 0 + }, + "Tag": { + "type": "cexostring", + "value": "NW_IT_CREITEM081" + }, + "TemplateResRef": { + "type": "resref", + "value": "nw_it_creitem081" + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": -1.0 + }, + "YOrientation": { + "type": "float", + "value": 1.0 + }, + "YPosition": { + "type": "float", + "value": -1.0 + }, + "ZPosition": { + "type": "float", + "value": -1.0 + } + } + ] + }, + "FactionID": { + "type": "word", + "value": 2 + }, + "FeatList": { + "type": "list", + "value": [ + { + "__struct_id": 1, + "Feat": { + "type": "word", + "value": 42 + } + }, + { + "__struct_id": 1, + "Feat": { + "type": "word", + "value": 289 + } + } + ] + }, + "FirstName": { + "id": 57919, + "type": "cexolocstring", + "value": {} + }, + "fortbonus": { + "type": "short", + "value": 0 + }, + "Gender": { + "type": "byte", + "value": 2 + }, + "GoodEvil": { + "type": "byte", + "value": 50 + }, + "HitPoints": { + "type": "short", + "value": 16 + }, + "Int": { + "type": "byte", + "value": 13 + }, + "Interruptable": { + "type": "byte", + "value": 1 + }, + "IsImmortal": { + "type": "byte", + "value": 1 + }, + "IsPC": { + "type": "byte", + "value": 0 + }, + "LastName": { + "type": "cexolocstring", + "value": {} + }, + "LawfulChaotic": { + "type": "byte", + "value": 50 + }, + "Lootable": { + "type": "byte", + "value": 0 + }, + "MaxHitPoints": { + "type": "short", + "value": 22 + }, + "NaturalAC": { + "type": "byte", + "value": 2 + }, + "NoPermDeath": { + "type": "byte", + "value": 0 + }, + "PerceptionRange": { + "type": "byte", + "value": 11 + }, + "Phenotype": { + "type": "int", + "value": 0 + }, + "Plot": { + "type": "byte", + "value": 1 + }, + "PortraitId": { + "type": "word", + "value": 164 + }, + "Race": { + "type": "byte", + "value": 8 + }, + "refbonus": { + "type": "short", + "value": 0 + }, + "ScriptAttacked": { + "type": "resref", + "value": "nw_c2_default5" + }, + "ScriptDamaged": { + "type": "resref", + "value": "nw_c2_default6" + }, + "ScriptDeath": { + "type": "resref", + "value": "nw_c2_default7" + }, + "ScriptDialogue": { + "type": "resref", + "value": "nw_c2_default4" + }, + "ScriptDisturbed": { + "type": "resref", + "value": "nw_c2_default8" + }, + "ScriptEndRound": { + "type": "resref", + "value": "nw_c2_default3" + }, + "ScriptHeartbeat": { + "type": "resref", + "value": "ambient_hb" + }, + "ScriptOnBlocked": { + "type": "resref", + "value": "nw_c2_defaulte" + }, + "ScriptOnNotice": { + "type": "resref", + "value": "nw_c2_default2" + }, + "ScriptRested": { + "type": "resref", + "value": "nw_c2_defaulta" + }, + "ScriptSpawn": { + "type": "resref", + "value": "nw_c2_default9" + }, + "ScriptSpellAt": { + "type": "resref", + "value": "nw_c2_defaultb" + }, + "ScriptUserDefine": { + "type": "resref", + "value": "nw_c2_defaultd" + }, + "SkillList": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 9 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 6 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 9 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 6 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + } + ] + }, + "SoundSetFile": { + "type": "word", + "value": 19 + }, + "SpecAbilityList": { + "type": "list", + "value": [] + }, + "StartingPackage": { + "type": "byte", + "value": 0 + }, + "Str": { + "type": "byte", + "value": 16 + }, + "Subrace": { + "type": "cexostring", + "value": "" + }, + "Tag": { + "type": "cexostring", + "value": "NW_CRAGCAT" + }, + "Tail": { + "type": "byte", + "value": 0 + }, + "TemplateList": { + "type": "list", + "value": [] + }, + "TemplateResRef": { + "type": "resref", + "value": "nw_cragcat" + }, + "WalkRate": { + "type": "int", + "value": 7 + }, + "willbonus": { + "type": "short", + "value": 0 + }, + "Wings": { + "type": "byte", + "value": 0 + }, + "Wis": { + "type": "byte", + "value": 12 + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": 30.12269401550293 + }, + "YOrientation": { + "type": "float", + "value": 1.0 + }, + "YPosition": { + "type": "float", + "value": 10.23370361328125 + }, + "ZPosition": { + "type": "float", + "value": 4.999995231628418 + } + }, + { + "__struct_id": 4, + "Appearance_Type": { + "type": "word", + "value": 37 + }, + "BodyBag": { + "type": "byte", + "value": 0 + }, + "Cha": { + "type": "byte", + "value": 10 + }, + "ChallengeRating": { + "type": "float", + "value": 0.3333333432674408 + }, + "ClassList": { + "type": "list", + "value": [ + { + "__struct_id": 2, + "Class": { + "type": "int", + "value": 12 + }, + "ClassLevel": { + "type": "short", + "value": 1 + } + } + ] + }, + "Con": { + "type": "byte", + "value": 10 + }, + "Conversation": { + "type": "resref", + "value": "" + }, + "CRAdjust": { + "type": "int", + "value": 0 + }, + "CurrentHitPoints": { + "type": "short", + "value": 5 + }, + "DecayTime": { + "type": "dword", + "value": 5000 + }, + "Deity": { + "type": "cexostring", + "value": "" + }, + "Description": { + "id": 12439, + "type": "cexolocstring", + "value": {} + }, + "Dex": { + "type": "byte", + "value": 11 + }, + "Disarmable": { + "type": "byte", + "value": 0 + }, + "Equip_ItemList": { + "type": "list", + "value": [ + { + "__struct_id": 65536, + "AddCost": { + "type": "dword", + "value": 0 + }, + "BaseItem": { + "type": "int", + "value": 70 + }, + "Charges": { + "type": "byte", + "value": 0 + }, + "Cost": { + "type": "dword", + "value": 500 + }, + "Cursed": { + "type": "byte", + "value": 0 + }, + "DescIdentified": { + "type": "cexolocstring", + "value": {} + }, + "Description": { + "type": "cexolocstring", + "value": {} + }, + "Identified": { + "type": "byte", + "value": 0 + }, + "LocalizedName": { + "id": 13230, + "type": "cexolocstring", + "value": {} + }, + "ModelPart1": { + "type": "byte", + "value": 1 + }, + "Plot": { + "type": "byte", + "value": 0 + }, + "PropertiesList": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "ChanceAppear": { + "type": "byte", + "value": 100 + }, + "CostTable": { + "type": "byte", + "value": 19 + }, + "CostValue": { + "type": "word", + "value": 8 + }, + "Param1": { + "type": "byte", + "value": 255 + }, + "Param1Value": { + "type": "byte", + "value": 255 + }, + "PropertyName": { + "type": "word", + "value": 77 + }, + "Subtype": { + "type": "word", + "value": 0 + } + } + ] + }, + "StackSize": { + "type": "word", + "value": 1 + }, + "Stolen": { + "type": "byte", + "value": 0 + }, + "Tag": { + "type": "cexostring", + "value": "NW_IT_CREWPP005" + }, + "TemplateResRef": { + "type": "resref", + "value": "nw_it_crewpp005" + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": -1.0 + }, + "YOrientation": { + "type": "float", + "value": 1.0 + }, + "YPosition": { + "type": "float", + "value": -1.0 + }, + "ZPosition": { + "type": "float", + "value": -1.0 + } + } + ] + }, + "FactionID": { + "type": "word", + "value": 2 + }, + "FeatList": { + "type": "list", + "value": [ + { + "__struct_id": 1, + "Feat": { + "type": "word", + "value": 289 + } + } + ] + }, + "FirstName": { + "id": 12441, + "type": "cexolocstring", + "value": {} + }, + "fortbonus": { + "type": "short", + "value": 0 + }, + "Gender": { + "type": "byte", + "value": 0 + }, + "GoodEvil": { + "type": "byte", + "value": 50 + }, + "HitPoints": { + "type": "short", + "value": 5 + }, + "Int": { + "type": "byte", + "value": 3 + }, + "Interruptable": { + "type": "byte", + "value": 1 + }, + "IsImmortal": { + "type": "byte", + "value": 1 + }, + "IsPC": { + "type": "byte", + "value": 0 + }, + "LastName": { + "type": "cexolocstring", + "value": {} + }, + "LawfulChaotic": { + "type": "byte", + "value": 50 + }, + "Lootable": { + "type": "byte", + "value": 0 + }, + "MaxHitPoints": { + "type": "short", + "value": 5 + }, + "NaturalAC": { + "type": "byte", + "value": 0 + }, + "NoPermDeath": { + "type": "byte", + "value": 0 + }, + "PerceptionRange": { + "type": "byte", + "value": 11 + }, + "Phenotype": { + "type": "int", + "value": 0 + }, + "Plot": { + "type": "byte", + "value": 1 + }, + "PortraitId": { + "type": "word", + "value": 175 + }, + "Race": { + "type": "byte", + "value": 8 + }, + "refbonus": { + "type": "short", + "value": 0 + }, + "ScriptAttacked": { + "type": "resref", + "value": "nw_c2_default5" + }, + "ScriptDamaged": { + "type": "resref", + "value": "nw_c2_default6" + }, + "ScriptDeath": { + "type": "resref", + "value": "nw_c2_default7" + }, + "ScriptDialogue": { + "type": "resref", + "value": "nw_c2_default4" + }, + "ScriptDisturbed": { + "type": "resref", + "value": "nw_c2_default8" + }, + "ScriptEndRound": { + "type": "resref", + "value": "nw_c2_default3" + }, + "ScriptHeartbeat": { + "type": "resref", + "value": "ambient_hb" + }, + "ScriptOnBlocked": { + "type": "resref", + "value": "nw_c2_defaulte" + }, + "ScriptOnNotice": { + "type": "resref", + "value": "nw_c2_default2" + }, + "ScriptRested": { + "type": "resref", + "value": "nw_c2_defaulta" + }, + "ScriptSpawn": { + "type": "resref", + "value": "nw_c2_herbivore" + }, + "ScriptSpellAt": { + "type": "resref", + "value": "nw_c2_defaultb" + }, + "ScriptUserDefine": { + "type": "resref", + "value": "nw_c2_defaultd" + }, + "SkillList": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 3 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 3 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + } + ] + }, + "SoundSetFile": { + "type": "word", + "value": 24 + }, + "SpecAbilityList": { + "type": "list", + "value": [] + }, + "StartingPackage": { + "type": "byte", + "value": 0 + }, + "Str": { + "type": "byte", + "value": 10 + }, + "Subrace": { + "type": "cexostring", + "value": "" + }, + "Tag": { + "type": "cexostring", + "value": "NW_DEERSTAG" + }, + "Tail": { + "type": "byte", + "value": 0 + }, + "TemplateList": { + "type": "list", + "value": [] + }, + "TemplateResRef": { + "type": "resref", + "value": "nw_deerstag" + }, + "WalkRate": { + "type": "int", + "value": 7 + }, + "willbonus": { + "type": "short", + "value": 0 + }, + "Wings": { + "type": "byte", + "value": 0 + }, + "Wis": { + "type": "byte", + "value": 12 + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": 44.25854873657227 + }, + "YOrientation": { + "type": "float", + "value": 1.0 + }, + "YPosition": { + "type": "float", + "value": 22.75637054443359 + }, + "ZPosition": { + "type": "float", + "value": 0.02256107330322266 + } + }, + { + "__struct_id": 4, + "Appearance_Type": { + "type": "word", + "value": 37 + }, + "BodyBag": { + "type": "byte", + "value": 0 + }, + "Cha": { + "type": "byte", + "value": 10 + }, + "ChallengeRating": { + "type": "float", + "value": 0.3333333432674408 + }, + "ClassList": { + "type": "list", + "value": [ + { + "__struct_id": 2, + "Class": { + "type": "int", + "value": 12 + }, + "ClassLevel": { + "type": "short", + "value": 1 + } + } + ] + }, + "Con": { + "type": "byte", + "value": 10 + }, + "Conversation": { + "type": "resref", + "value": "" + }, + "CRAdjust": { + "type": "int", + "value": 0 + }, + "CurrentHitPoints": { + "type": "short", + "value": 5 + }, + "DecayTime": { + "type": "dword", + "value": 5000 + }, + "Deity": { + "type": "cexostring", + "value": "" + }, + "Description": { + "id": 12439, + "type": "cexolocstring", + "value": {} + }, + "Dex": { + "type": "byte", + "value": 11 + }, + "Disarmable": { + "type": "byte", + "value": 0 + }, + "Equip_ItemList": { + "type": "list", + "value": [ + { + "__struct_id": 65536, + "AddCost": { + "type": "dword", + "value": 0 + }, + "BaseItem": { + "type": "int", + "value": 70 + }, + "Charges": { + "type": "byte", + "value": 0 + }, + "Cost": { + "type": "dword", + "value": 500 + }, + "Cursed": { + "type": "byte", + "value": 0 + }, + "DescIdentified": { + "type": "cexolocstring", + "value": {} + }, + "Description": { + "type": "cexolocstring", + "value": {} + }, + "Identified": { + "type": "byte", + "value": 0 + }, + "LocalizedName": { + "id": 13230, + "type": "cexolocstring", + "value": {} + }, + "ModelPart1": { + "type": "byte", + "value": 1 + }, + "Plot": { + "type": "byte", + "value": 0 + }, + "PropertiesList": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "ChanceAppear": { + "type": "byte", + "value": 100 + }, + "CostTable": { + "type": "byte", + "value": 19 + }, + "CostValue": { + "type": "word", + "value": 8 + }, + "Param1": { + "type": "byte", + "value": 255 + }, + "Param1Value": { + "type": "byte", + "value": 255 + }, + "PropertyName": { + "type": "word", + "value": 77 + }, + "Subtype": { + "type": "word", + "value": 0 + } + } + ] + }, + "StackSize": { + "type": "word", + "value": 1 + }, + "Stolen": { + "type": "byte", + "value": 0 + }, + "Tag": { + "type": "cexostring", + "value": "NW_IT_CREWPP005" + }, + "TemplateResRef": { + "type": "resref", + "value": "nw_it_crewpp005" + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": -1.0 + }, + "YOrientation": { + "type": "float", + "value": 1.0 + }, + "YPosition": { + "type": "float", + "value": -1.0 + }, + "ZPosition": { + "type": "float", + "value": -1.0 + } + } + ] + }, + "FactionID": { + "type": "word", + "value": 2 + }, + "FeatList": { + "type": "list", + "value": [ + { + "__struct_id": 1, + "Feat": { + "type": "word", + "value": 289 + } + } + ] + }, + "FirstName": { + "id": 12441, + "type": "cexolocstring", + "value": {} + }, + "fortbonus": { + "type": "short", + "value": 0 + }, + "Gender": { + "type": "byte", + "value": 0 + }, + "GoodEvil": { + "type": "byte", + "value": 50 + }, + "HitPoints": { + "type": "short", + "value": 5 + }, + "Int": { + "type": "byte", + "value": 3 + }, + "Interruptable": { + "type": "byte", + "value": 1 + }, + "IsImmortal": { + "type": "byte", + "value": 1 + }, + "IsPC": { + "type": "byte", + "value": 0 + }, + "LastName": { + "type": "cexolocstring", + "value": {} + }, + "LawfulChaotic": { + "type": "byte", + "value": 50 + }, + "Lootable": { + "type": "byte", + "value": 0 + }, + "MaxHitPoints": { + "type": "short", + "value": 5 + }, + "NaturalAC": { + "type": "byte", + "value": 0 + }, + "NoPermDeath": { + "type": "byte", + "value": 0 + }, + "PerceptionRange": { + "type": "byte", + "value": 11 + }, + "Phenotype": { + "type": "int", + "value": 0 + }, + "Plot": { + "type": "byte", + "value": 1 + }, + "PortraitId": { + "type": "word", + "value": 175 + }, + "Race": { + "type": "byte", + "value": 8 + }, + "refbonus": { + "type": "short", + "value": 0 + }, + "ScriptAttacked": { + "type": "resref", + "value": "nw_c2_default5" + }, + "ScriptDamaged": { + "type": "resref", + "value": "nw_c2_default6" + }, + "ScriptDeath": { + "type": "resref", + "value": "nw_c2_default7" + }, + "ScriptDialogue": { + "type": "resref", + "value": "nw_c2_default4" + }, + "ScriptDisturbed": { + "type": "resref", + "value": "nw_c2_default8" + }, + "ScriptEndRound": { + "type": "resref", + "value": "nw_c2_default3" + }, + "ScriptHeartbeat": { + "type": "resref", + "value": "ambient_hb" + }, + "ScriptOnBlocked": { + "type": "resref", + "value": "nw_c2_defaulte" + }, + "ScriptOnNotice": { + "type": "resref", + "value": "nw_c2_default2" + }, + "ScriptRested": { + "type": "resref", + "value": "nw_c2_defaulta" + }, + "ScriptSpawn": { + "type": "resref", + "value": "nw_c2_herbivore" + }, + "ScriptSpellAt": { + "type": "resref", + "value": "nw_c2_defaultb" + }, + "ScriptUserDefine": { + "type": "resref", + "value": "nw_c2_defaultd" + }, + "SkillList": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 3 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 3 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + } + ] + }, + "SoundSetFile": { + "type": "word", + "value": 24 + }, + "SpecAbilityList": { + "type": "list", + "value": [] + }, + "StartingPackage": { + "type": "byte", + "value": 0 + }, + "Str": { + "type": "byte", + "value": 10 + }, + "Subrace": { + "type": "cexostring", + "value": "" + }, + "Tag": { + "type": "cexostring", + "value": "NW_DEERSTAG" + }, + "Tail": { + "type": "byte", + "value": 0 + }, + "TemplateList": { + "type": "list", + "value": [] + }, + "TemplateResRef": { + "type": "resref", + "value": "nw_deerstag" + }, + "WalkRate": { + "type": "int", + "value": 7 + }, + "willbonus": { + "type": "short", + "value": 0 + }, + "Wings": { + "type": "byte", + "value": 0 + }, + "Wis": { + "type": "byte", + "value": 12 + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": 60.17918014526367 + }, + "YOrientation": { + "type": "float", + "value": 1.0 + }, + "YPosition": { + "type": "float", + "value": 54.45359802246094 + }, + "ZPosition": { + "type": "float", + "value": 9.573996067047119e-006 + } + }, + { + "__struct_id": 4, + "Appearance_Type": { + "type": "word", + "value": 37 + }, + "BodyBag": { + "type": "byte", + "value": 0 + }, + "Cha": { + "type": "byte", + "value": 10 + }, + "ChallengeRating": { + "type": "float", + "value": 0.3333333432674408 + }, + "ClassList": { + "type": "list", + "value": [ + { + "__struct_id": 2, + "Class": { + "type": "int", + "value": 12 + }, + "ClassLevel": { + "type": "short", + "value": 1 + } + } + ] + }, + "Con": { + "type": "byte", + "value": 10 + }, + "Conversation": { + "type": "resref", + "value": "" + }, + "CRAdjust": { + "type": "int", + "value": 0 + }, + "CurrentHitPoints": { + "type": "short", + "value": 5 + }, + "DecayTime": { + "type": "dword", + "value": 5000 + }, + "Deity": { + "type": "cexostring", + "value": "" + }, + "Description": { + "id": 12439, + "type": "cexolocstring", + "value": {} + }, + "Dex": { + "type": "byte", + "value": 11 + }, + "Disarmable": { + "type": "byte", + "value": 0 + }, + "Equip_ItemList": { + "type": "list", + "value": [ + { + "__struct_id": 65536, + "AddCost": { + "type": "dword", + "value": 0 + }, + "BaseItem": { + "type": "int", + "value": 70 + }, + "Charges": { + "type": "byte", + "value": 0 + }, + "Cost": { + "type": "dword", + "value": 500 + }, + "Cursed": { + "type": "byte", + "value": 0 + }, + "DescIdentified": { + "type": "cexolocstring", + "value": {} + }, + "Description": { + "type": "cexolocstring", + "value": {} + }, + "Identified": { + "type": "byte", + "value": 0 + }, + "LocalizedName": { + "id": 13230, + "type": "cexolocstring", + "value": {} + }, + "ModelPart1": { + "type": "byte", + "value": 1 + }, + "Plot": { + "type": "byte", + "value": 0 + }, + "PropertiesList": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "ChanceAppear": { + "type": "byte", + "value": 100 + }, + "CostTable": { + "type": "byte", + "value": 19 + }, + "CostValue": { + "type": "word", + "value": 8 + }, + "Param1": { + "type": "byte", + "value": 255 + }, + "Param1Value": { + "type": "byte", + "value": 255 + }, + "PropertyName": { + "type": "word", + "value": 77 + }, + "Subtype": { + "type": "word", + "value": 0 + } + } + ] + }, + "StackSize": { + "type": "word", + "value": 1 + }, + "Stolen": { + "type": "byte", + "value": 0 + }, + "Tag": { + "type": "cexostring", + "value": "NW_IT_CREWPP005" + }, + "TemplateResRef": { + "type": "resref", + "value": "nw_it_crewpp005" + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": -1.0 + }, + "YOrientation": { + "type": "float", + "value": 1.0 + }, + "YPosition": { + "type": "float", + "value": -1.0 + }, + "ZPosition": { + "type": "float", + "value": -1.0 + } + } + ] + }, + "FactionID": { + "type": "word", + "value": 2 + }, + "FeatList": { + "type": "list", + "value": [ + { + "__struct_id": 1, + "Feat": { + "type": "word", + "value": 289 + } + } + ] + }, + "FirstName": { + "id": 12441, + "type": "cexolocstring", + "value": {} + }, + "fortbonus": { + "type": "short", + "value": 0 + }, + "Gender": { + "type": "byte", + "value": 0 + }, + "GoodEvil": { + "type": "byte", + "value": 50 + }, + "HitPoints": { + "type": "short", + "value": 5 + }, + "Int": { + "type": "byte", + "value": 3 + }, + "Interruptable": { + "type": "byte", + "value": 1 + }, + "IsImmortal": { + "type": "byte", + "value": 1 + }, + "IsPC": { + "type": "byte", + "value": 0 + }, + "LastName": { + "type": "cexolocstring", + "value": {} + }, + "LawfulChaotic": { + "type": "byte", + "value": 50 + }, + "Lootable": { + "type": "byte", + "value": 0 + }, + "MaxHitPoints": { + "type": "short", + "value": 5 + }, + "NaturalAC": { + "type": "byte", + "value": 0 + }, + "NoPermDeath": { + "type": "byte", + "value": 0 + }, + "PerceptionRange": { + "type": "byte", + "value": 11 + }, + "Phenotype": { + "type": "int", + "value": 0 + }, + "Plot": { + "type": "byte", + "value": 1 + }, + "PortraitId": { + "type": "word", + "value": 175 + }, + "Race": { + "type": "byte", + "value": 8 + }, + "refbonus": { + "type": "short", + "value": 0 + }, + "ScriptAttacked": { + "type": "resref", + "value": "nw_c2_default5" + }, + "ScriptDamaged": { + "type": "resref", + "value": "nw_c2_default6" + }, + "ScriptDeath": { + "type": "resref", + "value": "nw_c2_default7" + }, + "ScriptDialogue": { + "type": "resref", + "value": "nw_c2_default4" + }, + "ScriptDisturbed": { + "type": "resref", + "value": "nw_c2_default8" + }, + "ScriptEndRound": { + "type": "resref", + "value": "nw_c2_default3" + }, + "ScriptHeartbeat": { + "type": "resref", + "value": "ambient_hb" + }, + "ScriptOnBlocked": { + "type": "resref", + "value": "nw_c2_defaulte" + }, + "ScriptOnNotice": { + "type": "resref", + "value": "nw_c2_default2" + }, + "ScriptRested": { + "type": "resref", + "value": "nw_c2_defaulta" + }, + "ScriptSpawn": { + "type": "resref", + "value": "nw_c2_herbivore" + }, + "ScriptSpellAt": { + "type": "resref", + "value": "nw_c2_defaultb" + }, + "ScriptUserDefine": { + "type": "resref", + "value": "nw_c2_defaultd" + }, + "SkillList": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 3 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 3 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + } + ] + }, + "SoundSetFile": { + "type": "word", + "value": 24 + }, + "SpecAbilityList": { + "type": "list", + "value": [] + }, + "StartingPackage": { + "type": "byte", + "value": 0 + }, + "Str": { + "type": "byte", + "value": 10 + }, + "Subrace": { + "type": "cexostring", + "value": "" + }, + "Tag": { + "type": "cexostring", + "value": "NW_DEERSTAG" + }, + "Tail": { + "type": "byte", + "value": 0 + }, + "TemplateList": { + "type": "list", + "value": [] + }, + "TemplateResRef": { + "type": "resref", + "value": "nw_deerstag" + }, + "WalkRate": { + "type": "int", + "value": 7 + }, + "willbonus": { + "type": "short", + "value": 0 + }, + "Wings": { + "type": "byte", + "value": 0 + }, + "Wis": { + "type": "byte", + "value": 12 + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": 29.31690406799316 + }, + "YOrientation": { + "type": "float", + "value": 1.0 + }, + "YPosition": { + "type": "float", + "value": 46.4936408996582 + }, + "ZPosition": { + "type": "float", + "value": 9.715557098388672e-006 + } + }, + { + "__struct_id": 4, + "Appearance_Type": { + "type": "word", + "value": 37 + }, + "BodyBag": { + "type": "byte", + "value": 0 + }, + "Cha": { + "type": "byte", + "value": 10 + }, + "ChallengeRating": { + "type": "float", + "value": 0.3333333432674408 + }, + "ClassList": { + "type": "list", + "value": [ + { + "__struct_id": 2, + "Class": { + "type": "int", + "value": 12 + }, + "ClassLevel": { + "type": "short", + "value": 1 + } + } + ] + }, + "Con": { + "type": "byte", + "value": 10 + }, + "Conversation": { + "type": "resref", + "value": "" + }, + "CRAdjust": { + "type": "int", + "value": 0 + }, + "CurrentHitPoints": { + "type": "short", + "value": 5 + }, + "DecayTime": { + "type": "dword", + "value": 5000 + }, + "Deity": { + "type": "cexostring", + "value": "" + }, + "Description": { + "id": 12439, + "type": "cexolocstring", + "value": {} + }, + "Dex": { + "type": "byte", + "value": 11 + }, + "Disarmable": { + "type": "byte", + "value": 0 + }, + "Equip_ItemList": { + "type": "list", + "value": [ + { + "__struct_id": 65536, + "AddCost": { + "type": "dword", + "value": 0 + }, + "BaseItem": { + "type": "int", + "value": 70 + }, + "Charges": { + "type": "byte", + "value": 0 + }, + "Cost": { + "type": "dword", + "value": 500 + }, + "Cursed": { + "type": "byte", + "value": 0 + }, + "DescIdentified": { + "type": "cexolocstring", + "value": {} + }, + "Description": { + "type": "cexolocstring", + "value": {} + }, + "Identified": { + "type": "byte", + "value": 0 + }, + "LocalizedName": { + "id": 13230, + "type": "cexolocstring", + "value": {} + }, + "ModelPart1": { + "type": "byte", + "value": 1 + }, + "Plot": { + "type": "byte", + "value": 0 + }, + "PropertiesList": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "ChanceAppear": { + "type": "byte", + "value": 100 + }, + "CostTable": { + "type": "byte", + "value": 19 + }, + "CostValue": { + "type": "word", + "value": 8 + }, + "Param1": { + "type": "byte", + "value": 255 + }, + "Param1Value": { + "type": "byte", + "value": 255 + }, + "PropertyName": { + "type": "word", + "value": 77 + }, + "Subtype": { + "type": "word", + "value": 0 + } + } + ] + }, + "StackSize": { + "type": "word", + "value": 1 + }, + "Stolen": { + "type": "byte", + "value": 0 + }, + "Tag": { + "type": "cexostring", + "value": "NW_IT_CREWPP005" + }, + "TemplateResRef": { + "type": "resref", + "value": "nw_it_crewpp005" + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": -1.0 + }, + "YOrientation": { + "type": "float", + "value": 1.0 + }, + "YPosition": { + "type": "float", + "value": -1.0 + }, + "ZPosition": { + "type": "float", + "value": -1.0 + } + } + ] + }, + "FactionID": { + "type": "word", + "value": 2 + }, + "FeatList": { + "type": "list", + "value": [ + { + "__struct_id": 1, + "Feat": { + "type": "word", + "value": 289 + } + } + ] + }, + "FirstName": { + "id": 12441, + "type": "cexolocstring", + "value": {} + }, + "fortbonus": { + "type": "short", + "value": 0 + }, + "Gender": { + "type": "byte", + "value": 0 + }, + "GoodEvil": { + "type": "byte", + "value": 50 + }, + "HitPoints": { + "type": "short", + "value": 5 + }, + "Int": { + "type": "byte", + "value": 3 + }, + "Interruptable": { + "type": "byte", + "value": 1 + }, + "IsImmortal": { + "type": "byte", + "value": 1 + }, + "IsPC": { + "type": "byte", + "value": 0 + }, + "LastName": { + "type": "cexolocstring", + "value": {} + }, + "LawfulChaotic": { + "type": "byte", + "value": 50 + }, + "Lootable": { + "type": "byte", + "value": 0 + }, + "MaxHitPoints": { + "type": "short", + "value": 5 + }, + "NaturalAC": { + "type": "byte", + "value": 0 + }, + "NoPermDeath": { + "type": "byte", + "value": 0 + }, + "PerceptionRange": { + "type": "byte", + "value": 11 + }, + "Phenotype": { + "type": "int", + "value": 0 + }, + "Plot": { + "type": "byte", + "value": 1 + }, + "PortraitId": { + "type": "word", + "value": 175 + }, + "Race": { + "type": "byte", + "value": 8 + }, + "refbonus": { + "type": "short", + "value": 0 + }, + "ScriptAttacked": { + "type": "resref", + "value": "nw_c2_default5" + }, + "ScriptDamaged": { + "type": "resref", + "value": "nw_c2_default6" + }, + "ScriptDeath": { + "type": "resref", + "value": "nw_c2_default7" + }, + "ScriptDialogue": { + "type": "resref", + "value": "nw_c2_default4" + }, + "ScriptDisturbed": { + "type": "resref", + "value": "nw_c2_default8" + }, + "ScriptEndRound": { + "type": "resref", + "value": "nw_c2_default3" + }, + "ScriptHeartbeat": { + "type": "resref", + "value": "ambient_hb" + }, + "ScriptOnBlocked": { + "type": "resref", + "value": "nw_c2_defaulte" + }, + "ScriptOnNotice": { + "type": "resref", + "value": "nw_c2_default2" + }, + "ScriptRested": { + "type": "resref", + "value": "nw_c2_defaulta" + }, + "ScriptSpawn": { + "type": "resref", + "value": "nw_c2_herbivore" + }, + "ScriptSpellAt": { + "type": "resref", + "value": "nw_c2_defaultb" + }, + "ScriptUserDefine": { + "type": "resref", + "value": "nw_c2_defaultd" + }, + "SkillList": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 3 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 3 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + } + ] + }, + "SoundSetFile": { + "type": "word", + "value": 24 + }, + "SpecAbilityList": { + "type": "list", + "value": [] + }, + "StartingPackage": { + "type": "byte", + "value": 0 + }, + "Str": { + "type": "byte", + "value": 10 + }, + "Subrace": { + "type": "cexostring", + "value": "" + }, + "Tag": { + "type": "cexostring", + "value": "NW_DEERSTAG" + }, + "Tail": { + "type": "byte", + "value": 0 + }, + "TemplateList": { + "type": "list", + "value": [] + }, + "TemplateResRef": { + "type": "resref", + "value": "nw_deerstag" + }, + "WalkRate": { + "type": "int", + "value": 7 + }, + "willbonus": { + "type": "short", + "value": 0 + }, + "Wings": { + "type": "byte", + "value": 0 + }, + "Wis": { + "type": "byte", + "value": 12 + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": 10.04544448852539 + }, + "YOrientation": { + "type": "float", + "value": 1.0 + }, + "YPosition": { + "type": "float", + "value": 30.9926872253418 + }, + "ZPosition": { + "type": "float", + "value": 9.715557098388672e-006 + } + }, + { + "__struct_id": 4, + "Appearance_Type": { + "type": "word", + "value": 37 + }, + "BodyBag": { + "type": "byte", + "value": 0 + }, + "Cha": { + "type": "byte", + "value": 10 + }, + "ChallengeRating": { + "type": "float", + "value": 0.3333333432674408 + }, + "ClassList": { + "type": "list", + "value": [ + { + "__struct_id": 2, + "Class": { + "type": "int", + "value": 12 + }, + "ClassLevel": { + "type": "short", + "value": 1 + } + } + ] + }, + "Con": { + "type": "byte", + "value": 10 + }, + "Conversation": { + "type": "resref", + "value": "" + }, + "CRAdjust": { + "type": "int", + "value": 0 + }, + "CurrentHitPoints": { + "type": "short", + "value": 5 + }, + "DecayTime": { + "type": "dword", + "value": 5000 + }, + "Deity": { + "type": "cexostring", + "value": "" + }, + "Description": { + "id": 12439, + "type": "cexolocstring", + "value": {} + }, + "Dex": { + "type": "byte", + "value": 11 + }, + "Disarmable": { + "type": "byte", + "value": 0 + }, + "Equip_ItemList": { + "type": "list", + "value": [ + { + "__struct_id": 65536, + "AddCost": { + "type": "dword", + "value": 0 + }, + "BaseItem": { + "type": "int", + "value": 70 + }, + "Charges": { + "type": "byte", + "value": 0 + }, + "Cost": { + "type": "dword", + "value": 500 + }, + "Cursed": { + "type": "byte", + "value": 0 + }, + "DescIdentified": { + "type": "cexolocstring", + "value": {} + }, + "Description": { + "type": "cexolocstring", + "value": {} + }, + "Identified": { + "type": "byte", + "value": 0 + }, + "LocalizedName": { + "id": 13230, + "type": "cexolocstring", + "value": {} + }, + "ModelPart1": { + "type": "byte", + "value": 1 + }, + "Plot": { + "type": "byte", + "value": 0 + }, + "PropertiesList": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "ChanceAppear": { + "type": "byte", + "value": 100 + }, + "CostTable": { + "type": "byte", + "value": 19 + }, + "CostValue": { + "type": "word", + "value": 8 + }, + "Param1": { + "type": "byte", + "value": 255 + }, + "Param1Value": { + "type": "byte", + "value": 255 + }, + "PropertyName": { + "type": "word", + "value": 77 + }, + "Subtype": { + "type": "word", + "value": 0 + } + } + ] + }, + "StackSize": { + "type": "word", + "value": 1 + }, + "Stolen": { + "type": "byte", + "value": 0 + }, + "Tag": { + "type": "cexostring", + "value": "NW_IT_CREWPP005" + }, + "TemplateResRef": { + "type": "resref", + "value": "nw_it_crewpp005" + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": -1.0 + }, + "YOrientation": { + "type": "float", + "value": 1.0 + }, + "YPosition": { + "type": "float", + "value": -1.0 + }, + "ZPosition": { + "type": "float", + "value": -1.0 + } + } + ] + }, + "FactionID": { + "type": "word", + "value": 2 + }, + "FeatList": { + "type": "list", + "value": [ + { + "__struct_id": 1, + "Feat": { + "type": "word", + "value": 289 + } + } + ] + }, + "FirstName": { + "id": 12441, + "type": "cexolocstring", + "value": {} + }, + "fortbonus": { + "type": "short", + "value": 0 + }, + "Gender": { + "type": "byte", + "value": 0 + }, + "GoodEvil": { + "type": "byte", + "value": 50 + }, + "HitPoints": { + "type": "short", + "value": 5 + }, + "Int": { + "type": "byte", + "value": 3 + }, + "Interruptable": { + "type": "byte", + "value": 1 + }, + "IsImmortal": { + "type": "byte", + "value": 1 + }, + "IsPC": { + "type": "byte", + "value": 0 + }, + "LastName": { + "type": "cexolocstring", + "value": {} + }, + "LawfulChaotic": { + "type": "byte", + "value": 50 + }, + "Lootable": { + "type": "byte", + "value": 0 + }, + "MaxHitPoints": { + "type": "short", + "value": 5 + }, + "NaturalAC": { + "type": "byte", + "value": 0 + }, + "NoPermDeath": { + "type": "byte", + "value": 0 + }, + "PerceptionRange": { + "type": "byte", + "value": 11 + }, + "Phenotype": { + "type": "int", + "value": 0 + }, + "Plot": { + "type": "byte", + "value": 1 + }, + "PortraitId": { + "type": "word", + "value": 175 + }, + "Race": { + "type": "byte", + "value": 8 + }, + "refbonus": { + "type": "short", + "value": 0 + }, + "ScriptAttacked": { + "type": "resref", + "value": "nw_c2_default5" + }, + "ScriptDamaged": { + "type": "resref", + "value": "nw_c2_default6" + }, + "ScriptDeath": { + "type": "resref", + "value": "nw_c2_default7" + }, + "ScriptDialogue": { + "type": "resref", + "value": "nw_c2_default4" + }, + "ScriptDisturbed": { + "type": "resref", + "value": "nw_c2_default8" + }, + "ScriptEndRound": { + "type": "resref", + "value": "nw_c2_default3" + }, + "ScriptHeartbeat": { + "type": "resref", + "value": "ambient_hb" + }, + "ScriptOnBlocked": { + "type": "resref", + "value": "nw_c2_defaulte" + }, + "ScriptOnNotice": { + "type": "resref", + "value": "nw_c2_default2" + }, + "ScriptRested": { + "type": "resref", + "value": "nw_c2_defaulta" + }, + "ScriptSpawn": { + "type": "resref", + "value": "nw_c2_herbivore" + }, + "ScriptSpellAt": { + "type": "resref", + "value": "nw_c2_defaultb" + }, + "ScriptUserDefine": { + "type": "resref", + "value": "nw_c2_defaultd" + }, + "SkillList": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 3 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 3 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + } + ] + }, + "SoundSetFile": { + "type": "word", + "value": 24 + }, + "SpecAbilityList": { + "type": "list", + "value": [] + }, + "StartingPackage": { + "type": "byte", + "value": 0 + }, + "Str": { + "type": "byte", + "value": 10 + }, + "Subrace": { + "type": "cexostring", + "value": "" + }, + "Tag": { + "type": "cexostring", + "value": "NW_DEERSTAG" + }, + "Tail": { + "type": "byte", + "value": 0 + }, + "TemplateList": { + "type": "list", + "value": [] + }, + "TemplateResRef": { + "type": "resref", + "value": "nw_deerstag" + }, + "WalkRate": { + "type": "int", + "value": 7 + }, + "willbonus": { + "type": "short", + "value": 0 + }, + "Wings": { + "type": "byte", + "value": 0 + }, + "Wis": { + "type": "byte", + "value": 12 + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": 18.15827751159668 + }, + "YOrientation": { + "type": "float", + "value": 1.0 + }, + "YPosition": { + "type": "float", + "value": 77.56260681152344 + }, + "ZPosition": { + "type": "float", + "value": 10.24908447265625 + } + } + ] + }, + "Door List": { + "type": "list", + "value": [ + { + "__struct_id": 8, + "AnimationState": { + "type": "byte", + "value": 1 + }, + "Appearance": { + "type": "dword", + "value": 57 + }, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Bearing": { + "type": "float", + "value": -3.14158821105957 + }, + "CloseLockDC": { + "type": "byte", + "value": 0 + }, + "Conversation": { + "type": "resref", + "value": "" + }, + "CurrentHP": { + "type": "short", + "value": 80 + }, + "Description": { + "type": "cexolocstring", + "value": {} + }, + "DisarmDC": { + "type": "byte", + "value": 15 + }, + "Faction": { + "type": "dword", + "value": 1 + }, + "Fort": { + "type": "byte", + "value": 16 + }, + "GenericType": { + "type": "byte", + "value": 0 + }, + "Hardness": { + "type": "byte", + "value": 5 + }, + "HP": { + "type": "short", + "value": 80 + }, + "Interruptable": { + "type": "byte", + "value": 1 + }, + "KeyName": { + "type": "cexostring", + "value": "" + }, + "KeyRequired": { + "type": "byte", + "value": 0 + }, + "LinkedTo": { + "type": "cexostring", + "value": "" + }, + "LinkedToFlags": { + "type": "byte", + "value": 0 + }, + "LoadScreenID": { + "type": "word", + "value": 0 + }, + "Lockable": { + "type": "byte", + "value": 0 + }, + "Locked": { + "type": "byte", + "value": 0 + }, + "LocName": { + "id": 5349, + "type": "cexolocstring", + "value": {} + }, + "OnClick": { + "type": "resref", + "value": "" + }, + "OnClosed": { + "type": "resref", + "value": "" + }, + "OnDamaged": { + "type": "resref", + "value": "" + }, + "OnDeath": { + "type": "resref", + "value": "x2_door_death" + }, + "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": 0 + }, + "PortraitId": { + "type": "word", + "value": 0 + }, + "Ref": { + "type": "byte", + "value": 0 + }, + "Tag": { + "type": "cexostring", + "value": "CaveExit" + }, + "TemplateResRef": { + "type": "resref", + "value": "nw_door_ttr_12" + }, + "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": 5.259999752044678 + }, + "Y": { + "type": "float", + "value": 5.510000228881836 + }, + "Z": { + "type": "float", + "value": 9.560000419616699 + } + }, + { + "__struct_id": 8, + "AnimationState": { + "type": "byte", + "value": 1 + }, + "Appearance": { + "type": "dword", + "value": 57 + }, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Bearing": { + "type": "float", + "value": -0.0 + }, + "CloseLockDC": { + "type": "byte", + "value": 0 + }, + "Conversation": { + "type": "resref", + "value": "" + }, + "CurrentHP": { + "type": "short", + "value": 80 + }, + "Description": { + "type": "cexolocstring", + "value": {} + }, + "DisarmDC": { + "type": "byte", + "value": 15 + }, + "Faction": { + "type": "dword", + "value": 1 + }, + "Fort": { + "type": "byte", + "value": 16 + }, + "GenericType": { + "type": "byte", + "value": 0 + }, + "Hardness": { + "type": "byte", + "value": 5 + }, + "HP": { + "type": "short", + "value": 80 + }, + "Interruptable": { + "type": "byte", + "value": 1 + }, + "KeyName": { + "type": "cexostring", + "value": "" + }, + "KeyRequired": { + "type": "byte", + "value": 0 + }, + "LinkedTo": { + "type": "cexostring", + "value": "" + }, + "LinkedToFlags": { + "type": "byte", + "value": 0 + }, + "LoadScreenID": { + "type": "word", + "value": 0 + }, + "Lockable": { + "type": "byte", + "value": 0 + }, + "Locked": { + "type": "byte", + "value": 0 + }, + "LocName": { + "id": 5349, + "type": "cexolocstring", + "value": {} + }, + "OnClick": { + "type": "resref", + "value": "" + }, + "OnClosed": { + "type": "resref", + "value": "" + }, + "OnDamaged": { + "type": "resref", + "value": "" + }, + "OnDeath": { + "type": "resref", + "value": "x2_door_death" + }, + "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": 0 + }, + "PortraitId": { + "type": "word", + "value": 0 + }, + "Ref": { + "type": "byte", + "value": 0 + }, + "Tag": { + "type": "cexostring", + "value": "CaveExit" + }, + "TemplateResRef": { + "type": "resref", + "value": "nw_door_ttr_12" + }, + "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": 4.739999771118164 + }, + "Y": { + "type": "float", + "value": 74.48999786376953 + }, + "Z": { + "type": "float", + "value": 4.559999942779541 + } + } + ] + }, + "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": 28 + }, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Bearing": { + "type": "float", + "value": -0.0 + }, + "BodyBag": { + "type": "byte", + "value": 0 + }, + "CloseLockDC": { + "type": "byte", + "value": 0 + }, + "Conversation": { + "type": "resref", + "value": "" + }, + "CurrentHP": { + "type": "short", + "value": 15 + }, + "Description": { + "id": 14533, + "type": "cexolocstring", + "value": { + "0": "A portal glows softly before you. You wonder where it leads." + } + }, + "DisarmDC": { + "type": "byte", + "value": 15 + }, + "Faction": { + "type": "dword", + "value": 2 + }, + "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": 5670, + "type": "cexolocstring", + "value": { + "0": "Genesis Exit Portal" + } + }, + "OnClosed": { + "type": "resref", + "value": "" + }, + "OnDamaged": { + "type": "resref", + "value": "" + }, + "OnDeath": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnHeartbeat": { + "type": "resref", + "value": "" + }, + "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": "psi_gen_exit" + }, + "OnUserDefined": { + "type": "resref", + "value": "" + }, + "OpenLockDC": { + "type": "byte", + "value": 18 + }, + "Plot": { + "type": "byte", + "value": 1 + }, + "PortraitId": { + "type": "word", + "value": 386 + }, + "Ref": { + "type": "byte", + "value": 0 + }, + "Static": { + "type": "byte", + "value": 0 + }, + "Tag": { + "type": "cexostring", + "value": "GenesisExit03" + }, + "TemplateResRef": { + "type": "resref", + "value": "genesisexit" + }, + "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": 1 + }, + "Will": { + "type": "byte", + "value": 0 + }, + "X": { + "type": "float", + "value": 5.457512855529785 + }, + "Y": { + "type": "float", + "value": 6.232297897338867 + }, + "Z": { + "type": "float", + "value": 9.679788589477539 + } + } + ] + }, + "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": 68026, + "type": "cexolocstring", + "value": {} + }, + "Looping": { + "type": "byte", + "value": 1 + }, + "MaxDistance": { + "type": "float", + "value": 10.0 + }, + "MinDistance": { + "type": "float", + "value": 1.0 + }, + "PitchVariation": { + "type": "float", + "value": 0.0 + }, + "Positional": { + "type": "byte", + "value": 0 + }, + "Priority": { + "type": "byte", + "value": 2 + }, + "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_wt_gustcavrn1" + } + } + ] + }, + "Tag": { + "type": "cexostring", + "value": "WindCaveLoop" + }, + "TemplateResRef": { + "type": "resref", + "value": "windcaveloop" + }, + "Times": { + "type": "byte", + "value": 3 + }, + "Volume": { + "type": "byte", + "value": 127 + }, + "VolumeVrtn": { + "type": "byte", + "value": 0 + }, + "XPosition": { + "type": "float", + "value": 3.724879741668701 + }, + "YPosition": { + "type": "float", + "value": 72.83248138427734 + }, + "ZPosition": { + "type": "float", + "value": 6.558197021484375 + } + }, + { + "__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": 68026, + "type": "cexolocstring", + "value": {} + }, + "Looping": { + "type": "byte", + "value": 1 + }, + "MaxDistance": { + "type": "float", + "value": 10.0 + }, + "MinDistance": { + "type": "float", + "value": 1.0 + }, + "PitchVariation": { + "type": "float", + "value": 0.0 + }, + "Positional": { + "type": "byte", + "value": 0 + }, + "Priority": { + "type": "byte", + "value": 2 + }, + "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_wt_gustcavrn1" + } + } + ] + }, + "Tag": { + "type": "cexostring", + "value": "WindCaveLoop" + }, + "TemplateResRef": { + "type": "resref", + "value": "windcaveloop" + }, + "Times": { + "type": "byte", + "value": 3 + }, + "Volume": { + "type": "byte", + "value": 127 + }, + "VolumeVrtn": { + "type": "byte", + "value": 0 + }, + "XPosition": { + "type": "float", + "value": 5.801910400390625 + }, + "YPosition": { + "type": "float", + "value": 6.903106689453125 + }, + "ZPosition": { + "type": "float", + "value": 11.45095634460449 + } + }, + { + "__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": 68027, + "type": "cexolocstring", + "value": {} + }, + "Looping": { + "type": "byte", + "value": 1 + }, + "MaxDistance": { + "type": "float", + "value": 10.0 + }, + "MinDistance": { + "type": "float", + "value": 1.0 + }, + "PitchVariation": { + "type": "float", + "value": 0.0 + }, + "Positional": { + "type": "byte", + "value": 0 + }, + "Priority": { + "type": "byte", + "value": 2 + }, + "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_wt_gustchasm1" + } + } + ] + }, + "Tag": { + "type": "cexostring", + "value": "WindChasmLoop" + }, + "TemplateResRef": { + "type": "resref", + "value": "windchasmloop" + }, + "Times": { + "type": "byte", + "value": 3 + }, + "Volume": { + "type": "byte", + "value": 127 + }, + "VolumeVrtn": { + "type": "byte", + "value": 0 + }, + "XPosition": { + "type": "float", + "value": 37.14417266845703 + }, + "YPosition": { + "type": "float", + "value": 40.06641387939453 + }, + "ZPosition": { + "type": "float", + "value": 1.499998569488525 + } + }, + { + "__struct_id": 6, + "Active": { + "type": "byte", + "value": 1 + }, + "Continuous": { + "type": "byte", + "value": 1 + }, + "Elevation": { + "type": "float", + "value": 1.0 + }, + "GeneratedType": { + "type": "dword", + "value": 0 + }, + "Hours": { + "type": "dword", + "value": 0 + }, + "Interval": { + "type": "dword", + "value": 10000 + }, + "IntervalVrtn": { + "type": "dword", + "value": 5000 + }, + "LocName": { + "id": 91311, + "type": "cexolocstring", + "value": {} + }, + "Looping": { + "type": "byte", + "value": 0 + }, + "MaxDistance": { + "type": "float", + "value": 10.0 + }, + "MinDistance": { + "type": "float", + "value": 1.0 + }, + "PitchVariation": { + "type": "float", + "value": 0.300000011920929 + }, + "Positional": { + "type": "byte", + "value": 0 + }, + "Priority": { + "type": "byte", + "value": 19 + }, + "Random": { + "type": "byte", + "value": 1 + }, + "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_na_x2iccrak1" + } + }, + { + "__struct_id": 0, + "Sound": { + "type": "resref", + "value": "as_na_x2iccrak10" + } + }, + { + "__struct_id": 0, + "Sound": { + "type": "resref", + "value": "as_na_x2iccrak2" + } + }, + { + "__struct_id": 0, + "Sound": { + "type": "resref", + "value": "as_na_x2iccrak3" + } + }, + { + "__struct_id": 0, + "Sound": { + "type": "resref", + "value": "as_na_x2iccrak4" + } + }, + { + "__struct_id": 0, + "Sound": { + "type": "resref", + "value": "as_na_x2iccrak5" + } + }, + { + "__struct_id": 0, + "Sound": { + "type": "resref", + "value": "as_na_x2iccrak6" + } + }, + { + "__struct_id": 0, + "Sound": { + "type": "resref", + "value": "as_na_x2iccrak7" + } + }, + { + "__struct_id": 0, + "Sound": { + "type": "resref", + "value": "as_na_x2iccrak8" + } + }, + { + "__struct_id": 0, + "Sound": { + "type": "resref", + "value": "as_na_x2iccrak9" + } + } + ] + }, + "Tag": { + "type": "cexostring", + "value": "IceCracking" + }, + "TemplateResRef": { + "type": "resref", + "value": "icecracking" + }, + "Times": { + "type": "byte", + "value": 3 + }, + "Volume": { + "type": "byte", + "value": 127 + }, + "VolumeVrtn": { + "type": "byte", + "value": 0 + }, + "XPosition": { + "type": "float", + "value": 50.90689849853516 + }, + "YPosition": { + "type": "float", + "value": 75.14443969726563 + }, + "ZPosition": { + "type": "float", + "value": 5.999999523162842 + } + }, + { + "__struct_id": 6, + "Active": { + "type": "byte", + "value": 1 + }, + "Continuous": { + "type": "byte", + "value": 1 + }, + "Elevation": { + "type": "float", + "value": 1.0 + }, + "GeneratedType": { + "type": "dword", + "value": 0 + }, + "Hours": { + "type": "dword", + "value": 0 + }, + "Interval": { + "type": "dword", + "value": 10000 + }, + "IntervalVrtn": { + "type": "dword", + "value": 5000 + }, + "LocName": { + "id": 91311, + "type": "cexolocstring", + "value": {} + }, + "Looping": { + "type": "byte", + "value": 0 + }, + "MaxDistance": { + "type": "float", + "value": 10.0 + }, + "MinDistance": { + "type": "float", + "value": 1.0 + }, + "PitchVariation": { + "type": "float", + "value": 0.300000011920929 + }, + "Positional": { + "type": "byte", + "value": 0 + }, + "Priority": { + "type": "byte", + "value": 19 + }, + "Random": { + "type": "byte", + "value": 1 + }, + "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_na_x2iccrak1" + } + }, + { + "__struct_id": 0, + "Sound": { + "type": "resref", + "value": "as_na_x2iccrak10" + } + }, + { + "__struct_id": 0, + "Sound": { + "type": "resref", + "value": "as_na_x2iccrak2" + } + }, + { + "__struct_id": 0, + "Sound": { + "type": "resref", + "value": "as_na_x2iccrak3" + } + }, + { + "__struct_id": 0, + "Sound": { + "type": "resref", + "value": "as_na_x2iccrak4" + } + }, + { + "__struct_id": 0, + "Sound": { + "type": "resref", + "value": "as_na_x2iccrak5" + } + }, + { + "__struct_id": 0, + "Sound": { + "type": "resref", + "value": "as_na_x2iccrak6" + } + }, + { + "__struct_id": 0, + "Sound": { + "type": "resref", + "value": "as_na_x2iccrak7" + } + }, + { + "__struct_id": 0, + "Sound": { + "type": "resref", + "value": "as_na_x2iccrak8" + } + }, + { + "__struct_id": 0, + "Sound": { + "type": "resref", + "value": "as_na_x2iccrak9" + } + } + ] + }, + "Tag": { + "type": "cexostring", + "value": "IceCracking" + }, + "TemplateResRef": { + "type": "resref", + "value": "icecracking" + }, + "Times": { + "type": "byte", + "value": 3 + }, + "Volume": { + "type": "byte", + "value": 127 + }, + "VolumeVrtn": { + "type": "byte", + "value": 0 + }, + "XPosition": { + "type": "float", + "value": 41.52766418457031 + }, + "YPosition": { + "type": "float", + "value": 3.519330024719238 + }, + "ZPosition": { + "type": "float", + "value": 11.08508682250977 + } + }, + { + "__struct_id": 6, + "Active": { + "type": "byte", + "value": 1 + }, + "Continuous": { + "type": "byte", + "value": 1 + }, + "Elevation": { + "type": "float", + "value": 1.0 + }, + "GeneratedType": { + "type": "dword", + "value": 0 + }, + "Hours": { + "type": "dword", + "value": 0 + }, + "Interval": { + "type": "dword", + "value": 10000 + }, + "IntervalVrtn": { + "type": "dword", + "value": 5000 + }, + "LocName": { + "id": 91312, + "type": "cexolocstring", + "value": {} + }, + "Looping": { + "type": "byte", + "value": 0 + }, + "MaxDistance": { + "type": "float", + "value": 10.0 + }, + "MinDistance": { + "type": "float", + "value": 1.0 + }, + "PitchVariation": { + "type": "float", + "value": 0.300000011920929 + }, + "Positional": { + "type": "byte", + "value": 0 + }, + "Priority": { + "type": "byte", + "value": 19 + }, + "Random": { + "type": "byte", + "value": 1 + }, + "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_na_x2iccrmb1" + } + }, + { + "__struct_id": 0, + "Sound": { + "type": "resref", + "value": "as_na_x2iccrmb10" + } + }, + { + "__struct_id": 0, + "Sound": { + "type": "resref", + "value": "as_na_x2iccrmb2" + } + }, + { + "__struct_id": 0, + "Sound": { + "type": "resref", + "value": "as_na_x2iccrmb3" + } + }, + { + "__struct_id": 0, + "Sound": { + "type": "resref", + "value": "as_na_x2iccrmb4" + } + }, + { + "__struct_id": 0, + "Sound": { + "type": "resref", + "value": "as_na_x2iccrmb5" + } + }, + { + "__struct_id": 0, + "Sound": { + "type": "resref", + "value": "as_na_x2iccrmb6" + } + }, + { + "__struct_id": 0, + "Sound": { + "type": "resref", + "value": "as_na_x2iccrmb7" + } + }, + { + "__struct_id": 0, + "Sound": { + "type": "resref", + "value": "as_na_x2iccrmb8" + } + }, + { + "__struct_id": 0, + "Sound": { + "type": "resref", + "value": "as_na_x2iccrmb9" + } + } + ] + }, + "Tag": { + "type": "cexostring", + "value": "IceCrumbling" + }, + "TemplateResRef": { + "type": "resref", + "value": "icecrumbling" + }, + "Times": { + "type": "byte", + "value": 3 + }, + "Volume": { + "type": "byte", + "value": 127 + }, + "VolumeVrtn": { + "type": "byte", + "value": 0 + }, + "XPosition": { + "type": "float", + "value": 10.31266021728516 + }, + "YPosition": { + "type": "float", + "value": 50.02861022949219 + }, + "ZPosition": { + "type": "float", + "value": 1.0 + } + }, + { + "__struct_id": 6, + "Active": { + "type": "byte", + "value": 1 + }, + "Continuous": { + "type": "byte", + "value": 1 + }, + "Elevation": { + "type": "float", + "value": 1.0 + }, + "GeneratedType": { + "type": "dword", + "value": 0 + }, + "Hours": { + "type": "dword", + "value": 0 + }, + "Interval": { + "type": "dword", + "value": 10000 + }, + "IntervalVrtn": { + "type": "dword", + "value": 5000 + }, + "LocName": { + "id": 91312, + "type": "cexolocstring", + "value": {} + }, + "Looping": { + "type": "byte", + "value": 0 + }, + "MaxDistance": { + "type": "float", + "value": 10.0 + }, + "MinDistance": { + "type": "float", + "value": 1.0 + }, + "PitchVariation": { + "type": "float", + "value": 0.300000011920929 + }, + "Positional": { + "type": "byte", + "value": 0 + }, + "Priority": { + "type": "byte", + "value": 19 + }, + "Random": { + "type": "byte", + "value": 1 + }, + "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_na_x2iccrmb1" + } + }, + { + "__struct_id": 0, + "Sound": { + "type": "resref", + "value": "as_na_x2iccrmb10" + } + }, + { + "__struct_id": 0, + "Sound": { + "type": "resref", + "value": "as_na_x2iccrmb2" + } + }, + { + "__struct_id": 0, + "Sound": { + "type": "resref", + "value": "as_na_x2iccrmb3" + } + }, + { + "__struct_id": 0, + "Sound": { + "type": "resref", + "value": "as_na_x2iccrmb4" + } + }, + { + "__struct_id": 0, + "Sound": { + "type": "resref", + "value": "as_na_x2iccrmb5" + } + }, + { + "__struct_id": 0, + "Sound": { + "type": "resref", + "value": "as_na_x2iccrmb6" + } + }, + { + "__struct_id": 0, + "Sound": { + "type": "resref", + "value": "as_na_x2iccrmb7" + } + }, + { + "__struct_id": 0, + "Sound": { + "type": "resref", + "value": "as_na_x2iccrmb8" + } + }, + { + "__struct_id": 0, + "Sound": { + "type": "resref", + "value": "as_na_x2iccrmb9" + } + } + ] + }, + "Tag": { + "type": "cexostring", + "value": "IceCrumbling" + }, + "TemplateResRef": { + "type": "resref", + "value": "icecrumbling" + }, + "Times": { + "type": "byte", + "value": 3 + }, + "Volume": { + "type": "byte", + "value": 127 + }, + "VolumeVrtn": { + "type": "byte", + "value": 0 + }, + "XPosition": { + "type": "float", + "value": 76.26280212402344 + }, + "YPosition": { + "type": "float", + "value": 31.39634704589844 + }, + "ZPosition": { + "type": "float", + "value": 6.099337100982666 + } + }, + { + "__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": 67895, + "type": "cexolocstring", + "value": {} + }, + "Looping": { + "type": "byte", + "value": 1 + }, + "MaxDistance": { + "type": "float", + "value": 10.0 + }, + "MinDistance": { + "type": "float", + "value": 1.0 + }, + "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_mg_crystalgd1" + } + } + ] + }, + "Tag": { + "type": "cexostring", + "value": "MagicCrystalGood" + }, + "TemplateResRef": { + "type": "resref", + "value": "magiccrystalgood" + }, + "Times": { + "type": "byte", + "value": 3 + }, + "Volume": { + "type": "byte", + "value": 127 + }, + "VolumeVrtn": { + "type": "byte", + "value": 0 + }, + "XPosition": { + "type": "float", + "value": 19.8398551940918 + }, + "YPosition": { + "type": "float", + "value": 39.80170059204102 + }, + "ZPosition": { + "type": "float", + "value": 2.100000143051148 + } + }, + { + "__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": 67894, + "type": "cexolocstring", + "value": {} + }, + "Looping": { + "type": "byte", + "value": 1 + }, + "MaxDistance": { + "type": "float", + "value": 10.0 + }, + "MinDistance": { + "type": "float", + "value": 1.0 + }, + "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_mg_crystalev1" + } + } + ] + }, + "Tag": { + "type": "cexostring", + "value": "MagicCrystalEvil" + }, + "TemplateResRef": { + "type": "resref", + "value": "magiccrystalevil" + }, + "Times": { + "type": "byte", + "value": 3 + }, + "Volume": { + "type": "byte", + "value": 127 + }, + "VolumeVrtn": { + "type": "byte", + "value": 0 + }, + "XPosition": { + "type": "float", + "value": 59.01568603515625 + }, + "YPosition": { + "type": "float", + "value": 39.53620529174805 + }, + "ZPosition": { + "type": "float", + "value": 1.799998044967651 + } + }, + { + "__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": 25000 + }, + "IntervalVrtn": { + "type": "dword", + "value": 5000 + }, + "LocName": { + "id": 68036, + "type": "cexolocstring", + "value": {} + }, + "Looping": { + "type": "byte", + "value": 0 + }, + "MaxDistance": { + "type": "float", + "value": 10.0 + }, + "MinDistance": { + "type": "float", + "value": 1.0 + }, + "PitchVariation": { + "type": "float", + "value": 0.2000000029802322 + }, + "Positional": { + "type": "byte", + "value": 0 + }, + "Priority": { + "type": "byte", + "value": 19 + }, + "Random": { + "type": "byte", + "value": 1 + }, + "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_an_bearwolf1" + } + }, + { + "__struct_id": 0, + "Sound": { + "type": "resref", + "value": "as_an_bearwolf2" + } + }, + { + "__struct_id": 0, + "Sound": { + "type": "resref", + "value": "as_an_bearwolf3" + } + } + ] + }, + "Tag": { + "type": "cexostring", + "value": "WolfBearCaveGrunts" + }, + "TemplateResRef": { + "type": "resref", + "value": "wolfbearcavegrun" + }, + "Times": { + "type": "byte", + "value": 3 + }, + "Volume": { + "type": "byte", + "value": 127 + }, + "VolumeVrtn": { + "type": "byte", + "value": 0 + }, + "XPosition": { + "type": "float", + "value": 4.173910617828369 + }, + "YPosition": { + "type": "float", + "value": 73.39936065673828 + }, + "ZPosition": { + "type": "float", + "value": 6.351634025573731 + } + }, + { + "__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": 25000 + }, + "IntervalVrtn": { + "type": "dword", + "value": 5000 + }, + "LocName": { + "id": 68036, + "type": "cexolocstring", + "value": {} + }, + "Looping": { + "type": "byte", + "value": 0 + }, + "MaxDistance": { + "type": "float", + "value": 10.0 + }, + "MinDistance": { + "type": "float", + "value": 1.0 + }, + "PitchVariation": { + "type": "float", + "value": 0.2000000029802322 + }, + "Positional": { + "type": "byte", + "value": 0 + }, + "Priority": { + "type": "byte", + "value": 19 + }, + "Random": { + "type": "byte", + "value": 1 + }, + "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_an_bearwolf1" + } + }, + { + "__struct_id": 0, + "Sound": { + "type": "resref", + "value": "as_an_bearwolf2" + } + }, + { + "__struct_id": 0, + "Sound": { + "type": "resref", + "value": "as_an_bearwolf3" + } + } + ] + }, + "Tag": { + "type": "cexostring", + "value": "WolfBearCaveGrunts" + }, + "TemplateResRef": { + "type": "resref", + "value": "wolfbearcavegrun" + }, + "Times": { + "type": "byte", + "value": 3 + }, + "Volume": { + "type": "byte", + "value": 127 + }, + "VolumeVrtn": { + "type": "byte", + "value": 0 + }, + "XPosition": { + "type": "float", + "value": 6.16208553314209 + }, + "YPosition": { + "type": "float", + "value": 6.651600360870361 + }, + "ZPosition": { + "type": "float", + "value": 11.42726707458496 + } + }, + { + "__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": 25000 + }, + "IntervalVrtn": { + "type": "dword", + "value": 5000 + }, + "LocName": { + "id": 67839, + "type": "cexolocstring", + "value": {} + }, + "Looping": { + "type": "byte", + "value": 0 + }, + "MaxDistance": { + "type": "float", + "value": 10.0 + }, + "MinDistance": { + "type": "float", + "value": 1.0 + }, + "PitchVariation": { + "type": "float", + "value": 0.2000000029802322 + }, + "Positional": { + "type": "byte", + "value": 1 + }, + "Priority": { + "type": "byte", + "value": 20 + }, + "Random": { + "type": "byte", + "value": 1 + }, + "RandomPosition": { + "type": "byte", + "value": 1 + }, + "RandomRangeX": { + "type": "float", + "value": 0.0 + }, + "RandomRangeY": { + "type": "float", + "value": 0.0 + }, + "Sounds": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "Sound": { + "type": "resref", + "value": "as_an_dogbark1" + } + }, + { + "__struct_id": 0, + "Sound": { + "type": "resref", + "value": "as_an_dogbark2" + } + }, + { + "__struct_id": 0, + "Sound": { + "type": "resref", + "value": "as_an_dogbark3" + } + }, + { + "__struct_id": 0, + "Sound": { + "type": "resref", + "value": "as_an_dogbark4" + } + }, + { + "__struct_id": 0, + "Sound": { + "type": "resref", + "value": "as_an_dogbark5" + } + }, + { + "__struct_id": 0, + "Sound": { + "type": "resref", + "value": "as_an_dogbark6" + } + }, + { + "__struct_id": 0, + "Sound": { + "type": "resref", + "value": "as_an_dogbark7" + } + }, + { + "__struct_id": 0, + "Sound": { + "type": "resref", + "value": "as_an_dogsbark1" + } + }, + { + "__struct_id": 0, + "Sound": { + "type": "resref", + "value": "as_an_dogsbark2" + } + }, + { + "__struct_id": 0, + "Sound": { + "type": "resref", + "value": "as_an_dogsbark3" + } + } + ] + }, + "Tag": { + "type": "cexostring", + "value": "DogBarks" + }, + "TemplateResRef": { + "type": "resref", + "value": "dogbarks" + }, + "Times": { + "type": "byte", + "value": 3 + }, + "Volume": { + "type": "byte", + "value": 127 + }, + "VolumeVrtn": { + "type": "byte", + "value": 0 + }, + "XPosition": { + "type": "float", + "value": 15.50753593444824 + }, + "YPosition": { + "type": "float", + "value": 8.092945098876953 + }, + "ZPosition": { + "type": "float", + "value": 12.21456909179688 + } + }, + { + "__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": 25000 + }, + "IntervalVrtn": { + "type": "dword", + "value": 5000 + }, + "LocName": { + "id": 67839, + "type": "cexolocstring", + "value": {} + }, + "Looping": { + "type": "byte", + "value": 0 + }, + "MaxDistance": { + "type": "float", + "value": 10.0 + }, + "MinDistance": { + "type": "float", + "value": 1.0 + }, + "PitchVariation": { + "type": "float", + "value": 0.2000000029802322 + }, + "Positional": { + "type": "byte", + "value": 1 + }, + "Priority": { + "type": "byte", + "value": 20 + }, + "Random": { + "type": "byte", + "value": 1 + }, + "RandomPosition": { + "type": "byte", + "value": 1 + }, + "RandomRangeX": { + "type": "float", + "value": 0.0 + }, + "RandomRangeY": { + "type": "float", + "value": 0.0 + }, + "Sounds": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "Sound": { + "type": "resref", + "value": "as_an_dogbark1" + } + }, + { + "__struct_id": 0, + "Sound": { + "type": "resref", + "value": "as_an_dogbark2" + } + }, + { + "__struct_id": 0, + "Sound": { + "type": "resref", + "value": "as_an_dogbark3" + } + }, + { + "__struct_id": 0, + "Sound": { + "type": "resref", + "value": "as_an_dogbark4" + } + }, + { + "__struct_id": 0, + "Sound": { + "type": "resref", + "value": "as_an_dogbark5" + } + }, + { + "__struct_id": 0, + "Sound": { + "type": "resref", + "value": "as_an_dogbark6" + } + }, + { + "__struct_id": 0, + "Sound": { + "type": "resref", + "value": "as_an_dogbark7" + } + }, + { + "__struct_id": 0, + "Sound": { + "type": "resref", + "value": "as_an_dogsbark1" + } + }, + { + "__struct_id": 0, + "Sound": { + "type": "resref", + "value": "as_an_dogsbark2" + } + }, + { + "__struct_id": 0, + "Sound": { + "type": "resref", + "value": "as_an_dogsbark3" + } + } + ] + }, + "Tag": { + "type": "cexostring", + "value": "DogBarks" + }, + "TemplateResRef": { + "type": "resref", + "value": "dogbarks" + }, + "Times": { + "type": "byte", + "value": 3 + }, + "Volume": { + "type": "byte", + "value": 127 + }, + "VolumeVrtn": { + "type": "byte", + "value": 0 + }, + "XPosition": { + "type": "float", + "value": 2.63873291015625 + }, + "YPosition": { + "type": "float", + "value": 8.733558654785156 + }, + "ZPosition": { + "type": "float", + "value": 11.88608932495117 + } + }, + { + "__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": 5000 + }, + "IntervalVrtn": { + "type": "dword", + "value": 2000 + }, + "LocName": { + "id": 67809, + "type": "cexolocstring", + "value": {} + }, + "Looping": { + "type": "byte", + "value": 0 + }, + "MaxDistance": { + "type": "float", + "value": 10.0 + }, + "MinDistance": { + "type": "float", + "value": 1.0 + }, + "PitchVariation": { + "type": "float", + "value": 0.2000000029802322 + }, + "Positional": { + "type": "byte", + "value": 1 + }, + "Priority": { + "type": "byte", + "value": 20 + }, + "Random": { + "type": "byte", + "value": 1 + }, + "RandomPosition": { + "type": "byte", + "value": 1 + }, + "RandomRangeX": { + "type": "float", + "value": 10.0 + }, + "RandomRangeY": { + "type": "float", + "value": 10.0 + }, + "Sounds": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "Sound": { + "type": "resref", + "value": "as_an_catscrech1" + } + }, + { + "__struct_id": 0, + "Sound": { + "type": "resref", + "value": "as_an_catscrech2" + } + } + ] + }, + "Tag": { + "type": "cexostring", + "value": "CatScreeches" + }, + "TemplateResRef": { + "type": "resref", + "value": "catscreeches" + }, + "Times": { + "type": "byte", + "value": 3 + }, + "Volume": { + "type": "byte", + "value": 127 + }, + "VolumeVrtn": { + "type": "byte", + "value": 0 + }, + "XPosition": { + "type": "float", + "value": 60.30273818969727 + }, + "YPosition": { + "type": "float", + "value": 73.92276000976563 + }, + "ZPosition": { + "type": "float", + "value": 6.762356281280518 + } + } + ] + }, + "StoreList": { + "type": "list", + "value": [] + }, + "TriggerList": { + "type": "list", + "value": [ + { + "__struct_id": 1, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Cursor": { + "type": "byte", + "value": 0 + }, + "DisarmDC": { + "type": "byte", + "value": 0 + }, + "Faction": { + "type": "dword", + "value": 2 + }, + "Geometry": { + "type": "list", + "value": [ + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.3460960388183594 + }, + "PointY": { + "type": "float", + "value": -13.18122100830078 + }, + "PointZ": { + "type": "float", + "value": 0.02500003017485142 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 10.10875701904297 + }, + "PointY": { + "type": "float", + "value": -12.62993621826172 + }, + "PointZ": { + "type": "float", + "value": 0.3294300138950348 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 10.02248382568359 + }, + "PointY": { + "type": "float", + "value": -1.512523651123047 + }, + "PointZ": { + "type": "float", + "value": 0.3294300138950348 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.0005492072086781263 + }, + "PointY": { + "type": "float", + "value": -0.02091973647475243 + }, + "PointZ": { + "type": "float", + "value": 0.02500003017485142 + } + } + ] + }, + "HighlightHeight": { + "type": "float", + "value": 0.0 + }, + "KeyName": { + "type": "cexostring", + "value": "" + }, + "LinkedTo": { + "type": "cexostring", + "value": "" + }, + "LinkedToFlags": { + "type": "byte", + "value": 0 + }, + "LoadScreenID": { + "type": "word", + "value": 0 + }, + "LocalizedName": { + "id": 14759, + "type": "cexolocstring", + "value": { + "0": "Temptation" + } + }, + "OnClick": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnTrapTriggered": { + "type": "resref", + "value": "" + }, + "PortraitId": { + "type": "word", + "value": 0 + }, + "ScriptHeartbeat": { + "type": "resref", + "value": "" + }, + "ScriptOnEnter": { + "type": "resref", + "value": "prc_temp_ent" + }, + "ScriptOnExit": { + "type": "resref", + "value": "prc_temp_exit" + }, + "ScriptUserDefine": { + "type": "resref", + "value": "" + }, + "Tag": { + "type": "cexostring", + "value": "Temptation" + }, + "TemplateResRef": { + "type": "resref", + "value": "newgeneric" + }, + "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": "int", + "value": 0 + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": 54.11525726318359 + }, + "YOrientation": { + "type": "float", + "value": 0.0 + }, + "YPosition": { + "type": "float", + "value": 47.01245880126953 + }, + "ZOrientation": { + "type": "float", + "value": 0.0 + }, + "ZPosition": { + "type": "float", + "value": 0.0 + } + }, + { + "__struct_id": 1, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Cursor": { + "type": "byte", + "value": 0 + }, + "DisarmDC": { + "type": "byte", + "value": 0 + }, + "Faction": { + "type": "dword", + "value": 1 + }, + "Geometry": { + "type": "list", + "value": [ + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -9.353228569030762 + }, + "PointY": { + "type": "float", + "value": -0.04742050170898438 + }, + "PointZ": { + "type": "float", + "value": 0.3250000178813934 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.035675048828125 + }, + "PointY": { + "type": "float", + "value": 0.1060066223144531 + }, + "PointZ": { + "type": "float", + "value": 0.3250000178813934 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.0 + }, + "PointY": { + "type": "float", + "value": 0.0 + }, + "PointZ": { + "type": "float", + "value": 0.3249999582767487 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.01214790344238281 + }, + "PointY": { + "type": "float", + "value": 9.008190155029297 + }, + "PointZ": { + "type": "float", + "value": 0.3249999582767487 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -8.777863502502441 + }, + "PointY": { + "type": "float", + "value": 8.927845001220703 + }, + "PointZ": { + "type": "float", + "value": 0.3250000178813934 + } + } + ] + }, + "HighlightHeight": { + "type": "float", + "value": 0.0 + }, + "KeyName": { + "type": "cexostring", + "value": "" + }, + "LinkedTo": { + "type": "cexostring", + "value": "" + }, + "LinkedToFlags": { + "type": "byte", + "value": 0 + }, + "LoadScreenID": { + "type": "word", + "value": 0 + }, + "LocalizedName": { + "id": 14759, + "type": "cexolocstring", + "value": { + "0": "Compassion" + } + }, + "OnClick": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnTrapTriggered": { + "type": "resref", + "value": "" + }, + "PortraitId": { + "type": "word", + "value": 0 + }, + "ScriptHeartbeat": { + "type": "resref", + "value": "" + }, + "ScriptOnEnter": { + "type": "resref", + "value": "prc_comp_ent" + }, + "ScriptOnExit": { + "type": "resref", + "value": "prc_comp_exit" + }, + "ScriptUserDefine": { + "type": "resref", + "value": "" + }, + "Tag": { + "type": "cexostring", + "value": "Compassion" + }, + "TemplateResRef": { + "type": "resref", + "value": "newgeneric" + }, + "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": "int", + "value": 0 + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": 24.13382339477539 + }, + "YOrientation": { + "type": "float", + "value": 0.0 + }, + "YPosition": { + "type": "float", + "value": 35.56645584106445 + }, + "ZOrientation": { + "type": "float", + "value": 0.0 + }, + "ZPosition": { + "type": "float", + "value": 0.0 + } + } + ] + }, + "WaypointList": { + "type": "list", + "value": [ + { + "__struct_id": 5, + "Appearance": { + "type": "byte", + "value": 1 + }, + "Description": { + "type": "cexolocstring", + "value": {} + }, + "HasMapNote": { + "type": "byte", + "value": 0 + }, + "LinkedTo": { + "type": "cexostring", + "value": "" + }, + "LocalizedName": { + "id": 14817, + "type": "cexolocstring", + "value": { + "0": "Compassion" + } + }, + "MapNote": { + "type": "cexolocstring", + "value": {} + }, + "MapNoteEnabled": { + "type": "byte", + "value": 1 + }, + "Tag": { + "type": "cexostring", + "value": "prc_compassion" + }, + "TemplateResRef": { + "type": "resref", + "value": "nw_waypoint001" + }, + "XOrientation": { + "type": "float", + "value": 0.9987953901290894 + }, + "XPosition": { + "type": "float", + "value": 19.87619972229004 + }, + "YOrientation": { + "type": "float", + "value": 0.04906884208321571 + }, + "YPosition": { + "type": "float", + "value": 39.88788604736328 + }, + "ZPosition": { + "type": "float", + "value": 0.599992573261261 + } + }, + { + "__struct_id": 5, + "Appearance": { + "type": "byte", + "value": 1 + }, + "Description": { + "type": "cexolocstring", + "value": {} + }, + "HasMapNote": { + "type": "byte", + "value": 0 + }, + "LinkedTo": { + "type": "cexostring", + "value": "" + }, + "LocalizedName": { + "id": 14817, + "type": "cexolocstring", + "value": { + "0": "Temptation" + } + }, + "MapNote": { + "type": "cexolocstring", + "value": {} + }, + "MapNoteEnabled": { + "type": "byte", + "value": 1 + }, + "Tag": { + "type": "cexostring", + "value": "prc_temptation" + }, + "TemplateResRef": { + "type": "resref", + "value": "nw_waypoint001" + }, + "XOrientation": { + "type": "float", + "value": -0.9972904920578003 + }, + "XPosition": { + "type": "float", + "value": 59.26678848266602 + }, + "YOrientation": { + "type": "float", + "value": -0.07356434315443039 + }, + "YPosition": { + "type": "float", + "value": 39.8704948425293 + }, + "ZPosition": { + "type": "float", + "value": 0.3000001609325409 + } + }, + { + "__struct_id": 5, + "Appearance": { + "type": "byte", + "value": 1 + }, + "Description": { + "type": "cexolocstring", + "value": {} + }, + "HasMapNote": { + "type": "byte", + "value": 0 + }, + "LinkedTo": { + "type": "cexostring", + "value": "" + }, + "LocalizedName": { + "id": 14817, + "type": "cexolocstring", + "value": { + "0": "TempToCompassion" + } + }, + "MapNote": { + "type": "cexolocstring", + "value": {} + }, + "MapNoteEnabled": { + "type": "byte", + "value": 1 + }, + "Tag": { + "type": "cexostring", + "value": "prc_runrunrun" + }, + "TemplateResRef": { + "type": "resref", + "value": "nw_waypoint001" + }, + "XOrientation": { + "type": "float", + "value": -0.9987953901290894 + }, + "XPosition": { + "type": "float", + "value": 23.06696701049805 + }, + "YOrientation": { + "type": "float", + "value": 0.04906848445534706 + }, + "YPosition": { + "type": "float", + "value": 39.79159164428711 + }, + "ZPosition": { + "type": "float", + "value": 0.3000019192695618 + } + } + ] + } +} diff --git a/_module/git/frozentimes.git.json b/_module/git/frozentimes.git.json new file mode 100644 index 0000000..d04ecbe --- /dev/null +++ b/_module/git/frozentimes.git.json @@ -0,0 +1,18347 @@ +{ + "__data_type": "GIT ", + "AreaProperties": { + "__struct_id": 100, + "type": "struct", + "value": { + "__struct_id": 100, + "AmbientSndDay": { + "type": "int", + "value": 103 + }, + "AmbientSndDayVol": { + "type": "int", + "value": 82 + }, + "AmbientSndNight": { + "type": "int", + "value": 103 + }, + "AmbientSndNitVol": { + "type": "int", + "value": 82 + }, + "EnvAudio": { + "type": "int", + "value": 51 + }, + "MusicBattle": { + "type": "int", + "value": 73 + }, + "MusicDay": { + "type": "int", + "value": 68 + }, + "MusicDelay": { + "type": "int", + "value": 54000 + }, + "MusicNight": { + "type": "int", + "value": 68 + } + } + }, + "Creature List": { + "type": "list", + "value": [ + { + "__struct_id": 4, + "Appearance_Type": { + "type": "word", + "value": 50 + }, + "BodyBag": { + "type": "byte", + "value": 0 + }, + "Cha": { + "type": "byte", + "value": 14 + }, + "ChallengeRating": { + "type": "float", + "value": 20.0 + }, + "ClassList": { + "type": "list", + "value": [ + { + "__struct_id": 2, + "Class": { + "type": "int", + "value": 18 + }, + "ClassLevel": { + "type": "short", + "value": 30 + } + } + ] + }, + "Con": { + "type": "byte", + "value": 23 + }, + "Conversation": { + "type": "resref", + "value": "" + }, + "CRAdjust": { + "type": "int", + "value": 0 + }, + "CurrentHitPoints": { + "type": "short", + "value": 195 + }, + "DecayTime": { + "type": "dword", + "value": 5000 + }, + "Deity": { + "type": "cexostring", + "value": "" + }, + "Description": { + "id": 12496, + "type": "cexolocstring", + "value": {} + }, + "Dex": { + "type": "byte", + "value": 10 + }, + "Disarmable": { + "type": "byte", + "value": 0 + }, + "Equip_ItemList": { + "type": "list", + "value": [ + { + "__struct_id": 16384, + "AddCost": { + "type": "dword", + "value": 0 + }, + "BaseItem": { + "type": "int", + "value": 72 + }, + "Charges": { + "type": "byte", + "value": 0 + }, + "Cost": { + "type": "dword", + "value": 2000 + }, + "Cursed": { + "type": "byte", + "value": 0 + }, + "DescIdentified": { + "type": "cexolocstring", + "value": {} + }, + "Description": { + "type": "cexolocstring", + "value": {} + }, + "Identified": { + "type": "byte", + "value": 0 + }, + "LocalizedName": { + "id": 13274, + "type": "cexolocstring", + "value": {} + }, + "ModelPart1": { + "type": "byte", + "value": 1 + }, + "Plot": { + "type": "byte", + "value": 0 + }, + "PropertiesList": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "ChanceAppear": { + "type": "byte", + "value": 100 + }, + "CostTable": { + "type": "byte", + "value": 19 + }, + "CostValue": { + "type": "word", + "value": 9 + }, + "Param1": { + "type": "byte", + "value": 255 + }, + "Param1Value": { + "type": "byte", + "value": 255 + }, + "PropertyName": { + "type": "word", + "value": 77 + }, + "Subtype": { + "type": "word", + "value": 0 + } + } + ] + }, + "StackSize": { + "type": "word", + "value": 1 + }, + "Stolen": { + "type": "byte", + "value": 0 + }, + "Tag": { + "type": "cexostring", + "value": "NW_IT_CREWPSP015" + }, + "TemplateResRef": { + "type": "resref", + "value": "nw_it_crewpsp015" + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": -1.0 + }, + "YOrientation": { + "type": "float", + "value": 1.0 + }, + "YPosition": { + "type": "float", + "value": -1.0 + }, + "ZPosition": { + "type": "float", + "value": -1.0 + } + }, + { + "__struct_id": 32768, + "AddCost": { + "type": "dword", + "value": 0 + }, + "BaseItem": { + "type": "int", + "value": 72 + }, + "Charges": { + "type": "byte", + "value": 0 + }, + "Cost": { + "type": "dword", + "value": 2000 + }, + "Cursed": { + "type": "byte", + "value": 0 + }, + "DescIdentified": { + "type": "cexolocstring", + "value": {} + }, + "Description": { + "type": "cexolocstring", + "value": {} + }, + "Identified": { + "type": "byte", + "value": 0 + }, + "LocalizedName": { + "id": 13274, + "type": "cexolocstring", + "value": {} + }, + "ModelPart1": { + "type": "byte", + "value": 1 + }, + "Plot": { + "type": "byte", + "value": 0 + }, + "PropertiesList": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "ChanceAppear": { + "type": "byte", + "value": 100 + }, + "CostTable": { + "type": "byte", + "value": 19 + }, + "CostValue": { + "type": "word", + "value": 9 + }, + "Param1": { + "type": "byte", + "value": 255 + }, + "Param1Value": { + "type": "byte", + "value": 255 + }, + "PropertyName": { + "type": "word", + "value": 77 + }, + "Subtype": { + "type": "word", + "value": 0 + } + } + ] + }, + "StackSize": { + "type": "word", + "value": 1 + }, + "Stolen": { + "type": "byte", + "value": 0 + }, + "Tag": { + "type": "cexostring", + "value": "NW_IT_CREWPSP015" + }, + "TemplateResRef": { + "type": "resref", + "value": "nw_it_crewpsp015" + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": -1.0 + }, + "YOrientation": { + "type": "float", + "value": 1.0 + }, + "YPosition": { + "type": "float", + "value": -1.0 + }, + "ZPosition": { + "type": "float", + "value": -1.0 + } + }, + { + "__struct_id": 65536, + "AddCost": { + "type": "dword", + "value": 0 + }, + "BaseItem": { + "type": "int", + "value": 69 + }, + "Charges": { + "type": "byte", + "value": 0 + }, + "Cost": { + "type": "dword", + "value": 4500 + }, + "Cursed": { + "type": "byte", + "value": 0 + }, + "DescIdentified": { + "type": "cexolocstring", + "value": {} + }, + "Description": { + "type": "cexolocstring", + "value": {} + }, + "Identified": { + "type": "byte", + "value": 0 + }, + "LocalizedName": { + "id": 13249, + "type": "cexolocstring", + "value": {} + }, + "ModelPart1": { + "type": "byte", + "value": 1 + }, + "Plot": { + "type": "byte", + "value": 0 + }, + "PropertiesList": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "ChanceAppear": { + "type": "byte", + "value": 100 + }, + "CostTable": { + "type": "byte", + "value": 19 + }, + "CostValue": { + "type": "word", + "value": 19 + }, + "Param1": { + "type": "byte", + "value": 255 + }, + "Param1Value": { + "type": "byte", + "value": 255 + }, + "PropertyName": { + "type": "word", + "value": 77 + }, + "Subtype": { + "type": "word", + "value": 0 + } + } + ] + }, + "StackSize": { + "type": "word", + "value": 1 + }, + "Stolen": { + "type": "byte", + "value": 0 + }, + "Tag": { + "type": "cexostring", + "value": "NW_IT_CREWPS017" + }, + "TemplateResRef": { + "type": "resref", + "value": "nw_it_crewps017" + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": -1.0 + }, + "YOrientation": { + "type": "float", + "value": 1.0 + }, + "YPosition": { + "type": "float", + "value": -1.0 + }, + "ZPosition": { + "type": "float", + "value": -1.0 + } + }, + { + "__struct_id": 131072, + "AddCost": { + "type": "dword", + "value": 0 + }, + "BaseItem": { + "type": "int", + "value": 73 + }, + "Charges": { + "type": "byte", + "value": 0 + }, + "Cost": { + "type": "dword", + "value": 0 + }, + "Cursed": { + "type": "byte", + "value": 0 + }, + "DescIdentified": { + "type": "cexolocstring", + "value": {} + }, + "Description": { + "type": "cexolocstring", + "value": {} + }, + "Identified": { + "type": "byte", + "value": 0 + }, + "LocalizedName": { + "id": 13185, + "type": "cexolocstring", + "value": {} + }, + "ModelPart1": { + "type": "byte", + "value": 1 + }, + "Plot": { + "type": "byte", + "value": 0 + }, + "PropertiesList": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "ChanceAppear": { + "type": "byte", + "value": 100 + }, + "CostTable": { + "type": "byte", + "value": 6 + }, + "CostValue": { + "type": "word", + "value": 3 + }, + "Param1": { + "type": "byte", + "value": 255 + }, + "Param1Value": { + "type": "byte", + "value": 255 + }, + "PropertyName": { + "type": "word", + "value": 22 + }, + "Subtype": { + "type": "word", + "value": 1 + } + }, + { + "__struct_id": 0, + "ChanceAppear": { + "type": "byte", + "value": 100 + }, + "CostTable": { + "type": "byte", + "value": 22 + }, + "CostValue": { + "type": "word", + "value": 4 + }, + "Param1": { + "type": "byte", + "value": 255 + }, + "Param1Value": { + "type": "byte", + "value": 255 + }, + "PropertyName": { + "type": "word", + "value": 24 + }, + "Subtype": { + "type": "word", + "value": 10 + } + }, + { + "__struct_id": 0, + "ChanceAppear": { + "type": "byte", + "value": 100 + }, + "CostTable": { + "type": "byte", + "value": 5 + }, + "CostValue": { + "type": "word", + "value": 7 + }, + "Param1": { + "type": "byte", + "value": 255 + }, + "Param1Value": { + "type": "byte", + "value": 255 + }, + "PropertyName": { + "type": "word", + "value": 20 + }, + "Subtype": { + "type": "word", + "value": 7 + } + }, + { + "__struct_id": 0, + "ChanceAppear": { + "type": "byte", + "value": 100 + }, + "CostTable": { + "type": "byte", + "value": 0 + }, + "CostValue": { + "type": "word", + "value": 0 + }, + "Param1": { + "type": "byte", + "value": 255 + }, + "Param1Value": { + "type": "byte", + "value": 255 + }, + "PropertyName": { + "type": "word", + "value": 37 + }, + "Subtype": { + "type": "word", + "value": 7 + } + }, + { + "__struct_id": 0, + "ChanceAppear": { + "type": "byte", + "value": 100 + }, + "CostTable": { + "type": "byte", + "value": 0 + }, + "CostValue": { + "type": "word", + "value": 0 + }, + "Param1": { + "type": "byte", + "value": 255 + }, + "Param1Value": { + "type": "byte", + "value": 255 + }, + "PropertyName": { + "type": "word", + "value": 37 + }, + "Subtype": { + "type": "word", + "value": 2 + } + }, + { + "__struct_id": 0, + "ChanceAppear": { + "type": "byte", + "value": 100 + }, + "CostTable": { + "type": "byte", + "value": 0 + }, + "CostValue": { + "type": "word", + "value": 0 + }, + "Param1": { + "type": "byte", + "value": 255 + }, + "Param1Value": { + "type": "byte", + "value": 255 + }, + "PropertyName": { + "type": "word", + "value": 37 + }, + "Subtype": { + "type": "word", + "value": 0 + } + }, + { + "__struct_id": 0, + "ChanceAppear": { + "type": "byte", + "value": 100 + }, + "CostTable": { + "type": "byte", + "value": 11 + }, + "CostValue": { + "type": "word", + "value": 7 + }, + "Param1": { + "type": "byte", + "value": 255 + }, + "Param1Value": { + "type": "byte", + "value": 255 + }, + "PropertyName": { + "type": "word", + "value": 39 + }, + "Subtype": { + "type": "word", + "value": 0 + } + }, + { + "__struct_id": 0, + "ChanceAppear": { + "type": "byte", + "value": 100 + }, + "CostTable": { + "type": "byte", + "value": 0 + }, + "CostValue": { + "type": "word", + "value": 0 + }, + "Param1": { + "type": "byte", + "value": 255 + }, + "Param1Value": { + "type": "byte", + "value": 0 + }, + "PropertyName": { + "type": "word", + "value": 71 + }, + "Subtype": { + "type": "word", + "value": 0 + } + } + ] + }, + "StackSize": { + "type": "word", + "value": 1 + }, + "Stolen": { + "type": "byte", + "value": 0 + }, + "Tag": { + "type": "cexostring", + "value": "NW_IT_CREITEMDRU" + }, + "TemplateResRef": { + "type": "resref", + "value": "nw_it_creitemdru" + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": -1.0 + }, + "YOrientation": { + "type": "float", + "value": 1.0 + }, + "YPosition": { + "type": "float", + "value": -1.0 + }, + "ZPosition": { + "type": "float", + "value": -1.0 + } + } + ] + }, + "FactionID": { + "type": "word", + "value": 2 + }, + "FeatList": { + "type": "list", + "value": [ + { + "__struct_id": 1, + "Feat": { + "type": "word", + "value": 0 + } + }, + { + "__struct_id": 1, + "Feat": { + "type": "word", + "value": 6 + } + }, + { + "__struct_id": 1, + "Feat": { + "type": "word", + "value": 228 + } + }, + { + "__struct_id": 1, + "Feat": { + "type": "word", + "value": 23 + } + }, + { + "__struct_id": 1, + "Feat": { + "type": "word", + "value": 28 + } + }, + { + "__struct_id": 1, + "Feat": { + "type": "word", + "value": 289 + } + } + ] + }, + "FirstName": { + "id": 12499, + "type": "cexolocstring", + "value": {} + }, + "fortbonus": { + "type": "short", + "value": 0 + }, + "Gender": { + "type": "byte", + "value": 0 + }, + "GoodEvil": { + "type": "byte", + "value": 0 + }, + "HitPoints": { + "type": "short", + "value": 195 + }, + "Int": { + "type": "byte", + "value": 14 + }, + "Interruptable": { + "type": "byte", + "value": 1 + }, + "IsImmortal": { + "type": "byte", + "value": 1 + }, + "IsPC": { + "type": "byte", + "value": 0 + }, + "ItemList": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "AddCost": { + "type": "dword", + "value": 4 + }, + "BaseItem": { + "type": "int", + "value": 79 + }, + "Charges": { + "type": "byte", + "value": 0 + }, + "Cost": { + "type": "dword", + "value": 5 + }, + "Cursed": { + "type": "byte", + "value": 0 + }, + "DescIdentified": { + "id": 58571, + "type": "cexolocstring", + "value": {} + }, + "Description": { + "type": "cexolocstring", + "value": {} + }, + "Dropable": { + "type": "byte", + "value": 1 + }, + "Identified": { + "type": "byte", + "value": 1 + }, + "LocalizedName": { + "id": 13499, + "type": "cexolocstring", + "value": {} + }, + "ModelPart1": { + "type": "byte", + "value": 47 + }, + "Plot": { + "type": "byte", + "value": 0 + }, + "PropertiesList": { + "type": "list", + "value": [] + }, + "Repos_PosX": { + "type": "word", + "value": 0 + }, + "Repos_Posy": { + "type": "word", + "value": 0 + }, + "StackSize": { + "type": "word", + "value": 1 + }, + "Stolen": { + "type": "byte", + "value": 0 + }, + "Tag": { + "type": "cexostring", + "value": "NW_IT_MSMLMISC17" + }, + "TemplateResRef": { + "type": "resref", + "value": "nw_it_msmlmisc17" + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": -1.0 + }, + "YOrientation": { + "type": "float", + "value": 1.0 + }, + "YPosition": { + "type": "float", + "value": -1.0 + }, + "ZPosition": { + "type": "float", + "value": -1.0 + } + } + ] + }, + "LastName": { + "type": "cexolocstring", + "value": {} + }, + "LawfulChaotic": { + "type": "byte", + "value": 0 + }, + "Lootable": { + "type": "byte", + "value": 0 + }, + "MaxHitPoints": { + "type": "short", + "value": 375 + }, + "NaturalAC": { + "type": "byte", + "value": 29 + }, + "NoPermDeath": { + "type": "byte", + "value": 1 + }, + "PerceptionRange": { + "type": "byte", + "value": 11 + }, + "Phenotype": { + "type": "int", + "value": 0 + }, + "Plot": { + "type": "byte", + "value": 1 + }, + "PortraitId": { + "type": "word", + "value": 200 + }, + "Race": { + "type": "byte", + "value": 11 + }, + "refbonus": { + "type": "short", + "value": 0 + }, + "ScriptAttacked": { + "type": "resref", + "value": "nw_c2_default5" + }, + "ScriptDamaged": { + "type": "resref", + "value": "nw_c2_default6" + }, + "ScriptDeath": { + "type": "resref", + "value": "nw_c2_default7" + }, + "ScriptDialogue": { + "type": "resref", + "value": "nw_c2_default4" + }, + "ScriptDisturbed": { + "type": "resref", + "value": "nw_c2_default8" + }, + "ScriptEndRound": { + "type": "resref", + "value": "nw_c2_default3" + }, + "ScriptHeartbeat": { + "type": "resref", + "value": "nw_c2_default1" + }, + "ScriptOnBlocked": { + "type": "resref", + "value": "nw_c2_defaulte" + }, + "ScriptOnNotice": { + "type": "resref", + "value": "nw_c2_default2" + }, + "ScriptRested": { + "type": "resref", + "value": "nw_c2_defaulta" + }, + "ScriptSpawn": { + "type": "resref", + "value": "nw_c2_dropin9" + }, + "ScriptSpellAt": { + "type": "resref", + "value": "nw_c2_defaultb" + }, + "ScriptUserDefine": { + "type": "resref", + "value": "nw_c2_defaultd" + }, + "SkillList": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 25 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 30 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 30 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + } + ] + }, + "SoundSetFile": { + "type": "word", + "value": 29 + }, + "SpecAbilityList": { + "type": "list", + "value": [ + { + "__struct_id": 4, + "Spell": { + "type": "word", + "value": 412 + }, + "SpellCasterLevel": { + "type": "byte", + "value": 0 + }, + "SpellFlags": { + "type": "byte", + "value": 1 + } + }, + { + "__struct_id": 4, + "Spell": { + "type": "word", + "value": 237 + }, + "SpellCasterLevel": { + "type": "byte", + "value": 1 + }, + "SpellFlags": { + "type": "byte", + "value": 1 + } + }, + { + "__struct_id": 4, + "Spell": { + "type": "word", + "value": 237 + }, + "SpellCasterLevel": { + "type": "byte", + "value": 1 + }, + "SpellFlags": { + "type": "byte", + "value": 1 + } + }, + { + "__struct_id": 4, + "Spell": { + "type": "word", + "value": 237 + }, + "SpellCasterLevel": { + "type": "byte", + "value": 1 + }, + "SpellFlags": { + "type": "byte", + "value": 1 + } + } + ] + }, + "StartingPackage": { + "type": "byte", + "value": 0 + }, + "Str": { + "type": "byte", + "value": 33 + }, + "Subrace": { + "type": "cexostring", + "value": "" + }, + "Tag": { + "type": "cexostring", + "value": "NW_DRGWHITE003" + }, + "Tail": { + "type": "byte", + "value": 205 + }, + "TemplateList": { + "type": "list", + "value": [] + }, + "TemplateResRef": { + "type": "resref", + "value": "nw_drgwhite003" + }, + "WalkRate": { + "type": "int", + "value": 7 + }, + "willbonus": { + "type": "short", + "value": 0 + }, + "Wings": { + "type": "byte", + "value": 205 + }, + "Wis": { + "type": "byte", + "value": 15 + }, + "XOrientation": { + "type": "float", + "value": 0.09801898896694183 + }, + "XPosition": { + "type": "float", + "value": 60.32331466674805 + }, + "YOrientation": { + "type": "float", + "value": -0.9951845407485962 + }, + "YPosition": { + "type": "float", + "value": 59.82872772216797 + }, + "ZPosition": { + "type": "float", + "value": 5.599997520446777 + } + }, + { + "__struct_id": 4, + "Appearance_Type": { + "type": "word", + "value": 350 + }, + "BodyBag": { + "type": "byte", + "value": 0 + }, + "Cha": { + "type": "byte", + "value": 11 + }, + "ChallengeRating": { + "type": "float", + "value": 9.0 + }, + "ClassList": { + "type": "list", + "value": [ + { + "__struct_id": 2, + "Class": { + "type": "int", + "value": 22 + }, + "ClassLevel": { + "type": "short", + "value": 14 + } + } + ] + }, + "Con": { + "type": "byte", + "value": 21 + }, + "Conversation": { + "type": "resref", + "value": "" + }, + "CRAdjust": { + "type": "int", + "value": -2 + }, + "CurrentHitPoints": { + "type": "short", + "value": 63 + }, + "DecayTime": { + "type": "dword", + "value": 5000 + }, + "Deity": { + "type": "cexostring", + "value": "" + }, + "Description": { + "id": 40608, + "type": "cexolocstring", + "value": {} + }, + "Dex": { + "type": "byte", + "value": 9 + }, + "Disarmable": { + "type": "byte", + "value": 0 + }, + "Equip_ItemList": { + "type": "list", + "value": [ + { + "__struct_id": 2, + "AddCost": { + "type": "dword", + "value": 0 + }, + "ArmorPart_Belt": { + "type": "byte", + "value": 0 + }, + "ArmorPart_LBicep": { + "type": "byte", + "value": 12 + }, + "ArmorPart_LFArm": { + "type": "byte", + "value": 1 + }, + "ArmorPart_LFoot": { + "type": "byte", + "value": 4 + }, + "ArmorPart_LHand": { + "type": "byte", + "value": 6 + }, + "ArmorPart_LShin": { + "type": "byte", + "value": 15 + }, + "ArmorPart_LShoul": { + "type": "byte", + "value": 3 + }, + "ArmorPart_LThigh": { + "type": "byte", + "value": 3 + }, + "ArmorPart_Neck": { + "type": "byte", + "value": 1 + }, + "ArmorPart_Pelvis": { + "type": "byte", + "value": 8 + }, + "ArmorPart_RBicep": { + "type": "byte", + "value": 12 + }, + "ArmorPart_RFArm": { + "type": "byte", + "value": 1 + }, + "ArmorPart_RFoot": { + "type": "byte", + "value": 4 + }, + "ArmorPart_RHand": { + "type": "byte", + "value": 6 + }, + "ArmorPart_Robe": { + "type": "byte", + "value": 0 + }, + "ArmorPart_RShin": { + "type": "byte", + "value": 15 + }, + "ArmorPart_RShoul": { + "type": "byte", + "value": 3 + }, + "ArmorPart_RThigh": { + "type": "byte", + "value": 3 + }, + "ArmorPart_Torso": { + "type": "byte", + "value": 36 + }, + "BaseItem": { + "type": "int", + "value": 16 + }, + "Charges": { + "type": "byte", + "value": 0 + }, + "Cloth1Color": { + "type": "byte", + "value": 2 + }, + "Cloth2Color": { + "type": "byte", + "value": 20 + }, + "Cost": { + "type": "dword", + "value": 100 + }, + "Cursed": { + "type": "byte", + "value": 0 + }, + "DescIdentified": { + "type": "cexolocstring", + "value": {} + }, + "Description": { + "type": "cexolocstring", + "value": {} + }, + "Identified": { + "type": "byte", + "value": 0 + }, + "Leather1Color": { + "type": "byte", + "value": 2 + }, + "Leather2Color": { + "type": "byte", + "value": 7 + }, + "LocalizedName": { + "id": 12844, + "type": "cexolocstring", + "value": {} + }, + "Metal1Color": { + "type": "byte", + "value": 0 + }, + "Metal2Color": { + "type": "byte", + "value": 1 + }, + "Plot": { + "type": "byte", + "value": 0 + }, + "PropertiesList": { + "type": "list", + "value": [] + }, + "StackSize": { + "type": "word", + "value": 1 + }, + "Stolen": { + "type": "byte", + "value": 0 + }, + "Tag": { + "type": "cexostring", + "value": "NW_AARCL012" + }, + "TemplateResRef": { + "type": "resref", + "value": "nw_aarcl012" + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": -1.0 + }, + "YOrientation": { + "type": "float", + "value": 1.0 + }, + "YPosition": { + "type": "float", + "value": -1.0 + }, + "ZPosition": { + "type": "float", + "value": -1.0 + } + }, + { + "__struct_id": 16, + "AddCost": { + "type": "dword", + "value": 0 + }, + "BaseItem": { + "type": "int", + "value": 5 + }, + "Charges": { + "type": "byte", + "value": 0 + }, + "Cost": { + "type": "dword", + "value": 24 + }, + "Cursed": { + "type": "byte", + "value": 0 + }, + "DescIdentified": { + "type": "cexolocstring", + "value": {} + }, + "Description": { + "type": "cexolocstring", + "value": {} + }, + "Identified": { + "type": "byte", + "value": 1 + }, + "LocalizedName": { + "id": 178, + "type": "cexolocstring", + "value": {} + }, + "ModelPart1": { + "type": "byte", + "value": 11 + }, + "ModelPart2": { + "type": "byte", + "value": 11 + }, + "ModelPart3": { + "type": "byte", + "value": 11 + }, + "Plot": { + "type": "byte", + "value": 0 + }, + "PropertiesList": { + "type": "list", + "value": [] + }, + "StackSize": { + "type": "word", + "value": 1 + }, + "Stolen": { + "type": "byte", + "value": 0 + }, + "Tag": { + "type": "cexostring", + "value": "NW_WBLHW001" + }, + "TemplateResRef": { + "type": "resref", + "value": "nw_wblhw001" + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": -1.0 + }, + "YOrientation": { + "type": "float", + "value": 1.0 + }, + "YPosition": { + "type": "float", + "value": -1.0 + }, + "ZPosition": { + "type": "float", + "value": -1.0 + } + }, + { + "__struct_id": 131072, + "AddCost": { + "type": "dword", + "value": 0 + }, + "BaseItem": { + "type": "int", + "value": 73 + }, + "Charges": { + "type": "byte", + "value": 0 + }, + "Cost": { + "type": "dword", + "value": 0 + }, + "Cursed": { + "type": "byte", + "value": 0 + }, + "DescIdentified": { + "type": "cexolocstring", + "value": {} + }, + "Description": { + "type": "cexolocstring", + "value": {} + }, + "Identified": { + "type": "byte", + "value": 0 + }, + "LocalizedName": { + "id": 13074, + "type": "cexolocstring", + "value": {} + }, + "ModelPart1": { + "type": "byte", + "value": 1 + }, + "Plot": { + "type": "byte", + "value": 0 + }, + "PropertiesList": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "ChanceAppear": { + "type": "byte", + "value": 100 + }, + "CostTable": { + "type": "byte", + "value": 22 + }, + "CostValue": { + "type": "word", + "value": 4 + }, + "Param1": { + "type": "byte", + "value": 255 + }, + "Param1Value": { + "type": "byte", + "value": 255 + }, + "PropertyName": { + "type": "word", + "value": 24 + }, + "Subtype": { + "type": "word", + "value": 10 + } + }, + { + "__struct_id": 0, + "ChanceAppear": { + "type": "byte", + "value": 100 + }, + "CostTable": { + "type": "byte", + "value": 5 + }, + "CostValue": { + "type": "word", + "value": 7 + }, + "Param1": { + "type": "byte", + "value": 255 + }, + "Param1Value": { + "type": "byte", + "value": 255 + }, + "PropertyName": { + "type": "word", + "value": 20 + }, + "Subtype": { + "type": "word", + "value": 7 + } + } + ] + }, + "StackSize": { + "type": "word", + "value": 1 + }, + "Stolen": { + "type": "byte", + "value": 0 + }, + "Tag": { + "type": "cexostring", + "value": "NW_IT_CREITEM026" + }, + "TemplateResRef": { + "type": "resref", + "value": "nw_it_creitem026" + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": -1.0 + }, + "YOrientation": { + "type": "float", + "value": 1.0 + }, + "YPosition": { + "type": "float", + "value": -1.0 + }, + "ZPosition": { + "type": "float", + "value": -1.0 + } + } + ] + }, + "FactionID": { + "type": "word", + "value": 2 + }, + "FeatList": { + "type": "list", + "value": [ + { + "__struct_id": 1, + "Feat": { + "type": "word", + "value": 3 + } + }, + { + "__struct_id": 1, + "Feat": { + "type": "word", + "value": 6 + } + }, + { + "__struct_id": 1, + "Feat": { + "type": "word", + "value": 228 + } + }, + { + "__struct_id": 1, + "Feat": { + "type": "word", + "value": 391 + } + }, + { + "__struct_id": 1, + "Feat": { + "type": "word", + "value": 28 + } + }, + { + "__struct_id": 1, + "Feat": { + "type": "word", + "value": 289 + } + }, + { + "__struct_id": 1, + "Feat": { + "type": "word", + "value": 45 + } + } + ] + }, + "FirstName": { + "id": 12560, + "type": "cexolocstring", + "value": {} + }, + "fortbonus": { + "type": "short", + "value": 0 + }, + "Gender": { + "type": "byte", + "value": 1 + }, + "GoodEvil": { + "type": "byte", + "value": 0 + }, + "HitPoints": { + "type": "short", + "value": 63 + }, + "Int": { + "type": "byte", + "value": 10 + }, + "Interruptable": { + "type": "byte", + "value": 1 + }, + "IsImmortal": { + "type": "byte", + "value": 1 + }, + "IsPC": { + "type": "byte", + "value": 0 + }, + "LastName": { + "type": "cexolocstring", + "value": {} + }, + "LawfulChaotic": { + "type": "byte", + "value": 0 + }, + "Lootable": { + "type": "byte", + "value": 0 + }, + "MaxHitPoints": { + "type": "short", + "value": 133 + }, + "NaturalAC": { + "type": "byte", + "value": 9 + }, + "NoPermDeath": { + "type": "byte", + "value": 1 + }, + "PerceptionRange": { + "type": "byte", + "value": 11 + }, + "Phenotype": { + "type": "int", + "value": 0 + }, + "Plot": { + "type": "byte", + "value": 1 + }, + "PortraitId": { + "type": "word", + "value": 606 + }, + "Race": { + "type": "byte", + "value": 18 + }, + "refbonus": { + "type": "short", + "value": 0 + }, + "ScriptAttacked": { + "type": "resref", + "value": "nw_c2_default5" + }, + "ScriptDamaged": { + "type": "resref", + "value": "nw_c2_default6" + }, + "ScriptDeath": { + "type": "resref", + "value": "nw_c2_default7" + }, + "ScriptDialogue": { + "type": "resref", + "value": "nw_c2_default4" + }, + "ScriptDisturbed": { + "type": "resref", + "value": "nw_c2_default8" + }, + "ScriptEndRound": { + "type": "resref", + "value": "nw_c2_default3" + }, + "ScriptHeartbeat": { + "type": "resref", + "value": "nw_c2_default1" + }, + "ScriptOnBlocked": { + "type": "resref", + "value": "nw_c2_defaulte" + }, + "ScriptOnNotice": { + "type": "resref", + "value": "nw_c2_default2" + }, + "ScriptRested": { + "type": "resref", + "value": "nw_c2_defaulta" + }, + "ScriptSpawn": { + "type": "resref", + "value": "nw_c2_default9" + }, + "ScriptSpellAt": { + "type": "resref", + "value": "nw_c2_defaultb" + }, + "ScriptUserDefine": { + "type": "resref", + "value": "nw_c2_defaultd" + }, + "SkillList": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 6 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + }, + { + "__struct_id": 0, + "Rank": { + "type": "byte", + "value": 0 + } + } + ] + }, + "SoundSetFile": { + "type": "word", + "value": 306 + }, + "SpecAbilityList": { + "type": "list", + "value": [] + }, + "StartingPackage": { + "type": "byte", + "value": 0 + }, + "Str": { + "type": "byte", + "value": 29 + }, + "Subrace": { + "type": "cexostring", + "value": "Frost Giant" + }, + "Tag": { + "type": "cexostring", + "value": "X0_GNTFROSTFEM" + }, + "Tail": { + "type": "byte", + "value": 0 + }, + "TemplateList": { + "type": "list", + "value": [] + }, + "TemplateResRef": { + "type": "resref", + "value": "x0_gntfrostfem" + }, + "WalkRate": { + "type": "int", + "value": 7 + }, + "willbonus": { + "type": "short", + "value": 0 + }, + "Wings": { + "type": "byte", + "value": 0 + }, + "Wis": { + "type": "byte", + "value": 10 + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": 32.63839721679688 + }, + "YOrientation": { + "type": "float", + "value": 1.0 + }, + "YPosition": { + "type": "float", + "value": 34.8922233581543 + }, + "ZPosition": { + "type": "float", + "value": 9.5367431640625e-006 + } + } + ] + }, + "Door List": { + "type": "list", + "value": [ + { + "__struct_id": 8, + "AnimationState": { + "type": "byte", + "value": 1 + }, + "Appearance": { + "type": "dword", + "value": 57 + }, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Bearing": { + "type": "float", + "value": -0.0 + }, + "CloseLockDC": { + "type": "byte", + "value": 0 + }, + "Conversation": { + "type": "resref", + "value": "" + }, + "CurrentHP": { + "type": "short", + "value": 80 + }, + "Description": { + "type": "cexolocstring", + "value": {} + }, + "DisarmDC": { + "type": "byte", + "value": 15 + }, + "Faction": { + "type": "dword", + "value": 1 + }, + "Fort": { + "type": "byte", + "value": 16 + }, + "GenericType": { + "type": "byte", + "value": 0 + }, + "Hardness": { + "type": "byte", + "value": 5 + }, + "HP": { + "type": "short", + "value": 80 + }, + "Interruptable": { + "type": "byte", + "value": 1 + }, + "KeyName": { + "type": "cexostring", + "value": "" + }, + "KeyRequired": { + "type": "byte", + "value": 0 + }, + "LinkedTo": { + "type": "cexostring", + "value": "" + }, + "LinkedToFlags": { + "type": "byte", + "value": 0 + }, + "LoadScreenID": { + "type": "word", + "value": 0 + }, + "Lockable": { + "type": "byte", + "value": 0 + }, + "Locked": { + "type": "byte", + "value": 0 + }, + "LocName": { + "id": 5349, + "type": "cexolocstring", + "value": {} + }, + "OnClick": { + "type": "resref", + "value": "" + }, + "OnClosed": { + "type": "resref", + "value": "" + }, + "OnDamaged": { + "type": "resref", + "value": "" + }, + "OnDeath": { + "type": "resref", + "value": "x2_door_death" + }, + "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": 0 + }, + "PortraitId": { + "type": "word", + "value": 0 + }, + "Ref": { + "type": "byte", + "value": 0 + }, + "Tag": { + "type": "cexostring", + "value": "CaveExit" + }, + "TemplateResRef": { + "type": "resref", + "value": "nw_door_ttr_12" + }, + "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": 54.7400016784668 + }, + "Y": { + "type": "float", + "value": 44.4900016784668 + }, + "Z": { + "type": "float", + "value": -0.4399999976158142 + } + } + ] + }, + "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": 451 + }, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Bearing": { + "type": "float", + "value": -0.0 + }, + "BodyBag": { + "type": "byte", + "value": 0 + }, + "CloseLockDC": { + "type": "byte", + "value": 0 + }, + "Conversation": { + "type": "resref", + "value": "" + }, + "CurrentHP": { + "type": "short", + "value": 15 + }, + "Description": { + "id": 84192, + "type": "cexolocstring", + "value": {} + }, + "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": 83445, + "type": "cexolocstring", + "value": {} + }, + "OnClosed": { + "type": "resref", + "value": "" + }, + "OnDamaged": { + "type": "resref", + "value": "" + }, + "OnDeath": { + "type": "resref", + "value": "x2_o2_dead" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnHeartbeat": { + "type": "resref", + "value": "" + }, + "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": "x2_plc_used_act" + }, + "OnUserDefined": { + "type": "resref", + "value": "" + }, + "OpenLockDC": { + "type": "byte", + "value": 18 + }, + "Plot": { + "type": "byte", + "value": 0 + }, + "PortraitId": { + "type": "word", + "value": 934 + }, + "Ref": { + "type": "byte", + "value": 0 + }, + "Static": { + "type": "byte", + "value": 1 + }, + "Tag": { + "type": "cexostring", + "value": "X2_PLC_CRYSTAL" + }, + "TemplateResRef": { + "type": "resref", + "value": "x2_plc_crystal" + }, + "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": 41.7271614074707 + }, + "Y": { + "type": "float", + "value": 17.66576385498047 + }, + "Z": { + "type": "float", + "value": 9.5367431640625e-006 + } + }, + { + "__struct_id": 9, + "AnimationState": { + "type": "byte", + "value": 0 + }, + "Appearance": { + "type": "dword", + "value": 308 + }, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Bearing": { + "type": "float", + "value": -0.0 + }, + "BodyBag": { + "type": "byte", + "value": 0 + }, + "CloseLockDC": { + "type": "byte", + "value": 0 + }, + "Conversation": { + "type": "resref", + "value": "" + }, + "CurrentHP": { + "type": "short", + "value": 15 + }, + "Description": { + "id": 68828, + "type": "cexolocstring", + "value": {} + }, + "DisarmDC": { + "type": "byte", + "value": 15 + }, + "Faction": { + "type": "dword", + "value": 4294967295 + }, + "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": 68827, + "type": "cexolocstring", + "value": {} + }, + "OnClosed": { + "type": "resref", + "value": "" + }, + "OnDamaged": { + "type": "resref", + "value": "" + }, + "OnDeath": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnHeartbeat": { + "type": "resref", + "value": "" + }, + "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": 0 + }, + "Ref": { + "type": "byte", + "value": 0 + }, + "Static": { + "type": "byte", + "value": 1 + }, + "Tag": { + "type": "cexostring", + "value": "DragonSkull" + }, + "TemplateResRef": { + "type": "resref", + "value": "x0_dragonskull" + }, + "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": 56.248046875 + }, + "Y": { + "type": "float", + "value": 35.25865173339844 + }, + "Z": { + "type": "float", + "value": -7.450580596923828e-008 + } + }, + { + "__struct_id": 9, + "AnimationState": { + "type": "byte", + "value": 0 + }, + "Appearance": { + "type": "dword", + "value": 259 + }, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Bearing": { + "type": "float", + "value": -0.0 + }, + "BodyBag": { + "type": "byte", + "value": 0 + }, + "CloseLockDC": { + "type": "byte", + "value": 0 + }, + "Conversation": { + "type": "resref", + "value": "" + }, + "CurrentHP": { + "type": "short", + "value": 15 + }, + "Description": { + "id": 68944, + "type": "cexolocstring", + "value": {} + }, + "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 + }, + "ItemList": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "AddCost": { + "type": "dword", + "value": 0 + }, + "BaseItem": { + "type": "int", + "value": 24 + }, + "Charges": { + "type": "byte", + "value": 0 + }, + "Cost": { + "type": "dword", + "value": 0 + }, + "Cursed": { + "type": "byte", + "value": 0 + }, + "DescIdentified": { + "id": 58566, + "type": "cexolocstring", + "value": {} + }, + "Description": { + "type": "cexolocstring", + "value": {} + }, + "Identified": { + "type": "byte", + "value": 1 + }, + "LocalizedName": { + "id": 13494, + "type": "cexolocstring", + "value": {} + }, + "ModelPart1": { + "type": "byte", + "value": 66 + }, + "Plot": { + "type": "byte", + "value": 0 + }, + "PropertiesList": { + "type": "list", + "value": [] + }, + "Repos_PosX": { + "type": "word", + "value": 0 + }, + "Repos_Posy": { + "type": "word", + "value": 0 + }, + "StackSize": { + "type": "word", + "value": 1 + }, + "Stolen": { + "type": "byte", + "value": 0 + }, + "Tag": { + "type": "cexostring", + "value": "NW_IT_MSMLMISC12" + }, + "TemplateResRef": { + "type": "resref", + "value": "nw_it_msmlmisc12" + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": -1.0 + }, + "YOrientation": { + "type": "float", + "value": 1.0 + }, + "YPosition": { + "type": "float", + "value": -1.0 + }, + "ZPosition": { + "type": "float", + "value": -1.0 + } + }, + { + "__struct_id": 1, + "AddCost": { + "type": "dword", + "value": 10 + }, + "BaseItem": { + "type": "int", + "value": 24 + }, + "Charges": { + "type": "byte", + "value": 0 + }, + "Cost": { + "type": "dword", + "value": 10 + }, + "Cursed": { + "type": "byte", + "value": 0 + }, + "DescIdentified": { + "id": 58565, + "type": "cexolocstring", + "value": {} + }, + "Description": { + "type": "cexolocstring", + "value": {} + }, + "Identified": { + "type": "byte", + "value": 1 + }, + "LocalizedName": { + "id": 13493, + "type": "cexolocstring", + "value": {} + }, + "ModelPart1": { + "type": "byte", + "value": 68 + }, + "Plot": { + "type": "byte", + "value": 0 + }, + "PropertiesList": { + "type": "list", + "value": [] + }, + "Repos_PosX": { + "type": "word", + "value": 1 + }, + "Repos_Posy": { + "type": "word", + "value": 0 + }, + "StackSize": { + "type": "word", + "value": 1 + }, + "Stolen": { + "type": "byte", + "value": 0 + }, + "Tag": { + "type": "cexostring", + "value": "NW_IT_MSMLMISC11" + }, + "TemplateResRef": { + "type": "resref", + "value": "nw_it_msmlmisc11" + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": -1.0 + }, + "YOrientation": { + "type": "float", + "value": 1.0 + }, + "YPosition": { + "type": "float", + "value": -1.0 + }, + "ZPosition": { + "type": "float", + "value": -1.0 + } + } + ] + }, + "KeyName": { + "type": "cexostring", + "value": "" + }, + "KeyRequired": { + "type": "byte", + "value": 0 + }, + "Lockable": { + "type": "byte", + "value": 0 + }, + "Locked": { + "type": "byte", + "value": 0 + }, + "LocName": { + "id": 78634, + "type": "cexolocstring", + "value": {} + }, + "OnClosed": { + "type": "resref", + "value": "" + }, + "OnDamaged": { + "type": "resref", + "value": "" + }, + "OnDeath": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnHeartbeat": { + "type": "resref", + "value": "" + }, + "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": 795 + }, + "Ref": { + "type": "byte", + "value": 0 + }, + "Static": { + "type": "byte", + "value": 1 + }, + "Tag": { + "type": "cexostring", + "value": "x0_treepine2" + }, + "TemplateResRef": { + "type": "resref", + "value": "x0_treepine2" + }, + "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": 49.08445358276367 + }, + "Y": { + "type": "float", + "value": 66.03533172607422 + }, + "Z": { + "type": "float", + "value": 4.999999523162842 + } + }, + { + "__struct_id": 9, + "AnimationState": { + "type": "byte", + "value": 0 + }, + "Appearance": { + "type": "dword", + "value": 259 + }, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Bearing": { + "type": "float", + "value": -0.0 + }, + "BodyBag": { + "type": "byte", + "value": 0 + }, + "CloseLockDC": { + "type": "byte", + "value": 0 + }, + "Conversation": { + "type": "resref", + "value": "" + }, + "CurrentHP": { + "type": "short", + "value": 15 + }, + "Description": { + "id": 68944, + "type": "cexolocstring", + "value": {} + }, + "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 + }, + "ItemList": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "AddCost": { + "type": "dword", + "value": 0 + }, + "BaseItem": { + "type": "int", + "value": 24 + }, + "Charges": { + "type": "byte", + "value": 0 + }, + "Cost": { + "type": "dword", + "value": 0 + }, + "Cursed": { + "type": "byte", + "value": 0 + }, + "DescIdentified": { + "id": 58566, + "type": "cexolocstring", + "value": {} + }, + "Description": { + "type": "cexolocstring", + "value": {} + }, + "Identified": { + "type": "byte", + "value": 1 + }, + "LocalizedName": { + "id": 13494, + "type": "cexolocstring", + "value": {} + }, + "ModelPart1": { + "type": "byte", + "value": 66 + }, + "Plot": { + "type": "byte", + "value": 0 + }, + "PropertiesList": { + "type": "list", + "value": [] + }, + "Repos_PosX": { + "type": "word", + "value": 0 + }, + "Repos_Posy": { + "type": "word", + "value": 0 + }, + "StackSize": { + "type": "word", + "value": 1 + }, + "Stolen": { + "type": "byte", + "value": 0 + }, + "Tag": { + "type": "cexostring", + "value": "NW_IT_MSMLMISC12" + }, + "TemplateResRef": { + "type": "resref", + "value": "nw_it_msmlmisc12" + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": -1.0 + }, + "YOrientation": { + "type": "float", + "value": 1.0 + }, + "YPosition": { + "type": "float", + "value": -1.0 + }, + "ZPosition": { + "type": "float", + "value": -1.0 + } + }, + { + "__struct_id": 1, + "AddCost": { + "type": "dword", + "value": 10 + }, + "BaseItem": { + "type": "int", + "value": 24 + }, + "Charges": { + "type": "byte", + "value": 0 + }, + "Cost": { + "type": "dword", + "value": 10 + }, + "Cursed": { + "type": "byte", + "value": 0 + }, + "DescIdentified": { + "id": 58565, + "type": "cexolocstring", + "value": {} + }, + "Description": { + "type": "cexolocstring", + "value": {} + }, + "Identified": { + "type": "byte", + "value": 1 + }, + "LocalizedName": { + "id": 13493, + "type": "cexolocstring", + "value": {} + }, + "ModelPart1": { + "type": "byte", + "value": 68 + }, + "Plot": { + "type": "byte", + "value": 0 + }, + "PropertiesList": { + "type": "list", + "value": [] + }, + "Repos_PosX": { + "type": "word", + "value": 1 + }, + "Repos_Posy": { + "type": "word", + "value": 0 + }, + "StackSize": { + "type": "word", + "value": 1 + }, + "Stolen": { + "type": "byte", + "value": 0 + }, + "Tag": { + "type": "cexostring", + "value": "NW_IT_MSMLMISC11" + }, + "TemplateResRef": { + "type": "resref", + "value": "nw_it_msmlmisc11" + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": -1.0 + }, + "YOrientation": { + "type": "float", + "value": 1.0 + }, + "YPosition": { + "type": "float", + "value": -1.0 + }, + "ZPosition": { + "type": "float", + "value": -1.0 + } + } + ] + }, + "KeyName": { + "type": "cexostring", + "value": "" + }, + "KeyRequired": { + "type": "byte", + "value": 0 + }, + "Lockable": { + "type": "byte", + "value": 0 + }, + "Locked": { + "type": "byte", + "value": 0 + }, + "LocName": { + "id": 78634, + "type": "cexolocstring", + "value": {} + }, + "OnClosed": { + "type": "resref", + "value": "" + }, + "OnDamaged": { + "type": "resref", + "value": "" + }, + "OnDeath": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnHeartbeat": { + "type": "resref", + "value": "" + }, + "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": 795 + }, + "Ref": { + "type": "byte", + "value": 0 + }, + "Static": { + "type": "byte", + "value": 1 + }, + "Tag": { + "type": "cexostring", + "value": "x0_treepine2" + }, + "TemplateResRef": { + "type": "resref", + "value": "x0_treepine2" + }, + "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": 47.95262145996094 + }, + "Y": { + "type": "float", + "value": 64.00995635986328 + }, + "Z": { + "type": "float", + "value": 5.0 + } + }, + { + "__struct_id": 9, + "AnimationState": { + "type": "byte", + "value": 0 + }, + "Appearance": { + "type": "dword", + "value": 259 + }, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Bearing": { + "type": "float", + "value": -0.0 + }, + "BodyBag": { + "type": "byte", + "value": 0 + }, + "CloseLockDC": { + "type": "byte", + "value": 0 + }, + "Conversation": { + "type": "resref", + "value": "" + }, + "CurrentHP": { + "type": "short", + "value": 15 + }, + "Description": { + "id": 68944, + "type": "cexolocstring", + "value": {} + }, + "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 + }, + "ItemList": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "AddCost": { + "type": "dword", + "value": 0 + }, + "BaseItem": { + "type": "int", + "value": 24 + }, + "Charges": { + "type": "byte", + "value": 0 + }, + "Cost": { + "type": "dword", + "value": 0 + }, + "Cursed": { + "type": "byte", + "value": 0 + }, + "DescIdentified": { + "id": 58566, + "type": "cexolocstring", + "value": {} + }, + "Description": { + "type": "cexolocstring", + "value": {} + }, + "Identified": { + "type": "byte", + "value": 1 + }, + "LocalizedName": { + "id": 13494, + "type": "cexolocstring", + "value": {} + }, + "ModelPart1": { + "type": "byte", + "value": 66 + }, + "Plot": { + "type": "byte", + "value": 0 + }, + "PropertiesList": { + "type": "list", + "value": [] + }, + "Repos_PosX": { + "type": "word", + "value": 0 + }, + "Repos_Posy": { + "type": "word", + "value": 0 + }, + "StackSize": { + "type": "word", + "value": 1 + }, + "Stolen": { + "type": "byte", + "value": 0 + }, + "Tag": { + "type": "cexostring", + "value": "NW_IT_MSMLMISC12" + }, + "TemplateResRef": { + "type": "resref", + "value": "nw_it_msmlmisc12" + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": -1.0 + }, + "YOrientation": { + "type": "float", + "value": 1.0 + }, + "YPosition": { + "type": "float", + "value": -1.0 + }, + "ZPosition": { + "type": "float", + "value": -1.0 + } + }, + { + "__struct_id": 1, + "AddCost": { + "type": "dword", + "value": 10 + }, + "BaseItem": { + "type": "int", + "value": 24 + }, + "Charges": { + "type": "byte", + "value": 0 + }, + "Cost": { + "type": "dword", + "value": 10 + }, + "Cursed": { + "type": "byte", + "value": 0 + }, + "DescIdentified": { + "id": 58565, + "type": "cexolocstring", + "value": {} + }, + "Description": { + "type": "cexolocstring", + "value": {} + }, + "Identified": { + "type": "byte", + "value": 1 + }, + "LocalizedName": { + "id": 13493, + "type": "cexolocstring", + "value": {} + }, + "ModelPart1": { + "type": "byte", + "value": 68 + }, + "Plot": { + "type": "byte", + "value": 0 + }, + "PropertiesList": { + "type": "list", + "value": [] + }, + "Repos_PosX": { + "type": "word", + "value": 1 + }, + "Repos_Posy": { + "type": "word", + "value": 0 + }, + "StackSize": { + "type": "word", + "value": 1 + }, + "Stolen": { + "type": "byte", + "value": 0 + }, + "Tag": { + "type": "cexostring", + "value": "NW_IT_MSMLMISC11" + }, + "TemplateResRef": { + "type": "resref", + "value": "nw_it_msmlmisc11" + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": -1.0 + }, + "YOrientation": { + "type": "float", + "value": 1.0 + }, + "YPosition": { + "type": "float", + "value": -1.0 + }, + "ZPosition": { + "type": "float", + "value": -1.0 + } + } + ] + }, + "KeyName": { + "type": "cexostring", + "value": "" + }, + "KeyRequired": { + "type": "byte", + "value": 0 + }, + "Lockable": { + "type": "byte", + "value": 0 + }, + "Locked": { + "type": "byte", + "value": 0 + }, + "LocName": { + "id": 78634, + "type": "cexolocstring", + "value": {} + }, + "OnClosed": { + "type": "resref", + "value": "" + }, + "OnDamaged": { + "type": "resref", + "value": "" + }, + "OnDeath": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnHeartbeat": { + "type": "resref", + "value": "" + }, + "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": 795 + }, + "Ref": { + "type": "byte", + "value": 0 + }, + "Static": { + "type": "byte", + "value": 1 + }, + "Tag": { + "type": "cexostring", + "value": "x0_treepine2" + }, + "TemplateResRef": { + "type": "resref", + "value": "x0_treepine2" + }, + "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": 46.8934326171875 + }, + "Y": { + "type": "float", + "value": 61.60863494873047 + }, + "Z": { + "type": "float", + "value": 4.868855953216553 + } + }, + { + "__struct_id": 9, + "AnimationState": { + "type": "byte", + "value": 0 + }, + "Appearance": { + "type": "dword", + "value": 259 + }, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Bearing": { + "type": "float", + "value": -0.0 + }, + "BodyBag": { + "type": "byte", + "value": 0 + }, + "CloseLockDC": { + "type": "byte", + "value": 0 + }, + "Conversation": { + "type": "resref", + "value": "" + }, + "CurrentHP": { + "type": "short", + "value": 15 + }, + "Description": { + "id": 68944, + "type": "cexolocstring", + "value": {} + }, + "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 + }, + "ItemList": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "AddCost": { + "type": "dword", + "value": 0 + }, + "BaseItem": { + "type": "int", + "value": 24 + }, + "Charges": { + "type": "byte", + "value": 0 + }, + "Cost": { + "type": "dword", + "value": 0 + }, + "Cursed": { + "type": "byte", + "value": 0 + }, + "DescIdentified": { + "id": 58566, + "type": "cexolocstring", + "value": {} + }, + "Description": { + "type": "cexolocstring", + "value": {} + }, + "Identified": { + "type": "byte", + "value": 1 + }, + "LocalizedName": { + "id": 13494, + "type": "cexolocstring", + "value": {} + }, + "ModelPart1": { + "type": "byte", + "value": 66 + }, + "Plot": { + "type": "byte", + "value": 0 + }, + "PropertiesList": { + "type": "list", + "value": [] + }, + "Repos_PosX": { + "type": "word", + "value": 0 + }, + "Repos_Posy": { + "type": "word", + "value": 0 + }, + "StackSize": { + "type": "word", + "value": 1 + }, + "Stolen": { + "type": "byte", + "value": 0 + }, + "Tag": { + "type": "cexostring", + "value": "NW_IT_MSMLMISC12" + }, + "TemplateResRef": { + "type": "resref", + "value": "nw_it_msmlmisc12" + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": -1.0 + }, + "YOrientation": { + "type": "float", + "value": 1.0 + }, + "YPosition": { + "type": "float", + "value": -1.0 + }, + "ZPosition": { + "type": "float", + "value": -1.0 + } + }, + { + "__struct_id": 1, + "AddCost": { + "type": "dword", + "value": 10 + }, + "BaseItem": { + "type": "int", + "value": 24 + }, + "Charges": { + "type": "byte", + "value": 0 + }, + "Cost": { + "type": "dword", + "value": 10 + }, + "Cursed": { + "type": "byte", + "value": 0 + }, + "DescIdentified": { + "id": 58565, + "type": "cexolocstring", + "value": {} + }, + "Description": { + "type": "cexolocstring", + "value": {} + }, + "Identified": { + "type": "byte", + "value": 1 + }, + "LocalizedName": { + "id": 13493, + "type": "cexolocstring", + "value": {} + }, + "ModelPart1": { + "type": "byte", + "value": 68 + }, + "Plot": { + "type": "byte", + "value": 0 + }, + "PropertiesList": { + "type": "list", + "value": [] + }, + "Repos_PosX": { + "type": "word", + "value": 1 + }, + "Repos_Posy": { + "type": "word", + "value": 0 + }, + "StackSize": { + "type": "word", + "value": 1 + }, + "Stolen": { + "type": "byte", + "value": 0 + }, + "Tag": { + "type": "cexostring", + "value": "NW_IT_MSMLMISC11" + }, + "TemplateResRef": { + "type": "resref", + "value": "nw_it_msmlmisc11" + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": -1.0 + }, + "YOrientation": { + "type": "float", + "value": 1.0 + }, + "YPosition": { + "type": "float", + "value": -1.0 + }, + "ZPosition": { + "type": "float", + "value": -1.0 + } + } + ] + }, + "KeyName": { + "type": "cexostring", + "value": "" + }, + "KeyRequired": { + "type": "byte", + "value": 0 + }, + "Lockable": { + "type": "byte", + "value": 0 + }, + "Locked": { + "type": "byte", + "value": 0 + }, + "LocName": { + "id": 78634, + "type": "cexolocstring", + "value": {} + }, + "OnClosed": { + "type": "resref", + "value": "" + }, + "OnDamaged": { + "type": "resref", + "value": "" + }, + "OnDeath": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnHeartbeat": { + "type": "resref", + "value": "" + }, + "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": 795 + }, + "Ref": { + "type": "byte", + "value": 0 + }, + "Static": { + "type": "byte", + "value": 1 + }, + "Tag": { + "type": "cexostring", + "value": "x0_treepine2" + }, + "TemplateResRef": { + "type": "resref", + "value": "x0_treepine2" + }, + "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": 50.71347808837891 + }, + "Y": { + "type": "float", + "value": 63.52807998657227 + }, + "Z": { + "type": "float", + "value": 5.0 + } + }, + { + "__struct_id": 9, + "AnimationState": { + "type": "byte", + "value": 0 + }, + "Appearance": { + "type": "dword", + "value": 259 + }, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Bearing": { + "type": "float", + "value": -0.0 + }, + "BodyBag": { + "type": "byte", + "value": 0 + }, + "CloseLockDC": { + "type": "byte", + "value": 0 + }, + "Conversation": { + "type": "resref", + "value": "" + }, + "CurrentHP": { + "type": "short", + "value": 15 + }, + "Description": { + "id": 68944, + "type": "cexolocstring", + "value": {} + }, + "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 + }, + "ItemList": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "AddCost": { + "type": "dword", + "value": 0 + }, + "BaseItem": { + "type": "int", + "value": 24 + }, + "Charges": { + "type": "byte", + "value": 0 + }, + "Cost": { + "type": "dword", + "value": 0 + }, + "Cursed": { + "type": "byte", + "value": 0 + }, + "DescIdentified": { + "id": 58566, + "type": "cexolocstring", + "value": {} + }, + "Description": { + "type": "cexolocstring", + "value": {} + }, + "Identified": { + "type": "byte", + "value": 1 + }, + "LocalizedName": { + "id": 13494, + "type": "cexolocstring", + "value": {} + }, + "ModelPart1": { + "type": "byte", + "value": 66 + }, + "Plot": { + "type": "byte", + "value": 0 + }, + "PropertiesList": { + "type": "list", + "value": [] + }, + "Repos_PosX": { + "type": "word", + "value": 0 + }, + "Repos_Posy": { + "type": "word", + "value": 0 + }, + "StackSize": { + "type": "word", + "value": 1 + }, + "Stolen": { + "type": "byte", + "value": 0 + }, + "Tag": { + "type": "cexostring", + "value": "NW_IT_MSMLMISC12" + }, + "TemplateResRef": { + "type": "resref", + "value": "nw_it_msmlmisc12" + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": -1.0 + }, + "YOrientation": { + "type": "float", + "value": 1.0 + }, + "YPosition": { + "type": "float", + "value": -1.0 + }, + "ZPosition": { + "type": "float", + "value": -1.0 + } + }, + { + "__struct_id": 1, + "AddCost": { + "type": "dword", + "value": 10 + }, + "BaseItem": { + "type": "int", + "value": 24 + }, + "Charges": { + "type": "byte", + "value": 0 + }, + "Cost": { + "type": "dword", + "value": 10 + }, + "Cursed": { + "type": "byte", + "value": 0 + }, + "DescIdentified": { + "id": 58565, + "type": "cexolocstring", + "value": {} + }, + "Description": { + "type": "cexolocstring", + "value": {} + }, + "Identified": { + "type": "byte", + "value": 1 + }, + "LocalizedName": { + "id": 13493, + "type": "cexolocstring", + "value": {} + }, + "ModelPart1": { + "type": "byte", + "value": 68 + }, + "Plot": { + "type": "byte", + "value": 0 + }, + "PropertiesList": { + "type": "list", + "value": [] + }, + "Repos_PosX": { + "type": "word", + "value": 1 + }, + "Repos_Posy": { + "type": "word", + "value": 0 + }, + "StackSize": { + "type": "word", + "value": 1 + }, + "Stolen": { + "type": "byte", + "value": 0 + }, + "Tag": { + "type": "cexostring", + "value": "NW_IT_MSMLMISC11" + }, + "TemplateResRef": { + "type": "resref", + "value": "nw_it_msmlmisc11" + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": -1.0 + }, + "YOrientation": { + "type": "float", + "value": 1.0 + }, + "YPosition": { + "type": "float", + "value": -1.0 + }, + "ZPosition": { + "type": "float", + "value": -1.0 + } + } + ] + }, + "KeyName": { + "type": "cexostring", + "value": "" + }, + "KeyRequired": { + "type": "byte", + "value": 0 + }, + "Lockable": { + "type": "byte", + "value": 0 + }, + "Locked": { + "type": "byte", + "value": 0 + }, + "LocName": { + "id": 78634, + "type": "cexolocstring", + "value": {} + }, + "OnClosed": { + "type": "resref", + "value": "" + }, + "OnDamaged": { + "type": "resref", + "value": "" + }, + "OnDeath": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnHeartbeat": { + "type": "resref", + "value": "" + }, + "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": 795 + }, + "Ref": { + "type": "byte", + "value": 0 + }, + "Static": { + "type": "byte", + "value": 1 + }, + "Tag": { + "type": "cexostring", + "value": "x0_treepine2" + }, + "TemplateResRef": { + "type": "resref", + "value": "x0_treepine2" + }, + "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": 49.41516494750977 + }, + "Y": { + "type": "float", + "value": 61.46741104125977 + }, + "Z": { + "type": "float", + "value": 4.999999523162842 + } + }, + { + "__struct_id": 9, + "AnimationState": { + "type": "byte", + "value": 0 + }, + "Appearance": { + "type": "dword", + "value": 259 + }, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Bearing": { + "type": "float", + "value": -0.0 + }, + "BodyBag": { + "type": "byte", + "value": 0 + }, + "CloseLockDC": { + "type": "byte", + "value": 0 + }, + "Conversation": { + "type": "resref", + "value": "" + }, + "CurrentHP": { + "type": "short", + "value": 15 + }, + "Description": { + "id": 68944, + "type": "cexolocstring", + "value": {} + }, + "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 + }, + "ItemList": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "AddCost": { + "type": "dword", + "value": 0 + }, + "BaseItem": { + "type": "int", + "value": 24 + }, + "Charges": { + "type": "byte", + "value": 0 + }, + "Cost": { + "type": "dword", + "value": 0 + }, + "Cursed": { + "type": "byte", + "value": 0 + }, + "DescIdentified": { + "id": 58566, + "type": "cexolocstring", + "value": {} + }, + "Description": { + "type": "cexolocstring", + "value": {} + }, + "Identified": { + "type": "byte", + "value": 1 + }, + "LocalizedName": { + "id": 13494, + "type": "cexolocstring", + "value": {} + }, + "ModelPart1": { + "type": "byte", + "value": 66 + }, + "Plot": { + "type": "byte", + "value": 0 + }, + "PropertiesList": { + "type": "list", + "value": [] + }, + "Repos_PosX": { + "type": "word", + "value": 0 + }, + "Repos_Posy": { + "type": "word", + "value": 0 + }, + "StackSize": { + "type": "word", + "value": 1 + }, + "Stolen": { + "type": "byte", + "value": 0 + }, + "Tag": { + "type": "cexostring", + "value": "NW_IT_MSMLMISC12" + }, + "TemplateResRef": { + "type": "resref", + "value": "nw_it_msmlmisc12" + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": -1.0 + }, + "YOrientation": { + "type": "float", + "value": 1.0 + }, + "YPosition": { + "type": "float", + "value": -1.0 + }, + "ZPosition": { + "type": "float", + "value": -1.0 + } + }, + { + "__struct_id": 1, + "AddCost": { + "type": "dword", + "value": 10 + }, + "BaseItem": { + "type": "int", + "value": 24 + }, + "Charges": { + "type": "byte", + "value": 0 + }, + "Cost": { + "type": "dword", + "value": 10 + }, + "Cursed": { + "type": "byte", + "value": 0 + }, + "DescIdentified": { + "id": 58565, + "type": "cexolocstring", + "value": {} + }, + "Description": { + "type": "cexolocstring", + "value": {} + }, + "Identified": { + "type": "byte", + "value": 1 + }, + "LocalizedName": { + "id": 13493, + "type": "cexolocstring", + "value": {} + }, + "ModelPart1": { + "type": "byte", + "value": 68 + }, + "Plot": { + "type": "byte", + "value": 0 + }, + "PropertiesList": { + "type": "list", + "value": [] + }, + "Repos_PosX": { + "type": "word", + "value": 1 + }, + "Repos_Posy": { + "type": "word", + "value": 0 + }, + "StackSize": { + "type": "word", + "value": 1 + }, + "Stolen": { + "type": "byte", + "value": 0 + }, + "Tag": { + "type": "cexostring", + "value": "NW_IT_MSMLMISC11" + }, + "TemplateResRef": { + "type": "resref", + "value": "nw_it_msmlmisc11" + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": -1.0 + }, + "YOrientation": { + "type": "float", + "value": 1.0 + }, + "YPosition": { + "type": "float", + "value": -1.0 + }, + "ZPosition": { + "type": "float", + "value": -1.0 + } + } + ] + }, + "KeyName": { + "type": "cexostring", + "value": "" + }, + "KeyRequired": { + "type": "byte", + "value": 0 + }, + "Lockable": { + "type": "byte", + "value": 0 + }, + "Locked": { + "type": "byte", + "value": 0 + }, + "LocName": { + "id": 78634, + "type": "cexolocstring", + "value": {} + }, + "OnClosed": { + "type": "resref", + "value": "" + }, + "OnDamaged": { + "type": "resref", + "value": "" + }, + "OnDeath": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnHeartbeat": { + "type": "resref", + "value": "" + }, + "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": 795 + }, + "Ref": { + "type": "byte", + "value": 0 + }, + "Static": { + "type": "byte", + "value": 1 + }, + "Tag": { + "type": "cexostring", + "value": "x0_treepine2" + }, + "TemplateResRef": { + "type": "resref", + "value": "x0_treepine2" + }, + "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": 48.54387283325195 + }, + "Y": { + "type": "float", + "value": 60.10503768920898 + }, + "Z": { + "type": "float", + "value": 5.0 + } + }, + { + "__struct_id": 9, + "AnimationState": { + "type": "byte", + "value": 0 + }, + "Appearance": { + "type": "dword", + "value": 259 + }, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Bearing": { + "type": "float", + "value": -0.0 + }, + "BodyBag": { + "type": "byte", + "value": 0 + }, + "CloseLockDC": { + "type": "byte", + "value": 0 + }, + "Conversation": { + "type": "resref", + "value": "" + }, + "CurrentHP": { + "type": "short", + "value": 15 + }, + "Description": { + "id": 68944, + "type": "cexolocstring", + "value": {} + }, + "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 + }, + "ItemList": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "AddCost": { + "type": "dword", + "value": 0 + }, + "BaseItem": { + "type": "int", + "value": 24 + }, + "Charges": { + "type": "byte", + "value": 0 + }, + "Cost": { + "type": "dword", + "value": 0 + }, + "Cursed": { + "type": "byte", + "value": 0 + }, + "DescIdentified": { + "id": 58566, + "type": "cexolocstring", + "value": {} + }, + "Description": { + "type": "cexolocstring", + "value": {} + }, + "Identified": { + "type": "byte", + "value": 1 + }, + "LocalizedName": { + "id": 13494, + "type": "cexolocstring", + "value": {} + }, + "ModelPart1": { + "type": "byte", + "value": 66 + }, + "Plot": { + "type": "byte", + "value": 0 + }, + "PropertiesList": { + "type": "list", + "value": [] + }, + "Repos_PosX": { + "type": "word", + "value": 0 + }, + "Repos_Posy": { + "type": "word", + "value": 0 + }, + "StackSize": { + "type": "word", + "value": 1 + }, + "Stolen": { + "type": "byte", + "value": 0 + }, + "Tag": { + "type": "cexostring", + "value": "NW_IT_MSMLMISC12" + }, + "TemplateResRef": { + "type": "resref", + "value": "nw_it_msmlmisc12" + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": -1.0 + }, + "YOrientation": { + "type": "float", + "value": 1.0 + }, + "YPosition": { + "type": "float", + "value": -1.0 + }, + "ZPosition": { + "type": "float", + "value": -1.0 + } + }, + { + "__struct_id": 1, + "AddCost": { + "type": "dword", + "value": 10 + }, + "BaseItem": { + "type": "int", + "value": 24 + }, + "Charges": { + "type": "byte", + "value": 0 + }, + "Cost": { + "type": "dword", + "value": 10 + }, + "Cursed": { + "type": "byte", + "value": 0 + }, + "DescIdentified": { + "id": 58565, + "type": "cexolocstring", + "value": {} + }, + "Description": { + "type": "cexolocstring", + "value": {} + }, + "Identified": { + "type": "byte", + "value": 1 + }, + "LocalizedName": { + "id": 13493, + "type": "cexolocstring", + "value": {} + }, + "ModelPart1": { + "type": "byte", + "value": 68 + }, + "Plot": { + "type": "byte", + "value": 0 + }, + "PropertiesList": { + "type": "list", + "value": [] + }, + "Repos_PosX": { + "type": "word", + "value": 1 + }, + "Repos_Posy": { + "type": "word", + "value": 0 + }, + "StackSize": { + "type": "word", + "value": 1 + }, + "Stolen": { + "type": "byte", + "value": 0 + }, + "Tag": { + "type": "cexostring", + "value": "NW_IT_MSMLMISC11" + }, + "TemplateResRef": { + "type": "resref", + "value": "nw_it_msmlmisc11" + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": -1.0 + }, + "YOrientation": { + "type": "float", + "value": 1.0 + }, + "YPosition": { + "type": "float", + "value": -1.0 + }, + "ZPosition": { + "type": "float", + "value": -1.0 + } + } + ] + }, + "KeyName": { + "type": "cexostring", + "value": "" + }, + "KeyRequired": { + "type": "byte", + "value": 0 + }, + "Lockable": { + "type": "byte", + "value": 0 + }, + "Locked": { + "type": "byte", + "value": 0 + }, + "LocName": { + "id": 78634, + "type": "cexolocstring", + "value": {} + }, + "OnClosed": { + "type": "resref", + "value": "" + }, + "OnDamaged": { + "type": "resref", + "value": "" + }, + "OnDeath": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnHeartbeat": { + "type": "resref", + "value": "" + }, + "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": 795 + }, + "Ref": { + "type": "byte", + "value": 0 + }, + "Static": { + "type": "byte", + "value": 1 + }, + "Tag": { + "type": "cexostring", + "value": "x0_treepine2" + }, + "TemplateResRef": { + "type": "resref", + "value": "x0_treepine2" + }, + "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": 50.68542098999023 + }, + "Y": { + "type": "float", + "value": 60.95910263061523 + }, + "Z": { + "type": "float", + "value": 5.0 + } + }, + { + "__struct_id": 9, + "AnimationState": { + "type": "byte", + "value": 0 + }, + "Appearance": { + "type": "dword", + "value": 259 + }, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Bearing": { + "type": "float", + "value": -0.0 + }, + "BodyBag": { + "type": "byte", + "value": 0 + }, + "CloseLockDC": { + "type": "byte", + "value": 0 + }, + "Conversation": { + "type": "resref", + "value": "" + }, + "CurrentHP": { + "type": "short", + "value": 15 + }, + "Description": { + "id": 68944, + "type": "cexolocstring", + "value": {} + }, + "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 + }, + "ItemList": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "AddCost": { + "type": "dword", + "value": 0 + }, + "BaseItem": { + "type": "int", + "value": 24 + }, + "Charges": { + "type": "byte", + "value": 0 + }, + "Cost": { + "type": "dword", + "value": 0 + }, + "Cursed": { + "type": "byte", + "value": 0 + }, + "DescIdentified": { + "id": 58566, + "type": "cexolocstring", + "value": {} + }, + "Description": { + "type": "cexolocstring", + "value": {} + }, + "Identified": { + "type": "byte", + "value": 1 + }, + "LocalizedName": { + "id": 13494, + "type": "cexolocstring", + "value": {} + }, + "ModelPart1": { + "type": "byte", + "value": 66 + }, + "Plot": { + "type": "byte", + "value": 0 + }, + "PropertiesList": { + "type": "list", + "value": [] + }, + "Repos_PosX": { + "type": "word", + "value": 0 + }, + "Repos_Posy": { + "type": "word", + "value": 0 + }, + "StackSize": { + "type": "word", + "value": 1 + }, + "Stolen": { + "type": "byte", + "value": 0 + }, + "Tag": { + "type": "cexostring", + "value": "NW_IT_MSMLMISC12" + }, + "TemplateResRef": { + "type": "resref", + "value": "nw_it_msmlmisc12" + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": -1.0 + }, + "YOrientation": { + "type": "float", + "value": 1.0 + }, + "YPosition": { + "type": "float", + "value": -1.0 + }, + "ZPosition": { + "type": "float", + "value": -1.0 + } + }, + { + "__struct_id": 1, + "AddCost": { + "type": "dword", + "value": 10 + }, + "BaseItem": { + "type": "int", + "value": 24 + }, + "Charges": { + "type": "byte", + "value": 0 + }, + "Cost": { + "type": "dword", + "value": 10 + }, + "Cursed": { + "type": "byte", + "value": 0 + }, + "DescIdentified": { + "id": 58565, + "type": "cexolocstring", + "value": {} + }, + "Description": { + "type": "cexolocstring", + "value": {} + }, + "Identified": { + "type": "byte", + "value": 1 + }, + "LocalizedName": { + "id": 13493, + "type": "cexolocstring", + "value": {} + }, + "ModelPart1": { + "type": "byte", + "value": 68 + }, + "Plot": { + "type": "byte", + "value": 0 + }, + "PropertiesList": { + "type": "list", + "value": [] + }, + "Repos_PosX": { + "type": "word", + "value": 1 + }, + "Repos_Posy": { + "type": "word", + "value": 0 + }, + "StackSize": { + "type": "word", + "value": 1 + }, + "Stolen": { + "type": "byte", + "value": 0 + }, + "Tag": { + "type": "cexostring", + "value": "NW_IT_MSMLMISC11" + }, + "TemplateResRef": { + "type": "resref", + "value": "nw_it_msmlmisc11" + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": -1.0 + }, + "YOrientation": { + "type": "float", + "value": 1.0 + }, + "YPosition": { + "type": "float", + "value": -1.0 + }, + "ZPosition": { + "type": "float", + "value": -1.0 + } + } + ] + }, + "KeyName": { + "type": "cexostring", + "value": "" + }, + "KeyRequired": { + "type": "byte", + "value": 0 + }, + "Lockable": { + "type": "byte", + "value": 0 + }, + "Locked": { + "type": "byte", + "value": 0 + }, + "LocName": { + "id": 78634, + "type": "cexolocstring", + "value": {} + }, + "OnClosed": { + "type": "resref", + "value": "" + }, + "OnDamaged": { + "type": "resref", + "value": "" + }, + "OnDeath": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnHeartbeat": { + "type": "resref", + "value": "" + }, + "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": 795 + }, + "Ref": { + "type": "byte", + "value": 0 + }, + "Static": { + "type": "byte", + "value": 1 + }, + "Tag": { + "type": "cexostring", + "value": "x0_treepine2" + }, + "TemplateResRef": { + "type": "resref", + "value": "x0_treepine2" + }, + "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": 46.88002014160156 + }, + "Y": { + "type": "float", + "value": 59.2713623046875 + }, + "Z": { + "type": "float", + "value": 4.994723320007324 + } + }, + { + "__struct_id": 9, + "AnimationState": { + "type": "byte", + "value": 0 + }, + "Appearance": { + "type": "dword", + "value": 259 + }, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Bearing": { + "type": "float", + "value": -0.0 + }, + "BodyBag": { + "type": "byte", + "value": 0 + }, + "CloseLockDC": { + "type": "byte", + "value": 0 + }, + "Conversation": { + "type": "resref", + "value": "" + }, + "CurrentHP": { + "type": "short", + "value": 15 + }, + "Description": { + "id": 68944, + "type": "cexolocstring", + "value": {} + }, + "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 + }, + "ItemList": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "AddCost": { + "type": "dword", + "value": 0 + }, + "BaseItem": { + "type": "int", + "value": 24 + }, + "Charges": { + "type": "byte", + "value": 0 + }, + "Cost": { + "type": "dword", + "value": 0 + }, + "Cursed": { + "type": "byte", + "value": 0 + }, + "DescIdentified": { + "id": 58566, + "type": "cexolocstring", + "value": {} + }, + "Description": { + "type": "cexolocstring", + "value": {} + }, + "Identified": { + "type": "byte", + "value": 1 + }, + "LocalizedName": { + "id": 13494, + "type": "cexolocstring", + "value": {} + }, + "ModelPart1": { + "type": "byte", + "value": 66 + }, + "Plot": { + "type": "byte", + "value": 0 + }, + "PropertiesList": { + "type": "list", + "value": [] + }, + "Repos_PosX": { + "type": "word", + "value": 0 + }, + "Repos_Posy": { + "type": "word", + "value": 0 + }, + "StackSize": { + "type": "word", + "value": 1 + }, + "Stolen": { + "type": "byte", + "value": 0 + }, + "Tag": { + "type": "cexostring", + "value": "NW_IT_MSMLMISC12" + }, + "TemplateResRef": { + "type": "resref", + "value": "nw_it_msmlmisc12" + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": -1.0 + }, + "YOrientation": { + "type": "float", + "value": 1.0 + }, + "YPosition": { + "type": "float", + "value": -1.0 + }, + "ZPosition": { + "type": "float", + "value": -1.0 + } + }, + { + "__struct_id": 1, + "AddCost": { + "type": "dword", + "value": 10 + }, + "BaseItem": { + "type": "int", + "value": 24 + }, + "Charges": { + "type": "byte", + "value": 0 + }, + "Cost": { + "type": "dword", + "value": 10 + }, + "Cursed": { + "type": "byte", + "value": 0 + }, + "DescIdentified": { + "id": 58565, + "type": "cexolocstring", + "value": {} + }, + "Description": { + "type": "cexolocstring", + "value": {} + }, + "Identified": { + "type": "byte", + "value": 1 + }, + "LocalizedName": { + "id": 13493, + "type": "cexolocstring", + "value": {} + }, + "ModelPart1": { + "type": "byte", + "value": 68 + }, + "Plot": { + "type": "byte", + "value": 0 + }, + "PropertiesList": { + "type": "list", + "value": [] + }, + "Repos_PosX": { + "type": "word", + "value": 1 + }, + "Repos_Posy": { + "type": "word", + "value": 0 + }, + "StackSize": { + "type": "word", + "value": 1 + }, + "Stolen": { + "type": "byte", + "value": 0 + }, + "Tag": { + "type": "cexostring", + "value": "NW_IT_MSMLMISC11" + }, + "TemplateResRef": { + "type": "resref", + "value": "nw_it_msmlmisc11" + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": -1.0 + }, + "YOrientation": { + "type": "float", + "value": 1.0 + }, + "YPosition": { + "type": "float", + "value": -1.0 + }, + "ZPosition": { + "type": "float", + "value": -1.0 + } + } + ] + }, + "KeyName": { + "type": "cexostring", + "value": "" + }, + "KeyRequired": { + "type": "byte", + "value": 0 + }, + "Lockable": { + "type": "byte", + "value": 0 + }, + "Locked": { + "type": "byte", + "value": 0 + }, + "LocName": { + "id": 78634, + "type": "cexolocstring", + "value": {} + }, + "OnClosed": { + "type": "resref", + "value": "" + }, + "OnDamaged": { + "type": "resref", + "value": "" + }, + "OnDeath": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnHeartbeat": { + "type": "resref", + "value": "" + }, + "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": 795 + }, + "Ref": { + "type": "byte", + "value": 0 + }, + "Static": { + "type": "byte", + "value": 1 + }, + "Tag": { + "type": "cexostring", + "value": "x0_treepine2" + }, + "TemplateResRef": { + "type": "resref", + "value": "x0_treepine2" + }, + "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": 46.68419647216797 + }, + "Y": { + "type": "float", + "value": 64.84496307373047 + }, + "Z": { + "type": "float", + "value": 4.994669914245606 + } + }, + { + "__struct_id": 9, + "AnimationState": { + "type": "byte", + "value": 0 + }, + "Appearance": { + "type": "dword", + "value": 259 + }, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Bearing": { + "type": "float", + "value": -0.0 + }, + "BodyBag": { + "type": "byte", + "value": 0 + }, + "CloseLockDC": { + "type": "byte", + "value": 0 + }, + "Conversation": { + "type": "resref", + "value": "" + }, + "CurrentHP": { + "type": "short", + "value": 15 + }, + "Description": { + "id": 68944, + "type": "cexolocstring", + "value": {} + }, + "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 + }, + "ItemList": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "AddCost": { + "type": "dword", + "value": 0 + }, + "BaseItem": { + "type": "int", + "value": 24 + }, + "Charges": { + "type": "byte", + "value": 0 + }, + "Cost": { + "type": "dword", + "value": 0 + }, + "Cursed": { + "type": "byte", + "value": 0 + }, + "DescIdentified": { + "id": 58566, + "type": "cexolocstring", + "value": {} + }, + "Description": { + "type": "cexolocstring", + "value": {} + }, + "Identified": { + "type": "byte", + "value": 1 + }, + "LocalizedName": { + "id": 13494, + "type": "cexolocstring", + "value": {} + }, + "ModelPart1": { + "type": "byte", + "value": 66 + }, + "Plot": { + "type": "byte", + "value": 0 + }, + "PropertiesList": { + "type": "list", + "value": [] + }, + "Repos_PosX": { + "type": "word", + "value": 0 + }, + "Repos_Posy": { + "type": "word", + "value": 0 + }, + "StackSize": { + "type": "word", + "value": 1 + }, + "Stolen": { + "type": "byte", + "value": 0 + }, + "Tag": { + "type": "cexostring", + "value": "NW_IT_MSMLMISC12" + }, + "TemplateResRef": { + "type": "resref", + "value": "nw_it_msmlmisc12" + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": -1.0 + }, + "YOrientation": { + "type": "float", + "value": 1.0 + }, + "YPosition": { + "type": "float", + "value": -1.0 + }, + "ZPosition": { + "type": "float", + "value": -1.0 + } + }, + { + "__struct_id": 1, + "AddCost": { + "type": "dword", + "value": 10 + }, + "BaseItem": { + "type": "int", + "value": 24 + }, + "Charges": { + "type": "byte", + "value": 0 + }, + "Cost": { + "type": "dword", + "value": 10 + }, + "Cursed": { + "type": "byte", + "value": 0 + }, + "DescIdentified": { + "id": 58565, + "type": "cexolocstring", + "value": {} + }, + "Description": { + "type": "cexolocstring", + "value": {} + }, + "Identified": { + "type": "byte", + "value": 1 + }, + "LocalizedName": { + "id": 13493, + "type": "cexolocstring", + "value": {} + }, + "ModelPart1": { + "type": "byte", + "value": 68 + }, + "Plot": { + "type": "byte", + "value": 0 + }, + "PropertiesList": { + "type": "list", + "value": [] + }, + "Repos_PosX": { + "type": "word", + "value": 1 + }, + "Repos_Posy": { + "type": "word", + "value": 0 + }, + "StackSize": { + "type": "word", + "value": 1 + }, + "Stolen": { + "type": "byte", + "value": 0 + }, + "Tag": { + "type": "cexostring", + "value": "NW_IT_MSMLMISC11" + }, + "TemplateResRef": { + "type": "resref", + "value": "nw_it_msmlmisc11" + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": -1.0 + }, + "YOrientation": { + "type": "float", + "value": 1.0 + }, + "YPosition": { + "type": "float", + "value": -1.0 + }, + "ZPosition": { + "type": "float", + "value": -1.0 + } + } + ] + }, + "KeyName": { + "type": "cexostring", + "value": "" + }, + "KeyRequired": { + "type": "byte", + "value": 0 + }, + "Lockable": { + "type": "byte", + "value": 0 + }, + "Locked": { + "type": "byte", + "value": 0 + }, + "LocName": { + "id": 78634, + "type": "cexolocstring", + "value": {} + }, + "OnClosed": { + "type": "resref", + "value": "" + }, + "OnDamaged": { + "type": "resref", + "value": "" + }, + "OnDeath": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnHeartbeat": { + "type": "resref", + "value": "" + }, + "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": 795 + }, + "Ref": { + "type": "byte", + "value": 0 + }, + "Static": { + "type": "byte", + "value": 1 + }, + "Tag": { + "type": "cexostring", + "value": "x0_treepine2" + }, + "TemplateResRef": { + "type": "resref", + "value": "x0_treepine2" + }, + "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": 47.84859085083008 + }, + "Y": { + "type": "float", + "value": 67.10862731933594 + }, + "Z": { + "type": "float", + "value": 5.0 + } + }, + { + "__struct_id": 9, + "AnimationState": { + "type": "byte", + "value": 0 + }, + "Appearance": { + "type": "dword", + "value": 259 + }, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Bearing": { + "type": "float", + "value": -0.0 + }, + "BodyBag": { + "type": "byte", + "value": 0 + }, + "CloseLockDC": { + "type": "byte", + "value": 0 + }, + "Conversation": { + "type": "resref", + "value": "" + }, + "CurrentHP": { + "type": "short", + "value": 15 + }, + "Description": { + "id": 68944, + "type": "cexolocstring", + "value": {} + }, + "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 + }, + "ItemList": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "AddCost": { + "type": "dword", + "value": 0 + }, + "BaseItem": { + "type": "int", + "value": 24 + }, + "Charges": { + "type": "byte", + "value": 0 + }, + "Cost": { + "type": "dword", + "value": 0 + }, + "Cursed": { + "type": "byte", + "value": 0 + }, + "DescIdentified": { + "id": 58566, + "type": "cexolocstring", + "value": {} + }, + "Description": { + "type": "cexolocstring", + "value": {} + }, + "Identified": { + "type": "byte", + "value": 1 + }, + "LocalizedName": { + "id": 13494, + "type": "cexolocstring", + "value": {} + }, + "ModelPart1": { + "type": "byte", + "value": 66 + }, + "Plot": { + "type": "byte", + "value": 0 + }, + "PropertiesList": { + "type": "list", + "value": [] + }, + "Repos_PosX": { + "type": "word", + "value": 0 + }, + "Repos_Posy": { + "type": "word", + "value": 0 + }, + "StackSize": { + "type": "word", + "value": 1 + }, + "Stolen": { + "type": "byte", + "value": 0 + }, + "Tag": { + "type": "cexostring", + "value": "NW_IT_MSMLMISC12" + }, + "TemplateResRef": { + "type": "resref", + "value": "nw_it_msmlmisc12" + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": -1.0 + }, + "YOrientation": { + "type": "float", + "value": 1.0 + }, + "YPosition": { + "type": "float", + "value": -1.0 + }, + "ZPosition": { + "type": "float", + "value": -1.0 + } + }, + { + "__struct_id": 1, + "AddCost": { + "type": "dword", + "value": 10 + }, + "BaseItem": { + "type": "int", + "value": 24 + }, + "Charges": { + "type": "byte", + "value": 0 + }, + "Cost": { + "type": "dword", + "value": 10 + }, + "Cursed": { + "type": "byte", + "value": 0 + }, + "DescIdentified": { + "id": 58565, + "type": "cexolocstring", + "value": {} + }, + "Description": { + "type": "cexolocstring", + "value": {} + }, + "Identified": { + "type": "byte", + "value": 1 + }, + "LocalizedName": { + "id": 13493, + "type": "cexolocstring", + "value": {} + }, + "ModelPart1": { + "type": "byte", + "value": 68 + }, + "Plot": { + "type": "byte", + "value": 0 + }, + "PropertiesList": { + "type": "list", + "value": [] + }, + "Repos_PosX": { + "type": "word", + "value": 1 + }, + "Repos_Posy": { + "type": "word", + "value": 0 + }, + "StackSize": { + "type": "word", + "value": 1 + }, + "Stolen": { + "type": "byte", + "value": 0 + }, + "Tag": { + "type": "cexostring", + "value": "NW_IT_MSMLMISC11" + }, + "TemplateResRef": { + "type": "resref", + "value": "nw_it_msmlmisc11" + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": -1.0 + }, + "YOrientation": { + "type": "float", + "value": 1.0 + }, + "YPosition": { + "type": "float", + "value": -1.0 + }, + "ZPosition": { + "type": "float", + "value": -1.0 + } + } + ] + }, + "KeyName": { + "type": "cexostring", + "value": "" + }, + "KeyRequired": { + "type": "byte", + "value": 0 + }, + "Lockable": { + "type": "byte", + "value": 0 + }, + "Locked": { + "type": "byte", + "value": 0 + }, + "LocName": { + "id": 78634, + "type": "cexolocstring", + "value": {} + }, + "OnClosed": { + "type": "resref", + "value": "" + }, + "OnDamaged": { + "type": "resref", + "value": "" + }, + "OnDeath": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnHeartbeat": { + "type": "resref", + "value": "" + }, + "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": 795 + }, + "Ref": { + "type": "byte", + "value": 0 + }, + "Static": { + "type": "byte", + "value": 1 + }, + "Tag": { + "type": "cexostring", + "value": "x0_treepine2" + }, + "TemplateResRef": { + "type": "resref", + "value": "x0_treepine2" + }, + "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": 60.74097061157227 + }, + "Y": { + "type": "float", + "value": 72.38359069824219 + }, + "Z": { + "type": "float", + "value": 5.0 + } + }, + { + "__struct_id": 9, + "AnimationState": { + "type": "byte", + "value": 0 + }, + "Appearance": { + "type": "dword", + "value": 259 + }, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Bearing": { + "type": "float", + "value": -0.0 + }, + "BodyBag": { + "type": "byte", + "value": 0 + }, + "CloseLockDC": { + "type": "byte", + "value": 0 + }, + "Conversation": { + "type": "resref", + "value": "" + }, + "CurrentHP": { + "type": "short", + "value": 15 + }, + "Description": { + "id": 68944, + "type": "cexolocstring", + "value": {} + }, + "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 + }, + "ItemList": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "AddCost": { + "type": "dword", + "value": 0 + }, + "BaseItem": { + "type": "int", + "value": 24 + }, + "Charges": { + "type": "byte", + "value": 0 + }, + "Cost": { + "type": "dword", + "value": 0 + }, + "Cursed": { + "type": "byte", + "value": 0 + }, + "DescIdentified": { + "id": 58566, + "type": "cexolocstring", + "value": {} + }, + "Description": { + "type": "cexolocstring", + "value": {} + }, + "Identified": { + "type": "byte", + "value": 1 + }, + "LocalizedName": { + "id": 13494, + "type": "cexolocstring", + "value": {} + }, + "ModelPart1": { + "type": "byte", + "value": 66 + }, + "Plot": { + "type": "byte", + "value": 0 + }, + "PropertiesList": { + "type": "list", + "value": [] + }, + "Repos_PosX": { + "type": "word", + "value": 0 + }, + "Repos_Posy": { + "type": "word", + "value": 0 + }, + "StackSize": { + "type": "word", + "value": 1 + }, + "Stolen": { + "type": "byte", + "value": 0 + }, + "Tag": { + "type": "cexostring", + "value": "NW_IT_MSMLMISC12" + }, + "TemplateResRef": { + "type": "resref", + "value": "nw_it_msmlmisc12" + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": -1.0 + }, + "YOrientation": { + "type": "float", + "value": 1.0 + }, + "YPosition": { + "type": "float", + "value": -1.0 + }, + "ZPosition": { + "type": "float", + "value": -1.0 + } + }, + { + "__struct_id": 1, + "AddCost": { + "type": "dword", + "value": 10 + }, + "BaseItem": { + "type": "int", + "value": 24 + }, + "Charges": { + "type": "byte", + "value": 0 + }, + "Cost": { + "type": "dword", + "value": 10 + }, + "Cursed": { + "type": "byte", + "value": 0 + }, + "DescIdentified": { + "id": 58565, + "type": "cexolocstring", + "value": {} + }, + "Description": { + "type": "cexolocstring", + "value": {} + }, + "Identified": { + "type": "byte", + "value": 1 + }, + "LocalizedName": { + "id": 13493, + "type": "cexolocstring", + "value": {} + }, + "ModelPart1": { + "type": "byte", + "value": 68 + }, + "Plot": { + "type": "byte", + "value": 0 + }, + "PropertiesList": { + "type": "list", + "value": [] + }, + "Repos_PosX": { + "type": "word", + "value": 1 + }, + "Repos_Posy": { + "type": "word", + "value": 0 + }, + "StackSize": { + "type": "word", + "value": 1 + }, + "Stolen": { + "type": "byte", + "value": 0 + }, + "Tag": { + "type": "cexostring", + "value": "NW_IT_MSMLMISC11" + }, + "TemplateResRef": { + "type": "resref", + "value": "nw_it_msmlmisc11" + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": -1.0 + }, + "YOrientation": { + "type": "float", + "value": 1.0 + }, + "YPosition": { + "type": "float", + "value": -1.0 + }, + "ZPosition": { + "type": "float", + "value": -1.0 + } + } + ] + }, + "KeyName": { + "type": "cexostring", + "value": "" + }, + "KeyRequired": { + "type": "byte", + "value": 0 + }, + "Lockable": { + "type": "byte", + "value": 0 + }, + "Locked": { + "type": "byte", + "value": 0 + }, + "LocName": { + "id": 78634, + "type": "cexolocstring", + "value": {} + }, + "OnClosed": { + "type": "resref", + "value": "" + }, + "OnDamaged": { + "type": "resref", + "value": "" + }, + "OnDeath": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnHeartbeat": { + "type": "resref", + "value": "" + }, + "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": 795 + }, + "Ref": { + "type": "byte", + "value": 0 + }, + "Static": { + "type": "byte", + "value": 1 + }, + "Tag": { + "type": "cexostring", + "value": "x0_treepine2" + }, + "TemplateResRef": { + "type": "resref", + "value": "x0_treepine2" + }, + "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": 58.79701232910156 + }, + "Y": { + "type": "float", + "value": 73.17123413085938 + }, + "Z": { + "type": "float", + "value": 5.151451587677002 + } + }, + { + "__struct_id": 9, + "AnimationState": { + "type": "byte", + "value": 0 + }, + "Appearance": { + "type": "dword", + "value": 259 + }, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Bearing": { + "type": "float", + "value": -0.0 + }, + "BodyBag": { + "type": "byte", + "value": 0 + }, + "CloseLockDC": { + "type": "byte", + "value": 0 + }, + "Conversation": { + "type": "resref", + "value": "" + }, + "CurrentHP": { + "type": "short", + "value": 15 + }, + "Description": { + "id": 68944, + "type": "cexolocstring", + "value": {} + }, + "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 + }, + "ItemList": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "AddCost": { + "type": "dword", + "value": 0 + }, + "BaseItem": { + "type": "int", + "value": 24 + }, + "Charges": { + "type": "byte", + "value": 0 + }, + "Cost": { + "type": "dword", + "value": 0 + }, + "Cursed": { + "type": "byte", + "value": 0 + }, + "DescIdentified": { + "id": 58566, + "type": "cexolocstring", + "value": {} + }, + "Description": { + "type": "cexolocstring", + "value": {} + }, + "Identified": { + "type": "byte", + "value": 1 + }, + "LocalizedName": { + "id": 13494, + "type": "cexolocstring", + "value": {} + }, + "ModelPart1": { + "type": "byte", + "value": 66 + }, + "Plot": { + "type": "byte", + "value": 0 + }, + "PropertiesList": { + "type": "list", + "value": [] + }, + "Repos_PosX": { + "type": "word", + "value": 0 + }, + "Repos_Posy": { + "type": "word", + "value": 0 + }, + "StackSize": { + "type": "word", + "value": 1 + }, + "Stolen": { + "type": "byte", + "value": 0 + }, + "Tag": { + "type": "cexostring", + "value": "NW_IT_MSMLMISC12" + }, + "TemplateResRef": { + "type": "resref", + "value": "nw_it_msmlmisc12" + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": -1.0 + }, + "YOrientation": { + "type": "float", + "value": 1.0 + }, + "YPosition": { + "type": "float", + "value": -1.0 + }, + "ZPosition": { + "type": "float", + "value": -1.0 + } + }, + { + "__struct_id": 1, + "AddCost": { + "type": "dword", + "value": 10 + }, + "BaseItem": { + "type": "int", + "value": 24 + }, + "Charges": { + "type": "byte", + "value": 0 + }, + "Cost": { + "type": "dword", + "value": 10 + }, + "Cursed": { + "type": "byte", + "value": 0 + }, + "DescIdentified": { + "id": 58565, + "type": "cexolocstring", + "value": {} + }, + "Description": { + "type": "cexolocstring", + "value": {} + }, + "Identified": { + "type": "byte", + "value": 1 + }, + "LocalizedName": { + "id": 13493, + "type": "cexolocstring", + "value": {} + }, + "ModelPart1": { + "type": "byte", + "value": 68 + }, + "Plot": { + "type": "byte", + "value": 0 + }, + "PropertiesList": { + "type": "list", + "value": [] + }, + "Repos_PosX": { + "type": "word", + "value": 1 + }, + "Repos_Posy": { + "type": "word", + "value": 0 + }, + "StackSize": { + "type": "word", + "value": 1 + }, + "Stolen": { + "type": "byte", + "value": 0 + }, + "Tag": { + "type": "cexostring", + "value": "NW_IT_MSMLMISC11" + }, + "TemplateResRef": { + "type": "resref", + "value": "nw_it_msmlmisc11" + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": -1.0 + }, + "YOrientation": { + "type": "float", + "value": 1.0 + }, + "YPosition": { + "type": "float", + "value": -1.0 + }, + "ZPosition": { + "type": "float", + "value": -1.0 + } + } + ] + }, + "KeyName": { + "type": "cexostring", + "value": "" + }, + "KeyRequired": { + "type": "byte", + "value": 0 + }, + "Lockable": { + "type": "byte", + "value": 0 + }, + "Locked": { + "type": "byte", + "value": 0 + }, + "LocName": { + "id": 78634, + "type": "cexolocstring", + "value": {} + }, + "OnClosed": { + "type": "resref", + "value": "" + }, + "OnDamaged": { + "type": "resref", + "value": "" + }, + "OnDeath": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnHeartbeat": { + "type": "resref", + "value": "" + }, + "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": 795 + }, + "Ref": { + "type": "byte", + "value": 0 + }, + "Static": { + "type": "byte", + "value": 1 + }, + "Tag": { + "type": "cexostring", + "value": "x0_treepine2" + }, + "TemplateResRef": { + "type": "resref", + "value": "x0_treepine2" + }, + "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": 62.89883041381836 + }, + "Y": { + "type": "float", + "value": 70.36428070068359 + }, + "Z": { + "type": "float", + "value": 5.0 + } + }, + { + "__struct_id": 9, + "AnimationState": { + "type": "byte", + "value": 0 + }, + "Appearance": { + "type": "dword", + "value": 259 + }, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Bearing": { + "type": "float", + "value": -0.0 + }, + "BodyBag": { + "type": "byte", + "value": 0 + }, + "CloseLockDC": { + "type": "byte", + "value": 0 + }, + "Conversation": { + "type": "resref", + "value": "" + }, + "CurrentHP": { + "type": "short", + "value": 15 + }, + "Description": { + "id": 68944, + "type": "cexolocstring", + "value": {} + }, + "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 + }, + "ItemList": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "AddCost": { + "type": "dword", + "value": 0 + }, + "BaseItem": { + "type": "int", + "value": 24 + }, + "Charges": { + "type": "byte", + "value": 0 + }, + "Cost": { + "type": "dword", + "value": 0 + }, + "Cursed": { + "type": "byte", + "value": 0 + }, + "DescIdentified": { + "id": 58566, + "type": "cexolocstring", + "value": {} + }, + "Description": { + "type": "cexolocstring", + "value": {} + }, + "Identified": { + "type": "byte", + "value": 1 + }, + "LocalizedName": { + "id": 13494, + "type": "cexolocstring", + "value": {} + }, + "ModelPart1": { + "type": "byte", + "value": 66 + }, + "Plot": { + "type": "byte", + "value": 0 + }, + "PropertiesList": { + "type": "list", + "value": [] + }, + "Repos_PosX": { + "type": "word", + "value": 0 + }, + "Repos_Posy": { + "type": "word", + "value": 0 + }, + "StackSize": { + "type": "word", + "value": 1 + }, + "Stolen": { + "type": "byte", + "value": 0 + }, + "Tag": { + "type": "cexostring", + "value": "NW_IT_MSMLMISC12" + }, + "TemplateResRef": { + "type": "resref", + "value": "nw_it_msmlmisc12" + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": -1.0 + }, + "YOrientation": { + "type": "float", + "value": 1.0 + }, + "YPosition": { + "type": "float", + "value": -1.0 + }, + "ZPosition": { + "type": "float", + "value": -1.0 + } + }, + { + "__struct_id": 1, + "AddCost": { + "type": "dword", + "value": 10 + }, + "BaseItem": { + "type": "int", + "value": 24 + }, + "Charges": { + "type": "byte", + "value": 0 + }, + "Cost": { + "type": "dword", + "value": 10 + }, + "Cursed": { + "type": "byte", + "value": 0 + }, + "DescIdentified": { + "id": 58565, + "type": "cexolocstring", + "value": {} + }, + "Description": { + "type": "cexolocstring", + "value": {} + }, + "Identified": { + "type": "byte", + "value": 1 + }, + "LocalizedName": { + "id": 13493, + "type": "cexolocstring", + "value": {} + }, + "ModelPart1": { + "type": "byte", + "value": 68 + }, + "Plot": { + "type": "byte", + "value": 0 + }, + "PropertiesList": { + "type": "list", + "value": [] + }, + "Repos_PosX": { + "type": "word", + "value": 1 + }, + "Repos_Posy": { + "type": "word", + "value": 0 + }, + "StackSize": { + "type": "word", + "value": 1 + }, + "Stolen": { + "type": "byte", + "value": 0 + }, + "Tag": { + "type": "cexostring", + "value": "NW_IT_MSMLMISC11" + }, + "TemplateResRef": { + "type": "resref", + "value": "nw_it_msmlmisc11" + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": -1.0 + }, + "YOrientation": { + "type": "float", + "value": 1.0 + }, + "YPosition": { + "type": "float", + "value": -1.0 + }, + "ZPosition": { + "type": "float", + "value": -1.0 + } + } + ] + }, + "KeyName": { + "type": "cexostring", + "value": "" + }, + "KeyRequired": { + "type": "byte", + "value": 0 + }, + "Lockable": { + "type": "byte", + "value": 0 + }, + "Locked": { + "type": "byte", + "value": 0 + }, + "LocName": { + "id": 78634, + "type": "cexolocstring", + "value": {} + }, + "OnClosed": { + "type": "resref", + "value": "" + }, + "OnDamaged": { + "type": "resref", + "value": "" + }, + "OnDeath": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnHeartbeat": { + "type": "resref", + "value": "" + }, + "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": 795 + }, + "Ref": { + "type": "byte", + "value": 0 + }, + "Static": { + "type": "byte", + "value": 1 + }, + "Tag": { + "type": "cexostring", + "value": "x0_treepine2" + }, + "TemplateResRef": { + "type": "resref", + "value": "x0_treepine2" + }, + "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": 60.01786422729492 + }, + "Y": { + "type": "float", + "value": 73.53015899658203 + }, + "Z": { + "type": "float", + "value": 5.0 + } + }, + { + "__struct_id": 9, + "AnimationState": { + "type": "byte", + "value": 0 + }, + "Appearance": { + "type": "dword", + "value": 259 + }, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Bearing": { + "type": "float", + "value": -0.0 + }, + "BodyBag": { + "type": "byte", + "value": 0 + }, + "CloseLockDC": { + "type": "byte", + "value": 0 + }, + "Conversation": { + "type": "resref", + "value": "" + }, + "CurrentHP": { + "type": "short", + "value": 15 + }, + "Description": { + "id": 68944, + "type": "cexolocstring", + "value": {} + }, + "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 + }, + "ItemList": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "AddCost": { + "type": "dword", + "value": 0 + }, + "BaseItem": { + "type": "int", + "value": 24 + }, + "Charges": { + "type": "byte", + "value": 0 + }, + "Cost": { + "type": "dword", + "value": 0 + }, + "Cursed": { + "type": "byte", + "value": 0 + }, + "DescIdentified": { + "id": 58566, + "type": "cexolocstring", + "value": {} + }, + "Description": { + "type": "cexolocstring", + "value": {} + }, + "Identified": { + "type": "byte", + "value": 1 + }, + "LocalizedName": { + "id": 13494, + "type": "cexolocstring", + "value": {} + }, + "ModelPart1": { + "type": "byte", + "value": 66 + }, + "Plot": { + "type": "byte", + "value": 0 + }, + "PropertiesList": { + "type": "list", + "value": [] + }, + "Repos_PosX": { + "type": "word", + "value": 0 + }, + "Repos_Posy": { + "type": "word", + "value": 0 + }, + "StackSize": { + "type": "word", + "value": 1 + }, + "Stolen": { + "type": "byte", + "value": 0 + }, + "Tag": { + "type": "cexostring", + "value": "NW_IT_MSMLMISC12" + }, + "TemplateResRef": { + "type": "resref", + "value": "nw_it_msmlmisc12" + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": -1.0 + }, + "YOrientation": { + "type": "float", + "value": 1.0 + }, + "YPosition": { + "type": "float", + "value": -1.0 + }, + "ZPosition": { + "type": "float", + "value": -1.0 + } + }, + { + "__struct_id": 1, + "AddCost": { + "type": "dword", + "value": 10 + }, + "BaseItem": { + "type": "int", + "value": 24 + }, + "Charges": { + "type": "byte", + "value": 0 + }, + "Cost": { + "type": "dword", + "value": 10 + }, + "Cursed": { + "type": "byte", + "value": 0 + }, + "DescIdentified": { + "id": 58565, + "type": "cexolocstring", + "value": {} + }, + "Description": { + "type": "cexolocstring", + "value": {} + }, + "Identified": { + "type": "byte", + "value": 1 + }, + "LocalizedName": { + "id": 13493, + "type": "cexolocstring", + "value": {} + }, + "ModelPart1": { + "type": "byte", + "value": 68 + }, + "Plot": { + "type": "byte", + "value": 0 + }, + "PropertiesList": { + "type": "list", + "value": [] + }, + "Repos_PosX": { + "type": "word", + "value": 1 + }, + "Repos_Posy": { + "type": "word", + "value": 0 + }, + "StackSize": { + "type": "word", + "value": 1 + }, + "Stolen": { + "type": "byte", + "value": 0 + }, + "Tag": { + "type": "cexostring", + "value": "NW_IT_MSMLMISC11" + }, + "TemplateResRef": { + "type": "resref", + "value": "nw_it_msmlmisc11" + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": -1.0 + }, + "YOrientation": { + "type": "float", + "value": 1.0 + }, + "YPosition": { + "type": "float", + "value": -1.0 + }, + "ZPosition": { + "type": "float", + "value": -1.0 + } + } + ] + }, + "KeyName": { + "type": "cexostring", + "value": "" + }, + "KeyRequired": { + "type": "byte", + "value": 0 + }, + "Lockable": { + "type": "byte", + "value": 0 + }, + "Locked": { + "type": "byte", + "value": 0 + }, + "LocName": { + "id": 78634, + "type": "cexolocstring", + "value": {} + }, + "OnClosed": { + "type": "resref", + "value": "" + }, + "OnDamaged": { + "type": "resref", + "value": "" + }, + "OnDeath": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnHeartbeat": { + "type": "resref", + "value": "" + }, + "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": 795 + }, + "Ref": { + "type": "byte", + "value": 0 + }, + "Static": { + "type": "byte", + "value": 1 + }, + "Tag": { + "type": "cexostring", + "value": "x0_treepine2" + }, + "TemplateResRef": { + "type": "resref", + "value": "x0_treepine2" + }, + "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": 57.73852157592773 + }, + "Y": { + "type": "float", + "value": 71.81344604492188 + }, + "Z": { + "type": "float", + "value": 5.172584056854248 + } + }, + { + "__struct_id": 9, + "AnimationState": { + "type": "byte", + "value": 0 + }, + "Appearance": { + "type": "dword", + "value": 259 + }, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Bearing": { + "type": "float", + "value": -0.0 + }, + "BodyBag": { + "type": "byte", + "value": 0 + }, + "CloseLockDC": { + "type": "byte", + "value": 0 + }, + "Conversation": { + "type": "resref", + "value": "" + }, + "CurrentHP": { + "type": "short", + "value": 15 + }, + "Description": { + "id": 68944, + "type": "cexolocstring", + "value": {} + }, + "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 + }, + "ItemList": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "AddCost": { + "type": "dword", + "value": 0 + }, + "BaseItem": { + "type": "int", + "value": 24 + }, + "Charges": { + "type": "byte", + "value": 0 + }, + "Cost": { + "type": "dword", + "value": 0 + }, + "Cursed": { + "type": "byte", + "value": 0 + }, + "DescIdentified": { + "id": 58566, + "type": "cexolocstring", + "value": {} + }, + "Description": { + "type": "cexolocstring", + "value": {} + }, + "Identified": { + "type": "byte", + "value": 1 + }, + "LocalizedName": { + "id": 13494, + "type": "cexolocstring", + "value": {} + }, + "ModelPart1": { + "type": "byte", + "value": 66 + }, + "Plot": { + "type": "byte", + "value": 0 + }, + "PropertiesList": { + "type": "list", + "value": [] + }, + "Repos_PosX": { + "type": "word", + "value": 0 + }, + "Repos_Posy": { + "type": "word", + "value": 0 + }, + "StackSize": { + "type": "word", + "value": 1 + }, + "Stolen": { + "type": "byte", + "value": 0 + }, + "Tag": { + "type": "cexostring", + "value": "NW_IT_MSMLMISC12" + }, + "TemplateResRef": { + "type": "resref", + "value": "nw_it_msmlmisc12" + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": -1.0 + }, + "YOrientation": { + "type": "float", + "value": 1.0 + }, + "YPosition": { + "type": "float", + "value": -1.0 + }, + "ZPosition": { + "type": "float", + "value": -1.0 + } + }, + { + "__struct_id": 1, + "AddCost": { + "type": "dword", + "value": 10 + }, + "BaseItem": { + "type": "int", + "value": 24 + }, + "Charges": { + "type": "byte", + "value": 0 + }, + "Cost": { + "type": "dword", + "value": 10 + }, + "Cursed": { + "type": "byte", + "value": 0 + }, + "DescIdentified": { + "id": 58565, + "type": "cexolocstring", + "value": {} + }, + "Description": { + "type": "cexolocstring", + "value": {} + }, + "Identified": { + "type": "byte", + "value": 1 + }, + "LocalizedName": { + "id": 13493, + "type": "cexolocstring", + "value": {} + }, + "ModelPart1": { + "type": "byte", + "value": 68 + }, + "Plot": { + "type": "byte", + "value": 0 + }, + "PropertiesList": { + "type": "list", + "value": [] + }, + "Repos_PosX": { + "type": "word", + "value": 1 + }, + "Repos_Posy": { + "type": "word", + "value": 0 + }, + "StackSize": { + "type": "word", + "value": 1 + }, + "Stolen": { + "type": "byte", + "value": 0 + }, + "Tag": { + "type": "cexostring", + "value": "NW_IT_MSMLMISC11" + }, + "TemplateResRef": { + "type": "resref", + "value": "nw_it_msmlmisc11" + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": -1.0 + }, + "YOrientation": { + "type": "float", + "value": 1.0 + }, + "YPosition": { + "type": "float", + "value": -1.0 + }, + "ZPosition": { + "type": "float", + "value": -1.0 + } + } + ] + }, + "KeyName": { + "type": "cexostring", + "value": "" + }, + "KeyRequired": { + "type": "byte", + "value": 0 + }, + "Lockable": { + "type": "byte", + "value": 0 + }, + "Locked": { + "type": "byte", + "value": 0 + }, + "LocName": { + "id": 78634, + "type": "cexolocstring", + "value": {} + }, + "OnClosed": { + "type": "resref", + "value": "" + }, + "OnDamaged": { + "type": "resref", + "value": "" + }, + "OnDeath": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnHeartbeat": { + "type": "resref", + "value": "" + }, + "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": 795 + }, + "Ref": { + "type": "byte", + "value": 0 + }, + "Static": { + "type": "byte", + "value": 1 + }, + "Tag": { + "type": "cexostring", + "value": "x0_treepine2" + }, + "TemplateResRef": { + "type": "resref", + "value": "x0_treepine2" + }, + "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": 58.82275772094727 + }, + "Y": { + "type": "float", + "value": 70.51148223876953 + }, + "Z": { + "type": "float", + "value": 4.999993324279785 + } + }, + { + "__struct_id": 9, + "AnimationState": { + "type": "byte", + "value": 0 + }, + "Appearance": { + "type": "dword", + "value": 259 + }, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Bearing": { + "type": "float", + "value": -0.0 + }, + "BodyBag": { + "type": "byte", + "value": 0 + }, + "CloseLockDC": { + "type": "byte", + "value": 0 + }, + "Conversation": { + "type": "resref", + "value": "" + }, + "CurrentHP": { + "type": "short", + "value": 15 + }, + "Description": { + "id": 68944, + "type": "cexolocstring", + "value": {} + }, + "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 + }, + "ItemList": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "AddCost": { + "type": "dword", + "value": 0 + }, + "BaseItem": { + "type": "int", + "value": 24 + }, + "Charges": { + "type": "byte", + "value": 0 + }, + "Cost": { + "type": "dword", + "value": 0 + }, + "Cursed": { + "type": "byte", + "value": 0 + }, + "DescIdentified": { + "id": 58566, + "type": "cexolocstring", + "value": {} + }, + "Description": { + "type": "cexolocstring", + "value": {} + }, + "Identified": { + "type": "byte", + "value": 1 + }, + "LocalizedName": { + "id": 13494, + "type": "cexolocstring", + "value": {} + }, + "ModelPart1": { + "type": "byte", + "value": 66 + }, + "Plot": { + "type": "byte", + "value": 0 + }, + "PropertiesList": { + "type": "list", + "value": [] + }, + "Repos_PosX": { + "type": "word", + "value": 0 + }, + "Repos_Posy": { + "type": "word", + "value": 0 + }, + "StackSize": { + "type": "word", + "value": 1 + }, + "Stolen": { + "type": "byte", + "value": 0 + }, + "Tag": { + "type": "cexostring", + "value": "NW_IT_MSMLMISC12" + }, + "TemplateResRef": { + "type": "resref", + "value": "nw_it_msmlmisc12" + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": -1.0 + }, + "YOrientation": { + "type": "float", + "value": 1.0 + }, + "YPosition": { + "type": "float", + "value": -1.0 + }, + "ZPosition": { + "type": "float", + "value": -1.0 + } + }, + { + "__struct_id": 1, + "AddCost": { + "type": "dword", + "value": 10 + }, + "BaseItem": { + "type": "int", + "value": 24 + }, + "Charges": { + "type": "byte", + "value": 0 + }, + "Cost": { + "type": "dword", + "value": 10 + }, + "Cursed": { + "type": "byte", + "value": 0 + }, + "DescIdentified": { + "id": 58565, + "type": "cexolocstring", + "value": {} + }, + "Description": { + "type": "cexolocstring", + "value": {} + }, + "Identified": { + "type": "byte", + "value": 1 + }, + "LocalizedName": { + "id": 13493, + "type": "cexolocstring", + "value": {} + }, + "ModelPart1": { + "type": "byte", + "value": 68 + }, + "Plot": { + "type": "byte", + "value": 0 + }, + "PropertiesList": { + "type": "list", + "value": [] + }, + "Repos_PosX": { + "type": "word", + "value": 1 + }, + "Repos_Posy": { + "type": "word", + "value": 0 + }, + "StackSize": { + "type": "word", + "value": 1 + }, + "Stolen": { + "type": "byte", + "value": 0 + }, + "Tag": { + "type": "cexostring", + "value": "NW_IT_MSMLMISC11" + }, + "TemplateResRef": { + "type": "resref", + "value": "nw_it_msmlmisc11" + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": -1.0 + }, + "YOrientation": { + "type": "float", + "value": 1.0 + }, + "YPosition": { + "type": "float", + "value": -1.0 + }, + "ZPosition": { + "type": "float", + "value": -1.0 + } + } + ] + }, + "KeyName": { + "type": "cexostring", + "value": "" + }, + "KeyRequired": { + "type": "byte", + "value": 0 + }, + "Lockable": { + "type": "byte", + "value": 0 + }, + "Locked": { + "type": "byte", + "value": 0 + }, + "LocName": { + "id": 78634, + "type": "cexolocstring", + "value": {} + }, + "OnClosed": { + "type": "resref", + "value": "" + }, + "OnDamaged": { + "type": "resref", + "value": "" + }, + "OnDeath": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnHeartbeat": { + "type": "resref", + "value": "" + }, + "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": 795 + }, + "Ref": { + "type": "byte", + "value": 0 + }, + "Static": { + "type": "byte", + "value": 1 + }, + "Tag": { + "type": "cexostring", + "value": "x0_treepine2" + }, + "TemplateResRef": { + "type": "resref", + "value": "x0_treepine2" + }, + "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": 61.04131317138672 + }, + "Y": { + "type": "float", + "value": 69.34561157226563 + }, + "Z": { + "type": "float", + "value": 5.553660869598389 + } + }, + { + "__struct_id": 9, + "AnimationState": { + "type": "byte", + "value": 0 + }, + "Appearance": { + "type": "dword", + "value": 259 + }, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Bearing": { + "type": "float", + "value": -0.0 + }, + "BodyBag": { + "type": "byte", + "value": 0 + }, + "CloseLockDC": { + "type": "byte", + "value": 0 + }, + "Conversation": { + "type": "resref", + "value": "" + }, + "CurrentHP": { + "type": "short", + "value": 15 + }, + "Description": { + "id": 68944, + "type": "cexolocstring", + "value": {} + }, + "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 + }, + "ItemList": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "AddCost": { + "type": "dword", + "value": 0 + }, + "BaseItem": { + "type": "int", + "value": 24 + }, + "Charges": { + "type": "byte", + "value": 0 + }, + "Cost": { + "type": "dword", + "value": 0 + }, + "Cursed": { + "type": "byte", + "value": 0 + }, + "DescIdentified": { + "id": 58566, + "type": "cexolocstring", + "value": {} + }, + "Description": { + "type": "cexolocstring", + "value": {} + }, + "Identified": { + "type": "byte", + "value": 1 + }, + "LocalizedName": { + "id": 13494, + "type": "cexolocstring", + "value": {} + }, + "ModelPart1": { + "type": "byte", + "value": 66 + }, + "Plot": { + "type": "byte", + "value": 0 + }, + "PropertiesList": { + "type": "list", + "value": [] + }, + "Repos_PosX": { + "type": "word", + "value": 0 + }, + "Repos_Posy": { + "type": "word", + "value": 0 + }, + "StackSize": { + "type": "word", + "value": 1 + }, + "Stolen": { + "type": "byte", + "value": 0 + }, + "Tag": { + "type": "cexostring", + "value": "NW_IT_MSMLMISC12" + }, + "TemplateResRef": { + "type": "resref", + "value": "nw_it_msmlmisc12" + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": -1.0 + }, + "YOrientation": { + "type": "float", + "value": 1.0 + }, + "YPosition": { + "type": "float", + "value": -1.0 + }, + "ZPosition": { + "type": "float", + "value": -1.0 + } + }, + { + "__struct_id": 1, + "AddCost": { + "type": "dword", + "value": 10 + }, + "BaseItem": { + "type": "int", + "value": 24 + }, + "Charges": { + "type": "byte", + "value": 0 + }, + "Cost": { + "type": "dword", + "value": 10 + }, + "Cursed": { + "type": "byte", + "value": 0 + }, + "DescIdentified": { + "id": 58565, + "type": "cexolocstring", + "value": {} + }, + "Description": { + "type": "cexolocstring", + "value": {} + }, + "Identified": { + "type": "byte", + "value": 1 + }, + "LocalizedName": { + "id": 13493, + "type": "cexolocstring", + "value": {} + }, + "ModelPart1": { + "type": "byte", + "value": 68 + }, + "Plot": { + "type": "byte", + "value": 0 + }, + "PropertiesList": { + "type": "list", + "value": [] + }, + "Repos_PosX": { + "type": "word", + "value": 1 + }, + "Repos_Posy": { + "type": "word", + "value": 0 + }, + "StackSize": { + "type": "word", + "value": 1 + }, + "Stolen": { + "type": "byte", + "value": 0 + }, + "Tag": { + "type": "cexostring", + "value": "NW_IT_MSMLMISC11" + }, + "TemplateResRef": { + "type": "resref", + "value": "nw_it_msmlmisc11" + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": -1.0 + }, + "YOrientation": { + "type": "float", + "value": 1.0 + }, + "YPosition": { + "type": "float", + "value": -1.0 + }, + "ZPosition": { + "type": "float", + "value": -1.0 + } + } + ] + }, + "KeyName": { + "type": "cexostring", + "value": "" + }, + "KeyRequired": { + "type": "byte", + "value": 0 + }, + "Lockable": { + "type": "byte", + "value": 0 + }, + "Locked": { + "type": "byte", + "value": 0 + }, + "LocName": { + "id": 78634, + "type": "cexolocstring", + "value": {} + }, + "OnClosed": { + "type": "resref", + "value": "" + }, + "OnDamaged": { + "type": "resref", + "value": "" + }, + "OnDeath": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnHeartbeat": { + "type": "resref", + "value": "" + }, + "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": 795 + }, + "Ref": { + "type": "byte", + "value": 0 + }, + "Static": { + "type": "byte", + "value": 1 + }, + "Tag": { + "type": "cexostring", + "value": "x0_treepine2" + }, + "TemplateResRef": { + "type": "resref", + "value": "x0_treepine2" + }, + "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": 64.64189910888672 + }, + "Y": { + "type": "float", + "value": 71.84975433349609 + }, + "Z": { + "type": "float", + "value": 5.059110164642334 + } + }, + { + "__struct_id": 9, + "AnimationState": { + "type": "byte", + "value": 0 + }, + "Appearance": { + "type": "dword", + "value": 259 + }, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Bearing": { + "type": "float", + "value": -0.0 + }, + "BodyBag": { + "type": "byte", + "value": 0 + }, + "CloseLockDC": { + "type": "byte", + "value": 0 + }, + "Conversation": { + "type": "resref", + "value": "" + }, + "CurrentHP": { + "type": "short", + "value": 15 + }, + "Description": { + "id": 68944, + "type": "cexolocstring", + "value": {} + }, + "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 + }, + "ItemList": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "AddCost": { + "type": "dword", + "value": 0 + }, + "BaseItem": { + "type": "int", + "value": 24 + }, + "Charges": { + "type": "byte", + "value": 0 + }, + "Cost": { + "type": "dword", + "value": 0 + }, + "Cursed": { + "type": "byte", + "value": 0 + }, + "DescIdentified": { + "id": 58566, + "type": "cexolocstring", + "value": {} + }, + "Description": { + "type": "cexolocstring", + "value": {} + }, + "Identified": { + "type": "byte", + "value": 1 + }, + "LocalizedName": { + "id": 13494, + "type": "cexolocstring", + "value": {} + }, + "ModelPart1": { + "type": "byte", + "value": 66 + }, + "Plot": { + "type": "byte", + "value": 0 + }, + "PropertiesList": { + "type": "list", + "value": [] + }, + "Repos_PosX": { + "type": "word", + "value": 0 + }, + "Repos_Posy": { + "type": "word", + "value": 0 + }, + "StackSize": { + "type": "word", + "value": 1 + }, + "Stolen": { + "type": "byte", + "value": 0 + }, + "Tag": { + "type": "cexostring", + "value": "NW_IT_MSMLMISC12" + }, + "TemplateResRef": { + "type": "resref", + "value": "nw_it_msmlmisc12" + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": -1.0 + }, + "YOrientation": { + "type": "float", + "value": 1.0 + }, + "YPosition": { + "type": "float", + "value": -1.0 + }, + "ZPosition": { + "type": "float", + "value": -1.0 + } + }, + { + "__struct_id": 1, + "AddCost": { + "type": "dword", + "value": 10 + }, + "BaseItem": { + "type": "int", + "value": 24 + }, + "Charges": { + "type": "byte", + "value": 0 + }, + "Cost": { + "type": "dword", + "value": 10 + }, + "Cursed": { + "type": "byte", + "value": 0 + }, + "DescIdentified": { + "id": 58565, + "type": "cexolocstring", + "value": {} + }, + "Description": { + "type": "cexolocstring", + "value": {} + }, + "Identified": { + "type": "byte", + "value": 1 + }, + "LocalizedName": { + "id": 13493, + "type": "cexolocstring", + "value": {} + }, + "ModelPart1": { + "type": "byte", + "value": 68 + }, + "Plot": { + "type": "byte", + "value": 0 + }, + "PropertiesList": { + "type": "list", + "value": [] + }, + "Repos_PosX": { + "type": "word", + "value": 1 + }, + "Repos_Posy": { + "type": "word", + "value": 0 + }, + "StackSize": { + "type": "word", + "value": 1 + }, + "Stolen": { + "type": "byte", + "value": 0 + }, + "Tag": { + "type": "cexostring", + "value": "NW_IT_MSMLMISC11" + }, + "TemplateResRef": { + "type": "resref", + "value": "nw_it_msmlmisc11" + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": -1.0 + }, + "YOrientation": { + "type": "float", + "value": 1.0 + }, + "YPosition": { + "type": "float", + "value": -1.0 + }, + "ZPosition": { + "type": "float", + "value": -1.0 + } + } + ] + }, + "KeyName": { + "type": "cexostring", + "value": "" + }, + "KeyRequired": { + "type": "byte", + "value": 0 + }, + "Lockable": { + "type": "byte", + "value": 0 + }, + "Locked": { + "type": "byte", + "value": 0 + }, + "LocName": { + "id": 78634, + "type": "cexolocstring", + "value": {} + }, + "OnClosed": { + "type": "resref", + "value": "" + }, + "OnDamaged": { + "type": "resref", + "value": "" + }, + "OnDeath": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnHeartbeat": { + "type": "resref", + "value": "" + }, + "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": 795 + }, + "Ref": { + "type": "byte", + "value": 0 + }, + "Static": { + "type": "byte", + "value": 1 + }, + "Tag": { + "type": "cexostring", + "value": "x0_treepine2" + }, + "TemplateResRef": { + "type": "resref", + "value": "x0_treepine2" + }, + "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": 50.08037567138672 + }, + "Y": { + "type": "float", + "value": 72.41670227050781 + }, + "Z": { + "type": "float", + "value": 5.0 + } + }, + { + "__struct_id": 9, + "AnimationState": { + "type": "byte", + "value": 0 + }, + "Appearance": { + "type": "dword", + "value": 259 + }, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Bearing": { + "type": "float", + "value": -0.0 + }, + "BodyBag": { + "type": "byte", + "value": 0 + }, + "CloseLockDC": { + "type": "byte", + "value": 0 + }, + "Conversation": { + "type": "resref", + "value": "" + }, + "CurrentHP": { + "type": "short", + "value": 15 + }, + "Description": { + "id": 68944, + "type": "cexolocstring", + "value": {} + }, + "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 + }, + "ItemList": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "AddCost": { + "type": "dword", + "value": 0 + }, + "BaseItem": { + "type": "int", + "value": 24 + }, + "Charges": { + "type": "byte", + "value": 0 + }, + "Cost": { + "type": "dword", + "value": 0 + }, + "Cursed": { + "type": "byte", + "value": 0 + }, + "DescIdentified": { + "id": 58566, + "type": "cexolocstring", + "value": {} + }, + "Description": { + "type": "cexolocstring", + "value": {} + }, + "Identified": { + "type": "byte", + "value": 1 + }, + "LocalizedName": { + "id": 13494, + "type": "cexolocstring", + "value": {} + }, + "ModelPart1": { + "type": "byte", + "value": 66 + }, + "Plot": { + "type": "byte", + "value": 0 + }, + "PropertiesList": { + "type": "list", + "value": [] + }, + "Repos_PosX": { + "type": "word", + "value": 0 + }, + "Repos_Posy": { + "type": "word", + "value": 0 + }, + "StackSize": { + "type": "word", + "value": 1 + }, + "Stolen": { + "type": "byte", + "value": 0 + }, + "Tag": { + "type": "cexostring", + "value": "NW_IT_MSMLMISC12" + }, + "TemplateResRef": { + "type": "resref", + "value": "nw_it_msmlmisc12" + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": -1.0 + }, + "YOrientation": { + "type": "float", + "value": 1.0 + }, + "YPosition": { + "type": "float", + "value": -1.0 + }, + "ZPosition": { + "type": "float", + "value": -1.0 + } + }, + { + "__struct_id": 1, + "AddCost": { + "type": "dword", + "value": 10 + }, + "BaseItem": { + "type": "int", + "value": 24 + }, + "Charges": { + "type": "byte", + "value": 0 + }, + "Cost": { + "type": "dword", + "value": 10 + }, + "Cursed": { + "type": "byte", + "value": 0 + }, + "DescIdentified": { + "id": 58565, + "type": "cexolocstring", + "value": {} + }, + "Description": { + "type": "cexolocstring", + "value": {} + }, + "Identified": { + "type": "byte", + "value": 1 + }, + "LocalizedName": { + "id": 13493, + "type": "cexolocstring", + "value": {} + }, + "ModelPart1": { + "type": "byte", + "value": 68 + }, + "Plot": { + "type": "byte", + "value": 0 + }, + "PropertiesList": { + "type": "list", + "value": [] + }, + "Repos_PosX": { + "type": "word", + "value": 1 + }, + "Repos_Posy": { + "type": "word", + "value": 0 + }, + "StackSize": { + "type": "word", + "value": 1 + }, + "Stolen": { + "type": "byte", + "value": 0 + }, + "Tag": { + "type": "cexostring", + "value": "NW_IT_MSMLMISC11" + }, + "TemplateResRef": { + "type": "resref", + "value": "nw_it_msmlmisc11" + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": -1.0 + }, + "YOrientation": { + "type": "float", + "value": 1.0 + }, + "YPosition": { + "type": "float", + "value": -1.0 + }, + "ZPosition": { + "type": "float", + "value": -1.0 + } + } + ] + }, + "KeyName": { + "type": "cexostring", + "value": "" + }, + "KeyRequired": { + "type": "byte", + "value": 0 + }, + "Lockable": { + "type": "byte", + "value": 0 + }, + "Locked": { + "type": "byte", + "value": 0 + }, + "LocName": { + "id": 78634, + "type": "cexolocstring", + "value": {} + }, + "OnClosed": { + "type": "resref", + "value": "" + }, + "OnDamaged": { + "type": "resref", + "value": "" + }, + "OnDeath": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnHeartbeat": { + "type": "resref", + "value": "" + }, + "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": 795 + }, + "Ref": { + "type": "byte", + "value": 0 + }, + "Static": { + "type": "byte", + "value": 1 + }, + "Tag": { + "type": "cexostring", + "value": "x0_treepine2" + }, + "TemplateResRef": { + "type": "resref", + "value": "x0_treepine2" + }, + "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": 50.43076324462891 + }, + "Y": { + "type": "float", + "value": 69.24464416503906 + }, + "Z": { + "type": "float", + "value": 4.999995231628418 + } + }, + { + "__struct_id": 9, + "AnimationState": { + "type": "byte", + "value": 0 + }, + "Appearance": { + "type": "dword", + "value": 259 + }, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Bearing": { + "type": "float", + "value": -0.0 + }, + "BodyBag": { + "type": "byte", + "value": 0 + }, + "CloseLockDC": { + "type": "byte", + "value": 0 + }, + "Conversation": { + "type": "resref", + "value": "" + }, + "CurrentHP": { + "type": "short", + "value": 15 + }, + "Description": { + "id": 68944, + "type": "cexolocstring", + "value": {} + }, + "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 + }, + "ItemList": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "AddCost": { + "type": "dword", + "value": 0 + }, + "BaseItem": { + "type": "int", + "value": 24 + }, + "Charges": { + "type": "byte", + "value": 0 + }, + "Cost": { + "type": "dword", + "value": 0 + }, + "Cursed": { + "type": "byte", + "value": 0 + }, + "DescIdentified": { + "id": 58566, + "type": "cexolocstring", + "value": {} + }, + "Description": { + "type": "cexolocstring", + "value": {} + }, + "Identified": { + "type": "byte", + "value": 1 + }, + "LocalizedName": { + "id": 13494, + "type": "cexolocstring", + "value": {} + }, + "ModelPart1": { + "type": "byte", + "value": 66 + }, + "Plot": { + "type": "byte", + "value": 0 + }, + "PropertiesList": { + "type": "list", + "value": [] + }, + "Repos_PosX": { + "type": "word", + "value": 0 + }, + "Repos_Posy": { + "type": "word", + "value": 0 + }, + "StackSize": { + "type": "word", + "value": 1 + }, + "Stolen": { + "type": "byte", + "value": 0 + }, + "Tag": { + "type": "cexostring", + "value": "NW_IT_MSMLMISC12" + }, + "TemplateResRef": { + "type": "resref", + "value": "nw_it_msmlmisc12" + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": -1.0 + }, + "YOrientation": { + "type": "float", + "value": 1.0 + }, + "YPosition": { + "type": "float", + "value": -1.0 + }, + "ZPosition": { + "type": "float", + "value": -1.0 + } + }, + { + "__struct_id": 1, + "AddCost": { + "type": "dword", + "value": 10 + }, + "BaseItem": { + "type": "int", + "value": 24 + }, + "Charges": { + "type": "byte", + "value": 0 + }, + "Cost": { + "type": "dword", + "value": 10 + }, + "Cursed": { + "type": "byte", + "value": 0 + }, + "DescIdentified": { + "id": 58565, + "type": "cexolocstring", + "value": {} + }, + "Description": { + "type": "cexolocstring", + "value": {} + }, + "Identified": { + "type": "byte", + "value": 1 + }, + "LocalizedName": { + "id": 13493, + "type": "cexolocstring", + "value": {} + }, + "ModelPart1": { + "type": "byte", + "value": 68 + }, + "Plot": { + "type": "byte", + "value": 0 + }, + "PropertiesList": { + "type": "list", + "value": [] + }, + "Repos_PosX": { + "type": "word", + "value": 1 + }, + "Repos_Posy": { + "type": "word", + "value": 0 + }, + "StackSize": { + "type": "word", + "value": 1 + }, + "Stolen": { + "type": "byte", + "value": 0 + }, + "Tag": { + "type": "cexostring", + "value": "NW_IT_MSMLMISC11" + }, + "TemplateResRef": { + "type": "resref", + "value": "nw_it_msmlmisc11" + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": -1.0 + }, + "YOrientation": { + "type": "float", + "value": 1.0 + }, + "YPosition": { + "type": "float", + "value": -1.0 + }, + "ZPosition": { + "type": "float", + "value": -1.0 + } + } + ] + }, + "KeyName": { + "type": "cexostring", + "value": "" + }, + "KeyRequired": { + "type": "byte", + "value": 0 + }, + "Lockable": { + "type": "byte", + "value": 0 + }, + "Locked": { + "type": "byte", + "value": 0 + }, + "LocName": { + "id": 78634, + "type": "cexolocstring", + "value": {} + }, + "OnClosed": { + "type": "resref", + "value": "" + }, + "OnDamaged": { + "type": "resref", + "value": "" + }, + "OnDeath": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnHeartbeat": { + "type": "resref", + "value": "" + }, + "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": 795 + }, + "Ref": { + "type": "byte", + "value": 0 + }, + "Static": { + "type": "byte", + "value": 1 + }, + "Tag": { + "type": "cexostring", + "value": "x0_treepine2" + }, + "TemplateResRef": { + "type": "resref", + "value": "x0_treepine2" + }, + "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": 46.66476821899414 + }, + "Y": { + "type": "float", + "value": 72.38181304931641 + }, + "Z": { + "type": "float", + "value": 5.11177921295166 + } + }, + { + "__struct_id": 9, + "AnimationState": { + "type": "byte", + "value": 0 + }, + "Appearance": { + "type": "dword", + "value": 259 + }, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Bearing": { + "type": "float", + "value": -0.0 + }, + "BodyBag": { + "type": "byte", + "value": 0 + }, + "CloseLockDC": { + "type": "byte", + "value": 0 + }, + "Conversation": { + "type": "resref", + "value": "" + }, + "CurrentHP": { + "type": "short", + "value": 15 + }, + "Description": { + "id": 68944, + "type": "cexolocstring", + "value": {} + }, + "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 + }, + "ItemList": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "AddCost": { + "type": "dword", + "value": 0 + }, + "BaseItem": { + "type": "int", + "value": 24 + }, + "Charges": { + "type": "byte", + "value": 0 + }, + "Cost": { + "type": "dword", + "value": 0 + }, + "Cursed": { + "type": "byte", + "value": 0 + }, + "DescIdentified": { + "id": 58566, + "type": "cexolocstring", + "value": {} + }, + "Description": { + "type": "cexolocstring", + "value": {} + }, + "Identified": { + "type": "byte", + "value": 1 + }, + "LocalizedName": { + "id": 13494, + "type": "cexolocstring", + "value": {} + }, + "ModelPart1": { + "type": "byte", + "value": 66 + }, + "Plot": { + "type": "byte", + "value": 0 + }, + "PropertiesList": { + "type": "list", + "value": [] + }, + "Repos_PosX": { + "type": "word", + "value": 0 + }, + "Repos_Posy": { + "type": "word", + "value": 0 + }, + "StackSize": { + "type": "word", + "value": 1 + }, + "Stolen": { + "type": "byte", + "value": 0 + }, + "Tag": { + "type": "cexostring", + "value": "NW_IT_MSMLMISC12" + }, + "TemplateResRef": { + "type": "resref", + "value": "nw_it_msmlmisc12" + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": -1.0 + }, + "YOrientation": { + "type": "float", + "value": 1.0 + }, + "YPosition": { + "type": "float", + "value": -1.0 + }, + "ZPosition": { + "type": "float", + "value": -1.0 + } + }, + { + "__struct_id": 1, + "AddCost": { + "type": "dword", + "value": 10 + }, + "BaseItem": { + "type": "int", + "value": 24 + }, + "Charges": { + "type": "byte", + "value": 0 + }, + "Cost": { + "type": "dword", + "value": 10 + }, + "Cursed": { + "type": "byte", + "value": 0 + }, + "DescIdentified": { + "id": 58565, + "type": "cexolocstring", + "value": {} + }, + "Description": { + "type": "cexolocstring", + "value": {} + }, + "Identified": { + "type": "byte", + "value": 1 + }, + "LocalizedName": { + "id": 13493, + "type": "cexolocstring", + "value": {} + }, + "ModelPart1": { + "type": "byte", + "value": 68 + }, + "Plot": { + "type": "byte", + "value": 0 + }, + "PropertiesList": { + "type": "list", + "value": [] + }, + "Repos_PosX": { + "type": "word", + "value": 1 + }, + "Repos_Posy": { + "type": "word", + "value": 0 + }, + "StackSize": { + "type": "word", + "value": 1 + }, + "Stolen": { + "type": "byte", + "value": 0 + }, + "Tag": { + "type": "cexostring", + "value": "NW_IT_MSMLMISC11" + }, + "TemplateResRef": { + "type": "resref", + "value": "nw_it_msmlmisc11" + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": -1.0 + }, + "YOrientation": { + "type": "float", + "value": 1.0 + }, + "YPosition": { + "type": "float", + "value": -1.0 + }, + "ZPosition": { + "type": "float", + "value": -1.0 + } + } + ] + }, + "KeyName": { + "type": "cexostring", + "value": "" + }, + "KeyRequired": { + "type": "byte", + "value": 0 + }, + "Lockable": { + "type": "byte", + "value": 0 + }, + "Locked": { + "type": "byte", + "value": 0 + }, + "LocName": { + "id": 78634, + "type": "cexolocstring", + "value": {} + }, + "OnClosed": { + "type": "resref", + "value": "" + }, + "OnDamaged": { + "type": "resref", + "value": "" + }, + "OnDeath": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnHeartbeat": { + "type": "resref", + "value": "" + }, + "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": 795 + }, + "Ref": { + "type": "byte", + "value": 0 + }, + "Static": { + "type": "byte", + "value": 1 + }, + "Tag": { + "type": "cexostring", + "value": "x0_treepine2" + }, + "TemplateResRef": { + "type": "resref", + "value": "x0_treepine2" + }, + "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": 46.8150749206543 + }, + "Y": { + "type": "float", + "value": 68.96302795410156 + }, + "Z": { + "type": "float", + "value": 5.0 + } + }, + { + "__struct_id": 9, + "AnimationState": { + "type": "byte", + "value": 0 + }, + "Appearance": { + "type": "dword", + "value": 259 + }, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Bearing": { + "type": "float", + "value": -0.0 + }, + "BodyBag": { + "type": "byte", + "value": 0 + }, + "CloseLockDC": { + "type": "byte", + "value": 0 + }, + "Conversation": { + "type": "resref", + "value": "" + }, + "CurrentHP": { + "type": "short", + "value": 15 + }, + "Description": { + "id": 68944, + "type": "cexolocstring", + "value": {} + }, + "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 + }, + "ItemList": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "AddCost": { + "type": "dword", + "value": 0 + }, + "BaseItem": { + "type": "int", + "value": 24 + }, + "Charges": { + "type": "byte", + "value": 0 + }, + "Cost": { + "type": "dword", + "value": 0 + }, + "Cursed": { + "type": "byte", + "value": 0 + }, + "DescIdentified": { + "id": 58566, + "type": "cexolocstring", + "value": {} + }, + "Description": { + "type": "cexolocstring", + "value": {} + }, + "Identified": { + "type": "byte", + "value": 1 + }, + "LocalizedName": { + "id": 13494, + "type": "cexolocstring", + "value": {} + }, + "ModelPart1": { + "type": "byte", + "value": 66 + }, + "Plot": { + "type": "byte", + "value": 0 + }, + "PropertiesList": { + "type": "list", + "value": [] + }, + "Repos_PosX": { + "type": "word", + "value": 0 + }, + "Repos_Posy": { + "type": "word", + "value": 0 + }, + "StackSize": { + "type": "word", + "value": 1 + }, + "Stolen": { + "type": "byte", + "value": 0 + }, + "Tag": { + "type": "cexostring", + "value": "NW_IT_MSMLMISC12" + }, + "TemplateResRef": { + "type": "resref", + "value": "nw_it_msmlmisc12" + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": -1.0 + }, + "YOrientation": { + "type": "float", + "value": 1.0 + }, + "YPosition": { + "type": "float", + "value": -1.0 + }, + "ZPosition": { + "type": "float", + "value": -1.0 + } + }, + { + "__struct_id": 1, + "AddCost": { + "type": "dword", + "value": 10 + }, + "BaseItem": { + "type": "int", + "value": 24 + }, + "Charges": { + "type": "byte", + "value": 0 + }, + "Cost": { + "type": "dword", + "value": 10 + }, + "Cursed": { + "type": "byte", + "value": 0 + }, + "DescIdentified": { + "id": 58565, + "type": "cexolocstring", + "value": {} + }, + "Description": { + "type": "cexolocstring", + "value": {} + }, + "Identified": { + "type": "byte", + "value": 1 + }, + "LocalizedName": { + "id": 13493, + "type": "cexolocstring", + "value": {} + }, + "ModelPart1": { + "type": "byte", + "value": 68 + }, + "Plot": { + "type": "byte", + "value": 0 + }, + "PropertiesList": { + "type": "list", + "value": [] + }, + "Repos_PosX": { + "type": "word", + "value": 1 + }, + "Repos_Posy": { + "type": "word", + "value": 0 + }, + "StackSize": { + "type": "word", + "value": 1 + }, + "Stolen": { + "type": "byte", + "value": 0 + }, + "Tag": { + "type": "cexostring", + "value": "NW_IT_MSMLMISC11" + }, + "TemplateResRef": { + "type": "resref", + "value": "nw_it_msmlmisc11" + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": -1.0 + }, + "YOrientation": { + "type": "float", + "value": 1.0 + }, + "YPosition": { + "type": "float", + "value": -1.0 + }, + "ZPosition": { + "type": "float", + "value": -1.0 + } + } + ] + }, + "KeyName": { + "type": "cexostring", + "value": "" + }, + "KeyRequired": { + "type": "byte", + "value": 0 + }, + "Lockable": { + "type": "byte", + "value": 0 + }, + "Locked": { + "type": "byte", + "value": 0 + }, + "LocName": { + "id": 78634, + "type": "cexolocstring", + "value": {} + }, + "OnClosed": { + "type": "resref", + "value": "" + }, + "OnDamaged": { + "type": "resref", + "value": "" + }, + "OnDeath": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnHeartbeat": { + "type": "resref", + "value": "" + }, + "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": 795 + }, + "Ref": { + "type": "byte", + "value": 0 + }, + "Static": { + "type": "byte", + "value": 1 + }, + "Tag": { + "type": "cexostring", + "value": "x0_treepine2" + }, + "TemplateResRef": { + "type": "resref", + "value": "x0_treepine2" + }, + "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": 55.77278518676758 + }, + "Y": { + "type": "float", + "value": 70.99416351318359 + }, + "Z": { + "type": "float", + "value": 5.025306701660156 + } + }, + { + "__struct_id": 9, + "AnimationState": { + "type": "byte", + "value": 0 + }, + "Appearance": { + "type": "dword", + "value": 259 + }, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Bearing": { + "type": "float", + "value": -0.0 + }, + "BodyBag": { + "type": "byte", + "value": 0 + }, + "CloseLockDC": { + "type": "byte", + "value": 0 + }, + "Conversation": { + "type": "resref", + "value": "" + }, + "CurrentHP": { + "type": "short", + "value": 15 + }, + "Description": { + "id": 68944, + "type": "cexolocstring", + "value": {} + }, + "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 + }, + "ItemList": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "AddCost": { + "type": "dword", + "value": 0 + }, + "BaseItem": { + "type": "int", + "value": 24 + }, + "Charges": { + "type": "byte", + "value": 0 + }, + "Cost": { + "type": "dword", + "value": 0 + }, + "Cursed": { + "type": "byte", + "value": 0 + }, + "DescIdentified": { + "id": 58566, + "type": "cexolocstring", + "value": {} + }, + "Description": { + "type": "cexolocstring", + "value": {} + }, + "Identified": { + "type": "byte", + "value": 1 + }, + "LocalizedName": { + "id": 13494, + "type": "cexolocstring", + "value": {} + }, + "ModelPart1": { + "type": "byte", + "value": 66 + }, + "Plot": { + "type": "byte", + "value": 0 + }, + "PropertiesList": { + "type": "list", + "value": [] + }, + "Repos_PosX": { + "type": "word", + "value": 0 + }, + "Repos_Posy": { + "type": "word", + "value": 0 + }, + "StackSize": { + "type": "word", + "value": 1 + }, + "Stolen": { + "type": "byte", + "value": 0 + }, + "Tag": { + "type": "cexostring", + "value": "NW_IT_MSMLMISC12" + }, + "TemplateResRef": { + "type": "resref", + "value": "nw_it_msmlmisc12" + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": -1.0 + }, + "YOrientation": { + "type": "float", + "value": 1.0 + }, + "YPosition": { + "type": "float", + "value": -1.0 + }, + "ZPosition": { + "type": "float", + "value": -1.0 + } + }, + { + "__struct_id": 1, + "AddCost": { + "type": "dword", + "value": 10 + }, + "BaseItem": { + "type": "int", + "value": 24 + }, + "Charges": { + "type": "byte", + "value": 0 + }, + "Cost": { + "type": "dword", + "value": 10 + }, + "Cursed": { + "type": "byte", + "value": 0 + }, + "DescIdentified": { + "id": 58565, + "type": "cexolocstring", + "value": {} + }, + "Description": { + "type": "cexolocstring", + "value": {} + }, + "Identified": { + "type": "byte", + "value": 1 + }, + "LocalizedName": { + "id": 13493, + "type": "cexolocstring", + "value": {} + }, + "ModelPart1": { + "type": "byte", + "value": 68 + }, + "Plot": { + "type": "byte", + "value": 0 + }, + "PropertiesList": { + "type": "list", + "value": [] + }, + "Repos_PosX": { + "type": "word", + "value": 1 + }, + "Repos_Posy": { + "type": "word", + "value": 0 + }, + "StackSize": { + "type": "word", + "value": 1 + }, + "Stolen": { + "type": "byte", + "value": 0 + }, + "Tag": { + "type": "cexostring", + "value": "NW_IT_MSMLMISC11" + }, + "TemplateResRef": { + "type": "resref", + "value": "nw_it_msmlmisc11" + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": -1.0 + }, + "YOrientation": { + "type": "float", + "value": 1.0 + }, + "YPosition": { + "type": "float", + "value": -1.0 + }, + "ZPosition": { + "type": "float", + "value": -1.0 + } + } + ] + }, + "KeyName": { + "type": "cexostring", + "value": "" + }, + "KeyRequired": { + "type": "byte", + "value": 0 + }, + "Lockable": { + "type": "byte", + "value": 0 + }, + "Locked": { + "type": "byte", + "value": 0 + }, + "LocName": { + "id": 78634, + "type": "cexolocstring", + "value": {} + }, + "OnClosed": { + "type": "resref", + "value": "" + }, + "OnDamaged": { + "type": "resref", + "value": "" + }, + "OnDeath": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnHeartbeat": { + "type": "resref", + "value": "" + }, + "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": 795 + }, + "Ref": { + "type": "byte", + "value": 0 + }, + "Static": { + "type": "byte", + "value": 1 + }, + "Tag": { + "type": "cexostring", + "value": "x0_treepine2" + }, + "TemplateResRef": { + "type": "resref", + "value": "x0_treepine2" + }, + "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": 52.44454956054688 + }, + "Y": { + "type": "float", + "value": 68.77835083007813 + }, + "Z": { + "type": "float", + "value": 4.999995231628418 + } + }, + { + "__struct_id": 9, + "AnimationState": { + "type": "byte", + "value": 0 + }, + "Appearance": { + "type": "dword", + "value": 259 + }, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Bearing": { + "type": "float", + "value": -0.0 + }, + "BodyBag": { + "type": "byte", + "value": 0 + }, + "CloseLockDC": { + "type": "byte", + "value": 0 + }, + "Conversation": { + "type": "resref", + "value": "" + }, + "CurrentHP": { + "type": "short", + "value": 15 + }, + "Description": { + "id": 68944, + "type": "cexolocstring", + "value": {} + }, + "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 + }, + "ItemList": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "AddCost": { + "type": "dword", + "value": 0 + }, + "BaseItem": { + "type": "int", + "value": 24 + }, + "Charges": { + "type": "byte", + "value": 0 + }, + "Cost": { + "type": "dword", + "value": 0 + }, + "Cursed": { + "type": "byte", + "value": 0 + }, + "DescIdentified": { + "id": 58566, + "type": "cexolocstring", + "value": {} + }, + "Description": { + "type": "cexolocstring", + "value": {} + }, + "Identified": { + "type": "byte", + "value": 1 + }, + "LocalizedName": { + "id": 13494, + "type": "cexolocstring", + "value": {} + }, + "ModelPart1": { + "type": "byte", + "value": 66 + }, + "Plot": { + "type": "byte", + "value": 0 + }, + "PropertiesList": { + "type": "list", + "value": [] + }, + "Repos_PosX": { + "type": "word", + "value": 0 + }, + "Repos_Posy": { + "type": "word", + "value": 0 + }, + "StackSize": { + "type": "word", + "value": 1 + }, + "Stolen": { + "type": "byte", + "value": 0 + }, + "Tag": { + "type": "cexostring", + "value": "NW_IT_MSMLMISC12" + }, + "TemplateResRef": { + "type": "resref", + "value": "nw_it_msmlmisc12" + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": -1.0 + }, + "YOrientation": { + "type": "float", + "value": 1.0 + }, + "YPosition": { + "type": "float", + "value": -1.0 + }, + "ZPosition": { + "type": "float", + "value": -1.0 + } + }, + { + "__struct_id": 1, + "AddCost": { + "type": "dword", + "value": 10 + }, + "BaseItem": { + "type": "int", + "value": 24 + }, + "Charges": { + "type": "byte", + "value": 0 + }, + "Cost": { + "type": "dword", + "value": 10 + }, + "Cursed": { + "type": "byte", + "value": 0 + }, + "DescIdentified": { + "id": 58565, + "type": "cexolocstring", + "value": {} + }, + "Description": { + "type": "cexolocstring", + "value": {} + }, + "Identified": { + "type": "byte", + "value": 1 + }, + "LocalizedName": { + "id": 13493, + "type": "cexolocstring", + "value": {} + }, + "ModelPart1": { + "type": "byte", + "value": 68 + }, + "Plot": { + "type": "byte", + "value": 0 + }, + "PropertiesList": { + "type": "list", + "value": [] + }, + "Repos_PosX": { + "type": "word", + "value": 1 + }, + "Repos_Posy": { + "type": "word", + "value": 0 + }, + "StackSize": { + "type": "word", + "value": 1 + }, + "Stolen": { + "type": "byte", + "value": 0 + }, + "Tag": { + "type": "cexostring", + "value": "NW_IT_MSMLMISC11" + }, + "TemplateResRef": { + "type": "resref", + "value": "nw_it_msmlmisc11" + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": -1.0 + }, + "YOrientation": { + "type": "float", + "value": 1.0 + }, + "YPosition": { + "type": "float", + "value": -1.0 + }, + "ZPosition": { + "type": "float", + "value": -1.0 + } + } + ] + }, + "KeyName": { + "type": "cexostring", + "value": "" + }, + "KeyRequired": { + "type": "byte", + "value": 0 + }, + "Lockable": { + "type": "byte", + "value": 0 + }, + "Locked": { + "type": "byte", + "value": 0 + }, + "LocName": { + "id": 78634, + "type": "cexolocstring", + "value": {} + }, + "OnClosed": { + "type": "resref", + "value": "" + }, + "OnDamaged": { + "type": "resref", + "value": "" + }, + "OnDeath": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnHeartbeat": { + "type": "resref", + "value": "" + }, + "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": 795 + }, + "Ref": { + "type": "byte", + "value": 0 + }, + "Static": { + "type": "byte", + "value": 1 + }, + "Tag": { + "type": "cexostring", + "value": "x0_treepine2" + }, + "TemplateResRef": { + "type": "resref", + "value": "x0_treepine2" + }, + "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": 54.10591888427734 + }, + "Y": { + "type": "float", + "value": 70.72537231445313 + }, + "Z": { + "type": "float", + "value": 4.999993324279785 + } + }, + { + "__struct_id": 9, + "AnimationState": { + "type": "byte", + "value": 0 + }, + "Appearance": { + "type": "dword", + "value": 259 + }, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Bearing": { + "type": "float", + "value": -0.0 + }, + "BodyBag": { + "type": "byte", + "value": 0 + }, + "CloseLockDC": { + "type": "byte", + "value": 0 + }, + "Conversation": { + "type": "resref", + "value": "" + }, + "CurrentHP": { + "type": "short", + "value": 15 + }, + "Description": { + "id": 68944, + "type": "cexolocstring", + "value": {} + }, + "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 + }, + "ItemList": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "AddCost": { + "type": "dword", + "value": 0 + }, + "BaseItem": { + "type": "int", + "value": 24 + }, + "Charges": { + "type": "byte", + "value": 0 + }, + "Cost": { + "type": "dword", + "value": 0 + }, + "Cursed": { + "type": "byte", + "value": 0 + }, + "DescIdentified": { + "id": 58566, + "type": "cexolocstring", + "value": {} + }, + "Description": { + "type": "cexolocstring", + "value": {} + }, + "Identified": { + "type": "byte", + "value": 1 + }, + "LocalizedName": { + "id": 13494, + "type": "cexolocstring", + "value": {} + }, + "ModelPart1": { + "type": "byte", + "value": 66 + }, + "Plot": { + "type": "byte", + "value": 0 + }, + "PropertiesList": { + "type": "list", + "value": [] + }, + "Repos_PosX": { + "type": "word", + "value": 0 + }, + "Repos_Posy": { + "type": "word", + "value": 0 + }, + "StackSize": { + "type": "word", + "value": 1 + }, + "Stolen": { + "type": "byte", + "value": 0 + }, + "Tag": { + "type": "cexostring", + "value": "NW_IT_MSMLMISC12" + }, + "TemplateResRef": { + "type": "resref", + "value": "nw_it_msmlmisc12" + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": -1.0 + }, + "YOrientation": { + "type": "float", + "value": 1.0 + }, + "YPosition": { + "type": "float", + "value": -1.0 + }, + "ZPosition": { + "type": "float", + "value": -1.0 + } + }, + { + "__struct_id": 1, + "AddCost": { + "type": "dword", + "value": 10 + }, + "BaseItem": { + "type": "int", + "value": 24 + }, + "Charges": { + "type": "byte", + "value": 0 + }, + "Cost": { + "type": "dword", + "value": 10 + }, + "Cursed": { + "type": "byte", + "value": 0 + }, + "DescIdentified": { + "id": 58565, + "type": "cexolocstring", + "value": {} + }, + "Description": { + "type": "cexolocstring", + "value": {} + }, + "Identified": { + "type": "byte", + "value": 1 + }, + "LocalizedName": { + "id": 13493, + "type": "cexolocstring", + "value": {} + }, + "ModelPart1": { + "type": "byte", + "value": 68 + }, + "Plot": { + "type": "byte", + "value": 0 + }, + "PropertiesList": { + "type": "list", + "value": [] + }, + "Repos_PosX": { + "type": "word", + "value": 1 + }, + "Repos_Posy": { + "type": "word", + "value": 0 + }, + "StackSize": { + "type": "word", + "value": 1 + }, + "Stolen": { + "type": "byte", + "value": 0 + }, + "Tag": { + "type": "cexostring", + "value": "NW_IT_MSMLMISC11" + }, + "TemplateResRef": { + "type": "resref", + "value": "nw_it_msmlmisc11" + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": -1.0 + }, + "YOrientation": { + "type": "float", + "value": 1.0 + }, + "YPosition": { + "type": "float", + "value": -1.0 + }, + "ZPosition": { + "type": "float", + "value": -1.0 + } + } + ] + }, + "KeyName": { + "type": "cexostring", + "value": "" + }, + "KeyRequired": { + "type": "byte", + "value": 0 + }, + "Lockable": { + "type": "byte", + "value": 0 + }, + "Locked": { + "type": "byte", + "value": 0 + }, + "LocName": { + "id": 78634, + "type": "cexolocstring", + "value": {} + }, + "OnClosed": { + "type": "resref", + "value": "" + }, + "OnDamaged": { + "type": "resref", + "value": "" + }, + "OnDeath": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnHeartbeat": { + "type": "resref", + "value": "" + }, + "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": 795 + }, + "Ref": { + "type": "byte", + "value": 0 + }, + "Static": { + "type": "byte", + "value": 1 + }, + "Tag": { + "type": "cexostring", + "value": "x0_treepine2" + }, + "TemplateResRef": { + "type": "resref", + "value": "x0_treepine2" + }, + "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": 70.84790802001953 + }, + "Y": { + "type": "float", + "value": 72.56570434570313 + }, + "Z": { + "type": "float", + "value": 5.000926017761231 + } + }, + { + "__struct_id": 9, + "AnimationState": { + "type": "byte", + "value": 0 + }, + "Appearance": { + "type": "dword", + "value": 259 + }, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Bearing": { + "type": "float", + "value": -0.0 + }, + "BodyBag": { + "type": "byte", + "value": 0 + }, + "CloseLockDC": { + "type": "byte", + "value": 0 + }, + "Conversation": { + "type": "resref", + "value": "" + }, + "CurrentHP": { + "type": "short", + "value": 15 + }, + "Description": { + "id": 68944, + "type": "cexolocstring", + "value": {} + }, + "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 + }, + "ItemList": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "AddCost": { + "type": "dword", + "value": 0 + }, + "BaseItem": { + "type": "int", + "value": 24 + }, + "Charges": { + "type": "byte", + "value": 0 + }, + "Cost": { + "type": "dword", + "value": 0 + }, + "Cursed": { + "type": "byte", + "value": 0 + }, + "DescIdentified": { + "id": 58566, + "type": "cexolocstring", + "value": {} + }, + "Description": { + "type": "cexolocstring", + "value": {} + }, + "Identified": { + "type": "byte", + "value": 1 + }, + "LocalizedName": { + "id": 13494, + "type": "cexolocstring", + "value": {} + }, + "ModelPart1": { + "type": "byte", + "value": 66 + }, + "Plot": { + "type": "byte", + "value": 0 + }, + "PropertiesList": { + "type": "list", + "value": [] + }, + "Repos_PosX": { + "type": "word", + "value": 0 + }, + "Repos_Posy": { + "type": "word", + "value": 0 + }, + "StackSize": { + "type": "word", + "value": 1 + }, + "Stolen": { + "type": "byte", + "value": 0 + }, + "Tag": { + "type": "cexostring", + "value": "NW_IT_MSMLMISC12" + }, + "TemplateResRef": { + "type": "resref", + "value": "nw_it_msmlmisc12" + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": -1.0 + }, + "YOrientation": { + "type": "float", + "value": 1.0 + }, + "YPosition": { + "type": "float", + "value": -1.0 + }, + "ZPosition": { + "type": "float", + "value": -1.0 + } + }, + { + "__struct_id": 1, + "AddCost": { + "type": "dword", + "value": 10 + }, + "BaseItem": { + "type": "int", + "value": 24 + }, + "Charges": { + "type": "byte", + "value": 0 + }, + "Cost": { + "type": "dword", + "value": 10 + }, + "Cursed": { + "type": "byte", + "value": 0 + }, + "DescIdentified": { + "id": 58565, + "type": "cexolocstring", + "value": {} + }, + "Description": { + "type": "cexolocstring", + "value": {} + }, + "Identified": { + "type": "byte", + "value": 1 + }, + "LocalizedName": { + "id": 13493, + "type": "cexolocstring", + "value": {} + }, + "ModelPart1": { + "type": "byte", + "value": 68 + }, + "Plot": { + "type": "byte", + "value": 0 + }, + "PropertiesList": { + "type": "list", + "value": [] + }, + "Repos_PosX": { + "type": "word", + "value": 1 + }, + "Repos_Posy": { + "type": "word", + "value": 0 + }, + "StackSize": { + "type": "word", + "value": 1 + }, + "Stolen": { + "type": "byte", + "value": 0 + }, + "Tag": { + "type": "cexostring", + "value": "NW_IT_MSMLMISC11" + }, + "TemplateResRef": { + "type": "resref", + "value": "nw_it_msmlmisc11" + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": -1.0 + }, + "YOrientation": { + "type": "float", + "value": 1.0 + }, + "YPosition": { + "type": "float", + "value": -1.0 + }, + "ZPosition": { + "type": "float", + "value": -1.0 + } + } + ] + }, + "KeyName": { + "type": "cexostring", + "value": "" + }, + "KeyRequired": { + "type": "byte", + "value": 0 + }, + "Lockable": { + "type": "byte", + "value": 0 + }, + "Locked": { + "type": "byte", + "value": 0 + }, + "LocName": { + "id": 78634, + "type": "cexolocstring", + "value": {} + }, + "OnClosed": { + "type": "resref", + "value": "" + }, + "OnDamaged": { + "type": "resref", + "value": "" + }, + "OnDeath": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnHeartbeat": { + "type": "resref", + "value": "" + }, + "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": 795 + }, + "Ref": { + "type": "byte", + "value": 0 + }, + "Static": { + "type": "byte", + "value": 1 + }, + "Tag": { + "type": "cexostring", + "value": "x0_treepine2" + }, + "TemplateResRef": { + "type": "resref", + "value": "x0_treepine2" + }, + "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": 67.52745819091797 + }, + "Y": { + "type": "float", + "value": 72.30512237548828 + }, + "Z": { + "type": "float", + "value": 5.382365226745606 + } + }, + { + "__struct_id": 9, + "AnimationState": { + "type": "byte", + "value": 0 + }, + "Appearance": { + "type": "dword", + "value": 259 + }, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Bearing": { + "type": "float", + "value": -0.0 + }, + "BodyBag": { + "type": "byte", + "value": 0 + }, + "CloseLockDC": { + "type": "byte", + "value": 0 + }, + "Conversation": { + "type": "resref", + "value": "" + }, + "CurrentHP": { + "type": "short", + "value": 15 + }, + "Description": { + "id": 68944, + "type": "cexolocstring", + "value": {} + }, + "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 + }, + "ItemList": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "AddCost": { + "type": "dword", + "value": 0 + }, + "BaseItem": { + "type": "int", + "value": 24 + }, + "Charges": { + "type": "byte", + "value": 0 + }, + "Cost": { + "type": "dword", + "value": 0 + }, + "Cursed": { + "type": "byte", + "value": 0 + }, + "DescIdentified": { + "id": 58566, + "type": "cexolocstring", + "value": {} + }, + "Description": { + "type": "cexolocstring", + "value": {} + }, + "Identified": { + "type": "byte", + "value": 1 + }, + "LocalizedName": { + "id": 13494, + "type": "cexolocstring", + "value": {} + }, + "ModelPart1": { + "type": "byte", + "value": 66 + }, + "Plot": { + "type": "byte", + "value": 0 + }, + "PropertiesList": { + "type": "list", + "value": [] + }, + "Repos_PosX": { + "type": "word", + "value": 0 + }, + "Repos_Posy": { + "type": "word", + "value": 0 + }, + "StackSize": { + "type": "word", + "value": 1 + }, + "Stolen": { + "type": "byte", + "value": 0 + }, + "Tag": { + "type": "cexostring", + "value": "NW_IT_MSMLMISC12" + }, + "TemplateResRef": { + "type": "resref", + "value": "nw_it_msmlmisc12" + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": -1.0 + }, + "YOrientation": { + "type": "float", + "value": 1.0 + }, + "YPosition": { + "type": "float", + "value": -1.0 + }, + "ZPosition": { + "type": "float", + "value": -1.0 + } + }, + { + "__struct_id": 1, + "AddCost": { + "type": "dword", + "value": 10 + }, + "BaseItem": { + "type": "int", + "value": 24 + }, + "Charges": { + "type": "byte", + "value": 0 + }, + "Cost": { + "type": "dword", + "value": 10 + }, + "Cursed": { + "type": "byte", + "value": 0 + }, + "DescIdentified": { + "id": 58565, + "type": "cexolocstring", + "value": {} + }, + "Description": { + "type": "cexolocstring", + "value": {} + }, + "Identified": { + "type": "byte", + "value": 1 + }, + "LocalizedName": { + "id": 13493, + "type": "cexolocstring", + "value": {} + }, + "ModelPart1": { + "type": "byte", + "value": 68 + }, + "Plot": { + "type": "byte", + "value": 0 + }, + "PropertiesList": { + "type": "list", + "value": [] + }, + "Repos_PosX": { + "type": "word", + "value": 1 + }, + "Repos_Posy": { + "type": "word", + "value": 0 + }, + "StackSize": { + "type": "word", + "value": 1 + }, + "Stolen": { + "type": "byte", + "value": 0 + }, + "Tag": { + "type": "cexostring", + "value": "NW_IT_MSMLMISC11" + }, + "TemplateResRef": { + "type": "resref", + "value": "nw_it_msmlmisc11" + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": -1.0 + }, + "YOrientation": { + "type": "float", + "value": 1.0 + }, + "YPosition": { + "type": "float", + "value": -1.0 + }, + "ZPosition": { + "type": "float", + "value": -1.0 + } + } + ] + }, + "KeyName": { + "type": "cexostring", + "value": "" + }, + "KeyRequired": { + "type": "byte", + "value": 0 + }, + "Lockable": { + "type": "byte", + "value": 0 + }, + "Locked": { + "type": "byte", + "value": 0 + }, + "LocName": { + "id": 78634, + "type": "cexolocstring", + "value": {} + }, + "OnClosed": { + "type": "resref", + "value": "" + }, + "OnDamaged": { + "type": "resref", + "value": "" + }, + "OnDeath": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnHeartbeat": { + "type": "resref", + "value": "" + }, + "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": 795 + }, + "Ref": { + "type": "byte", + "value": 0 + }, + "Static": { + "type": "byte", + "value": 1 + }, + "Tag": { + "type": "cexostring", + "value": "x0_treepine2" + }, + "TemplateResRef": { + "type": "resref", + "value": "x0_treepine2" + }, + "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": 70.10343170166016 + }, + "Y": { + "type": "float", + "value": 69.20662689208984 + }, + "Z": { + "type": "float", + "value": 4.999993324279785 + } + }, + { + "__struct_id": 9, + "AnimationState": { + "type": "byte", + "value": 0 + }, + "Appearance": { + "type": "dword", + "value": 259 + }, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Bearing": { + "type": "float", + "value": -0.0 + }, + "BodyBag": { + "type": "byte", + "value": 0 + }, + "CloseLockDC": { + "type": "byte", + "value": 0 + }, + "Conversation": { + "type": "resref", + "value": "" + }, + "CurrentHP": { + "type": "short", + "value": 15 + }, + "Description": { + "id": 68944, + "type": "cexolocstring", + "value": {} + }, + "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 + }, + "ItemList": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "AddCost": { + "type": "dword", + "value": 0 + }, + "BaseItem": { + "type": "int", + "value": 24 + }, + "Charges": { + "type": "byte", + "value": 0 + }, + "Cost": { + "type": "dword", + "value": 0 + }, + "Cursed": { + "type": "byte", + "value": 0 + }, + "DescIdentified": { + "id": 58566, + "type": "cexolocstring", + "value": {} + }, + "Description": { + "type": "cexolocstring", + "value": {} + }, + "Identified": { + "type": "byte", + "value": 1 + }, + "LocalizedName": { + "id": 13494, + "type": "cexolocstring", + "value": {} + }, + "ModelPart1": { + "type": "byte", + "value": 66 + }, + "Plot": { + "type": "byte", + "value": 0 + }, + "PropertiesList": { + "type": "list", + "value": [] + }, + "Repos_PosX": { + "type": "word", + "value": 0 + }, + "Repos_Posy": { + "type": "word", + "value": 0 + }, + "StackSize": { + "type": "word", + "value": 1 + }, + "Stolen": { + "type": "byte", + "value": 0 + }, + "Tag": { + "type": "cexostring", + "value": "NW_IT_MSMLMISC12" + }, + "TemplateResRef": { + "type": "resref", + "value": "nw_it_msmlmisc12" + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": -1.0 + }, + "YOrientation": { + "type": "float", + "value": 1.0 + }, + "YPosition": { + "type": "float", + "value": -1.0 + }, + "ZPosition": { + "type": "float", + "value": -1.0 + } + }, + { + "__struct_id": 1, + "AddCost": { + "type": "dword", + "value": 10 + }, + "BaseItem": { + "type": "int", + "value": 24 + }, + "Charges": { + "type": "byte", + "value": 0 + }, + "Cost": { + "type": "dword", + "value": 10 + }, + "Cursed": { + "type": "byte", + "value": 0 + }, + "DescIdentified": { + "id": 58565, + "type": "cexolocstring", + "value": {} + }, + "Description": { + "type": "cexolocstring", + "value": {} + }, + "Identified": { + "type": "byte", + "value": 1 + }, + "LocalizedName": { + "id": 13493, + "type": "cexolocstring", + "value": {} + }, + "ModelPart1": { + "type": "byte", + "value": 68 + }, + "Plot": { + "type": "byte", + "value": 0 + }, + "PropertiesList": { + "type": "list", + "value": [] + }, + "Repos_PosX": { + "type": "word", + "value": 1 + }, + "Repos_Posy": { + "type": "word", + "value": 0 + }, + "StackSize": { + "type": "word", + "value": 1 + }, + "Stolen": { + "type": "byte", + "value": 0 + }, + "Tag": { + "type": "cexostring", + "value": "NW_IT_MSMLMISC11" + }, + "TemplateResRef": { + "type": "resref", + "value": "nw_it_msmlmisc11" + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": -1.0 + }, + "YOrientation": { + "type": "float", + "value": 1.0 + }, + "YPosition": { + "type": "float", + "value": -1.0 + }, + "ZPosition": { + "type": "float", + "value": -1.0 + } + } + ] + }, + "KeyName": { + "type": "cexostring", + "value": "" + }, + "KeyRequired": { + "type": "byte", + "value": 0 + }, + "Lockable": { + "type": "byte", + "value": 0 + }, + "Locked": { + "type": "byte", + "value": 0 + }, + "LocName": { + "id": 78634, + "type": "cexolocstring", + "value": {} + }, + "OnClosed": { + "type": "resref", + "value": "" + }, + "OnDamaged": { + "type": "resref", + "value": "" + }, + "OnDeath": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnHeartbeat": { + "type": "resref", + "value": "" + }, + "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": 795 + }, + "Ref": { + "type": "byte", + "value": 0 + }, + "Static": { + "type": "byte", + "value": 1 + }, + "Tag": { + "type": "cexostring", + "value": "x0_treepine2" + }, + "TemplateResRef": { + "type": "resref", + "value": "x0_treepine2" + }, + "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": 66.91497039794922 + }, + "Y": { + "type": "float", + "value": 68.45700073242188 + }, + "Z": { + "type": "float", + "value": 4.999995231628418 + } + }, + { + "__struct_id": 9, + "AnimationState": { + "type": "byte", + "value": 0 + }, + "Appearance": { + "type": "dword", + "value": 259 + }, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Bearing": { + "type": "float", + "value": -0.0 + }, + "BodyBag": { + "type": "byte", + "value": 0 + }, + "CloseLockDC": { + "type": "byte", + "value": 0 + }, + "Conversation": { + "type": "resref", + "value": "" + }, + "CurrentHP": { + "type": "short", + "value": 15 + }, + "Description": { + "id": 68944, + "type": "cexolocstring", + "value": {} + }, + "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 + }, + "ItemList": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "AddCost": { + "type": "dword", + "value": 0 + }, + "BaseItem": { + "type": "int", + "value": 24 + }, + "Charges": { + "type": "byte", + "value": 0 + }, + "Cost": { + "type": "dword", + "value": 0 + }, + "Cursed": { + "type": "byte", + "value": 0 + }, + "DescIdentified": { + "id": 58566, + "type": "cexolocstring", + "value": {} + }, + "Description": { + "type": "cexolocstring", + "value": {} + }, + "Identified": { + "type": "byte", + "value": 1 + }, + "LocalizedName": { + "id": 13494, + "type": "cexolocstring", + "value": {} + }, + "ModelPart1": { + "type": "byte", + "value": 66 + }, + "Plot": { + "type": "byte", + "value": 0 + }, + "PropertiesList": { + "type": "list", + "value": [] + }, + "Repos_PosX": { + "type": "word", + "value": 0 + }, + "Repos_Posy": { + "type": "word", + "value": 0 + }, + "StackSize": { + "type": "word", + "value": 1 + }, + "Stolen": { + "type": "byte", + "value": 0 + }, + "Tag": { + "type": "cexostring", + "value": "NW_IT_MSMLMISC12" + }, + "TemplateResRef": { + "type": "resref", + "value": "nw_it_msmlmisc12" + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": -1.0 + }, + "YOrientation": { + "type": "float", + "value": 1.0 + }, + "YPosition": { + "type": "float", + "value": -1.0 + }, + "ZPosition": { + "type": "float", + "value": -1.0 + } + }, + { + "__struct_id": 1, + "AddCost": { + "type": "dword", + "value": 10 + }, + "BaseItem": { + "type": "int", + "value": 24 + }, + "Charges": { + "type": "byte", + "value": 0 + }, + "Cost": { + "type": "dword", + "value": 10 + }, + "Cursed": { + "type": "byte", + "value": 0 + }, + "DescIdentified": { + "id": 58565, + "type": "cexolocstring", + "value": {} + }, + "Description": { + "type": "cexolocstring", + "value": {} + }, + "Identified": { + "type": "byte", + "value": 1 + }, + "LocalizedName": { + "id": 13493, + "type": "cexolocstring", + "value": {} + }, + "ModelPart1": { + "type": "byte", + "value": 68 + }, + "Plot": { + "type": "byte", + "value": 0 + }, + "PropertiesList": { + "type": "list", + "value": [] + }, + "Repos_PosX": { + "type": "word", + "value": 1 + }, + "Repos_Posy": { + "type": "word", + "value": 0 + }, + "StackSize": { + "type": "word", + "value": 1 + }, + "Stolen": { + "type": "byte", + "value": 0 + }, + "Tag": { + "type": "cexostring", + "value": "NW_IT_MSMLMISC11" + }, + "TemplateResRef": { + "type": "resref", + "value": "nw_it_msmlmisc11" + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": -1.0 + }, + "YOrientation": { + "type": "float", + "value": 1.0 + }, + "YPosition": { + "type": "float", + "value": -1.0 + }, + "ZPosition": { + "type": "float", + "value": -1.0 + } + } + ] + }, + "KeyName": { + "type": "cexostring", + "value": "" + }, + "KeyRequired": { + "type": "byte", + "value": 0 + }, + "Lockable": { + "type": "byte", + "value": 0 + }, + "Locked": { + "type": "byte", + "value": 0 + }, + "LocName": { + "id": 78634, + "type": "cexolocstring", + "value": {} + }, + "OnClosed": { + "type": "resref", + "value": "" + }, + "OnDamaged": { + "type": "resref", + "value": "" + }, + "OnDeath": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnHeartbeat": { + "type": "resref", + "value": "" + }, + "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": 795 + }, + "Ref": { + "type": "byte", + "value": 0 + }, + "Static": { + "type": "byte", + "value": 1 + }, + "Tag": { + "type": "cexostring", + "value": "x0_treepine2" + }, + "TemplateResRef": { + "type": "resref", + "value": "x0_treepine2" + }, + "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": 73.58152770996094 + }, + "Y": { + "type": "float", + "value": 69.74207305908203 + }, + "Z": { + "type": "float", + "value": 4.999993324279785 + } + }, + { + "__struct_id": 9, + "AnimationState": { + "type": "byte", + "value": 0 + }, + "Appearance": { + "type": "dword", + "value": 259 + }, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Bearing": { + "type": "float", + "value": -0.0 + }, + "BodyBag": { + "type": "byte", + "value": 0 + }, + "CloseLockDC": { + "type": "byte", + "value": 0 + }, + "Conversation": { + "type": "resref", + "value": "" + }, + "CurrentHP": { + "type": "short", + "value": 15 + }, + "Description": { + "id": 68944, + "type": "cexolocstring", + "value": {} + }, + "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 + }, + "ItemList": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "AddCost": { + "type": "dword", + "value": 0 + }, + "BaseItem": { + "type": "int", + "value": 24 + }, + "Charges": { + "type": "byte", + "value": 0 + }, + "Cost": { + "type": "dword", + "value": 0 + }, + "Cursed": { + "type": "byte", + "value": 0 + }, + "DescIdentified": { + "id": 58566, + "type": "cexolocstring", + "value": {} + }, + "Description": { + "type": "cexolocstring", + "value": {} + }, + "Identified": { + "type": "byte", + "value": 1 + }, + "LocalizedName": { + "id": 13494, + "type": "cexolocstring", + "value": {} + }, + "ModelPart1": { + "type": "byte", + "value": 66 + }, + "Plot": { + "type": "byte", + "value": 0 + }, + "PropertiesList": { + "type": "list", + "value": [] + }, + "Repos_PosX": { + "type": "word", + "value": 0 + }, + "Repos_Posy": { + "type": "word", + "value": 0 + }, + "StackSize": { + "type": "word", + "value": 1 + }, + "Stolen": { + "type": "byte", + "value": 0 + }, + "Tag": { + "type": "cexostring", + "value": "NW_IT_MSMLMISC12" + }, + "TemplateResRef": { + "type": "resref", + "value": "nw_it_msmlmisc12" + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": -1.0 + }, + "YOrientation": { + "type": "float", + "value": 1.0 + }, + "YPosition": { + "type": "float", + "value": -1.0 + }, + "ZPosition": { + "type": "float", + "value": -1.0 + } + }, + { + "__struct_id": 1, + "AddCost": { + "type": "dword", + "value": 10 + }, + "BaseItem": { + "type": "int", + "value": 24 + }, + "Charges": { + "type": "byte", + "value": 0 + }, + "Cost": { + "type": "dword", + "value": 10 + }, + "Cursed": { + "type": "byte", + "value": 0 + }, + "DescIdentified": { + "id": 58565, + "type": "cexolocstring", + "value": {} + }, + "Description": { + "type": "cexolocstring", + "value": {} + }, + "Identified": { + "type": "byte", + "value": 1 + }, + "LocalizedName": { + "id": 13493, + "type": "cexolocstring", + "value": {} + }, + "ModelPart1": { + "type": "byte", + "value": 68 + }, + "Plot": { + "type": "byte", + "value": 0 + }, + "PropertiesList": { + "type": "list", + "value": [] + }, + "Repos_PosX": { + "type": "word", + "value": 1 + }, + "Repos_Posy": { + "type": "word", + "value": 0 + }, + "StackSize": { + "type": "word", + "value": 1 + }, + "Stolen": { + "type": "byte", + "value": 0 + }, + "Tag": { + "type": "cexostring", + "value": "NW_IT_MSMLMISC11" + }, + "TemplateResRef": { + "type": "resref", + "value": "nw_it_msmlmisc11" + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": -1.0 + }, + "YOrientation": { + "type": "float", + "value": 1.0 + }, + "YPosition": { + "type": "float", + "value": -1.0 + }, + "ZPosition": { + "type": "float", + "value": -1.0 + } + } + ] + }, + "KeyName": { + "type": "cexostring", + "value": "" + }, + "KeyRequired": { + "type": "byte", + "value": 0 + }, + "Lockable": { + "type": "byte", + "value": 0 + }, + "Locked": { + "type": "byte", + "value": 0 + }, + "LocName": { + "id": 78634, + "type": "cexolocstring", + "value": {} + }, + "OnClosed": { + "type": "resref", + "value": "" + }, + "OnDamaged": { + "type": "resref", + "value": "" + }, + "OnDeath": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnHeartbeat": { + "type": "resref", + "value": "" + }, + "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": 795 + }, + "Ref": { + "type": "byte", + "value": 0 + }, + "Static": { + "type": "byte", + "value": 1 + }, + "Tag": { + "type": "cexostring", + "value": "x0_treepine2" + }, + "TemplateResRef": { + "type": "resref", + "value": "x0_treepine2" + }, + "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": 72.29473876953125 + }, + "Y": { + "type": "float", + "value": 49.39811706542969 + }, + "Z": { + "type": "float", + "value": 5.0 + } + }, + { + "__struct_id": 9, + "AnimationState": { + "type": "byte", + "value": 0 + }, + "Appearance": { + "type": "dword", + "value": 256 + }, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Bearing": { + "type": "float", + "value": -0.0 + }, + "BodyBag": { + "type": "byte", + "value": 0 + }, + "CloseLockDC": { + "type": "byte", + "value": 0 + }, + "Conversation": { + "type": "resref", + "value": "" + }, + "CurrentHP": { + "type": "short", + "value": 15 + }, + "Description": { + "id": 68921, + "type": "cexolocstring", + "value": {} + }, + "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": 0 + }, + "KeyName": { + "type": "cexostring", + "value": "" + }, + "KeyRequired": { + "type": "byte", + "value": 0 + }, + "Lockable": { + "type": "byte", + "value": 0 + }, + "Locked": { + "type": "byte", + "value": 0 + }, + "LocName": { + "id": 9270, + "type": "cexolocstring", + "value": {} + }, + "OnClosed": { + "type": "resref", + "value": "" + }, + "OnDamaged": { + "type": "resref", + "value": "" + }, + "OnDeath": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnHeartbeat": { + "type": "resref", + "value": "" + }, + "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": 813 + }, + "Ref": { + "type": "byte", + "value": 0 + }, + "Static": { + "type": "byte", + "value": 1 + }, + "Tag": { + "type": "cexostring", + "value": "x0_stonepatch" + }, + "TemplateResRef": { + "type": "resref", + "value": "x0_stonepatch" + }, + "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": 23.66611480712891 + }, + "Y": { + "type": "float", + "value": 60.83400726318359 + }, + "Z": { + "type": "float", + "value": -0.004436105489730835 + } + }, + { + "__struct_id": 9, + "AnimationState": { + "type": "byte", + "value": 0 + }, + "Appearance": { + "type": "dword", + "value": 256 + }, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Bearing": { + "type": "float", + "value": -0.0 + }, + "BodyBag": { + "type": "byte", + "value": 0 + }, + "CloseLockDC": { + "type": "byte", + "value": 0 + }, + "Conversation": { + "type": "resref", + "value": "" + }, + "CurrentHP": { + "type": "short", + "value": 15 + }, + "Description": { + "id": 68921, + "type": "cexolocstring", + "value": {} + }, + "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": 0 + }, + "KeyName": { + "type": "cexostring", + "value": "" + }, + "KeyRequired": { + "type": "byte", + "value": 0 + }, + "Lockable": { + "type": "byte", + "value": 0 + }, + "Locked": { + "type": "byte", + "value": 0 + }, + "LocName": { + "id": 9270, + "type": "cexolocstring", + "value": {} + }, + "OnClosed": { + "type": "resref", + "value": "" + }, + "OnDamaged": { + "type": "resref", + "value": "" + }, + "OnDeath": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnHeartbeat": { + "type": "resref", + "value": "" + }, + "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": 813 + }, + "Ref": { + "type": "byte", + "value": 0 + }, + "Static": { + "type": "byte", + "value": 1 + }, + "Tag": { + "type": "cexostring", + "value": "x0_stonepatch" + }, + "TemplateResRef": { + "type": "resref", + "value": "x0_stonepatch" + }, + "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": 21.79962348937988 + }, + "Y": { + "type": "float", + "value": 60.82422256469727 + }, + "Z": { + "type": "float", + "value": 2.980232238769531e-008 + } + }, + { + "__struct_id": 9, + "AnimationState": { + "type": "byte", + "value": 0 + }, + "Appearance": { + "type": "dword", + "value": 95 + }, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Bearing": { + "type": "float", + "value": -0.0 + }, + "BodyBag": { + "type": "byte", + "value": 0 + }, + "CloseLockDC": { + "type": "byte", + "value": 0 + }, + "Conversation": { + "type": "resref", + "value": "" + }, + "CurrentHP": { + "type": "short", + "value": 15 + }, + "Description": { + "id": 14736, + "type": "cexolocstring", + "value": {} + }, + "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": 5738, + "type": "cexolocstring", + "value": {} + }, + "OnClosed": { + "type": "resref", + "value": "" + }, + "OnDamaged": { + "type": "resref", + "value": "" + }, + "OnDeath": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnHeartbeat": { + "type": "resref", + "value": "" + }, + "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": 453 + }, + "Ref": { + "type": "byte", + "value": 0 + }, + "Static": { + "type": "byte", + "value": 1 + }, + "Tag": { + "type": "cexostring", + "value": "Stones" + }, + "TemplateResRef": { + "type": "resref", + "value": "plc_stones" + }, + "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": 28.06956291198731 + }, + "Y": { + "type": "float", + "value": 45.71199417114258 + }, + "Z": { + "type": "float", + "value": -3.725290298461914e-008 + } + }, + { + "__struct_id": 9, + "AnimationState": { + "type": "byte", + "value": 0 + }, + "Appearance": { + "type": "dword", + "value": 291 + }, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Bearing": { + "type": "float", + "value": -0.0 + }, + "BodyBag": { + "type": "byte", + "value": 0 + }, + "CloseLockDC": { + "type": "byte", + "value": 0 + }, + "Conversation": { + "type": "resref", + "value": "" + }, + "CurrentHP": { + "type": "short", + "value": 15 + }, + "Description": { + "id": 68817, + "type": "cexolocstring", + "value": {} + }, + "DisarmDC": { + "type": "byte", + "value": 15 + }, + "Faction": { + "type": "dword", + "value": 4294967295 + }, + "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": 68816, + "type": "cexolocstring", + "value": {} + }, + "OnClosed": { + "type": "resref", + "value": "" + }, + "OnDamaged": { + "type": "resref", + "value": "" + }, + "OnDeath": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnHeartbeat": { + "type": "resref", + "value": "" + }, + "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": 0 + }, + "Ref": { + "type": "byte", + "value": 0 + }, + "Static": { + "type": "byte", + "value": 1 + }, + "Tag": { + "type": "cexostring", + "value": "x0_deadtree" + }, + "TemplateResRef": { + "type": "resref", + "value": "x0_deadtree" + }, + "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": 38.1356201171875 + }, + "Y": { + "type": "float", + "value": 51.00682067871094 + }, + "Z": { + "type": "float", + "value": 0.0 + } + }, + { + "__struct_id": 9, + "AnimationState": { + "type": "byte", + "value": 0 + }, + "Appearance": { + "type": "dword", + "value": 148 + }, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Bearing": { + "type": "float", + "value": 2.822523355484009 + }, + "BodyBag": { + "type": "byte", + "value": 0 + }, + "CloseLockDC": { + "type": "byte", + "value": 0 + }, + "Conversation": { + "type": "resref", + "value": "" + }, + "CurrentHP": { + "type": "short", + "value": 15 + }, + "Description": { + "id": 14609, + "type": "cexolocstring", + "value": {} + }, + "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": 5791, + "type": "cexolocstring", + "value": {} + }, + "OnClosed": { + "type": "resref", + "value": "" + }, + "OnDamaged": { + "type": "resref", + "value": "" + }, + "OnDeath": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnHeartbeat": { + "type": "resref", + "value": "" + }, + "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": 506 + }, + "Ref": { + "type": "byte", + "value": 0 + }, + "Static": { + "type": "byte", + "value": 1 + }, + "Tag": { + "type": "cexostring", + "value": "DustPlume" + }, + "TemplateResRef": { + "type": "resref", + "value": "plc_dustplume" + }, + "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": 54.67763519287109 + }, + "Y": { + "type": "float", + "value": 45.00867462158203 + }, + "Z": { + "type": "float", + "value": -0.6045936346054077 + } + }, + { + "__struct_id": 9, + "AnimationState": { + "type": "byte", + "value": 0 + }, + "Appearance": { + "type": "dword", + "value": 28 + }, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Bearing": { + "type": "float", + "value": -0.0 + }, + "BodyBag": { + "type": "byte", + "value": 0 + }, + "CloseLockDC": { + "type": "byte", + "value": 0 + }, + "Conversation": { + "type": "resref", + "value": "" + }, + "CurrentHP": { + "type": "short", + "value": 15 + }, + "Description": { + "id": 14533, + "type": "cexolocstring", + "value": { + "0": "A portal glows softly before you. You wonder where it leads." + } + }, + "DisarmDC": { + "type": "byte", + "value": 15 + }, + "Faction": { + "type": "dword", + "value": 2 + }, + "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": 5670, + "type": "cexolocstring", + "value": { + "0": "Genesis Exit Portal" + } + }, + "OnClosed": { + "type": "resref", + "value": "" + }, + "OnDamaged": { + "type": "resref", + "value": "" + }, + "OnDeath": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnHeartbeat": { + "type": "resref", + "value": "" + }, + "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": "psi_gen_exit" + }, + "OnUserDefined": { + "type": "resref", + "value": "" + }, + "OpenLockDC": { + "type": "byte", + "value": 18 + }, + "Plot": { + "type": "byte", + "value": 1 + }, + "PortraitId": { + "type": "word", + "value": 386 + }, + "Ref": { + "type": "byte", + "value": 0 + }, + "Static": { + "type": "byte", + "value": 0 + }, + "Tag": { + "type": "cexostring", + "value": "GenesisExit06" + }, + "TemplateResRef": { + "type": "resref", + "value": "genesisexit" + }, + "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": 1 + }, + "Will": { + "type": "byte", + "value": 0 + }, + "X": { + "type": "float", + "value": 65.08859252929688 + }, + "Y": { + "type": "float", + "value": 25.12516403198242 + }, + "Z": { + "type": "float", + "value": 0.600001335144043 + } + } + ] + }, + "SoundList": { + "type": "list", + "value": [ + { + "__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": 25000 + }, + "IntervalVrtn": { + "type": "dword", + "value": 5000 + }, + "LocName": { + "id": 68034, + "type": "cexolocstring", + "value": {} + }, + "Looping": { + "type": "byte", + "value": 0 + }, + "MaxDistance": { + "type": "float", + "value": 10.0 + }, + "MinDistance": { + "type": "float", + "value": 1.0 + }, + "PitchVariation": { + "type": "float", + "value": 0.2000000029802322 + }, + "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_guststrng1" + } + } + ] + }, + "Tag": { + "type": "cexostring", + "value": "WindGustStrong" + }, + "TemplateResRef": { + "type": "resref", + "value": "windguststrong" + }, + "Times": { + "type": "byte", + "value": 3 + }, + "Volume": { + "type": "byte", + "value": 127 + }, + "VolumeVrtn": { + "type": "byte", + "value": 0 + }, + "XPosition": { + "type": "float", + "value": 48.63042449951172 + }, + "YPosition": { + "type": "float", + "value": 47.05260848999023 + }, + "ZPosition": { + "type": "float", + "value": 6.509417057037354 + } + }, + { + "__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": 25000 + }, + "IntervalVrtn": { + "type": "dword", + "value": 5000 + }, + "LocName": { + "id": 67998, + "type": "cexolocstring", + "value": {} + }, + "Looping": { + "type": "byte", + "value": 0 + }, + "MaxDistance": { + "type": "float", + "value": 10.0 + }, + "MinDistance": { + "type": "float", + "value": 1.0 + }, + "PitchVariation": { + "type": "float", + "value": 0.2000000029802322 + }, + "Positional": { + "type": "byte", + "value": 0 + }, + "Priority": { + "type": "byte", + "value": 19 + }, + "Random": { + "type": "byte", + "value": 1 + }, + "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_thundercl1" + } + }, + { + "__struct_id": 0, + "Sound": { + "type": "resref", + "value": "as_wt_thundercl2" + } + }, + { + "__struct_id": 0, + "Sound": { + "type": "resref", + "value": "as_wt_thundercl3" + } + }, + { + "__struct_id": 0, + "Sound": { + "type": "resref", + "value": "as_wt_thundercl4" + } + } + ] + }, + "Tag": { + "type": "cexostring", + "value": "ThunderClapsNear" + }, + "TemplateResRef": { + "type": "resref", + "value": "thunderclapsnear" + }, + "Times": { + "type": "byte", + "value": 3 + }, + "Volume": { + "type": "byte", + "value": 127 + }, + "VolumeVrtn": { + "type": "byte", + "value": 0 + }, + "XPosition": { + "type": "float", + "value": 48.183349609375 + }, + "YPosition": { + "type": "float", + "value": 49.49951934814453 + }, + "ZPosition": { + "type": "float", + "value": 6.577246189117432 + } + }, + { + "__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": 25000 + }, + "IntervalVrtn": { + "type": "dword", + "value": 5000 + }, + "LocName": { + "id": 67794, + "type": "cexolocstring", + "value": {} + }, + "Looping": { + "type": "byte", + "value": 0 + }, + "MaxDistance": { + "type": "float", + "value": 10.0 + }, + "MinDistance": { + "type": "float", + "value": 1.0 + }, + "PitchVariation": { + "type": "float", + "value": 0.2000000029802322 + }, + "Positional": { + "type": "byte", + "value": 1 + }, + "Priority": { + "type": "byte", + "value": 20 + }, + "Random": { + "type": "byte", + "value": 1 + }, + "RandomPosition": { + "type": "byte", + "value": 1 + }, + "RandomRangeX": { + "type": "float", + "value": 10.0 + }, + "RandomRangeY": { + "type": "float", + "value": 10.0 + }, + "Sounds": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "Sound": { + "type": "resref", + "value": "as_cv_bell1" + } + }, + { + "__struct_id": 0, + "Sound": { + "type": "resref", + "value": "as_cv_bell2" + } + } + ] + }, + "Tag": { + "type": "cexostring", + "value": "BellRings" + }, + "TemplateResRef": { + "type": "resref", + "value": "bellrings" + }, + "Times": { + "type": "byte", + "value": 3 + }, + "Volume": { + "type": "byte", + "value": 127 + }, + "VolumeVrtn": { + "type": "byte", + "value": 0 + }, + "XPosition": { + "type": "float", + "value": 60.23028182983398 + }, + "YPosition": { + "type": "float", + "value": 56.69518661499023 + }, + "ZPosition": { + "type": "float", + "value": 6.800005912780762 + } + } + ] + }, + "StoreList": { + "type": "list", + "value": [] + }, + "TriggerList": { + "type": "list", + "value": [] + }, + "WaypointList": { + "type": "list", + "value": [ + { + "__struct_id": 5, + "Appearance": { + "type": "byte", + "value": 1 + }, + "Description": { + "type": "cexolocstring", + "value": {} + }, + "HasMapNote": { + "type": "byte", + "value": 0 + }, + "LinkedTo": { + "type": "cexostring", + "value": "" + }, + "LocalizedName": { + "type": "cexolocstring", + "value": {} + }, + "MapNote": { + "type": "cexolocstring", + "value": {} + }, + "MapNoteEnabled": { + "type": "byte", + "value": 0 + }, + "Tag": { + "type": "cexostring", + "value": "WP_X0_GNTFROSTFEM_01" + }, + "TemplateResRef": { + "type": "resref", + "value": "" + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": 24.53375244140625 + }, + "YOrientation": { + "type": "float", + "value": 1.0 + }, + "YPosition": { + "type": "float", + "value": 29.55638885498047 + }, + "ZPosition": { + "type": "float", + "value": 9.298324584960938e-006 + } + }, + { + "__struct_id": 5, + "Appearance": { + "type": "byte", + "value": 1 + }, + "Description": { + "type": "cexolocstring", + "value": {} + }, + "HasMapNote": { + "type": "byte", + "value": 0 + }, + "LinkedTo": { + "type": "cexostring", + "value": "" + }, + "LocalizedName": { + "type": "cexolocstring", + "value": {} + }, + "MapNote": { + "type": "cexolocstring", + "value": {} + }, + "MapNoteEnabled": { + "type": "byte", + "value": 0 + }, + "Tag": { + "type": "cexostring", + "value": "WP_X0_GNTFROSTFEM_02" + }, + "TemplateResRef": { + "type": "resref", + "value": "" + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": 32.41534042358398 + }, + "YOrientation": { + "type": "float", + "value": 1.0 + }, + "YPosition": { + "type": "float", + "value": 48.59499359130859 + }, + "ZPosition": { + "type": "float", + "value": 0.0 + } + }, + { + "__struct_id": 5, + "Appearance": { + "type": "byte", + "value": 1 + }, + "Description": { + "type": "cexolocstring", + "value": {} + }, + "HasMapNote": { + "type": "byte", + "value": 0 + }, + "LinkedTo": { + "type": "cexostring", + "value": "" + }, + "LocalizedName": { + "type": "cexolocstring", + "value": {} + }, + "MapNote": { + "type": "cexolocstring", + "value": {} + }, + "MapNoteEnabled": { + "type": "byte", + "value": 0 + }, + "Tag": { + "type": "cexostring", + "value": "WP_X0_GNTFROSTFEM_03" + }, + "TemplateResRef": { + "type": "resref", + "value": "" + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": 19.72475242614746 + }, + "YOrientation": { + "type": "float", + "value": 1.0 + }, + "YPosition": { + "type": "float", + "value": 45.4804801940918 + }, + "ZPosition": { + "type": "float", + "value": -4.470348358154297e-008 + } + }, + { + "__struct_id": 5, + "Appearance": { + "type": "byte", + "value": 1 + }, + "Description": { + "type": "cexolocstring", + "value": {} + }, + "HasMapNote": { + "type": "byte", + "value": 0 + }, + "LinkedTo": { + "type": "cexostring", + "value": "" + }, + "LocalizedName": { + "type": "cexolocstring", + "value": {} + }, + "MapNote": { + "type": "cexolocstring", + "value": {} + }, + "MapNoteEnabled": { + "type": "byte", + "value": 0 + }, + "Tag": { + "type": "cexostring", + "value": "WP_X0_GNTFROSTFEM_04" + }, + "TemplateResRef": { + "type": "resref", + "value": "" + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": 17.1971378326416 + }, + "YOrientation": { + "type": "float", + "value": 1.0 + }, + "YPosition": { + "type": "float", + "value": 57.31543731689453 + }, + "ZPosition": { + "type": "float", + "value": 0.0 + } + }, + { + "__struct_id": 5, + "Appearance": { + "type": "byte", + "value": 1 + }, + "Description": { + "type": "cexolocstring", + "value": {} + }, + "HasMapNote": { + "type": "byte", + "value": 0 + }, + "LinkedTo": { + "type": "cexostring", + "value": "" + }, + "LocalizedName": { + "type": "cexolocstring", + "value": {} + }, + "MapNote": { + "type": "cexolocstring", + "value": {} + }, + "MapNoteEnabled": { + "type": "byte", + "value": 0 + }, + "Tag": { + "type": "cexostring", + "value": "WP_X0_GNTFROSTFEM_05" + }, + "TemplateResRef": { + "type": "resref", + "value": "" + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": 54.21684265136719 + }, + "YOrientation": { + "type": "float", + "value": 1.0 + }, + "YPosition": { + "type": "float", + "value": 29.1310977935791 + }, + "ZPosition": { + "type": "float", + "value": 9.804964065551758e-006 + } + }, + { + "__struct_id": 5, + "Appearance": { + "type": "byte", + "value": 1 + }, + "Description": { + "type": "cexolocstring", + "value": {} + }, + "HasMapNote": { + "type": "byte", + "value": 0 + }, + "LinkedTo": { + "type": "cexostring", + "value": "" + }, + "LocalizedName": { + "type": "cexolocstring", + "value": {} + }, + "MapNote": { + "type": "cexolocstring", + "value": {} + }, + "MapNoteEnabled": { + "type": "byte", + "value": 0 + }, + "Tag": { + "type": "cexostring", + "value": "WP_X0_GNTFROSTFEM_06" + }, + "TemplateResRef": { + "type": "resref", + "value": "" + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": 64.37526702880859 + }, + "YOrientation": { + "type": "float", + "value": 1.0 + }, + "YPosition": { + "type": "float", + "value": 47.94871520996094 + }, + "ZPosition": { + "type": "float", + "value": 4.388723373413086 + } + }, + { + "__struct_id": 5, + "Appearance": { + "type": "byte", + "value": 1 + }, + "Description": { + "type": "cexolocstring", + "value": {} + }, + "HasMapNote": { + "type": "byte", + "value": 0 + }, + "LinkedTo": { + "type": "cexostring", + "value": "" + }, + "LocalizedName": { + "type": "cexolocstring", + "value": {} + }, + "MapNote": { + "type": "cexolocstring", + "value": {} + }, + "MapNoteEnabled": { + "type": "byte", + "value": 0 + }, + "Tag": { + "type": "cexostring", + "value": "WP_X0_GNTFROSTFEM_07" + }, + "TemplateResRef": { + "type": "resref", + "value": "" + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": 36.18491744995117 + }, + "YOrientation": { + "type": "float", + "value": 1.0 + }, + "YPosition": { + "type": "float", + "value": 27.59383583068848 + }, + "ZPosition": { + "type": "float", + "value": 0.02670013159513474 + } + }, + { + "__struct_id": 5, + "Appearance": { + "type": "byte", + "value": 1 + }, + "Description": { + "type": "cexolocstring", + "value": {} + }, + "HasMapNote": { + "type": "byte", + "value": 0 + }, + "LinkedTo": { + "type": "cexostring", + "value": "" + }, + "LocalizedName": { + "type": "cexolocstring", + "value": {} + }, + "MapNote": { + "type": "cexolocstring", + "value": {} + }, + "MapNoteEnabled": { + "type": "byte", + "value": 0 + }, + "Tag": { + "type": "cexostring", + "value": "WP_X0_GNTFROSTFEM_08" + }, + "TemplateResRef": { + "type": "resref", + "value": "" + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": 33.43443298339844 + }, + "YOrientation": { + "type": "float", + "value": 1.0 + }, + "YPosition": { + "type": "float", + "value": 32.30613327026367 + }, + "ZPosition": { + "type": "float", + "value": 1.192092895507813e-007 + } + } + ] + } +} diff --git a/_module/git/limbo001.git.json b/_module/git/limbo001.git.json new file mode 100644 index 0000000..eeade99 --- /dev/null +++ b/_module/git/limbo001.git.json @@ -0,0 +1,1344 @@ +{ + "__data_type": "GIT ", + "AreaProperties": { + "__struct_id": 100, + "type": "struct", + "value": { + "__struct_id": 100, + "AmbientSndDay": { + "type": "int", + "value": 37 + }, + "AmbientSndDayVol": { + "type": "int", + "value": 48 + }, + "AmbientSndNight": { + "type": "int", + "value": 37 + }, + "AmbientSndNitVol": { + "type": "int", + "value": 47 + }, + "EnvAudio": { + "type": "int", + "value": 24 + }, + "MusicBattle": { + "type": "int", + "value": 57 + }, + "MusicDay": { + "type": "int", + "value": 58 + }, + "MusicDelay": { + "type": "int", + "value": 90000 + }, + "MusicNight": { + "type": "int", + "value": 58 + } + } + }, + "Creature List": { + "type": "list", + "value": [] + }, + "Door List": { + "type": "list", + "value": [] + }, + "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": 8 + }, + "AutoRemoveKey": { + "type": "byte", + "value": 1 + }, + "Bearing": { + "type": "float", + "value": -0.0 + }, + "BodyBag": { + "type": "byte", + "value": 0 + }, + "CloseLockDC": { + "type": "byte", + "value": 0 + }, + "Conversation": { + "type": "resref", + "value": "" + }, + "CurrentHP": { + "type": "short", + "value": 10000 + }, + "Description": { + "id": 14595, + "type": "cexolocstring", + "value": { + "0": "Strange runes and pictographs, likely arcane in nature, have been scorched into the sides of this hide-covered strongbox." + } + }, + "DisarmDC": { + "type": "byte", + "value": 250 + }, + "Faction": { + "type": "dword", + "value": 1 + }, + "Fort": { + "type": "byte", + "value": 250 + }, + "Hardness": { + "type": "byte", + "value": 250 + }, + "HasInventory": { + "type": "byte", + "value": 1 + }, + "HP": { + "type": "short", + "value": 10000 + }, + "Interruptable": { + "type": "byte", + "value": 0 + }, + "KeyName": { + "type": "cexostring", + "value": "HD_NONEXIST" + }, + "KeyRequired": { + "type": "byte", + "value": 0 + }, + "Lockable": { + "type": "byte", + "value": 1 + }, + "Locked": { + "type": "byte", + "value": 0 + }, + "LocName": { + "id": 5348, + "type": "cexolocstring", + "value": { + "0": "Heart of Chaos" + } + }, + "OnClick": { + "type": "resref", + "value": "" + }, + "OnClosed": { + "type": "resref", + "value": "" + }, + "OnDamaged": { + "type": "resref", + "value": "" + }, + "OnDeath": { + "type": "resref", + "value": "nw_o2_classlow" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnHeartbeat": { + "type": "resref", + "value": "" + }, + "OnInvDisturbed": { + "type": "resref", + "value": "" + }, + "OnLock": { + "type": "resref", + "value": "" + }, + "OnMeleeAttacked": { + "type": "resref", + "value": "" + }, + "OnOpen": { + "type": "resref", + "value": "nw_o2_classlow" + }, + "OnSpellCastAt": { + "type": "resref", + "value": "" + }, + "OnTrapTriggered": { + "type": "resref", + "value": "" + }, + "OnUnlock": { + "type": "resref", + "value": "" + }, + "OnUsed": { + "type": "resref", + "value": "" + }, + "OnUserDefined": { + "type": "resref", + "value": "" + }, + "OpenLockDC": { + "type": "byte", + "value": 250 + }, + "Plot": { + "type": "byte", + "value": 0 + }, + "PortraitId": { + "type": "word", + "value": 366 + }, + "Ref": { + "type": "byte", + "value": 250 + }, + "Static": { + "type": "byte", + "value": 0 + }, + "Tag": { + "type": "cexostring", + "value": "HEARTOFCHAOS" + }, + "TemplateResRef": { + "type": "resref", + "value": "plc_chest2" + }, + "TrapDetectable": { + "type": "byte", + "value": 0 + }, + "TrapDetectDC": { + "type": "byte", + "value": 250 + }, + "TrapDisarmable": { + "type": "byte", + "value": 1 + }, + "TrapFlag": { + "type": "byte", + "value": 0 + }, + "TrapOneShot": { + "type": "byte", + "value": 0 + }, + "TrapType": { + "type": "byte", + "value": 7 + }, + "Type": { + "type": "byte", + "value": 0 + }, + "Useable": { + "type": "byte", + "value": 1 + }, + "Will": { + "type": "byte", + "value": 250 + }, + "X": { + "type": "float", + "value": 39.99505233764648 + }, + "Y": { + "type": "float", + "value": 40.00021743774414 + }, + "Z": { + "type": "float", + "value": 9.5367431640625e-006 + } + }, + { + "__struct_id": 9, + "AnimationState": { + "type": "byte", + "value": 0 + }, + "Appearance": { + "type": "dword", + "value": 312 + }, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Bearing": { + "type": "float", + "value": 3.14158821105957 + }, + "BodyBag": { + "type": "byte", + "value": 0 + }, + "CloseLockDC": { + "type": "byte", + "value": 0 + }, + "Conversation": { + "type": "resref", + "value": "" + }, + "CurrentHP": { + "type": "short", + "value": 10 + }, + "Description": { + "id": 75934, + "type": "cexolocstring", + "value": {} + }, + "DisarmDC": { + "type": "byte", + "value": 0 + }, + "Faction": { + "type": "dword", + "value": 4 + }, + "Fort": { + "type": "byte", + "value": 5 + }, + "Hardness": { + "type": "byte", + "value": 5 + }, + "HasInventory": { + "type": "byte", + "value": 0 + }, + "HP": { + "type": "short", + "value": 10 + }, + "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": 68906, + "type": "cexolocstring", + "value": {} + }, + "OnClick": { + "type": "resref", + "value": "" + }, + "OnClosed": { + "type": "resref", + "value": "" + }, + "OnDamaged": { + "type": "resref", + "value": "" + }, + "OnDeath": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnHeartbeat": { + "type": "resref", + "value": "" + }, + "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": "x0_o2_use_wdoor" + }, + "OnUserDefined": { + "type": "resref", + "value": "" + }, + "OpenLockDC": { + "type": "byte", + "value": 10 + }, + "Plot": { + "type": "byte", + "value": 1 + }, + "PortraitId": { + "type": "word", + "value": 765 + }, + "Ref": { + "type": "byte", + "value": 0 + }, + "Static": { + "type": "byte", + "value": 0 + }, + "Tag": { + "type": "cexostring", + "value": "SecretStoneDoor" + }, + "TemplateResRef": { + "type": "resref", + "value": "x0_sec_door3" + }, + "TrapDetectable": { + "type": "byte", + "value": 1 + }, + "TrapDetectDC": { + "type": "byte", + "value": 5 + }, + "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": 1 + }, + "Will": { + "type": "byte", + "value": 0 + }, + "X": { + "type": "float", + "value": 40.0166130065918 + }, + "Y": { + "type": "float", + "value": 30.05571746826172 + }, + "Z": { + "type": "float", + "value": -8.381903171539307e-009 + } + }, + { + "__struct_id": 9, + "AnimationState": { + "type": "byte", + "value": 0 + }, + "Appearance": { + "type": "dword", + "value": 7 + }, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Bearing": { + "type": "float", + "value": -0.0 + }, + "BodyBag": { + "type": "byte", + "value": 0 + }, + "CloseLockDC": { + "type": "byte", + "value": 0 + }, + "Conversation": { + "type": "resref", + "value": "" + }, + "CurrentHP": { + "type": "short", + "value": 15 + }, + "Description": { + "id": 14594, + "type": "cexolocstring", + "value": { + "0": "" + } + }, + "DisarmDC": { + "type": "byte", + "value": 15 + }, + "Faction": { + "type": "dword", + "value": 2 + }, + "Fort": { + "type": "byte", + "value": 16 + }, + "Hardness": { + "type": "byte", + "value": 5 + }, + "HasInventory": { + "type": "byte", + "value": 1 + }, + "HP": { + "type": "short", + "value": 15 + }, + "Interruptable": { + "type": "byte", + "value": 0 + }, + "KeyName": { + "type": "cexostring", + "value": "" + }, + "KeyRequired": { + "type": "byte", + "value": 0 + }, + "Lockable": { + "type": "byte", + "value": 0 + }, + "Locked": { + "type": "byte", + "value": 0 + }, + "LocName": { + "id": 5348, + "type": "cexolocstring", + "value": { + "0": "PRC Manifestation Token Storage" + } + }, + "OnClick": { + "type": "resref", + "value": "" + }, + "OnClosed": { + "type": "resref", + "value": "" + }, + "OnDamaged": { + "type": "resref", + "value": "" + }, + "OnDeath": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnHeartbeat": { + "type": "resref", + "value": "" + }, + "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": 1 + }, + "PortraitId": { + "type": "word", + "value": 365 + }, + "Ref": { + "type": "byte", + "value": 0 + }, + "Static": { + "type": "byte", + "value": 0 + }, + "Tag": { + "type": "cexostring", + "value": "PRC_MANIFTOKEN_STORE" + }, + "TemplateResRef": { + "type": "resref", + "value": "plc_chest1" + }, + "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": 1 + }, + "Will": { + "type": "byte", + "value": 0 + }, + "X": { + "type": "float", + "value": 50.0 + }, + "Y": { + "type": "float", + "value": 40.0 + }, + "Z": { + "type": "float", + "value": 0.0 + } + }, + { + "__struct_id": 9, + "AnimationState": { + "type": "byte", + "value": 0 + }, + "Appearance": { + "type": "dword", + "value": 7 + }, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Bearing": { + "type": "float", + "value": -0.0 + }, + "BodyBag": { + "type": "byte", + "value": 0 + }, + "CloseLockDC": { + "type": "byte", + "value": 0 + }, + "Conversation": { + "type": "resref", + "value": "" + }, + "CurrentHP": { + "type": "short", + "value": 15 + }, + "Description": { + "id": 14594, + "type": "cexolocstring", + "value": {} + }, + "DisarmDC": { + "type": "byte", + "value": 15 + }, + "Faction": { + "type": "dword", + "value": 1 + }, + "Fort": { + "type": "byte", + "value": 16 + }, + "Hardness": { + "type": "byte", + "value": 5 + }, + "HasInventory": { + "type": "byte", + "value": 1 + }, + "HP": { + "type": "short", + "value": 15 + }, + "Interruptable": { + "type": "byte", + "value": 0 + }, + "KeyName": { + "type": "cexostring", + "value": "" + }, + "KeyRequired": { + "type": "byte", + "value": 0 + }, + "Lockable": { + "type": "byte", + "value": 0 + }, + "Locked": { + "type": "byte", + "value": 0 + }, + "LocName": { + "id": 5348, + "type": "cexolocstring", + "value": { + "0": "PRC_CRAFT_STORAGE_CHEST" + } + }, + "OnClick": { + "type": "resref", + "value": "" + }, + "OnClosed": { + "type": "resref", + "value": "" + }, + "OnDamaged": { + "type": "resref", + "value": "" + }, + "OnDeath": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnHeartbeat": { + "type": "resref", + "value": "" + }, + "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": 1 + }, + "PortraitId": { + "type": "word", + "value": 365 + }, + "Ref": { + "type": "byte", + "value": 0 + }, + "Static": { + "type": "byte", + "value": 0 + }, + "Tag": { + "type": "cexostring", + "value": "PRC_CRAFT_STORAGE_CHEST" + }, + "TemplateResRef": { + "type": "resref", + "value": "plc_chest1" + }, + "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": 1 + }, + "Will": { + "type": "byte", + "value": 0 + }, + "X": { + "type": "float", + "value": 30.0 + }, + "Y": { + "type": "float", + "value": 41.0 + }, + "Z": { + "type": "float", + "value": 0.0 + } + }, + { + "__struct_id": 9, + "AnimationState": { + "type": "byte", + "value": 0 + }, + "Appearance": { + "type": "dword", + "value": 7 + }, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Bearing": { + "type": "float", + "value": -0.0 + }, + "BodyBag": { + "type": "byte", + "value": 0 + }, + "CloseLockDC": { + "type": "byte", + "value": 0 + }, + "Conversation": { + "type": "resref", + "value": "" + }, + "CurrentHP": { + "type": "short", + "value": 15 + }, + "Description": { + "id": 14594, + "type": "cexolocstring", + "value": {} + }, + "DisarmDC": { + "type": "byte", + "value": 15 + }, + "Faction": { + "type": "dword", + "value": 1 + }, + "Fort": { + "type": "byte", + "value": 16 + }, + "Hardness": { + "type": "byte", + "value": 5 + }, + "HasInventory": { + "type": "byte", + "value": 1 + }, + "HP": { + "type": "short", + "value": 15 + }, + "Interruptable": { + "type": "byte", + "value": 0 + }, + "KeyName": { + "type": "cexostring", + "value": "" + }, + "KeyRequired": { + "type": "byte", + "value": 0 + }, + "Lockable": { + "type": "byte", + "value": 0 + }, + "Locked": { + "type": "byte", + "value": 0 + }, + "LocName": { + "id": 5348, + "type": "cexolocstring", + "value": { + "0": "\";\\n" + } + }, + "OnClick": { + "type": "resref", + "value": "" + }, + "OnClosed": { + "type": "resref", + "value": "" + }, + "OnDamaged": { + "type": "resref", + "value": "" + }, + "OnDeath": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnHeartbeat": { + "type": "resref", + "value": "" + }, + "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": 1 + }, + "PortraitId": { + "type": "word", + "value": 365 + }, + "Ref": { + "type": "byte", + "value": 0 + }, + "Static": { + "type": "byte", + "value": 0 + }, + "Tag": { + "type": "cexostring", + "value": "PRC_CRAFT_TEMPORARY_CHEST" + }, + "TemplateResRef": { + "type": "resref", + "value": "plc_chest1" + }, + "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": 1 + }, + "Will": { + "type": "byte", + "value": 0 + }, + "X": { + "type": "float", + "value": 30.0 + }, + "Y": { + "type": "float", + "value": 39.0 + }, + "Z": { + "type": "float", + "value": 0.0 + } + } + ] + }, + "SoundList": { + "type": "list", + "value": [] + }, + "StoreList": { + "type": "list", + "value": [] + }, + "TriggerList": { + "type": "list", + "value": [] + }, + "WaypointList": { + "type": "list", + "value": [ + { + "__struct_id": 5, + "Appearance": { + "type": "byte", + "value": 3 + }, + "Description": { + "type": "cexolocstring", + "value": {} + }, + "HasMapNote": { + "type": "byte", + "value": 0 + }, + "LinkedTo": { + "type": "cexostring", + "value": "" + }, + "LocalizedName": { + "type": "cexolocstring", + "value": { + "0": "npf_wp_chest_sp" + } + }, + "MapNote": { + "type": "cexolocstring", + "value": {} + }, + "MapNoteEnabled": { + "type": "byte", + "value": 0 + }, + "Tag": { + "type": "cexostring", + "value": "npf_wp_chest_sp" + }, + "TemplateResRef": { + "type": "resref", + "value": "npf_wp_chest_sp" + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": 39.75476837158203 + }, + "YOrientation": { + "type": "float", + "value": 1.0 + }, + "YPosition": { + "type": "float", + "value": 59.88982391357422 + }, + "ZPosition": { + "type": "float", + "value": -5.7220458984375e-006 + } + }, + { + "__struct_id": 5, + "Appearance": { + "type": "byte", + "value": 1 + }, + "Description": { + "type": "cexolocstring", + "value": {} + }, + "HasMapNote": { + "type": "byte", + "value": 0 + }, + "LinkedTo": { + "type": "cexostring", + "value": "" + }, + "LocalizedName": { + "id": 14817, + "type": "cexolocstring", + "value": { + "0": "PRC Shifting Template creature spawn location" + } + }, + "MapNote": { + "type": "cexolocstring", + "value": {} + }, + "MapNoteEnabled": { + "type": "byte", + "value": 1 + }, + "Tag": { + "type": "cexostring", + "value": "PRC_SHIFTING_TEMPLATE_SPAWN" + }, + "TemplateResRef": { + "type": "resref", + "value": "nw_waypoint001" + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": 20.0 + }, + "YOrientation": { + "type": "float", + "value": 1.0 + }, + "YPosition": { + "type": "float", + "value": 20.0 + }, + "ZPosition": { + "type": "float", + "value": 0.0 + } + } + ] + } +} diff --git a/_module/git/mordmagman01.git.json b/_module/git/mordmagman01.git.json new file mode 100644 index 0000000..2fd5f4a --- /dev/null +++ b/_module/git/mordmagman01.git.json @@ -0,0 +1,342 @@ +{ + "__data_type": "GIT ", + "AreaProperties": { + "__struct_id": 100, + "type": "struct", + "value": { + "__struct_id": 100, + "AmbientSndDay": { + "type": "int", + "value": 66 + }, + "AmbientSndDayVol": { + "type": "int", + "value": 32 + }, + "AmbientSndNight": { + "type": "int", + "value": 66 + }, + "AmbientSndNitVol": { + "type": "int", + "value": 32 + }, + "EnvAudio": { + "type": "int", + "value": 0 + }, + "MusicBattle": { + "type": "int", + "value": 41 + }, + "MusicDay": { + "type": "int", + "value": 50 + }, + "MusicDelay": { + "type": "int", + "value": 90000 + }, + "MusicNight": { + "type": "int", + "value": 50 + } + } + }, + "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": -0.0 + }, + "CloseLockDC": { + "type": "byte", + "value": 0 + }, + "Conversation": { + "type": "resref", + "value": "" + }, + "CurrentHP": { + "type": "short", + "value": 10 + }, + "Description": { + "type": "cexolocstring", + "value": { + "0": "Mansion Exit" + } + }, + "DisarmDC": { + "type": "byte", + "value": 0 + }, + "Faction": { + "type": "dword", + "value": 2 + }, + "Fort": { + "type": "byte", + "value": 5 + }, + "GenericType": { + "type": "byte", + "value": 8 + }, + "Hardness": { + "type": "byte", + "value": 5 + }, + "HP": { + "type": "short", + "value": 10 + }, + "Interruptable": { + "type": "byte", + "value": 1 + }, + "KeyName": { + "type": "cexostring", + "value": "" + }, + "KeyRequired": { + "type": "byte", + "value": 0 + }, + "LinkedTo": { + "type": "cexostring", + "value": "dummy" + }, + "LinkedToFlags": { + "type": "byte", + "value": 1 + }, + "LoadScreenID": { + "type": "word", + "value": 0 + }, + "Lockable": { + "type": "byte", + "value": 0 + }, + "Locked": { + "type": "byte", + "value": 0 + }, + "LocName": { + "type": "cexolocstring", + "value": { + "0": "Mansion Exit" + } + }, + "OnClick": { + "type": "resref", + "value": "mord_exit" + }, + "OnClosed": { + "type": "resref", + "value": "" + }, + "OnDamaged": { + "type": "resref", + "value": "" + }, + "OnDeath": { + "type": "resref", + "value": "x2_door_death" + }, + "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": 0 + }, + "Plot": { + "type": "byte", + "value": 0 + }, + "PortraitId": { + "type": "word", + "value": 558 + }, + "Ref": { + "type": "byte", + "value": 0 + }, + "Tag": { + "type": "cexostring", + "value": "MordsMansExit01" + }, + "TemplateResRef": { + "type": "resref", + "value": "mansionexit" + }, + "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 + }, + "VarTable": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "Name": { + "type": "cexostring", + "value": "MMM_ITEM" + }, + "Type": { + "type": "dword", + "value": 1 + }, + "Value": { + "type": "int", + "value": 1 + } + } + ] + }, + "Will": { + "type": "byte", + "value": 0 + }, + "X": { + "type": "float", + "value": 15.0 + }, + "Y": { + "type": "float", + "value": 40.0 + }, + "Z": { + "type": "float", + "value": 0.0 + } + } + ] + }, + "Encounter List": { + "type": "list", + "value": [] + }, + "List": { + "type": "list", + "value": [] + }, + "Placeable List": { + "type": "list", + "value": [] + }, + "SoundList": { + "type": "list", + "value": [] + }, + "StoreList": { + "type": "list", + "value": [] + }, + "TriggerList": { + "type": "list", + "value": [] + }, + "VarTable": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "Name": { + "type": "cexostring", + "value": "PRC_DISABLE_TELEPORTATION_IN_AREA" + }, + "Type": { + "type": "dword", + "value": 1 + }, + "Value": { + "type": "int", + "value": 3 + } + } + ] + }, + "WaypointList": { + "type": "list", + "value": [] + } +} diff --git a/_module/git/mordmagman02.git.json b/_module/git/mordmagman02.git.json new file mode 100644 index 0000000..3c2701c --- /dev/null +++ b/_module/git/mordmagman02.git.json @@ -0,0 +1,342 @@ +{ + "__data_type": "GIT ", + "AreaProperties": { + "__struct_id": 100, + "type": "struct", + "value": { + "__struct_id": 100, + "AmbientSndDay": { + "type": "int", + "value": 66 + }, + "AmbientSndDayVol": { + "type": "int", + "value": 32 + }, + "AmbientSndNight": { + "type": "int", + "value": 66 + }, + "AmbientSndNitVol": { + "type": "int", + "value": 32 + }, + "EnvAudio": { + "type": "int", + "value": 0 + }, + "MusicBattle": { + "type": "int", + "value": 41 + }, + "MusicDay": { + "type": "int", + "value": 50 + }, + "MusicDelay": { + "type": "int", + "value": 90000 + }, + "MusicNight": { + "type": "int", + "value": 50 + } + } + }, + "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": -0.0 + }, + "CloseLockDC": { + "type": "byte", + "value": 0 + }, + "Conversation": { + "type": "resref", + "value": "" + }, + "CurrentHP": { + "type": "short", + "value": 10 + }, + "Description": { + "type": "cexolocstring", + "value": { + "0": "Mansion Exit" + } + }, + "DisarmDC": { + "type": "byte", + "value": 0 + }, + "Faction": { + "type": "dword", + "value": 2 + }, + "Fort": { + "type": "byte", + "value": 5 + }, + "GenericType": { + "type": "byte", + "value": 8 + }, + "Hardness": { + "type": "byte", + "value": 5 + }, + "HP": { + "type": "short", + "value": 10 + }, + "Interruptable": { + "type": "byte", + "value": 1 + }, + "KeyName": { + "type": "cexostring", + "value": "" + }, + "KeyRequired": { + "type": "byte", + "value": 0 + }, + "LinkedTo": { + "type": "cexostring", + "value": "dummy" + }, + "LinkedToFlags": { + "type": "byte", + "value": 1 + }, + "LoadScreenID": { + "type": "word", + "value": 0 + }, + "Lockable": { + "type": "byte", + "value": 0 + }, + "Locked": { + "type": "byte", + "value": 0 + }, + "LocName": { + "type": "cexolocstring", + "value": { + "0": "Mansion Exit" + } + }, + "OnClick": { + "type": "resref", + "value": "mord_exit" + }, + "OnClosed": { + "type": "resref", + "value": "" + }, + "OnDamaged": { + "type": "resref", + "value": "" + }, + "OnDeath": { + "type": "resref", + "value": "x2_door_death" + }, + "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": 0 + }, + "Plot": { + "type": "byte", + "value": 0 + }, + "PortraitId": { + "type": "word", + "value": 558 + }, + "Ref": { + "type": "byte", + "value": 0 + }, + "Tag": { + "type": "cexostring", + "value": "MordsMansExit02" + }, + "TemplateResRef": { + "type": "resref", + "value": "mansionexit" + }, + "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 + }, + "VarTable": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "Name": { + "type": "cexostring", + "value": "MMM_ITEM" + }, + "Type": { + "type": "dword", + "value": 1 + }, + "Value": { + "type": "int", + "value": 1 + } + } + ] + }, + "Will": { + "type": "byte", + "value": 0 + }, + "X": { + "type": "float", + "value": 15.0 + }, + "Y": { + "type": "float", + "value": 40.0 + }, + "Z": { + "type": "float", + "value": 0.0 + } + } + ] + }, + "Encounter List": { + "type": "list", + "value": [] + }, + "List": { + "type": "list", + "value": [] + }, + "Placeable List": { + "type": "list", + "value": [] + }, + "SoundList": { + "type": "list", + "value": [] + }, + "StoreList": { + "type": "list", + "value": [] + }, + "TriggerList": { + "type": "list", + "value": [] + }, + "VarTable": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "Name": { + "type": "cexostring", + "value": "PRC_DISABLE_TELEPORTATION_IN_AREA" + }, + "Type": { + "type": "dword", + "value": 1 + }, + "Value": { + "type": "int", + "value": 3 + } + } + ] + }, + "WaypointList": { + "type": "list", + "value": [] + } +} diff --git a/_module/git/mordmagman03.git.json b/_module/git/mordmagman03.git.json new file mode 100644 index 0000000..d69b078 --- /dev/null +++ b/_module/git/mordmagman03.git.json @@ -0,0 +1,342 @@ +{ + "__data_type": "GIT ", + "AreaProperties": { + "__struct_id": 100, + "type": "struct", + "value": { + "__struct_id": 100, + "AmbientSndDay": { + "type": "int", + "value": 66 + }, + "AmbientSndDayVol": { + "type": "int", + "value": 32 + }, + "AmbientSndNight": { + "type": "int", + "value": 66 + }, + "AmbientSndNitVol": { + "type": "int", + "value": 32 + }, + "EnvAudio": { + "type": "int", + "value": 0 + }, + "MusicBattle": { + "type": "int", + "value": 41 + }, + "MusicDay": { + "type": "int", + "value": 50 + }, + "MusicDelay": { + "type": "int", + "value": 90000 + }, + "MusicNight": { + "type": "int", + "value": 50 + } + } + }, + "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": -0.0 + }, + "CloseLockDC": { + "type": "byte", + "value": 0 + }, + "Conversation": { + "type": "resref", + "value": "" + }, + "CurrentHP": { + "type": "short", + "value": 10 + }, + "Description": { + "type": "cexolocstring", + "value": { + "0": "Mansion Exit" + } + }, + "DisarmDC": { + "type": "byte", + "value": 0 + }, + "Faction": { + "type": "dword", + "value": 2 + }, + "Fort": { + "type": "byte", + "value": 5 + }, + "GenericType": { + "type": "byte", + "value": 8 + }, + "Hardness": { + "type": "byte", + "value": 5 + }, + "HP": { + "type": "short", + "value": 10 + }, + "Interruptable": { + "type": "byte", + "value": 1 + }, + "KeyName": { + "type": "cexostring", + "value": "" + }, + "KeyRequired": { + "type": "byte", + "value": 0 + }, + "LinkedTo": { + "type": "cexostring", + "value": "dummy" + }, + "LinkedToFlags": { + "type": "byte", + "value": 1 + }, + "LoadScreenID": { + "type": "word", + "value": 0 + }, + "Lockable": { + "type": "byte", + "value": 0 + }, + "Locked": { + "type": "byte", + "value": 0 + }, + "LocName": { + "type": "cexolocstring", + "value": { + "0": "Mansion Exit" + } + }, + "OnClick": { + "type": "resref", + "value": "mord_exit" + }, + "OnClosed": { + "type": "resref", + "value": "" + }, + "OnDamaged": { + "type": "resref", + "value": "" + }, + "OnDeath": { + "type": "resref", + "value": "x2_door_death" + }, + "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": 0 + }, + "Plot": { + "type": "byte", + "value": 0 + }, + "PortraitId": { + "type": "word", + "value": 558 + }, + "Ref": { + "type": "byte", + "value": 0 + }, + "Tag": { + "type": "cexostring", + "value": "MordsMansExit03" + }, + "TemplateResRef": { + "type": "resref", + "value": "mansionexit" + }, + "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 + }, + "VarTable": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "Name": { + "type": "cexostring", + "value": "MMM_ITEM" + }, + "Type": { + "type": "dword", + "value": 1 + }, + "Value": { + "type": "int", + "value": 1 + } + } + ] + }, + "Will": { + "type": "byte", + "value": 0 + }, + "X": { + "type": "float", + "value": 15.0 + }, + "Y": { + "type": "float", + "value": 40.0 + }, + "Z": { + "type": "float", + "value": 0.0 + } + } + ] + }, + "Encounter List": { + "type": "list", + "value": [] + }, + "List": { + "type": "list", + "value": [] + }, + "Placeable List": { + "type": "list", + "value": [] + }, + "SoundList": { + "type": "list", + "value": [] + }, + "StoreList": { + "type": "list", + "value": [] + }, + "TriggerList": { + "type": "list", + "value": [] + }, + "VarTable": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "Name": { + "type": "cexostring", + "value": "PRC_DISABLE_TELEPORTATION_IN_AREA" + }, + "Type": { + "type": "dword", + "value": 1 + }, + "Value": { + "type": "int", + "value": 3 + } + } + ] + }, + "WaypointList": { + "type": "list", + "value": [] + } +} diff --git a/_module/git/mordmagman04.git.json b/_module/git/mordmagman04.git.json new file mode 100644 index 0000000..df61455 --- /dev/null +++ b/_module/git/mordmagman04.git.json @@ -0,0 +1,342 @@ +{ + "__data_type": "GIT ", + "AreaProperties": { + "__struct_id": 100, + "type": "struct", + "value": { + "__struct_id": 100, + "AmbientSndDay": { + "type": "int", + "value": 66 + }, + "AmbientSndDayVol": { + "type": "int", + "value": 32 + }, + "AmbientSndNight": { + "type": "int", + "value": 66 + }, + "AmbientSndNitVol": { + "type": "int", + "value": 32 + }, + "EnvAudio": { + "type": "int", + "value": 0 + }, + "MusicBattle": { + "type": "int", + "value": 41 + }, + "MusicDay": { + "type": "int", + "value": 50 + }, + "MusicDelay": { + "type": "int", + "value": 90000 + }, + "MusicNight": { + "type": "int", + "value": 50 + } + } + }, + "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": -0.0 + }, + "CloseLockDC": { + "type": "byte", + "value": 0 + }, + "Conversation": { + "type": "resref", + "value": "" + }, + "CurrentHP": { + "type": "short", + "value": 10 + }, + "Description": { + "type": "cexolocstring", + "value": { + "0": "Mansion Exit" + } + }, + "DisarmDC": { + "type": "byte", + "value": 0 + }, + "Faction": { + "type": "dword", + "value": 2 + }, + "Fort": { + "type": "byte", + "value": 5 + }, + "GenericType": { + "type": "byte", + "value": 8 + }, + "Hardness": { + "type": "byte", + "value": 5 + }, + "HP": { + "type": "short", + "value": 10 + }, + "Interruptable": { + "type": "byte", + "value": 1 + }, + "KeyName": { + "type": "cexostring", + "value": "" + }, + "KeyRequired": { + "type": "byte", + "value": 0 + }, + "LinkedTo": { + "type": "cexostring", + "value": "dummy" + }, + "LinkedToFlags": { + "type": "byte", + "value": 1 + }, + "LoadScreenID": { + "type": "word", + "value": 0 + }, + "Lockable": { + "type": "byte", + "value": 0 + }, + "Locked": { + "type": "byte", + "value": 0 + }, + "LocName": { + "type": "cexolocstring", + "value": { + "0": "Mansion Exit" + } + }, + "OnClick": { + "type": "resref", + "value": "mord_exit" + }, + "OnClosed": { + "type": "resref", + "value": "" + }, + "OnDamaged": { + "type": "resref", + "value": "" + }, + "OnDeath": { + "type": "resref", + "value": "x2_door_death" + }, + "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": 0 + }, + "Plot": { + "type": "byte", + "value": 0 + }, + "PortraitId": { + "type": "word", + "value": 558 + }, + "Ref": { + "type": "byte", + "value": 0 + }, + "Tag": { + "type": "cexostring", + "value": "MordsMansExit04" + }, + "TemplateResRef": { + "type": "resref", + "value": "mansionexit" + }, + "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 + }, + "VarTable": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "Name": { + "type": "cexostring", + "value": "MMM_ITEM" + }, + "Type": { + "type": "dword", + "value": 1 + }, + "Value": { + "type": "int", + "value": 1 + } + } + ] + }, + "Will": { + "type": "byte", + "value": 0 + }, + "X": { + "type": "float", + "value": 15.0 + }, + "Y": { + "type": "float", + "value": 40.0 + }, + "Z": { + "type": "float", + "value": 0.0 + } + } + ] + }, + "Encounter List": { + "type": "list", + "value": [] + }, + "List": { + "type": "list", + "value": [] + }, + "Placeable List": { + "type": "list", + "value": [] + }, + "SoundList": { + "type": "list", + "value": [] + }, + "StoreList": { + "type": "list", + "value": [] + }, + "TriggerList": { + "type": "list", + "value": [] + }, + "VarTable": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "Name": { + "type": "cexostring", + "value": "PRC_DISABLE_TELEPORTATION_IN_AREA" + }, + "Type": { + "type": "dword", + "value": 1 + }, + "Value": { + "type": "int", + "value": 3 + } + } + ] + }, + "WaypointList": { + "type": "list", + "value": [] + } +} diff --git a/_module/git/mordmagman05.git.json b/_module/git/mordmagman05.git.json new file mode 100644 index 0000000..1bc7bbf --- /dev/null +++ b/_module/git/mordmagman05.git.json @@ -0,0 +1,342 @@ +{ + "__data_type": "GIT ", + "AreaProperties": { + "__struct_id": 100, + "type": "struct", + "value": { + "__struct_id": 100, + "AmbientSndDay": { + "type": "int", + "value": 66 + }, + "AmbientSndDayVol": { + "type": "int", + "value": 32 + }, + "AmbientSndNight": { + "type": "int", + "value": 66 + }, + "AmbientSndNitVol": { + "type": "int", + "value": 32 + }, + "EnvAudio": { + "type": "int", + "value": 0 + }, + "MusicBattle": { + "type": "int", + "value": 41 + }, + "MusicDay": { + "type": "int", + "value": 50 + }, + "MusicDelay": { + "type": "int", + "value": 90000 + }, + "MusicNight": { + "type": "int", + "value": 50 + } + } + }, + "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": -0.0 + }, + "CloseLockDC": { + "type": "byte", + "value": 0 + }, + "Conversation": { + "type": "resref", + "value": "" + }, + "CurrentHP": { + "type": "short", + "value": 10 + }, + "Description": { + "type": "cexolocstring", + "value": { + "0": "Mansion Exit" + } + }, + "DisarmDC": { + "type": "byte", + "value": 0 + }, + "Faction": { + "type": "dword", + "value": 2 + }, + "Fort": { + "type": "byte", + "value": 5 + }, + "GenericType": { + "type": "byte", + "value": 8 + }, + "Hardness": { + "type": "byte", + "value": 5 + }, + "HP": { + "type": "short", + "value": 10 + }, + "Interruptable": { + "type": "byte", + "value": 1 + }, + "KeyName": { + "type": "cexostring", + "value": "" + }, + "KeyRequired": { + "type": "byte", + "value": 0 + }, + "LinkedTo": { + "type": "cexostring", + "value": "dummy" + }, + "LinkedToFlags": { + "type": "byte", + "value": 1 + }, + "LoadScreenID": { + "type": "word", + "value": 0 + }, + "Lockable": { + "type": "byte", + "value": 0 + }, + "Locked": { + "type": "byte", + "value": 0 + }, + "LocName": { + "type": "cexolocstring", + "value": { + "0": "Mansion Exit" + } + }, + "OnClick": { + "type": "resref", + "value": "mord_exit" + }, + "OnClosed": { + "type": "resref", + "value": "" + }, + "OnDamaged": { + "type": "resref", + "value": "" + }, + "OnDeath": { + "type": "resref", + "value": "x2_door_death" + }, + "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": 0 + }, + "Plot": { + "type": "byte", + "value": 0 + }, + "PortraitId": { + "type": "word", + "value": 558 + }, + "Ref": { + "type": "byte", + "value": 0 + }, + "Tag": { + "type": "cexostring", + "value": "MordsMansExit05" + }, + "TemplateResRef": { + "type": "resref", + "value": "mansionexit" + }, + "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 + }, + "VarTable": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "Name": { + "type": "cexostring", + "value": "MMM_ITEM" + }, + "Type": { + "type": "dword", + "value": 1 + }, + "Value": { + "type": "int", + "value": 1 + } + } + ] + }, + "Will": { + "type": "byte", + "value": 0 + }, + "X": { + "type": "float", + "value": 15.0 + }, + "Y": { + "type": "float", + "value": 40.0 + }, + "Z": { + "type": "float", + "value": 0.0 + } + } + ] + }, + "Encounter List": { + "type": "list", + "value": [] + }, + "List": { + "type": "list", + "value": [] + }, + "Placeable List": { + "type": "list", + "value": [] + }, + "SoundList": { + "type": "list", + "value": [] + }, + "StoreList": { + "type": "list", + "value": [] + }, + "TriggerList": { + "type": "list", + "value": [] + }, + "VarTable": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "Name": { + "type": "cexostring", + "value": "PRC_DISABLE_TELEPORTATION_IN_AREA" + }, + "Type": { + "type": "dword", + "value": 1 + }, + "Value": { + "type": "int", + "value": 3 + } + } + ] + }, + "WaypointList": { + "type": "list", + "value": [] + } +} diff --git a/_module/git/mordmagman06.git.json b/_module/git/mordmagman06.git.json new file mode 100644 index 0000000..e2220c1 --- /dev/null +++ b/_module/git/mordmagman06.git.json @@ -0,0 +1,342 @@ +{ + "__data_type": "GIT ", + "AreaProperties": { + "__struct_id": 100, + "type": "struct", + "value": { + "__struct_id": 100, + "AmbientSndDay": { + "type": "int", + "value": 66 + }, + "AmbientSndDayVol": { + "type": "int", + "value": 32 + }, + "AmbientSndNight": { + "type": "int", + "value": 66 + }, + "AmbientSndNitVol": { + "type": "int", + "value": 32 + }, + "EnvAudio": { + "type": "int", + "value": 0 + }, + "MusicBattle": { + "type": "int", + "value": 41 + }, + "MusicDay": { + "type": "int", + "value": 50 + }, + "MusicDelay": { + "type": "int", + "value": 90000 + }, + "MusicNight": { + "type": "int", + "value": 50 + } + } + }, + "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": -0.0 + }, + "CloseLockDC": { + "type": "byte", + "value": 0 + }, + "Conversation": { + "type": "resref", + "value": "" + }, + "CurrentHP": { + "type": "short", + "value": 10 + }, + "Description": { + "type": "cexolocstring", + "value": { + "0": "Mansion Exit" + } + }, + "DisarmDC": { + "type": "byte", + "value": 0 + }, + "Faction": { + "type": "dword", + "value": 2 + }, + "Fort": { + "type": "byte", + "value": 5 + }, + "GenericType": { + "type": "byte", + "value": 8 + }, + "Hardness": { + "type": "byte", + "value": 5 + }, + "HP": { + "type": "short", + "value": 10 + }, + "Interruptable": { + "type": "byte", + "value": 1 + }, + "KeyName": { + "type": "cexostring", + "value": "" + }, + "KeyRequired": { + "type": "byte", + "value": 0 + }, + "LinkedTo": { + "type": "cexostring", + "value": "dummy" + }, + "LinkedToFlags": { + "type": "byte", + "value": 1 + }, + "LoadScreenID": { + "type": "word", + "value": 0 + }, + "Lockable": { + "type": "byte", + "value": 0 + }, + "Locked": { + "type": "byte", + "value": 0 + }, + "LocName": { + "type": "cexolocstring", + "value": { + "0": "Mansion Exit" + } + }, + "OnClick": { + "type": "resref", + "value": "mord_exit" + }, + "OnClosed": { + "type": "resref", + "value": "" + }, + "OnDamaged": { + "type": "resref", + "value": "" + }, + "OnDeath": { + "type": "resref", + "value": "x2_door_death" + }, + "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": 0 + }, + "Plot": { + "type": "byte", + "value": 0 + }, + "PortraitId": { + "type": "word", + "value": 558 + }, + "Ref": { + "type": "byte", + "value": 0 + }, + "Tag": { + "type": "cexostring", + "value": "MordsMansExit06" + }, + "TemplateResRef": { + "type": "resref", + "value": "mansionexit" + }, + "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 + }, + "VarTable": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "Name": { + "type": "cexostring", + "value": "MMM_ITEM" + }, + "Type": { + "type": "dword", + "value": 1 + }, + "Value": { + "type": "int", + "value": 1 + } + } + ] + }, + "Will": { + "type": "byte", + "value": 0 + }, + "X": { + "type": "float", + "value": 15.0 + }, + "Y": { + "type": "float", + "value": 40.0 + }, + "Z": { + "type": "float", + "value": 0.0 + } + } + ] + }, + "Encounter List": { + "type": "list", + "value": [] + }, + "List": { + "type": "list", + "value": [] + }, + "Placeable List": { + "type": "list", + "value": [] + }, + "SoundList": { + "type": "list", + "value": [] + }, + "StoreList": { + "type": "list", + "value": [] + }, + "TriggerList": { + "type": "list", + "value": [] + }, + "VarTable": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "Name": { + "type": "cexostring", + "value": "PRC_DISABLE_TELEPORTATION_IN_AREA" + }, + "Type": { + "type": "dword", + "value": 1 + }, + "Value": { + "type": "int", + "value": 3 + } + } + ] + }, + "WaypointList": { + "type": "list", + "value": [] + } +} diff --git a/_module/git/prc_maze_01.git.json b/_module/git/prc_maze_01.git.json new file mode 100644 index 0000000..07f6b7b --- /dev/null +++ b/_module/git/prc_maze_01.git.json @@ -0,0 +1,73705 @@ +{ + "__data_type": "GIT ", + "AreaProperties": { + "__struct_id": 100, + "type": "struct", + "value": { + "__struct_id": 100, + "AmbientSndDay": { + "type": "int", + "value": 69 + }, + "AmbientSndDayVol": { + "type": "int", + "value": 32 + }, + "AmbientSndNight": { + "type": "int", + "value": 69 + }, + "AmbientSndNitVol": { + "type": "int", + "value": 32 + }, + "EnvAudio": { + "type": "int", + "value": 0 + }, + "MusicBattle": { + "type": "int", + "value": 38 + }, + "MusicDay": { + "type": "int", + "value": 11 + }, + "MusicDelay": { + "type": "int", + "value": 90000 + }, + "MusicNight": { + "type": "int", + "value": 12 + } + } + }, + "Creature List": { + "type": "list", + "value": [] + }, + "Door List": { + "type": "list", + "value": [] + }, + "Encounter List": { + "type": "list", + "value": [] + }, + "List": { + "type": "list", + "value": [] + }, + "Placeable List": { + "type": "list", + "value": [] + }, + "SoundList": { + "type": "list", + "value": [] + }, + "StoreList": { + "type": "list", + "value": [] + }, + "TriggerList": { + "type": "list", + "value": [ + { + "__struct_id": 1, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Cursor": { + "type": "byte", + "value": 0 + }, + "DisarmDC": { + "type": "byte", + "value": 0 + }, + "Faction": { + "type": "dword", + "value": 1 + }, + "Geometry": { + "type": "list", + "value": [ + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.0 + }, + "PointY": { + "type": "float", + "value": 0.0 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.003210067749023438 + }, + "PointY": { + "type": "float", + "value": -4.024104118347168 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 3.991964340209961 + }, + "PointY": { + "type": "float", + "value": -4.02381181716919 + }, + "PointZ": { + "type": "float", + "value": 0.2707840502262116 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 3.99310302734375 + }, + "PointY": { + "type": "float", + "value": -0.009606361389160156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + } + ] + }, + "HighlightHeight": { + "type": "float", + "value": 0.0 + }, + "KeyName": { + "type": "cexostring", + "value": "" + }, + "LinkedTo": { + "type": "cexostring", + "value": "" + }, + "LinkedToFlags": { + "type": "byte", + "value": 0 + }, + "LoadScreenID": { + "type": "word", + "value": 0 + }, + "LocalizedName": { + "id": 14759, + "type": "cexolocstring", + "value": { + "0": "Northward Entry" + } + }, + "OnClick": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnTrapTriggered": { + "type": "resref", + "value": "" + }, + "PortraitId": { + "type": "word", + "value": 0 + }, + "ScriptHeartbeat": { + "type": "resref", + "value": "" + }, + "ScriptOnEnter": { + "type": "resref", + "value": "prc_maze_en_trig" + }, + "ScriptOnExit": { + "type": "resref", + "value": "" + }, + "ScriptUserDefine": { + "type": "resref", + "value": "" + }, + "Tag": { + "type": "cexostring", + "value": "prc_maze_entry_north" + }, + "TemplateResRef": { + "type": "resref", + "value": "newgeneric" + }, + "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": "int", + "value": 0 + }, + "VarTable": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "Name": { + "type": "cexostring", + "value": "directions" + }, + "Type": { + "type": "dword", + "value": 1 + }, + "Value": { + "type": "int", + "value": 4096 + } + } + ] + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": 22.81622695922852 + }, + "YOrientation": { + "type": "float", + "value": 0.0 + }, + "YPosition": { + "type": "float", + "value": 51.43787002563477 + }, + "ZOrientation": { + "type": "float", + "value": 0.0 + }, + "ZPosition": { + "type": "float", + "value": 0.2000000476837158 + } + }, + { + "__struct_id": 1, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Cursor": { + "type": "byte", + "value": 0 + }, + "DisarmDC": { + "type": "byte", + "value": 0 + }, + "Faction": { + "type": "dword", + "value": 1 + }, + "Geometry": { + "type": "list", + "value": [ + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.0 + }, + "PointY": { + "type": "float", + "value": 0.0 + }, + "PointZ": { + "type": "float", + "value": 0.2349531948566437 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.003210067749023438 + }, + "PointY": { + "type": "float", + "value": -4.024104118347168 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 3.991964340209961 + }, + "PointY": { + "type": "float", + "value": -4.02381181716919 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 3.99310302734375 + }, + "PointY": { + "type": "float", + "value": -0.009606361389160156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + } + ] + }, + "HighlightHeight": { + "type": "float", + "value": 0.0 + }, + "KeyName": { + "type": "cexostring", + "value": "" + }, + "LinkedTo": { + "type": "cexostring", + "value": "" + }, + "LinkedToFlags": { + "type": "byte", + "value": 0 + }, + "LoadScreenID": { + "type": "word", + "value": 0 + }, + "LocalizedName": { + "id": 14759, + "type": "cexolocstring", + "value": { + "0": "Southward Entry" + } + }, + "OnClick": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnTrapTriggered": { + "type": "resref", + "value": "" + }, + "PortraitId": { + "type": "word", + "value": 0 + }, + "ScriptHeartbeat": { + "type": "resref", + "value": "" + }, + "ScriptOnEnter": { + "type": "resref", + "value": "prc_maze_en_trig" + }, + "ScriptOnExit": { + "type": "resref", + "value": "" + }, + "ScriptUserDefine": { + "type": "resref", + "value": "" + }, + "Tag": { + "type": "cexostring", + "value": "prc_maze_entry_south" + }, + "TemplateResRef": { + "type": "resref", + "value": "newgeneric" + }, + "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": "int", + "value": 0 + }, + "VarTable": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "Name": { + "type": "cexostring", + "value": "directions" + }, + "Type": { + "type": "dword", + "value": 1 + }, + "Value": { + "type": "int", + "value": 256 + } + } + ] + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": 153.1847076416016 + }, + "YOrientation": { + "type": "float", + "value": 0.0 + }, + "YPosition": { + "type": "float", + "value": 72.54074096679688 + }, + "ZOrientation": { + "type": "float", + "value": 0.0 + }, + "ZPosition": { + "type": "float", + "value": 0.2000000476837158 + } + }, + { + "__struct_id": 1, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Cursor": { + "type": "byte", + "value": 0 + }, + "DisarmDC": { + "type": "byte", + "value": 0 + }, + "Faction": { + "type": "dword", + "value": 1 + }, + "Geometry": { + "type": "list", + "value": [ + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.0 + }, + "PointY": { + "type": "float", + "value": 0.0 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.003210067749023438 + }, + "PointY": { + "type": "float", + "value": -4.024104118347168 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 3.991964340209961 + }, + "PointY": { + "type": "float", + "value": -4.02381181716919 + }, + "PointZ": { + "type": "float", + "value": 0.3958608210086823 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 3.99310302734375 + }, + "PointY": { + "type": "float", + "value": -0.009606361389160156 + }, + "PointZ": { + "type": "float", + "value": 0.5722495317459106 + } + } + ] + }, + "HighlightHeight": { + "type": "float", + "value": 0.0 + }, + "KeyName": { + "type": "cexostring", + "value": "" + }, + "LinkedTo": { + "type": "cexostring", + "value": "" + }, + "LinkedToFlags": { + "type": "byte", + "value": 0 + }, + "LoadScreenID": { + "type": "word", + "value": 0 + }, + "LocalizedName": { + "id": 14759, + "type": "cexolocstring", + "value": { + "0": "Westward Entry" + } + }, + "OnClick": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnTrapTriggered": { + "type": "resref", + "value": "" + }, + "PortraitId": { + "type": "word", + "value": 0 + }, + "ScriptHeartbeat": { + "type": "resref", + "value": "" + }, + "ScriptOnEnter": { + "type": "resref", + "value": "prc_maze_en_trig" + }, + "ScriptOnExit": { + "type": "resref", + "value": "" + }, + "ScriptUserDefine": { + "type": "resref", + "value": "" + }, + "Tag": { + "type": "cexostring", + "value": "prc_maze_entry_west" + }, + "TemplateResRef": { + "type": "resref", + "value": "newgeneric" + }, + "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": "int", + "value": 0 + }, + "VarTable": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "Name": { + "type": "cexostring", + "value": "directions" + }, + "Type": { + "type": "dword", + "value": 1 + }, + "Value": { + "type": "int", + "value": 16 + } + } + ] + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": 68.99031829833984 + }, + "YOrientation": { + "type": "float", + "value": 0.0 + }, + "YPosition": { + "type": "float", + "value": 6.806238651275635 + }, + "ZOrientation": { + "type": "float", + "value": 0.0 + }, + "ZPosition": { + "type": "float", + "value": 0.200000524520874 + } + }, + { + "__struct_id": 1, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Cursor": { + "type": "byte", + "value": 0 + }, + "DisarmDC": { + "type": "byte", + "value": 0 + }, + "Faction": { + "type": "dword", + "value": 1 + }, + "Geometry": { + "type": "list", + "value": [ + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.0 + }, + "PointY": { + "type": "float", + "value": 0.0 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.003210067749023438 + }, + "PointY": { + "type": "float", + "value": -4.024104118347168 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 3.991964340209961 + }, + "PointY": { + "type": "float", + "value": -4.02381181716919 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 3.99310302734375 + }, + "PointY": { + "type": "float", + "value": -0.009606361389160156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + } + ] + }, + "HighlightHeight": { + "type": "float", + "value": 0.0 + }, + "KeyName": { + "type": "cexostring", + "value": "" + }, + "LinkedTo": { + "type": "cexostring", + "value": "" + }, + "LinkedToFlags": { + "type": "byte", + "value": 0 + }, + "LoadScreenID": { + "type": "word", + "value": 0 + }, + "LocalizedName": { + "id": 14759, + "type": "cexolocstring", + "value": { + "0": "Eastward Entry" + } + }, + "OnClick": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnTrapTriggered": { + "type": "resref", + "value": "" + }, + "PortraitId": { + "type": "word", + "value": 0 + }, + "ScriptHeartbeat": { + "type": "resref", + "value": "" + }, + "ScriptOnEnter": { + "type": "resref", + "value": "prc_maze_en_trig" + }, + "ScriptOnExit": { + "type": "resref", + "value": "" + }, + "ScriptUserDefine": { + "type": "resref", + "value": "" + }, + "Tag": { + "type": "cexostring", + "value": "prc_maze_entry_east" + }, + "TemplateResRef": { + "type": "resref", + "value": "newgeneric" + }, + "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": "int", + "value": 0 + }, + "VarTable": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "Name": { + "type": "cexostring", + "value": "directions" + }, + "Type": { + "type": "dword", + "value": 1 + }, + "Value": { + "type": "int", + "value": 1 + } + } + ] + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": 7.382128238677979 + }, + "YOrientation": { + "type": "float", + "value": 0.0 + }, + "YPosition": { + "type": "float", + "value": 6.948732852935791 + }, + "ZOrientation": { + "type": "float", + "value": 0.0 + }, + "ZPosition": { + "type": "float", + "value": 0.2000000476837158 + } + }, + { + "__struct_id": 1, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Cursor": { + "type": "byte", + "value": 0 + }, + "DisarmDC": { + "type": "byte", + "value": 0 + }, + "Faction": { + "type": "dword", + "value": 1 + }, + "Geometry": { + "type": "list", + "value": [ + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.0 + }, + "PointY": { + "type": "float", + "value": 0.0 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.003210067749023438 + }, + "PointY": { + "type": "float", + "value": -4.024104118347168 + }, + "PointZ": { + "type": "float", + "value": 0.5847901105880737 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 3.991964340209961 + }, + "PointY": { + "type": "float", + "value": -4.02381181716919 + }, + "PointZ": { + "type": "float", + "value": 0.6696497201919556 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 3.99310302734375 + }, + "PointY": { + "type": "float", + "value": -0.009606361389160156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + } + ] + }, + "HighlightHeight": { + "type": "float", + "value": 0.0 + }, + "KeyName": { + "type": "cexostring", + "value": "" + }, + "LinkedTo": { + "type": "cexostring", + "value": "" + }, + "LinkedToFlags": { + "type": "byte", + "value": 0 + }, + "LoadScreenID": { + "type": "word", + "value": 0 + }, + "LocalizedName": { + "id": 14759, + "type": "cexolocstring", + "value": { + "0": "North Junction" + } + }, + "OnClick": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnTrapTriggered": { + "type": "resref", + "value": "" + }, + "PortraitId": { + "type": "word", + "value": 0 + }, + "ScriptHeartbeat": { + "type": "resref", + "value": "" + }, + "ScriptOnEnter": { + "type": "resref", + "value": "prc_maze_mvtrig" + }, + "ScriptOnExit": { + "type": "resref", + "value": "" + }, + "ScriptUserDefine": { + "type": "resref", + "value": "" + }, + "Tag": { + "type": "cexostring", + "value": "prc_maze_north" + }, + "TemplateResRef": { + "type": "resref", + "value": "newgeneric" + }, + "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": "int", + "value": 0 + }, + "VarTable": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "Name": { + "type": "cexostring", + "value": "directions" + }, + "Type": { + "type": "dword", + "value": 1 + }, + "Value": { + "type": "int", + "value": 4096 + } + } + ] + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": 3.01154375076294 + }, + "YOrientation": { + "type": "float", + "value": 0.0 + }, + "YPosition": { + "type": "float", + "value": 40.96253204345703 + }, + "ZOrientation": { + "type": "float", + "value": 0.0 + }, + "ZPosition": { + "type": "float", + "value": 0.2000000476837158 + } + }, + { + "__struct_id": 1, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Cursor": { + "type": "byte", + "value": 0 + }, + "DisarmDC": { + "type": "byte", + "value": 0 + }, + "Faction": { + "type": "dword", + "value": 1 + }, + "Geometry": { + "type": "list", + "value": [ + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.025417327880859 + }, + "PointY": { + "type": "float", + "value": 1.006362915039063 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.512710571289063 + }, + "PointY": { + "type": "float", + "value": -0.4936904907226563 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.519039154052734 + }, + "PointY": { + "type": "float", + "value": -1.481063842773438 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.010276794433594 + }, + "PointY": { + "type": "float", + "value": -2.999496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.022621154785156 + }, + "PointY": { + "type": "float", + "value": -3.493328094482422 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.510272979736328 + }, + "PointY": { + "type": "float", + "value": -3.499496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.010269165039063 + }, + "PointY": { + "type": "float", + "value": -1.987144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.004093170166015625 + }, + "PointY": { + "type": "float", + "value": -1.987148284912109 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.511528015136719 + }, + "PointY": { + "type": "float", + "value": -3.480979919433594 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999183654785156 + }, + "PointY": { + "type": "float", + "value": -3.493324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.005359649658203 + }, + "PointY": { + "type": "float", + "value": -2.993324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4991798400878906 + }, + "PointY": { + "type": "float", + "value": -1.487144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4930038452148438 + }, + "PointY": { + "type": "float", + "value": -0.4871406555175781 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999927520751953 + }, + "PointY": { + "type": "float", + "value": 1.015377044677734 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.007808685302734 + }, + "PointY": { + "type": "float", + "value": 1.519588470458984 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.487838745117188 + }, + "PointY": { + "type": "float", + "value": 1.527469635009766 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.01651382446289063 + }, + "PointY": { + "type": "float", + "value": -0.00835418701171875 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.012691497802734 + }, + "PointY": { + "type": "float", + "value": 0.0 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.531734466552734 + }, + "PointY": { + "type": "float", + "value": 1.512706756591797 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.012760162353516 + }, + "PointY": { + "type": "float", + "value": 1.519035339355469 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + } + ] + }, + "HighlightHeight": { + "type": "float", + "value": 0.0 + }, + "KeyName": { + "type": "cexostring", + "value": "" + }, + "LinkedTo": { + "type": "cexostring", + "value": "" + }, + "LinkedToFlags": { + "type": "byte", + "value": 0 + }, + "LoadScreenID": { + "type": "word", + "value": 0 + }, + "LocalizedName": { + "id": 14759, + "type": "cexolocstring", + "value": { + "0": "North & South & West & East Junction" + } + }, + "OnClick": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnTrapTriggered": { + "type": "resref", + "value": "" + }, + "PortraitId": { + "type": "word", + "value": 0 + }, + "ScriptHeartbeat": { + "type": "resref", + "value": "" + }, + "ScriptOnEnter": { + "type": "resref", + "value": "prc_maze_mvtrig" + }, + "ScriptOnExit": { + "type": "resref", + "value": "" + }, + "ScriptUserDefine": { + "type": "resref", + "value": "" + }, + "Tag": { + "type": "cexostring", + "value": "prc_maze_north_south_west_east" + }, + "TemplateResRef": { + "type": "resref", + "value": "newgeneric" + }, + "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": "int", + "value": 0 + }, + "VarTable": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "Name": { + "type": "cexostring", + "value": "directions" + }, + "Type": { + "type": "dword", + "value": 1 + }, + "Value": { + "type": "int", + "value": 4369 + } + } + ] + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": 45.50666809082031 + }, + "YOrientation": { + "type": "float", + "value": 0.0 + }, + "YPosition": { + "type": "float", + "value": 45.98467636108398 + }, + "ZOrientation": { + "type": "float", + "value": 0.0 + }, + "ZPosition": { + "type": "float", + "value": 0.0 + } + }, + { + "__struct_id": 1, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Cursor": { + "type": "byte", + "value": 0 + }, + "DisarmDC": { + "type": "byte", + "value": 0 + }, + "Faction": { + "type": "dword", + "value": 1 + }, + "Geometry": { + "type": "list", + "value": [ + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.0 + }, + "PointY": { + "type": "float", + "value": 0.0 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.003210067749023438 + }, + "PointY": { + "type": "float", + "value": -4.024104118347168 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 3.991964340209961 + }, + "PointY": { + "type": "float", + "value": -4.02381181716919 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 3.99310302734375 + }, + "PointY": { + "type": "float", + "value": -0.009606361389160156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + } + ] + }, + "HighlightHeight": { + "type": "float", + "value": 0.0 + }, + "KeyName": { + "type": "cexostring", + "value": "" + }, + "LinkedTo": { + "type": "cexostring", + "value": "" + }, + "LinkedToFlags": { + "type": "byte", + "value": 0 + }, + "LoadScreenID": { + "type": "word", + "value": 0 + }, + "LocalizedName": { + "id": 14759, + "type": "cexolocstring", + "value": { + "0": "East Junction" + } + }, + "OnClick": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnTrapTriggered": { + "type": "resref", + "value": "" + }, + "PortraitId": { + "type": "word", + "value": 0 + }, + "ScriptHeartbeat": { + "type": "resref", + "value": "" + }, + "ScriptOnEnter": { + "type": "resref", + "value": "prc_maze_mvtrig" + }, + "ScriptOnExit": { + "type": "resref", + "value": "" + }, + "ScriptUserDefine": { + "type": "resref", + "value": "" + }, + "Tag": { + "type": "cexostring", + "value": "prc_maze_east" + }, + "TemplateResRef": { + "type": "resref", + "value": "newgeneric" + }, + "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": "int", + "value": 0 + }, + "VarTable": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "Name": { + "type": "cexostring", + "value": "directions" + }, + "Type": { + "type": "dword", + "value": 1 + }, + "Value": { + "type": "int", + "value": 1 + } + } + ] + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": 86.54094696044922 + }, + "YOrientation": { + "type": "float", + "value": 0.0 + }, + "YPosition": { + "type": "float", + "value": 6.967678070068359 + }, + "ZOrientation": { + "type": "float", + "value": 0.0 + }, + "ZPosition": { + "type": "float", + "value": 0.1999995708465576 + } + }, + { + "__struct_id": 1, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Cursor": { + "type": "byte", + "value": 0 + }, + "DisarmDC": { + "type": "byte", + "value": 0 + }, + "Faction": { + "type": "dword", + "value": 1 + }, + "Geometry": { + "type": "list", + "value": [ + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.025417327880859 + }, + "PointY": { + "type": "float", + "value": 1.006362915039063 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.512710571289063 + }, + "PointY": { + "type": "float", + "value": -0.4936904907226563 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.519039154052734 + }, + "PointY": { + "type": "float", + "value": -1.481063842773438 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.010276794433594 + }, + "PointY": { + "type": "float", + "value": -2.999496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.022621154785156 + }, + "PointY": { + "type": "float", + "value": -3.493328094482422 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.510272979736328 + }, + "PointY": { + "type": "float", + "value": -3.499496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.010269165039063 + }, + "PointY": { + "type": "float", + "value": -1.987144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.004093170166015625 + }, + "PointY": { + "type": "float", + "value": -1.987148284912109 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.511528015136719 + }, + "PointY": { + "type": "float", + "value": -3.480979919433594 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999183654785156 + }, + "PointY": { + "type": "float", + "value": -3.493324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.005359649658203 + }, + "PointY": { + "type": "float", + "value": -2.993324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4991798400878906 + }, + "PointY": { + "type": "float", + "value": -1.487144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4930038452148438 + }, + "PointY": { + "type": "float", + "value": -0.4871406555175781 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999927520751953 + }, + "PointY": { + "type": "float", + "value": 1.015377044677734 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.007808685302734 + }, + "PointY": { + "type": "float", + "value": 1.519588470458984 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.487838745117188 + }, + "PointY": { + "type": "float", + "value": 1.527469635009766 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.01651382446289063 + }, + "PointY": { + "type": "float", + "value": -0.00835418701171875 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.012691497802734 + }, + "PointY": { + "type": "float", + "value": 0.0 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.531734466552734 + }, + "PointY": { + "type": "float", + "value": 1.512706756591797 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.012760162353516 + }, + "PointY": { + "type": "float", + "value": 1.519035339355469 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + } + ] + }, + "HighlightHeight": { + "type": "float", + "value": 0.0 + }, + "KeyName": { + "type": "cexostring", + "value": "" + }, + "LinkedTo": { + "type": "cexostring", + "value": "" + }, + "LinkedToFlags": { + "type": "byte", + "value": 0 + }, + "LoadScreenID": { + "type": "word", + "value": 0 + }, + "LocalizedName": { + "id": 14759, + "type": "cexolocstring", + "value": { + "0": "North & South & East Junction" + } + }, + "OnClick": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnTrapTriggered": { + "type": "resref", + "value": "" + }, + "PortraitId": { + "type": "word", + "value": 0 + }, + "ScriptHeartbeat": { + "type": "resref", + "value": "" + }, + "ScriptOnEnter": { + "type": "resref", + "value": "prc_maze_mvtrig" + }, + "ScriptOnExit": { + "type": "resref", + "value": "" + }, + "ScriptUserDefine": { + "type": "resref", + "value": "" + }, + "Tag": { + "type": "cexostring", + "value": "prc_maze_north_south_east" + }, + "TemplateResRef": { + "type": "resref", + "value": "newgeneric" + }, + "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": "int", + "value": 0 + }, + "VarTable": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "Name": { + "type": "cexostring", + "value": "directions" + }, + "Type": { + "type": "dword", + "value": 1 + }, + "Value": { + "type": "int", + "value": 4353 + } + } + ] + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": 35.50896835327148 + }, + "YOrientation": { + "type": "float", + "value": 0.0 + }, + "YPosition": { + "type": "float", + "value": 46.12579727172852 + }, + "ZOrientation": { + "type": "float", + "value": 0.0 + }, + "ZPosition": { + "type": "float", + "value": 0.2000000476837158 + } + }, + { + "__struct_id": 1, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Cursor": { + "type": "byte", + "value": 0 + }, + "DisarmDC": { + "type": "byte", + "value": 0 + }, + "Faction": { + "type": "dword", + "value": 1 + }, + "Geometry": { + "type": "list", + "value": [ + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.025417327880859 + }, + "PointY": { + "type": "float", + "value": 1.006362915039063 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.512710571289063 + }, + "PointY": { + "type": "float", + "value": -0.4936904907226563 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.519039154052734 + }, + "PointY": { + "type": "float", + "value": -1.481063842773438 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.010276794433594 + }, + "PointY": { + "type": "float", + "value": -2.999496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.022621154785156 + }, + "PointY": { + "type": "float", + "value": -3.493328094482422 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.510272979736328 + }, + "PointY": { + "type": "float", + "value": -3.499496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.010269165039063 + }, + "PointY": { + "type": "float", + "value": -1.987144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.004093170166015625 + }, + "PointY": { + "type": "float", + "value": -1.987148284912109 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.511528015136719 + }, + "PointY": { + "type": "float", + "value": -3.480979919433594 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999183654785156 + }, + "PointY": { + "type": "float", + "value": -3.493324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.005359649658203 + }, + "PointY": { + "type": "float", + "value": -2.993324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4991798400878906 + }, + "PointY": { + "type": "float", + "value": -1.487144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4930038452148438 + }, + "PointY": { + "type": "float", + "value": -0.4871406555175781 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999927520751953 + }, + "PointY": { + "type": "float", + "value": 1.015377044677734 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.007808685302734 + }, + "PointY": { + "type": "float", + "value": 1.519588470458984 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.487838745117188 + }, + "PointY": { + "type": "float", + "value": 1.527469635009766 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.01651382446289063 + }, + "PointY": { + "type": "float", + "value": -0.00835418701171875 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.012691497802734 + }, + "PointY": { + "type": "float", + "value": 0.0 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.531734466552734 + }, + "PointY": { + "type": "float", + "value": 1.512706756591797 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.012760162353516 + }, + "PointY": { + "type": "float", + "value": 1.519035339355469 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + } + ] + }, + "HighlightHeight": { + "type": "float", + "value": 0.0 + }, + "KeyName": { + "type": "cexostring", + "value": "" + }, + "LinkedTo": { + "type": "cexostring", + "value": "" + }, + "LinkedToFlags": { + "type": "byte", + "value": 0 + }, + "LoadScreenID": { + "type": "word", + "value": 0 + }, + "LocalizedName": { + "id": 14759, + "type": "cexolocstring", + "value": { + "0": "South & West & East Junction" + } + }, + "OnClick": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnTrapTriggered": { + "type": "resref", + "value": "" + }, + "PortraitId": { + "type": "word", + "value": 0 + }, + "ScriptHeartbeat": { + "type": "resref", + "value": "" + }, + "ScriptOnEnter": { + "type": "resref", + "value": "prc_maze_mvtrig" + }, + "ScriptOnExit": { + "type": "resref", + "value": "" + }, + "ScriptUserDefine": { + "type": "resref", + "value": "" + }, + "Tag": { + "type": "cexostring", + "value": "prc_maze_south_west_east" + }, + "TemplateResRef": { + "type": "resref", + "value": "newgeneric" + }, + "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": "int", + "value": 0 + }, + "VarTable": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "Name": { + "type": "cexostring", + "value": "directions" + }, + "Type": { + "type": "dword", + "value": 1 + }, + "Value": { + "type": "int", + "value": 273 + } + } + ] + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": 25.50891876220703 + }, + "YOrientation": { + "type": "float", + "value": 0.0 + }, + "YPosition": { + "type": "float", + "value": 35.94875335693359 + }, + "ZOrientation": { + "type": "float", + "value": 0.0 + }, + "ZPosition": { + "type": "float", + "value": 0.1999990940093994 + } + }, + { + "__struct_id": 1, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Cursor": { + "type": "byte", + "value": 0 + }, + "DisarmDC": { + "type": "byte", + "value": 0 + }, + "Faction": { + "type": "dword", + "value": 1 + }, + "Geometry": { + "type": "list", + "value": [ + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.025417327880859 + }, + "PointY": { + "type": "float", + "value": 1.006362915039063 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.512710571289063 + }, + "PointY": { + "type": "float", + "value": -0.4936904907226563 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.519039154052734 + }, + "PointY": { + "type": "float", + "value": -1.481063842773438 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.010276794433594 + }, + "PointY": { + "type": "float", + "value": -2.999496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.022621154785156 + }, + "PointY": { + "type": "float", + "value": -3.493328094482422 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.510272979736328 + }, + "PointY": { + "type": "float", + "value": -3.499496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.010269165039063 + }, + "PointY": { + "type": "float", + "value": -1.987144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.004093170166015625 + }, + "PointY": { + "type": "float", + "value": -1.987148284912109 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.511528015136719 + }, + "PointY": { + "type": "float", + "value": -3.480979919433594 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999183654785156 + }, + "PointY": { + "type": "float", + "value": -3.493324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.005359649658203 + }, + "PointY": { + "type": "float", + "value": -2.993324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4991798400878906 + }, + "PointY": { + "type": "float", + "value": -1.487144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4930038452148438 + }, + "PointY": { + "type": "float", + "value": -0.4871406555175781 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999927520751953 + }, + "PointY": { + "type": "float", + "value": 1.015377044677734 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.007808685302734 + }, + "PointY": { + "type": "float", + "value": 1.519588470458984 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.487838745117188 + }, + "PointY": { + "type": "float", + "value": 1.527469635009766 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.01651382446289063 + }, + "PointY": { + "type": "float", + "value": -0.00835418701171875 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.012691497802734 + }, + "PointY": { + "type": "float", + "value": 0.0 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.531734466552734 + }, + "PointY": { + "type": "float", + "value": 1.512706756591797 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.012760162353516 + }, + "PointY": { + "type": "float", + "value": 1.519035339355469 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + } + ] + }, + "HighlightHeight": { + "type": "float", + "value": 0.0 + }, + "KeyName": { + "type": "cexostring", + "value": "" + }, + "LinkedTo": { + "type": "cexostring", + "value": "" + }, + "LinkedToFlags": { + "type": "byte", + "value": 0 + }, + "LoadScreenID": { + "type": "word", + "value": 0 + }, + "LocalizedName": { + "id": 14759, + "type": "cexolocstring", + "value": { + "0": "North & South & West Junction" + } + }, + "OnClick": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnTrapTriggered": { + "type": "resref", + "value": "" + }, + "PortraitId": { + "type": "word", + "value": 0 + }, + "ScriptHeartbeat": { + "type": "resref", + "value": "" + }, + "ScriptOnEnter": { + "type": "resref", + "value": "prc_maze_mvtrig" + }, + "ScriptOnExit": { + "type": "resref", + "value": "" + }, + "ScriptUserDefine": { + "type": "resref", + "value": "" + }, + "Tag": { + "type": "cexostring", + "value": "prc_maze_north_south_west" + }, + "TemplateResRef": { + "type": "resref", + "value": "newgeneric" + }, + "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": "int", + "value": 0 + }, + "VarTable": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "Name": { + "type": "cexostring", + "value": "directions" + }, + "Type": { + "type": "dword", + "value": 1 + }, + "Value": { + "type": "int", + "value": 4368 + } + } + ] + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": 15.46780109405518 + }, + "YOrientation": { + "type": "float", + "value": 0.0 + }, + "YPosition": { + "type": "float", + "value": 45.88255310058594 + }, + "ZOrientation": { + "type": "float", + "value": 0.0 + }, + "ZPosition": { + "type": "float", + "value": 0.2000000476837158 + } + }, + { + "__struct_id": 1, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Cursor": { + "type": "byte", + "value": 0 + }, + "DisarmDC": { + "type": "byte", + "value": 0 + }, + "Faction": { + "type": "dword", + "value": 1 + }, + "Geometry": { + "type": "list", + "value": [ + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.025417327880859 + }, + "PointY": { + "type": "float", + "value": 1.006362915039063 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.512710571289063 + }, + "PointY": { + "type": "float", + "value": -0.4936904907226563 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.519039154052734 + }, + "PointY": { + "type": "float", + "value": -1.481063842773438 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.010276794433594 + }, + "PointY": { + "type": "float", + "value": -2.999496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.022621154785156 + }, + "PointY": { + "type": "float", + "value": -3.493328094482422 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.510272979736328 + }, + "PointY": { + "type": "float", + "value": -3.499496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.010269165039063 + }, + "PointY": { + "type": "float", + "value": -1.987144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.004093170166015625 + }, + "PointY": { + "type": "float", + "value": -1.987148284912109 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.511528015136719 + }, + "PointY": { + "type": "float", + "value": -3.480979919433594 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999183654785156 + }, + "PointY": { + "type": "float", + "value": -3.493324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.005359649658203 + }, + "PointY": { + "type": "float", + "value": -2.993324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4991798400878906 + }, + "PointY": { + "type": "float", + "value": -1.487144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4930038452148438 + }, + "PointY": { + "type": "float", + "value": -0.4871406555175781 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999927520751953 + }, + "PointY": { + "type": "float", + "value": 1.015377044677734 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.007808685302734 + }, + "PointY": { + "type": "float", + "value": 1.519588470458984 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.487838745117188 + }, + "PointY": { + "type": "float", + "value": 1.527469635009766 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.01651382446289063 + }, + "PointY": { + "type": "float", + "value": -0.00835418701171875 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.012691497802734 + }, + "PointY": { + "type": "float", + "value": 0.0 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.531734466552734 + }, + "PointY": { + "type": "float", + "value": 1.512706756591797 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.012760162353516 + }, + "PointY": { + "type": "float", + "value": 1.519035339355469 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + } + ] + }, + "HighlightHeight": { + "type": "float", + "value": 0.0 + }, + "KeyName": { + "type": "cexostring", + "value": "" + }, + "LinkedTo": { + "type": "cexostring", + "value": "" + }, + "LinkedToFlags": { + "type": "byte", + "value": 0 + }, + "LoadScreenID": { + "type": "word", + "value": 0 + }, + "LocalizedName": { + "id": 14759, + "type": "cexolocstring", + "value": { + "0": "South & West & East Junction" + } + }, + "OnClick": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnTrapTriggered": { + "type": "resref", + "value": "" + }, + "PortraitId": { + "type": "word", + "value": 0 + }, + "ScriptHeartbeat": { + "type": "resref", + "value": "" + }, + "ScriptOnEnter": { + "type": "resref", + "value": "prc_maze_mvtrig" + }, + "ScriptOnExit": { + "type": "resref", + "value": "" + }, + "ScriptUserDefine": { + "type": "resref", + "value": "" + }, + "Tag": { + "type": "cexostring", + "value": "prc_maze_south_west_east" + }, + "TemplateResRef": { + "type": "resref", + "value": "newgeneric" + }, + "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": "int", + "value": 0 + }, + "VarTable": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "Name": { + "type": "cexostring", + "value": "directions" + }, + "Type": { + "type": "dword", + "value": 1 + }, + "Value": { + "type": "int", + "value": 273 + } + } + ] + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": 25.44297981262207 + }, + "YOrientation": { + "type": "float", + "value": 0.0 + }, + "YPosition": { + "type": "float", + "value": 55.87224197387695 + }, + "ZOrientation": { + "type": "float", + "value": 0.0 + }, + "ZPosition": { + "type": "float", + "value": 0.2000010013580322 + } + }, + { + "__struct_id": 1, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Cursor": { + "type": "byte", + "value": 0 + }, + "DisarmDC": { + "type": "byte", + "value": 0 + }, + "Faction": { + "type": "dword", + "value": 1 + }, + "Geometry": { + "type": "list", + "value": [ + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.025417327880859 + }, + "PointY": { + "type": "float", + "value": 1.006362915039063 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.512710571289063 + }, + "PointY": { + "type": "float", + "value": -0.4936904907226563 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.519039154052734 + }, + "PointY": { + "type": "float", + "value": -1.481063842773438 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.010276794433594 + }, + "PointY": { + "type": "float", + "value": -2.999496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.022621154785156 + }, + "PointY": { + "type": "float", + "value": -3.493328094482422 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.510272979736328 + }, + "PointY": { + "type": "float", + "value": -3.499496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.010269165039063 + }, + "PointY": { + "type": "float", + "value": -1.987144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.004093170166015625 + }, + "PointY": { + "type": "float", + "value": -1.987148284912109 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.511528015136719 + }, + "PointY": { + "type": "float", + "value": -3.480979919433594 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999183654785156 + }, + "PointY": { + "type": "float", + "value": -3.493324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.005359649658203 + }, + "PointY": { + "type": "float", + "value": -2.993324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4991798400878906 + }, + "PointY": { + "type": "float", + "value": -1.487144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4930038452148438 + }, + "PointY": { + "type": "float", + "value": -0.4871406555175781 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999927520751953 + }, + "PointY": { + "type": "float", + "value": 1.015377044677734 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.007808685302734 + }, + "PointY": { + "type": "float", + "value": 1.519588470458984 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.487838745117188 + }, + "PointY": { + "type": "float", + "value": 1.527469635009766 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.01651382446289063 + }, + "PointY": { + "type": "float", + "value": -0.00835418701171875 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.012691497802734 + }, + "PointY": { + "type": "float", + "value": 0.0 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.531734466552734 + }, + "PointY": { + "type": "float", + "value": 1.512706756591797 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.012760162353516 + }, + "PointY": { + "type": "float", + "value": 1.519035339355469 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + } + ] + }, + "HighlightHeight": { + "type": "float", + "value": 0.0 + }, + "KeyName": { + "type": "cexostring", + "value": "" + }, + "LinkedTo": { + "type": "cexostring", + "value": "" + }, + "LinkedToFlags": { + "type": "byte", + "value": 0 + }, + "LoadScreenID": { + "type": "word", + "value": 0 + }, + "LocalizedName": { + "id": 14759, + "type": "cexolocstring", + "value": { + "0": "North & West & East Junction" + } + }, + "OnClick": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnTrapTriggered": { + "type": "resref", + "value": "" + }, + "PortraitId": { + "type": "word", + "value": 0 + }, + "ScriptHeartbeat": { + "type": "resref", + "value": "" + }, + "ScriptOnEnter": { + "type": "resref", + "value": "prc_maze_mvtrig" + }, + "ScriptOnExit": { + "type": "resref", + "value": "" + }, + "ScriptUserDefine": { + "type": "resref", + "value": "" + }, + "Tag": { + "type": "cexostring", + "value": "prc_maze_north_west_east" + }, + "TemplateResRef": { + "type": "resref", + "value": "newgeneric" + }, + "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": "int", + "value": 0 + }, + "VarTable": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "Name": { + "type": "cexostring", + "value": "directions" + }, + "Type": { + "type": "dword", + "value": 1 + }, + "Value": { + "type": "int", + "value": 4113 + } + } + ] + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": 65.53337860107422 + }, + "YOrientation": { + "type": "float", + "value": 0.0 + }, + "YPosition": { + "type": "float", + "value": 86.00540161132813 + }, + "ZOrientation": { + "type": "float", + "value": 0.0 + }, + "ZPosition": { + "type": "float", + "value": 0.199998140335083 + } + }, + { + "__struct_id": 1, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Cursor": { + "type": "byte", + "value": 0 + }, + "DisarmDC": { + "type": "byte", + "value": 0 + }, + "Faction": { + "type": "dword", + "value": 1 + }, + "Geometry": { + "type": "list", + "value": [ + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.025417327880859 + }, + "PointY": { + "type": "float", + "value": 1.006362915039063 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.512710571289063 + }, + "PointY": { + "type": "float", + "value": -0.4936904907226563 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.519039154052734 + }, + "PointY": { + "type": "float", + "value": -1.481063842773438 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.010276794433594 + }, + "PointY": { + "type": "float", + "value": -2.999496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.022621154785156 + }, + "PointY": { + "type": "float", + "value": -3.493328094482422 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.510272979736328 + }, + "PointY": { + "type": "float", + "value": -3.499496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.010269165039063 + }, + "PointY": { + "type": "float", + "value": -1.987144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.004093170166015625 + }, + "PointY": { + "type": "float", + "value": -1.987148284912109 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.511528015136719 + }, + "PointY": { + "type": "float", + "value": -3.480979919433594 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999183654785156 + }, + "PointY": { + "type": "float", + "value": -3.493324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.005359649658203 + }, + "PointY": { + "type": "float", + "value": -2.993324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4991798400878906 + }, + "PointY": { + "type": "float", + "value": -1.487144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4930038452148438 + }, + "PointY": { + "type": "float", + "value": -0.4871406555175781 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999927520751953 + }, + "PointY": { + "type": "float", + "value": 1.015377044677734 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.007808685302734 + }, + "PointY": { + "type": "float", + "value": 1.519588470458984 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.487838745117188 + }, + "PointY": { + "type": "float", + "value": 1.527469635009766 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.01651382446289063 + }, + "PointY": { + "type": "float", + "value": -0.00835418701171875 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.012691497802734 + }, + "PointY": { + "type": "float", + "value": 0.0 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.531734466552734 + }, + "PointY": { + "type": "float", + "value": 1.512706756591797 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.012760162353516 + }, + "PointY": { + "type": "float", + "value": 1.519035339355469 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + } + ] + }, + "HighlightHeight": { + "type": "float", + "value": 0.0 + }, + "KeyName": { + "type": "cexostring", + "value": "" + }, + "LinkedTo": { + "type": "cexostring", + "value": "" + }, + "LinkedToFlags": { + "type": "byte", + "value": 0 + }, + "LoadScreenID": { + "type": "word", + "value": 0 + }, + "LocalizedName": { + "id": 14759, + "type": "cexolocstring", + "value": { + "0": "North & East Junction" + } + }, + "OnClick": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnTrapTriggered": { + "type": "resref", + "value": "" + }, + "PortraitId": { + "type": "word", + "value": 0 + }, + "ScriptHeartbeat": { + "type": "resref", + "value": "" + }, + "ScriptOnEnter": { + "type": "resref", + "value": "prc_maze_mvtrig" + }, + "ScriptOnExit": { + "type": "resref", + "value": "" + }, + "ScriptUserDefine": { + "type": "resref", + "value": "" + }, + "Tag": { + "type": "cexostring", + "value": "prc_maze_north_east" + }, + "TemplateResRef": { + "type": "resref", + "value": "newgeneric" + }, + "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": "int", + "value": 0 + }, + "VarTable": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "Name": { + "type": "cexostring", + "value": "directions" + }, + "Type": { + "type": "dword", + "value": 1 + }, + "Value": { + "type": "int", + "value": 4097 + } + } + ] + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": 15.54983901977539 + }, + "YOrientation": { + "type": "float", + "value": 0.0 + }, + "YPosition": { + "type": "float", + "value": 36.05147171020508 + }, + "ZOrientation": { + "type": "float", + "value": 0.0 + }, + "ZPosition": { + "type": "float", + "value": 0.2000000476837158 + } + }, + { + "__struct_id": 1, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Cursor": { + "type": "byte", + "value": 0 + }, + "DisarmDC": { + "type": "byte", + "value": 0 + }, + "Faction": { + "type": "dword", + "value": 1 + }, + "Geometry": { + "type": "list", + "value": [ + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.025417327880859 + }, + "PointY": { + "type": "float", + "value": 1.006362915039063 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.512710571289063 + }, + "PointY": { + "type": "float", + "value": -0.4936904907226563 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.519039154052734 + }, + "PointY": { + "type": "float", + "value": -1.481063842773438 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.010276794433594 + }, + "PointY": { + "type": "float", + "value": -2.999496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.022621154785156 + }, + "PointY": { + "type": "float", + "value": -3.493328094482422 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.510272979736328 + }, + "PointY": { + "type": "float", + "value": -3.499496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.010269165039063 + }, + "PointY": { + "type": "float", + "value": -1.987144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.004093170166015625 + }, + "PointY": { + "type": "float", + "value": -1.987148284912109 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.511528015136719 + }, + "PointY": { + "type": "float", + "value": -3.480979919433594 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999183654785156 + }, + "PointY": { + "type": "float", + "value": -3.493324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.005359649658203 + }, + "PointY": { + "type": "float", + "value": -2.993324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4991798400878906 + }, + "PointY": { + "type": "float", + "value": -1.487144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4930038452148438 + }, + "PointY": { + "type": "float", + "value": -0.4871406555175781 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999927520751953 + }, + "PointY": { + "type": "float", + "value": 1.015377044677734 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.007808685302734 + }, + "PointY": { + "type": "float", + "value": 1.519588470458984 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.487838745117188 + }, + "PointY": { + "type": "float", + "value": 1.527469635009766 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.01651382446289063 + }, + "PointY": { + "type": "float", + "value": -0.00835418701171875 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.012691497802734 + }, + "PointY": { + "type": "float", + "value": 0.0 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.531734466552734 + }, + "PointY": { + "type": "float", + "value": 1.512706756591797 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.012760162353516 + }, + "PointY": { + "type": "float", + "value": 1.519035339355469 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + } + ] + }, + "HighlightHeight": { + "type": "float", + "value": 0.0 + }, + "KeyName": { + "type": "cexostring", + "value": "" + }, + "LinkedTo": { + "type": "cexostring", + "value": "" + }, + "LinkedToFlags": { + "type": "byte", + "value": 0 + }, + "LoadScreenID": { + "type": "word", + "value": 0 + }, + "LocalizedName": { + "id": 14759, + "type": "cexolocstring", + "value": { + "0": "South & East Junction" + } + }, + "OnClick": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnTrapTriggered": { + "type": "resref", + "value": "" + }, + "PortraitId": { + "type": "word", + "value": 0 + }, + "ScriptHeartbeat": { + "type": "resref", + "value": "" + }, + "ScriptOnEnter": { + "type": "resref", + "value": "prc_maze_mvtrig" + }, + "ScriptOnExit": { + "type": "resref", + "value": "" + }, + "ScriptUserDefine": { + "type": "resref", + "value": "" + }, + "Tag": { + "type": "cexostring", + "value": "prc_maze_south_east" + }, + "TemplateResRef": { + "type": "resref", + "value": "newgeneric" + }, + "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": "int", + "value": 0 + }, + "VarTable": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "Name": { + "type": "cexostring", + "value": "directions" + }, + "Type": { + "type": "dword", + "value": 1 + }, + "Value": { + "type": "int", + "value": 257 + } + } + ] + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": 15.55816268920898 + }, + "YOrientation": { + "type": "float", + "value": 0.0 + }, + "YPosition": { + "type": "float", + "value": 55.93521881103516 + }, + "ZOrientation": { + "type": "float", + "value": 0.0 + }, + "ZPosition": { + "type": "float", + "value": 0.2000000476837158 + } + }, + { + "__struct_id": 1, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Cursor": { + "type": "byte", + "value": 0 + }, + "DisarmDC": { + "type": "byte", + "value": 0 + }, + "Faction": { + "type": "dword", + "value": 1 + }, + "Geometry": { + "type": "list", + "value": [ + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.025417327880859 + }, + "PointY": { + "type": "float", + "value": 1.006362915039063 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.512710571289063 + }, + "PointY": { + "type": "float", + "value": -0.4936904907226563 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.519039154052734 + }, + "PointY": { + "type": "float", + "value": -1.481063842773438 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.010276794433594 + }, + "PointY": { + "type": "float", + "value": -2.999496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.022621154785156 + }, + "PointY": { + "type": "float", + "value": -3.493328094482422 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.510272979736328 + }, + "PointY": { + "type": "float", + "value": -3.499496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.010269165039063 + }, + "PointY": { + "type": "float", + "value": -1.987144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.004093170166015625 + }, + "PointY": { + "type": "float", + "value": -1.987148284912109 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.511528015136719 + }, + "PointY": { + "type": "float", + "value": -3.480979919433594 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999183654785156 + }, + "PointY": { + "type": "float", + "value": -3.493324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.005359649658203 + }, + "PointY": { + "type": "float", + "value": -2.993324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4991798400878906 + }, + "PointY": { + "type": "float", + "value": -1.487144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4930038452148438 + }, + "PointY": { + "type": "float", + "value": -0.4871406555175781 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999927520751953 + }, + "PointY": { + "type": "float", + "value": 1.015377044677734 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.007808685302734 + }, + "PointY": { + "type": "float", + "value": 1.519588470458984 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.487838745117188 + }, + "PointY": { + "type": "float", + "value": 1.527469635009766 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.01651382446289063 + }, + "PointY": { + "type": "float", + "value": -0.00835418701171875 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.012691497802734 + }, + "PointY": { + "type": "float", + "value": 0.0 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.531734466552734 + }, + "PointY": { + "type": "float", + "value": 1.512706756591797 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.012760162353516 + }, + "PointY": { + "type": "float", + "value": 1.519035339355469 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + } + ] + }, + "HighlightHeight": { + "type": "float", + "value": 0.0 + }, + "KeyName": { + "type": "cexostring", + "value": "" + }, + "LinkedTo": { + "type": "cexostring", + "value": "" + }, + "LinkedToFlags": { + "type": "byte", + "value": 0 + }, + "LoadScreenID": { + "type": "word", + "value": 0 + }, + "LocalizedName": { + "id": 14759, + "type": "cexolocstring", + "value": { + "0": "South & East Junction" + } + }, + "OnClick": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnTrapTriggered": { + "type": "resref", + "value": "" + }, + "PortraitId": { + "type": "word", + "value": 0 + }, + "ScriptHeartbeat": { + "type": "resref", + "value": "" + }, + "ScriptOnEnter": { + "type": "resref", + "value": "prc_maze_mvtrig" + }, + "ScriptOnExit": { + "type": "resref", + "value": "" + }, + "ScriptUserDefine": { + "type": "resref", + "value": "" + }, + "Tag": { + "type": "cexostring", + "value": "prc_maze_south_east" + }, + "TemplateResRef": { + "type": "resref", + "value": "newgeneric" + }, + "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": "int", + "value": 0 + }, + "VarTable": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "Name": { + "type": "cexostring", + "value": "directions" + }, + "Type": { + "type": "dword", + "value": 1 + }, + "Value": { + "type": "int", + "value": 257 + } + } + ] + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": 5.611909866333008 + }, + "YOrientation": { + "type": "float", + "value": 0.0 + }, + "YPosition": { + "type": "float", + "value": 65.88629150390625 + }, + "ZOrientation": { + "type": "float", + "value": 0.0 + }, + "ZPosition": { + "type": "float", + "value": 0.199998140335083 + } + }, + { + "__struct_id": 1, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Cursor": { + "type": "byte", + "value": 0 + }, + "DisarmDC": { + "type": "byte", + "value": 0 + }, + "Faction": { + "type": "dword", + "value": 1 + }, + "Geometry": { + "type": "list", + "value": [ + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.025417327880859 + }, + "PointY": { + "type": "float", + "value": 1.006362915039063 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.512710571289063 + }, + "PointY": { + "type": "float", + "value": -0.4936904907226563 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.519039154052734 + }, + "PointY": { + "type": "float", + "value": -1.481063842773438 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.010276794433594 + }, + "PointY": { + "type": "float", + "value": -2.999496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.022621154785156 + }, + "PointY": { + "type": "float", + "value": -3.493328094482422 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.510272979736328 + }, + "PointY": { + "type": "float", + "value": -3.499496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.010269165039063 + }, + "PointY": { + "type": "float", + "value": -1.987144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.004093170166015625 + }, + "PointY": { + "type": "float", + "value": -1.987148284912109 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.511528015136719 + }, + "PointY": { + "type": "float", + "value": -3.480979919433594 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999183654785156 + }, + "PointY": { + "type": "float", + "value": -3.493324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.005359649658203 + }, + "PointY": { + "type": "float", + "value": -2.993324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4991798400878906 + }, + "PointY": { + "type": "float", + "value": -1.487144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4930038452148438 + }, + "PointY": { + "type": "float", + "value": -0.4871406555175781 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999927520751953 + }, + "PointY": { + "type": "float", + "value": 1.015377044677734 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.007808685302734 + }, + "PointY": { + "type": "float", + "value": 1.519588470458984 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.487838745117188 + }, + "PointY": { + "type": "float", + "value": 1.527469635009766 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.01651382446289063 + }, + "PointY": { + "type": "float", + "value": -0.00835418701171875 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.012691497802734 + }, + "PointY": { + "type": "float", + "value": 0.0 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.531734466552734 + }, + "PointY": { + "type": "float", + "value": 1.512706756591797 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.012760162353516 + }, + "PointY": { + "type": "float", + "value": 1.519035339355469 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + } + ] + }, + "HighlightHeight": { + "type": "float", + "value": 0.0 + }, + "KeyName": { + "type": "cexostring", + "value": "" + }, + "LinkedTo": { + "type": "cexostring", + "value": "" + }, + "LinkedToFlags": { + "type": "byte", + "value": 0 + }, + "LoadScreenID": { + "type": "word", + "value": 0 + }, + "LocalizedName": { + "id": 14759, + "type": "cexolocstring", + "value": { + "0": "North & West Junction" + } + }, + "OnClick": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnTrapTriggered": { + "type": "resref", + "value": "" + }, + "PortraitId": { + "type": "word", + "value": 0 + }, + "ScriptHeartbeat": { + "type": "resref", + "value": "" + }, + "ScriptOnEnter": { + "type": "resref", + "value": "prc_maze_mvtrig" + }, + "ScriptOnExit": { + "type": "resref", + "value": "" + }, + "ScriptUserDefine": { + "type": "resref", + "value": "" + }, + "Tag": { + "type": "cexostring", + "value": "prc_maze_north_west" + }, + "TemplateResRef": { + "type": "resref", + "value": "newgeneric" + }, + "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": "int", + "value": 0 + }, + "VarTable": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "Name": { + "type": "cexostring", + "value": "directions" + }, + "Type": { + "type": "dword", + "value": 1 + }, + "Value": { + "type": "int", + "value": 4112 + } + } + ] + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": 25.40461921691895 + }, + "YOrientation": { + "type": "float", + "value": 0.0 + }, + "YPosition": { + "type": "float", + "value": 26.05331802368164 + }, + "ZOrientation": { + "type": "float", + "value": 0.0 + }, + "ZPosition": { + "type": "float", + "value": 0.2000000476837158 + } + }, + { + "__struct_id": 1, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Cursor": { + "type": "byte", + "value": 0 + }, + "DisarmDC": { + "type": "byte", + "value": 0 + }, + "Faction": { + "type": "dword", + "value": 1 + }, + "Geometry": { + "type": "list", + "value": [ + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.025417327880859 + }, + "PointY": { + "type": "float", + "value": 1.006362915039063 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.512710571289063 + }, + "PointY": { + "type": "float", + "value": -0.4936904907226563 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.519039154052734 + }, + "PointY": { + "type": "float", + "value": -1.481063842773438 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.010276794433594 + }, + "PointY": { + "type": "float", + "value": -2.999496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.022621154785156 + }, + "PointY": { + "type": "float", + "value": -3.493328094482422 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.510272979736328 + }, + "PointY": { + "type": "float", + "value": -3.499496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.010269165039063 + }, + "PointY": { + "type": "float", + "value": -1.987144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.004093170166015625 + }, + "PointY": { + "type": "float", + "value": -1.987148284912109 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.511528015136719 + }, + "PointY": { + "type": "float", + "value": -3.480979919433594 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999183654785156 + }, + "PointY": { + "type": "float", + "value": -3.493324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.005359649658203 + }, + "PointY": { + "type": "float", + "value": -2.993324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4991798400878906 + }, + "PointY": { + "type": "float", + "value": -1.487144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4930038452148438 + }, + "PointY": { + "type": "float", + "value": -0.4871406555175781 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999927520751953 + }, + "PointY": { + "type": "float", + "value": 1.015377044677734 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.007808685302734 + }, + "PointY": { + "type": "float", + "value": 1.519588470458984 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.487838745117188 + }, + "PointY": { + "type": "float", + "value": 1.527469635009766 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.01651382446289063 + }, + "PointY": { + "type": "float", + "value": -0.00835418701171875 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.012691497802734 + }, + "PointY": { + "type": "float", + "value": 0.0 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.531734466552734 + }, + "PointY": { + "type": "float", + "value": 1.512706756591797 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.012760162353516 + }, + "PointY": { + "type": "float", + "value": 1.519035339355469 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + } + ] + }, + "HighlightHeight": { + "type": "float", + "value": 0.0 + }, + "KeyName": { + "type": "cexostring", + "value": "" + }, + "LinkedTo": { + "type": "cexostring", + "value": "" + }, + "LinkedToFlags": { + "type": "byte", + "value": 0 + }, + "LoadScreenID": { + "type": "word", + "value": 0 + }, + "LocalizedName": { + "id": 14759, + "type": "cexolocstring", + "value": { + "0": "South & West Junction" + } + }, + "OnClick": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnTrapTriggered": { + "type": "resref", + "value": "" + }, + "PortraitId": { + "type": "word", + "value": 0 + }, + "ScriptHeartbeat": { + "type": "resref", + "value": "" + }, + "ScriptOnEnter": { + "type": "resref", + "value": "prc_maze_mvtrig" + }, + "ScriptOnExit": { + "type": "resref", + "value": "" + }, + "ScriptUserDefine": { + "type": "resref", + "value": "" + }, + "Tag": { + "type": "cexostring", + "value": "prc_maze_south_west" + }, + "TemplateResRef": { + "type": "resref", + "value": "newgeneric" + }, + "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": "int", + "value": 0 + }, + "VarTable": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "Name": { + "type": "cexostring", + "value": "directions" + }, + "Type": { + "type": "dword", + "value": 1 + }, + "Value": { + "type": "int", + "value": 272 + } + } + ] + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": 15.3261137008667 + }, + "YOrientation": { + "type": "float", + "value": 0.0 + }, + "YPosition": { + "type": "float", + "value": 85.87836456298828 + }, + "ZOrientation": { + "type": "float", + "value": 0.0 + }, + "ZPosition": { + "type": "float", + "value": 0.2000010013580322 + } + }, + { + "__struct_id": 1, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Cursor": { + "type": "byte", + "value": 0 + }, + "DisarmDC": { + "type": "byte", + "value": 0 + }, + "Faction": { + "type": "dword", + "value": 1 + }, + "Geometry": { + "type": "list", + "value": [ + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.025417327880859 + }, + "PointY": { + "type": "float", + "value": 1.006362915039063 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.512710571289063 + }, + "PointY": { + "type": "float", + "value": -0.4936904907226563 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.519039154052734 + }, + "PointY": { + "type": "float", + "value": -1.481063842773438 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.010276794433594 + }, + "PointY": { + "type": "float", + "value": -2.999496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.022621154785156 + }, + "PointY": { + "type": "float", + "value": -3.493328094482422 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.510272979736328 + }, + "PointY": { + "type": "float", + "value": -3.499496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.010269165039063 + }, + "PointY": { + "type": "float", + "value": -1.987144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.004093170166015625 + }, + "PointY": { + "type": "float", + "value": -1.987148284912109 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.511528015136719 + }, + "PointY": { + "type": "float", + "value": -3.480979919433594 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999183654785156 + }, + "PointY": { + "type": "float", + "value": -3.493324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.005359649658203 + }, + "PointY": { + "type": "float", + "value": -2.993324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4991798400878906 + }, + "PointY": { + "type": "float", + "value": -1.487144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4930038452148438 + }, + "PointY": { + "type": "float", + "value": -0.4871406555175781 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999927520751953 + }, + "PointY": { + "type": "float", + "value": 1.015377044677734 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.007808685302734 + }, + "PointY": { + "type": "float", + "value": 1.519588470458984 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.487838745117188 + }, + "PointY": { + "type": "float", + "value": 1.527469635009766 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.01651382446289063 + }, + "PointY": { + "type": "float", + "value": -0.00835418701171875 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.012691497802734 + }, + "PointY": { + "type": "float", + "value": 0.0 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.531734466552734 + }, + "PointY": { + "type": "float", + "value": 1.512706756591797 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.012760162353516 + }, + "PointY": { + "type": "float", + "value": 1.519035339355469 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + } + ] + }, + "HighlightHeight": { + "type": "float", + "value": 0.0 + }, + "KeyName": { + "type": "cexostring", + "value": "" + }, + "LinkedTo": { + "type": "cexostring", + "value": "" + }, + "LinkedToFlags": { + "type": "byte", + "value": 0 + }, + "LoadScreenID": { + "type": "word", + "value": 0 + }, + "LocalizedName": { + "id": 14759, + "type": "cexolocstring", + "value": { + "0": "North & West Junction" + } + }, + "OnClick": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnTrapTriggered": { + "type": "resref", + "value": "" + }, + "PortraitId": { + "type": "word", + "value": 0 + }, + "ScriptHeartbeat": { + "type": "resref", + "value": "" + }, + "ScriptOnEnter": { + "type": "resref", + "value": "prc_maze_mvtrig" + }, + "ScriptOnExit": { + "type": "resref", + "value": "" + }, + "ScriptUserDefine": { + "type": "resref", + "value": "" + }, + "Tag": { + "type": "cexostring", + "value": "prc_maze_north_west" + }, + "TemplateResRef": { + "type": "resref", + "value": "newgeneric" + }, + "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": "int", + "value": 0 + }, + "VarTable": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "Name": { + "type": "cexostring", + "value": "directions" + }, + "Type": { + "type": "dword", + "value": 1 + }, + "Value": { + "type": "int", + "value": 4112 + } + } + ] + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": 15.45626163482666 + }, + "YOrientation": { + "type": "float", + "value": 0.0 + }, + "YPosition": { + "type": "float", + "value": 5.913662433624268 + }, + "ZOrientation": { + "type": "float", + "value": 0.0 + }, + "ZPosition": { + "type": "float", + "value": 0.2000000476837158 + } + }, + { + "__struct_id": 1, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Cursor": { + "type": "byte", + "value": 0 + }, + "DisarmDC": { + "type": "byte", + "value": 0 + }, + "Faction": { + "type": "dword", + "value": 1 + }, + "Geometry": { + "type": "list", + "value": [ + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.025417327880859 + }, + "PointY": { + "type": "float", + "value": 1.006362915039063 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.512710571289063 + }, + "PointY": { + "type": "float", + "value": -0.4936904907226563 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.519039154052734 + }, + "PointY": { + "type": "float", + "value": -1.481063842773438 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.010276794433594 + }, + "PointY": { + "type": "float", + "value": -2.999496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.022621154785156 + }, + "PointY": { + "type": "float", + "value": -3.493328094482422 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.510272979736328 + }, + "PointY": { + "type": "float", + "value": -3.499496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.010269165039063 + }, + "PointY": { + "type": "float", + "value": -1.987144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.004093170166015625 + }, + "PointY": { + "type": "float", + "value": -1.987148284912109 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.511528015136719 + }, + "PointY": { + "type": "float", + "value": -3.480979919433594 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999183654785156 + }, + "PointY": { + "type": "float", + "value": -3.493324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.005359649658203 + }, + "PointY": { + "type": "float", + "value": -2.993324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4991798400878906 + }, + "PointY": { + "type": "float", + "value": -1.487144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4930038452148438 + }, + "PointY": { + "type": "float", + "value": -0.4871406555175781 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999927520751953 + }, + "PointY": { + "type": "float", + "value": 1.015377044677734 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.007808685302734 + }, + "PointY": { + "type": "float", + "value": 1.519588470458984 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.487838745117188 + }, + "PointY": { + "type": "float", + "value": 1.527469635009766 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.01651382446289063 + }, + "PointY": { + "type": "float", + "value": -0.00835418701171875 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.012691497802734 + }, + "PointY": { + "type": "float", + "value": 0.0 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.531734466552734 + }, + "PointY": { + "type": "float", + "value": 1.512706756591797 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.012760162353516 + }, + "PointY": { + "type": "float", + "value": 1.519035339355469 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + } + ] + }, + "HighlightHeight": { + "type": "float", + "value": 0.0 + }, + "KeyName": { + "type": "cexostring", + "value": "" + }, + "LinkedTo": { + "type": "cexostring", + "value": "" + }, + "LinkedToFlags": { + "type": "byte", + "value": 0 + }, + "LoadScreenID": { + "type": "word", + "value": 0 + }, + "LocalizedName": { + "id": 14759, + "type": "cexolocstring", + "value": { + "0": "South & West & East Junction" + } + }, + "OnClick": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnTrapTriggered": { + "type": "resref", + "value": "" + }, + "PortraitId": { + "type": "word", + "value": 0 + }, + "ScriptHeartbeat": { + "type": "resref", + "value": "" + }, + "ScriptOnEnter": { + "type": "resref", + "value": "prc_maze_mvtrig" + }, + "ScriptOnExit": { + "type": "resref", + "value": "" + }, + "ScriptUserDefine": { + "type": "resref", + "value": "" + }, + "Tag": { + "type": "cexostring", + "value": "prc_maze_south_west_east" + }, + "TemplateResRef": { + "type": "resref", + "value": "newgeneric" + }, + "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": "int", + "value": 0 + }, + "VarTable": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "Name": { + "type": "cexostring", + "value": "directions" + }, + "Type": { + "type": "dword", + "value": 1 + }, + "Value": { + "type": "int", + "value": 273 + } + } + ] + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": 15.53039169311523 + }, + "YOrientation": { + "type": "float", + "value": 0.0 + }, + "YPosition": { + "type": "float", + "value": 15.92131328582764 + }, + "ZOrientation": { + "type": "float", + "value": 0.0 + }, + "ZPosition": { + "type": "float", + "value": 0.2000019550323486 + } + }, + { + "__struct_id": 1, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Cursor": { + "type": "byte", + "value": 0 + }, + "DisarmDC": { + "type": "byte", + "value": 0 + }, + "Faction": { + "type": "dword", + "value": 1 + }, + "Geometry": { + "type": "list", + "value": [ + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.025417327880859 + }, + "PointY": { + "type": "float", + "value": 1.006362915039063 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.512710571289063 + }, + "PointY": { + "type": "float", + "value": -0.4936904907226563 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.519039154052734 + }, + "PointY": { + "type": "float", + "value": -1.481063842773438 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.010276794433594 + }, + "PointY": { + "type": "float", + "value": -2.999496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.022621154785156 + }, + "PointY": { + "type": "float", + "value": -3.493328094482422 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.510272979736328 + }, + "PointY": { + "type": "float", + "value": -3.499496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.010269165039063 + }, + "PointY": { + "type": "float", + "value": -1.987144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.004093170166015625 + }, + "PointY": { + "type": "float", + "value": -1.987148284912109 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.511528015136719 + }, + "PointY": { + "type": "float", + "value": -3.480979919433594 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999183654785156 + }, + "PointY": { + "type": "float", + "value": -3.493324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.005359649658203 + }, + "PointY": { + "type": "float", + "value": -2.993324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4991798400878906 + }, + "PointY": { + "type": "float", + "value": -1.487144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4930038452148438 + }, + "PointY": { + "type": "float", + "value": -0.4871406555175781 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999927520751953 + }, + "PointY": { + "type": "float", + "value": 1.015377044677734 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.007808685302734 + }, + "PointY": { + "type": "float", + "value": 1.519588470458984 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.487838745117188 + }, + "PointY": { + "type": "float", + "value": 1.527469635009766 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.01651382446289063 + }, + "PointY": { + "type": "float", + "value": -0.00835418701171875 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.012691497802734 + }, + "PointY": { + "type": "float", + "value": 0.0 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.531734466552734 + }, + "PointY": { + "type": "float", + "value": 1.512706756591797 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.012760162353516 + }, + "PointY": { + "type": "float", + "value": 1.519035339355469 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + } + ] + }, + "HighlightHeight": { + "type": "float", + "value": 0.0 + }, + "KeyName": { + "type": "cexostring", + "value": "" + }, + "LinkedTo": { + "type": "cexostring", + "value": "" + }, + "LinkedToFlags": { + "type": "byte", + "value": 0 + }, + "LoadScreenID": { + "type": "word", + "value": 0 + }, + "LocalizedName": { + "id": 14759, + "type": "cexolocstring", + "value": { + "0": "North & East Junction" + } + }, + "OnClick": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnTrapTriggered": { + "type": "resref", + "value": "" + }, + "PortraitId": { + "type": "word", + "value": 0 + }, + "ScriptHeartbeat": { + "type": "resref", + "value": "" + }, + "ScriptOnEnter": { + "type": "resref", + "value": "prc_maze_mvtrig" + }, + "ScriptOnExit": { + "type": "resref", + "value": "" + }, + "ScriptUserDefine": { + "type": "resref", + "value": "" + }, + "Tag": { + "type": "cexostring", + "value": "prc_maze_north_east" + }, + "TemplateResRef": { + "type": "resref", + "value": "newgeneric" + }, + "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": "int", + "value": 0 + }, + "VarTable": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "Name": { + "type": "cexostring", + "value": "directions" + }, + "Type": { + "type": "dword", + "value": 1 + }, + "Value": { + "type": "int", + "value": 4097 + } + } + ] + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": 5.596872329711914 + }, + "YOrientation": { + "type": "float", + "value": 0.0 + }, + "YPosition": { + "type": "float", + "value": 16.0695743560791 + }, + "ZOrientation": { + "type": "float", + "value": 0.0 + }, + "ZPosition": { + "type": "float", + "value": 0.199998140335083 + } + }, + { + "__struct_id": 1, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Cursor": { + "type": "byte", + "value": 0 + }, + "DisarmDC": { + "type": "byte", + "value": 0 + }, + "Faction": { + "type": "dword", + "value": 1 + }, + "Geometry": { + "type": "list", + "value": [ + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.025417327880859 + }, + "PointY": { + "type": "float", + "value": 1.006362915039063 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.512710571289063 + }, + "PointY": { + "type": "float", + "value": -0.4936904907226563 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.519039154052734 + }, + "PointY": { + "type": "float", + "value": -1.481063842773438 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.010276794433594 + }, + "PointY": { + "type": "float", + "value": -2.999496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.022621154785156 + }, + "PointY": { + "type": "float", + "value": -3.493328094482422 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.510272979736328 + }, + "PointY": { + "type": "float", + "value": -3.499496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.010269165039063 + }, + "PointY": { + "type": "float", + "value": -1.987144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.004093170166015625 + }, + "PointY": { + "type": "float", + "value": -1.987148284912109 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.511528015136719 + }, + "PointY": { + "type": "float", + "value": -3.480979919433594 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999183654785156 + }, + "PointY": { + "type": "float", + "value": -3.493324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.005359649658203 + }, + "PointY": { + "type": "float", + "value": -2.993324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4991798400878906 + }, + "PointY": { + "type": "float", + "value": -1.487144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4930038452148438 + }, + "PointY": { + "type": "float", + "value": -0.4871406555175781 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999927520751953 + }, + "PointY": { + "type": "float", + "value": 1.015377044677734 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.007808685302734 + }, + "PointY": { + "type": "float", + "value": 1.519588470458984 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.487838745117188 + }, + "PointY": { + "type": "float", + "value": 1.527469635009766 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.01651382446289063 + }, + "PointY": { + "type": "float", + "value": -0.00835418701171875 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.012691497802734 + }, + "PointY": { + "type": "float", + "value": 0.0 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.531734466552734 + }, + "PointY": { + "type": "float", + "value": 1.512706756591797 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.012760162353516 + }, + "PointY": { + "type": "float", + "value": 1.519035339355469 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + } + ] + }, + "HighlightHeight": { + "type": "float", + "value": 0.0 + }, + "KeyName": { + "type": "cexostring", + "value": "" + }, + "LinkedTo": { + "type": "cexostring", + "value": "" + }, + "LinkedToFlags": { + "type": "byte", + "value": 0 + }, + "LoadScreenID": { + "type": "word", + "value": 0 + }, + "LocalizedName": { + "id": 14759, + "type": "cexolocstring", + "value": { + "0": "South & East Junction" + } + }, + "OnClick": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnTrapTriggered": { + "type": "resref", + "value": "" + }, + "PortraitId": { + "type": "word", + "value": 0 + }, + "ScriptHeartbeat": { + "type": "resref", + "value": "" + }, + "ScriptOnEnter": { + "type": "resref", + "value": "prc_maze_mvtrig" + }, + "ScriptOnExit": { + "type": "resref", + "value": "" + }, + "ScriptUserDefine": { + "type": "resref", + "value": "" + }, + "Tag": { + "type": "cexostring", + "value": "prc_maze_south_east" + }, + "TemplateResRef": { + "type": "resref", + "value": "newgeneric" + }, + "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": "int", + "value": 0 + }, + "VarTable": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "Name": { + "type": "cexostring", + "value": "directions" + }, + "Type": { + "type": "dword", + "value": 1 + }, + "Value": { + "type": "int", + "value": 257 + } + } + ] + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": 5.610793590545654 + }, + "YOrientation": { + "type": "float", + "value": 0.0 + }, + "YPosition": { + "type": "float", + "value": 25.82070922851563 + }, + "ZOrientation": { + "type": "float", + "value": 0.0 + }, + "ZPosition": { + "type": "float", + "value": 0.2000010013580322 + } + }, + { + "__struct_id": 1, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Cursor": { + "type": "byte", + "value": 0 + }, + "DisarmDC": { + "type": "byte", + "value": 0 + }, + "Faction": { + "type": "dword", + "value": 1 + }, + "Geometry": { + "type": "list", + "value": [ + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.025417327880859 + }, + "PointY": { + "type": "float", + "value": 1.006362915039063 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.512710571289063 + }, + "PointY": { + "type": "float", + "value": -0.4936904907226563 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.519039154052734 + }, + "PointY": { + "type": "float", + "value": -1.481063842773438 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.010276794433594 + }, + "PointY": { + "type": "float", + "value": -2.999496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.022621154785156 + }, + "PointY": { + "type": "float", + "value": -3.493328094482422 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.510272979736328 + }, + "PointY": { + "type": "float", + "value": -3.499496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.010269165039063 + }, + "PointY": { + "type": "float", + "value": -1.987144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.004093170166015625 + }, + "PointY": { + "type": "float", + "value": -1.987148284912109 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.511528015136719 + }, + "PointY": { + "type": "float", + "value": -3.480979919433594 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999183654785156 + }, + "PointY": { + "type": "float", + "value": -3.493324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.005359649658203 + }, + "PointY": { + "type": "float", + "value": -2.993324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4991798400878906 + }, + "PointY": { + "type": "float", + "value": -1.487144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4930038452148438 + }, + "PointY": { + "type": "float", + "value": -0.4871406555175781 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999927520751953 + }, + "PointY": { + "type": "float", + "value": 1.015377044677734 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.007808685302734 + }, + "PointY": { + "type": "float", + "value": 1.519588470458984 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.487838745117188 + }, + "PointY": { + "type": "float", + "value": 1.527469635009766 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.01651382446289063 + }, + "PointY": { + "type": "float", + "value": -0.00835418701171875 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.012691497802734 + }, + "PointY": { + "type": "float", + "value": 0.0 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.531734466552734 + }, + "PointY": { + "type": "float", + "value": 1.512706756591797 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.012760162353516 + }, + "PointY": { + "type": "float", + "value": 1.519035339355469 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + } + ] + }, + "HighlightHeight": { + "type": "float", + "value": 0.0 + }, + "KeyName": { + "type": "cexostring", + "value": "" + }, + "LinkedTo": { + "type": "cexostring", + "value": "" + }, + "LinkedToFlags": { + "type": "byte", + "value": 0 + }, + "LoadScreenID": { + "type": "word", + "value": 0 + }, + "LocalizedName": { + "id": 14759, + "type": "cexolocstring", + "value": { + "0": "North & South & West Junction" + } + }, + "OnClick": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnTrapTriggered": { + "type": "resref", + "value": "" + }, + "PortraitId": { + "type": "word", + "value": 0 + }, + "ScriptHeartbeat": { + "type": "resref", + "value": "" + }, + "ScriptOnEnter": { + "type": "resref", + "value": "prc_maze_mvtrig" + }, + "ScriptOnExit": { + "type": "resref", + "value": "" + }, + "ScriptUserDefine": { + "type": "resref", + "value": "" + }, + "Tag": { + "type": "cexostring", + "value": "prc_maze_north_south_west" + }, + "TemplateResRef": { + "type": "resref", + "value": "newgeneric" + }, + "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": "int", + "value": 0 + }, + "VarTable": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "Name": { + "type": "cexostring", + "value": "directions" + }, + "Type": { + "type": "dword", + "value": 1 + }, + "Value": { + "type": "int", + "value": 4368 + } + } + ] + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": 35.29148483276367 + }, + "YOrientation": { + "type": "float", + "value": 0.0 + }, + "YPosition": { + "type": "float", + "value": 16.04148483276367 + }, + "ZOrientation": { + "type": "float", + "value": 0.0 + }, + "ZPosition": { + "type": "float", + "value": 0.1999962329864502 + } + }, + { + "__struct_id": 1, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Cursor": { + "type": "byte", + "value": 0 + }, + "DisarmDC": { + "type": "byte", + "value": 0 + }, + "Faction": { + "type": "dword", + "value": 1 + }, + "Geometry": { + "type": "list", + "value": [ + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.025417327880859 + }, + "PointY": { + "type": "float", + "value": 1.006362915039063 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.512710571289063 + }, + "PointY": { + "type": "float", + "value": -0.4936904907226563 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.519039154052734 + }, + "PointY": { + "type": "float", + "value": -1.481063842773438 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.010276794433594 + }, + "PointY": { + "type": "float", + "value": -2.999496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.022621154785156 + }, + "PointY": { + "type": "float", + "value": -3.493328094482422 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.510272979736328 + }, + "PointY": { + "type": "float", + "value": -3.499496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.010269165039063 + }, + "PointY": { + "type": "float", + "value": -1.987144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.004093170166015625 + }, + "PointY": { + "type": "float", + "value": -1.987148284912109 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.511528015136719 + }, + "PointY": { + "type": "float", + "value": -3.480979919433594 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999183654785156 + }, + "PointY": { + "type": "float", + "value": -3.493324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.005359649658203 + }, + "PointY": { + "type": "float", + "value": -2.993324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4991798400878906 + }, + "PointY": { + "type": "float", + "value": -1.487144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4930038452148438 + }, + "PointY": { + "type": "float", + "value": -0.4871406555175781 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999927520751953 + }, + "PointY": { + "type": "float", + "value": 1.015377044677734 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.007808685302734 + }, + "PointY": { + "type": "float", + "value": 1.519588470458984 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.487838745117188 + }, + "PointY": { + "type": "float", + "value": 1.527469635009766 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.01651382446289063 + }, + "PointY": { + "type": "float", + "value": -0.00835418701171875 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.012691497802734 + }, + "PointY": { + "type": "float", + "value": 0.0 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.531734466552734 + }, + "PointY": { + "type": "float", + "value": 1.512706756591797 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.012760162353516 + }, + "PointY": { + "type": "float", + "value": 1.519035339355469 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + } + ] + }, + "HighlightHeight": { + "type": "float", + "value": 0.0 + }, + "KeyName": { + "type": "cexostring", + "value": "" + }, + "LinkedTo": { + "type": "cexostring", + "value": "" + }, + "LinkedToFlags": { + "type": "byte", + "value": 0 + }, + "LoadScreenID": { + "type": "word", + "value": 0 + }, + "LocalizedName": { + "id": 14759, + "type": "cexolocstring", + "value": { + "0": "North & South & East Junction" + } + }, + "OnClick": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnTrapTriggered": { + "type": "resref", + "value": "" + }, + "PortraitId": { + "type": "word", + "value": 0 + }, + "ScriptHeartbeat": { + "type": "resref", + "value": "" + }, + "ScriptOnEnter": { + "type": "resref", + "value": "prc_maze_mvtrig" + }, + "ScriptOnExit": { + "type": "resref", + "value": "" + }, + "ScriptUserDefine": { + "type": "resref", + "value": "" + }, + "Tag": { + "type": "cexostring", + "value": "prc_maze_north_south_east" + }, + "TemplateResRef": { + "type": "resref", + "value": "newgeneric" + }, + "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": "int", + "value": 0 + }, + "VarTable": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "Name": { + "type": "cexostring", + "value": "directions" + }, + "Type": { + "type": "dword", + "value": 1 + }, + "Value": { + "type": "int", + "value": 4353 + } + } + ] + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": 35.52972793579102 + }, + "YOrientation": { + "type": "float", + "value": 0.0 + }, + "YPosition": { + "type": "float", + "value": 26.13300132751465 + }, + "ZOrientation": { + "type": "float", + "value": 0.0 + }, + "ZPosition": { + "type": "float", + "value": 0.2000000476837158 + } + }, + { + "__struct_id": 1, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Cursor": { + "type": "byte", + "value": 0 + }, + "DisarmDC": { + "type": "byte", + "value": 0 + }, + "Faction": { + "type": "dword", + "value": 1 + }, + "Geometry": { + "type": "list", + "value": [ + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.025417327880859 + }, + "PointY": { + "type": "float", + "value": 1.006362915039063 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.512710571289063 + }, + "PointY": { + "type": "float", + "value": -0.4936904907226563 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.519039154052734 + }, + "PointY": { + "type": "float", + "value": -1.481063842773438 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.010276794433594 + }, + "PointY": { + "type": "float", + "value": -2.999496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.022621154785156 + }, + "PointY": { + "type": "float", + "value": -3.493328094482422 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.510272979736328 + }, + "PointY": { + "type": "float", + "value": -3.499496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.010269165039063 + }, + "PointY": { + "type": "float", + "value": -1.987144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.004093170166015625 + }, + "PointY": { + "type": "float", + "value": -1.987148284912109 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.511528015136719 + }, + "PointY": { + "type": "float", + "value": -3.480979919433594 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999183654785156 + }, + "PointY": { + "type": "float", + "value": -3.493324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.005359649658203 + }, + "PointY": { + "type": "float", + "value": -2.993324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4991798400878906 + }, + "PointY": { + "type": "float", + "value": -1.487144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4930038452148438 + }, + "PointY": { + "type": "float", + "value": -0.4871406555175781 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999927520751953 + }, + "PointY": { + "type": "float", + "value": 1.015377044677734 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.007808685302734 + }, + "PointY": { + "type": "float", + "value": 1.519588470458984 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.487838745117188 + }, + "PointY": { + "type": "float", + "value": 1.527469635009766 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.01651382446289063 + }, + "PointY": { + "type": "float", + "value": -0.00835418701171875 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.012691497802734 + }, + "PointY": { + "type": "float", + "value": 0.0 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.531734466552734 + }, + "PointY": { + "type": "float", + "value": 1.512706756591797 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.012760162353516 + }, + "PointY": { + "type": "float", + "value": 1.519035339355469 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + } + ] + }, + "HighlightHeight": { + "type": "float", + "value": 0.0 + }, + "KeyName": { + "type": "cexostring", + "value": "" + }, + "LinkedTo": { + "type": "cexostring", + "value": "" + }, + "LinkedToFlags": { + "type": "byte", + "value": 0 + }, + "LoadScreenID": { + "type": "word", + "value": 0 + }, + "LocalizedName": { + "id": 14759, + "type": "cexolocstring", + "value": { + "0": "South & West Junction" + } + }, + "OnClick": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnTrapTriggered": { + "type": "resref", + "value": "" + }, + "PortraitId": { + "type": "word", + "value": 0 + }, + "ScriptHeartbeat": { + "type": "resref", + "value": "" + }, + "ScriptOnEnter": { + "type": "resref", + "value": "prc_maze_mvtrig" + }, + "ScriptOnExit": { + "type": "resref", + "value": "" + }, + "ScriptUserDefine": { + "type": "resref", + "value": "" + }, + "Tag": { + "type": "cexostring", + "value": "prc_maze_south_west" + }, + "TemplateResRef": { + "type": "resref", + "value": "newgeneric" + }, + "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": "int", + "value": 0 + }, + "VarTable": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "Name": { + "type": "cexostring", + "value": "directions" + }, + "Type": { + "type": "dword", + "value": 1 + }, + "Value": { + "type": "int", + "value": 272 + } + } + ] + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": 45.23692321777344 + }, + "YOrientation": { + "type": "float", + "value": 0.0 + }, + "YPosition": { + "type": "float", + "value": 25.62842750549316 + }, + "ZOrientation": { + "type": "float", + "value": 0.0 + }, + "ZPosition": { + "type": "float", + "value": 0.1999990940093994 + } + }, + { + "__struct_id": 1, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Cursor": { + "type": "byte", + "value": 0 + }, + "DisarmDC": { + "type": "byte", + "value": 0 + }, + "Faction": { + "type": "dword", + "value": 1 + }, + "Geometry": { + "type": "list", + "value": [ + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.025417327880859 + }, + "PointY": { + "type": "float", + "value": 1.006362915039063 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.512710571289063 + }, + "PointY": { + "type": "float", + "value": -0.4936904907226563 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.519039154052734 + }, + "PointY": { + "type": "float", + "value": -1.481063842773438 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.010276794433594 + }, + "PointY": { + "type": "float", + "value": -2.999496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.022621154785156 + }, + "PointY": { + "type": "float", + "value": -3.493328094482422 + }, + "PointZ": { + "type": "float", + "value": 1.119182229042053 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.510272979736328 + }, + "PointY": { + "type": "float", + "value": -3.499496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.010269165039063 + }, + "PointY": { + "type": "float", + "value": -1.987144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.004093170166015625 + }, + "PointY": { + "type": "float", + "value": -1.987148284912109 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.511528015136719 + }, + "PointY": { + "type": "float", + "value": -3.480979919433594 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999183654785156 + }, + "PointY": { + "type": "float", + "value": -3.493324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.005359649658203 + }, + "PointY": { + "type": "float", + "value": -2.993324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4991798400878906 + }, + "PointY": { + "type": "float", + "value": -1.487144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4930038452148438 + }, + "PointY": { + "type": "float", + "value": -0.4871406555175781 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999927520751953 + }, + "PointY": { + "type": "float", + "value": 1.015377044677734 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.007808685302734 + }, + "PointY": { + "type": "float", + "value": 1.519588470458984 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.487838745117188 + }, + "PointY": { + "type": "float", + "value": 1.527469635009766 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.01651382446289063 + }, + "PointY": { + "type": "float", + "value": -0.00835418701171875 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.012691497802734 + }, + "PointY": { + "type": "float", + "value": 0.0 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.531734466552734 + }, + "PointY": { + "type": "float", + "value": 1.512706756591797 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.012760162353516 + }, + "PointY": { + "type": "float", + "value": 1.519035339355469 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + } + ] + }, + "HighlightHeight": { + "type": "float", + "value": 0.0 + }, + "KeyName": { + "type": "cexostring", + "value": "" + }, + "LinkedTo": { + "type": "cexostring", + "value": "" + }, + "LinkedToFlags": { + "type": "byte", + "value": 0 + }, + "LoadScreenID": { + "type": "word", + "value": 0 + }, + "LocalizedName": { + "id": 14759, + "type": "cexolocstring", + "value": { + "0": "North & East Junction" + } + }, + "OnClick": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnTrapTriggered": { + "type": "resref", + "value": "" + }, + "PortraitId": { + "type": "word", + "value": 0 + }, + "ScriptHeartbeat": { + "type": "resref", + "value": "" + }, + "ScriptOnEnter": { + "type": "resref", + "value": "prc_maze_mvtrig" + }, + "ScriptOnExit": { + "type": "resref", + "value": "" + }, + "ScriptUserDefine": { + "type": "resref", + "value": "" + }, + "Tag": { + "type": "cexostring", + "value": "prc_maze_north_east" + }, + "TemplateResRef": { + "type": "resref", + "value": "newgeneric" + }, + "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": "int", + "value": 0 + }, + "VarTable": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "Name": { + "type": "cexostring", + "value": "directions" + }, + "Type": { + "type": "dword", + "value": 1 + }, + "Value": { + "type": "int", + "value": 4097 + } + } + ] + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": 35.29354095458984 + }, + "YOrientation": { + "type": "float", + "value": 0.0 + }, + "YPosition": { + "type": "float", + "value": 6.037699699401856 + }, + "ZOrientation": { + "type": "float", + "value": 0.0 + }, + "ZPosition": { + "type": "float", + "value": 0.2000019550323486 + } + }, + { + "__struct_id": 1, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Cursor": { + "type": "byte", + "value": 0 + }, + "DisarmDC": { + "type": "byte", + "value": 0 + }, + "Faction": { + "type": "dword", + "value": 1 + }, + "Geometry": { + "type": "list", + "value": [ + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.025417327880859 + }, + "PointY": { + "type": "float", + "value": 1.006362915039063 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.512710571289063 + }, + "PointY": { + "type": "float", + "value": -0.4936904907226563 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.519039154052734 + }, + "PointY": { + "type": "float", + "value": -1.481063842773438 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.010276794433594 + }, + "PointY": { + "type": "float", + "value": -2.999496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.022621154785156 + }, + "PointY": { + "type": "float", + "value": -3.493328094482422 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.510272979736328 + }, + "PointY": { + "type": "float", + "value": -3.499496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.010269165039063 + }, + "PointY": { + "type": "float", + "value": -1.987144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.004093170166015625 + }, + "PointY": { + "type": "float", + "value": -1.987148284912109 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.511528015136719 + }, + "PointY": { + "type": "float", + "value": -3.480979919433594 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999183654785156 + }, + "PointY": { + "type": "float", + "value": -3.493324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.005359649658203 + }, + "PointY": { + "type": "float", + "value": -2.993324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4991798400878906 + }, + "PointY": { + "type": "float", + "value": -1.487144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4930038452148438 + }, + "PointY": { + "type": "float", + "value": -0.4871406555175781 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999927520751953 + }, + "PointY": { + "type": "float", + "value": 1.015377044677734 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.007808685302734 + }, + "PointY": { + "type": "float", + "value": 1.519588470458984 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.487838745117188 + }, + "PointY": { + "type": "float", + "value": 1.527469635009766 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.01651382446289063 + }, + "PointY": { + "type": "float", + "value": -0.00835418701171875 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.012691497802734 + }, + "PointY": { + "type": "float", + "value": 0.0 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.531734466552734 + }, + "PointY": { + "type": "float", + "value": 1.512706756591797 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.012760162353516 + }, + "PointY": { + "type": "float", + "value": 1.519035339355469 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + } + ] + }, + "HighlightHeight": { + "type": "float", + "value": 0.0 + }, + "KeyName": { + "type": "cexostring", + "value": "" + }, + "LinkedTo": { + "type": "cexostring", + "value": "" + }, + "LinkedToFlags": { + "type": "byte", + "value": 0 + }, + "LoadScreenID": { + "type": "word", + "value": 0 + }, + "LocalizedName": { + "id": 14759, + "type": "cexolocstring", + "value": { + "0": "North & West Junction" + } + }, + "OnClick": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnTrapTriggered": { + "type": "resref", + "value": "" + }, + "PortraitId": { + "type": "word", + "value": 0 + }, + "ScriptHeartbeat": { + "type": "resref", + "value": "" + }, + "ScriptOnEnter": { + "type": "resref", + "value": "prc_maze_mvtrig" + }, + "ScriptOnExit": { + "type": "resref", + "value": "" + }, + "ScriptUserDefine": { + "type": "resref", + "value": "" + }, + "Tag": { + "type": "cexostring", + "value": "prc_maze_north_west" + }, + "TemplateResRef": { + "type": "resref", + "value": "newgeneric" + }, + "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": "int", + "value": 0 + }, + "VarTable": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "Name": { + "type": "cexostring", + "value": "directions" + }, + "Type": { + "type": "dword", + "value": 1 + }, + "Value": { + "type": "int", + "value": 4112 + } + } + ] + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": 55.39041137695313 + }, + "YOrientation": { + "type": "float", + "value": 0.0 + }, + "YPosition": { + "type": "float", + "value": 6.118979930877686 + }, + "ZOrientation": { + "type": "float", + "value": 0.0 + }, + "ZPosition": { + "type": "float", + "value": 0.199998140335083 + } + }, + { + "__struct_id": 1, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Cursor": { + "type": "byte", + "value": 0 + }, + "DisarmDC": { + "type": "byte", + "value": 0 + }, + "Faction": { + "type": "dword", + "value": 1 + }, + "Geometry": { + "type": "list", + "value": [ + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.025417327880859 + }, + "PointY": { + "type": "float", + "value": 1.006362915039063 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.512710571289063 + }, + "PointY": { + "type": "float", + "value": -0.4936904907226563 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.519039154052734 + }, + "PointY": { + "type": "float", + "value": -1.481063842773438 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.010276794433594 + }, + "PointY": { + "type": "float", + "value": -2.999496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.022621154785156 + }, + "PointY": { + "type": "float", + "value": -3.493328094482422 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.510272979736328 + }, + "PointY": { + "type": "float", + "value": -3.499496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.010269165039063 + }, + "PointY": { + "type": "float", + "value": -1.987144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.004093170166015625 + }, + "PointY": { + "type": "float", + "value": -1.987148284912109 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.511528015136719 + }, + "PointY": { + "type": "float", + "value": -3.480979919433594 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999183654785156 + }, + "PointY": { + "type": "float", + "value": -3.493324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.005359649658203 + }, + "PointY": { + "type": "float", + "value": -2.993324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4991798400878906 + }, + "PointY": { + "type": "float", + "value": -1.487144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4930038452148438 + }, + "PointY": { + "type": "float", + "value": -0.4871406555175781 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999927520751953 + }, + "PointY": { + "type": "float", + "value": 1.015377044677734 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.007808685302734 + }, + "PointY": { + "type": "float", + "value": 1.519588470458984 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.487838745117188 + }, + "PointY": { + "type": "float", + "value": 1.527469635009766 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.01651382446289063 + }, + "PointY": { + "type": "float", + "value": -0.00835418701171875 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.012691497802734 + }, + "PointY": { + "type": "float", + "value": 0.0 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.531734466552734 + }, + "PointY": { + "type": "float", + "value": 1.512706756591797 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.012760162353516 + }, + "PointY": { + "type": "float", + "value": 1.519035339355469 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + } + ] + }, + "HighlightHeight": { + "type": "float", + "value": 0.0 + }, + "KeyName": { + "type": "cexostring", + "value": "" + }, + "LinkedTo": { + "type": "cexostring", + "value": "" + }, + "LinkedToFlags": { + "type": "byte", + "value": 0 + }, + "LoadScreenID": { + "type": "word", + "value": 0 + }, + "LocalizedName": { + "id": 14759, + "type": "cexolocstring", + "value": { + "0": "North & East Junction" + } + }, + "OnClick": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnTrapTriggered": { + "type": "resref", + "value": "" + }, + "PortraitId": { + "type": "word", + "value": 0 + }, + "ScriptHeartbeat": { + "type": "resref", + "value": "" + }, + "ScriptOnEnter": { + "type": "resref", + "value": "prc_maze_mvtrig" + }, + "ScriptOnExit": { + "type": "resref", + "value": "" + }, + "ScriptUserDefine": { + "type": "resref", + "value": "" + }, + "Tag": { + "type": "cexostring", + "value": "prc_maze_north_east" + }, + "TemplateResRef": { + "type": "resref", + "value": "newgeneric" + }, + "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": "int", + "value": 0 + }, + "VarTable": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "Name": { + "type": "cexostring", + "value": "directions" + }, + "Type": { + "type": "dword", + "value": 1 + }, + "Value": { + "type": "int", + "value": 4097 + } + } + ] + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": 65.60591888427734 + }, + "YOrientation": { + "type": "float", + "value": 0.0 + }, + "YPosition": { + "type": "float", + "value": 6.060268878936768 + }, + "ZOrientation": { + "type": "float", + "value": 0.0 + }, + "ZPosition": { + "type": "float", + "value": 0.2000000476837158 + } + }, + { + "__struct_id": 1, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Cursor": { + "type": "byte", + "value": 0 + }, + "DisarmDC": { + "type": "byte", + "value": 0 + }, + "Faction": { + "type": "dword", + "value": 1 + }, + "Geometry": { + "type": "list", + "value": [ + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.025417327880859 + }, + "PointY": { + "type": "float", + "value": 1.006362915039063 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.512710571289063 + }, + "PointY": { + "type": "float", + "value": -0.4936904907226563 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.519039154052734 + }, + "PointY": { + "type": "float", + "value": -1.481063842773438 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.010276794433594 + }, + "PointY": { + "type": "float", + "value": -2.999496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.022621154785156 + }, + "PointY": { + "type": "float", + "value": -3.493328094482422 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.510272979736328 + }, + "PointY": { + "type": "float", + "value": -3.499496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.010269165039063 + }, + "PointY": { + "type": "float", + "value": -1.987144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.004093170166015625 + }, + "PointY": { + "type": "float", + "value": -1.987148284912109 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.511528015136719 + }, + "PointY": { + "type": "float", + "value": -3.480979919433594 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999183654785156 + }, + "PointY": { + "type": "float", + "value": -3.493324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.005359649658203 + }, + "PointY": { + "type": "float", + "value": -2.993324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4991798400878906 + }, + "PointY": { + "type": "float", + "value": -1.487144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4930038452148438 + }, + "PointY": { + "type": "float", + "value": -0.4871406555175781 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999927520751953 + }, + "PointY": { + "type": "float", + "value": 1.015377044677734 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.007808685302734 + }, + "PointY": { + "type": "float", + "value": 1.519588470458984 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.487838745117188 + }, + "PointY": { + "type": "float", + "value": 1.527469635009766 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.01651382446289063 + }, + "PointY": { + "type": "float", + "value": -0.00835418701171875 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.012691497802734 + }, + "PointY": { + "type": "float", + "value": 0.0 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.531734466552734 + }, + "PointY": { + "type": "float", + "value": 1.512706756591797 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.012760162353516 + }, + "PointY": { + "type": "float", + "value": 1.519035339355469 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + } + ] + }, + "HighlightHeight": { + "type": "float", + "value": 0.0 + }, + "KeyName": { + "type": "cexostring", + "value": "" + }, + "LinkedTo": { + "type": "cexostring", + "value": "" + }, + "LinkedToFlags": { + "type": "byte", + "value": 0 + }, + "LoadScreenID": { + "type": "word", + "value": 0 + }, + "LocalizedName": { + "id": 14759, + "type": "cexolocstring", + "value": { + "0": "South & East Junction" + } + }, + "OnClick": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnTrapTriggered": { + "type": "resref", + "value": "" + }, + "PortraitId": { + "type": "word", + "value": 0 + }, + "ScriptHeartbeat": { + "type": "resref", + "value": "" + }, + "ScriptOnEnter": { + "type": "resref", + "value": "prc_maze_mvtrig" + }, + "ScriptOnExit": { + "type": "resref", + "value": "" + }, + "ScriptUserDefine": { + "type": "resref", + "value": "" + }, + "Tag": { + "type": "cexostring", + "value": "prc_maze_south_east" + }, + "TemplateResRef": { + "type": "resref", + "value": "newgeneric" + }, + "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": "int", + "value": 0 + }, + "VarTable": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "Name": { + "type": "cexostring", + "value": "directions" + }, + "Type": { + "type": "dword", + "value": 1 + }, + "Value": { + "type": "int", + "value": 257 + } + } + ] + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": 55.68396377563477 + }, + "YOrientation": { + "type": "float", + "value": 0.0 + }, + "YPosition": { + "type": "float", + "value": 25.84547805786133 + }, + "ZOrientation": { + "type": "float", + "value": 0.0 + }, + "ZPosition": { + "type": "float", + "value": 0.1999995708465576 + } + }, + { + "__struct_id": 1, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Cursor": { + "type": "byte", + "value": 0 + }, + "DisarmDC": { + "type": "byte", + "value": 0 + }, + "Faction": { + "type": "dword", + "value": 1 + }, + "Geometry": { + "type": "list", + "value": [ + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.025417327880859 + }, + "PointY": { + "type": "float", + "value": 1.006362915039063 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.512710571289063 + }, + "PointY": { + "type": "float", + "value": -0.4936904907226563 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.519039154052734 + }, + "PointY": { + "type": "float", + "value": -1.481063842773438 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.010276794433594 + }, + "PointY": { + "type": "float", + "value": -2.999496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.022621154785156 + }, + "PointY": { + "type": "float", + "value": -3.493328094482422 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.510272979736328 + }, + "PointY": { + "type": "float", + "value": -3.499496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.010269165039063 + }, + "PointY": { + "type": "float", + "value": -1.987144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.004093170166015625 + }, + "PointY": { + "type": "float", + "value": -1.987148284912109 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.511528015136719 + }, + "PointY": { + "type": "float", + "value": -3.480979919433594 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999183654785156 + }, + "PointY": { + "type": "float", + "value": -3.493324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.005359649658203 + }, + "PointY": { + "type": "float", + "value": -2.993324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4991798400878906 + }, + "PointY": { + "type": "float", + "value": -1.487144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4930038452148438 + }, + "PointY": { + "type": "float", + "value": -0.4871406555175781 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999927520751953 + }, + "PointY": { + "type": "float", + "value": 1.015377044677734 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.007808685302734 + }, + "PointY": { + "type": "float", + "value": 1.519588470458984 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.487838745117188 + }, + "PointY": { + "type": "float", + "value": 1.527469635009766 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.01651382446289063 + }, + "PointY": { + "type": "float", + "value": -0.00835418701171875 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.012691497802734 + }, + "PointY": { + "type": "float", + "value": 0.0 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.531734466552734 + }, + "PointY": { + "type": "float", + "value": 1.512706756591797 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.012760162353516 + }, + "PointY": { + "type": "float", + "value": 1.519035339355469 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + } + ] + }, + "HighlightHeight": { + "type": "float", + "value": 0.0 + }, + "KeyName": { + "type": "cexostring", + "value": "" + }, + "LinkedTo": { + "type": "cexostring", + "value": "" + }, + "LinkedToFlags": { + "type": "byte", + "value": 0 + }, + "LoadScreenID": { + "type": "word", + "value": 0 + }, + "LocalizedName": { + "id": 14759, + "type": "cexolocstring", + "value": { + "0": "South & East Junction" + } + }, + "OnClick": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnTrapTriggered": { + "type": "resref", + "value": "" + }, + "PortraitId": { + "type": "word", + "value": 0 + }, + "ScriptHeartbeat": { + "type": "resref", + "value": "" + }, + "ScriptOnEnter": { + "type": "resref", + "value": "prc_maze_mvtrig" + }, + "ScriptOnExit": { + "type": "resref", + "value": "" + }, + "ScriptUserDefine": { + "type": "resref", + "value": "" + }, + "Tag": { + "type": "cexostring", + "value": "prc_maze_south_east" + }, + "TemplateResRef": { + "type": "resref", + "value": "newgeneric" + }, + "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": "int", + "value": 0 + }, + "VarTable": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "Name": { + "type": "cexostring", + "value": "directions" + }, + "Type": { + "type": "dword", + "value": 1 + }, + "Value": { + "type": "int", + "value": 257 + } + } + ] + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": 65.60591888427734 + }, + "YOrientation": { + "type": "float", + "value": 0.0 + }, + "YPosition": { + "type": "float", + "value": 15.86480903625488 + }, + "ZOrientation": { + "type": "float", + "value": 0.0 + }, + "ZPosition": { + "type": "float", + "value": 0.199998140335083 + } + }, + { + "__struct_id": 1, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Cursor": { + "type": "byte", + "value": 0 + }, + "DisarmDC": { + "type": "byte", + "value": 0 + }, + "Faction": { + "type": "dword", + "value": 1 + }, + "Geometry": { + "type": "list", + "value": [ + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.025417327880859 + }, + "PointY": { + "type": "float", + "value": 1.006362915039063 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.512710571289063 + }, + "PointY": { + "type": "float", + "value": -0.4936904907226563 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.519039154052734 + }, + "PointY": { + "type": "float", + "value": -1.481063842773438 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.010276794433594 + }, + "PointY": { + "type": "float", + "value": -2.999496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.022621154785156 + }, + "PointY": { + "type": "float", + "value": -3.493328094482422 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.510272979736328 + }, + "PointY": { + "type": "float", + "value": -3.499496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.010269165039063 + }, + "PointY": { + "type": "float", + "value": -1.987144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.004093170166015625 + }, + "PointY": { + "type": "float", + "value": -1.987148284912109 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.511528015136719 + }, + "PointY": { + "type": "float", + "value": -3.480979919433594 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999183654785156 + }, + "PointY": { + "type": "float", + "value": -3.493324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.005359649658203 + }, + "PointY": { + "type": "float", + "value": -2.993324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4991798400878906 + }, + "PointY": { + "type": "float", + "value": -1.487144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4930038452148438 + }, + "PointY": { + "type": "float", + "value": -0.4871406555175781 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999927520751953 + }, + "PointY": { + "type": "float", + "value": 1.015377044677734 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.007808685302734 + }, + "PointY": { + "type": "float", + "value": 1.519588470458984 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.487838745117188 + }, + "PointY": { + "type": "float", + "value": 1.527469635009766 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.01651382446289063 + }, + "PointY": { + "type": "float", + "value": -0.00835418701171875 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.012691497802734 + }, + "PointY": { + "type": "float", + "value": 0.0 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.531734466552734 + }, + "PointY": { + "type": "float", + "value": 1.512706756591797 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.012760162353516 + }, + "PointY": { + "type": "float", + "value": 1.519035339355469 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + } + ] + }, + "HighlightHeight": { + "type": "float", + "value": 0.0 + }, + "KeyName": { + "type": "cexostring", + "value": "" + }, + "LinkedTo": { + "type": "cexostring", + "value": "" + }, + "LinkedToFlags": { + "type": "byte", + "value": 0 + }, + "LoadScreenID": { + "type": "word", + "value": 0 + }, + "LocalizedName": { + "id": 14759, + "type": "cexolocstring", + "value": { + "0": "North & West Junction" + } + }, + "OnClick": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnTrapTriggered": { + "type": "resref", + "value": "" + }, + "PortraitId": { + "type": "word", + "value": 0 + }, + "ScriptHeartbeat": { + "type": "resref", + "value": "" + }, + "ScriptOnEnter": { + "type": "resref", + "value": "prc_maze_mvtrig" + }, + "ScriptOnExit": { + "type": "resref", + "value": "" + }, + "ScriptUserDefine": { + "type": "resref", + "value": "" + }, + "Tag": { + "type": "cexostring", + "value": "prc_maze_north_west" + }, + "TemplateResRef": { + "type": "resref", + "value": "newgeneric" + }, + "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": "int", + "value": 0 + }, + "VarTable": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "Name": { + "type": "cexostring", + "value": "directions" + }, + "Type": { + "type": "dword", + "value": 1 + }, + "Value": { + "type": "int", + "value": 4112 + } + } + ] + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": 95.437744140625 + }, + "YOrientation": { + "type": "float", + "value": 0.0 + }, + "YPosition": { + "type": "float", + "value": 6.079726219177246 + }, + "ZOrientation": { + "type": "float", + "value": 0.0 + }, + "ZPosition": { + "type": "float", + "value": 0.2000000476837158 + } + }, + { + "__struct_id": 1, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Cursor": { + "type": "byte", + "value": 0 + }, + "DisarmDC": { + "type": "byte", + "value": 0 + }, + "Faction": { + "type": "dword", + "value": 1 + }, + "Geometry": { + "type": "list", + "value": [ + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.025417327880859 + }, + "PointY": { + "type": "float", + "value": 1.006362915039063 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.512710571289063 + }, + "PointY": { + "type": "float", + "value": -0.4936904907226563 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.519039154052734 + }, + "PointY": { + "type": "float", + "value": -1.481063842773438 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.010276794433594 + }, + "PointY": { + "type": "float", + "value": -2.999496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.022621154785156 + }, + "PointY": { + "type": "float", + "value": -3.493328094482422 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.510272979736328 + }, + "PointY": { + "type": "float", + "value": -3.499496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.010269165039063 + }, + "PointY": { + "type": "float", + "value": -1.987144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.004093170166015625 + }, + "PointY": { + "type": "float", + "value": -1.987148284912109 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.511528015136719 + }, + "PointY": { + "type": "float", + "value": -3.480979919433594 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999183654785156 + }, + "PointY": { + "type": "float", + "value": -3.493324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.005359649658203 + }, + "PointY": { + "type": "float", + "value": -2.993324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4991798400878906 + }, + "PointY": { + "type": "float", + "value": -1.487144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4930038452148438 + }, + "PointY": { + "type": "float", + "value": -0.4871406555175781 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999927520751953 + }, + "PointY": { + "type": "float", + "value": 1.015377044677734 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.007808685302734 + }, + "PointY": { + "type": "float", + "value": 1.519588470458984 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.487838745117188 + }, + "PointY": { + "type": "float", + "value": 1.527469635009766 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.01651382446289063 + }, + "PointY": { + "type": "float", + "value": -0.00835418701171875 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.012691497802734 + }, + "PointY": { + "type": "float", + "value": 0.0 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.531734466552734 + }, + "PointY": { + "type": "float", + "value": 1.512706756591797 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.012760162353516 + }, + "PointY": { + "type": "float", + "value": 1.519035339355469 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + } + ] + }, + "HighlightHeight": { + "type": "float", + "value": 0.0 + }, + "KeyName": { + "type": "cexostring", + "value": "" + }, + "LinkedTo": { + "type": "cexostring", + "value": "" + }, + "LinkedToFlags": { + "type": "byte", + "value": 0 + }, + "LoadScreenID": { + "type": "word", + "value": 0 + }, + "LocalizedName": { + "id": 14759, + "type": "cexolocstring", + "value": { + "0": "North & West Junction" + } + }, + "OnClick": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnTrapTriggered": { + "type": "resref", + "value": "" + }, + "PortraitId": { + "type": "word", + "value": 0 + }, + "ScriptHeartbeat": { + "type": "resref", + "value": "" + }, + "ScriptOnEnter": { + "type": "resref", + "value": "prc_maze_mvtrig" + }, + "ScriptOnExit": { + "type": "resref", + "value": "" + }, + "ScriptUserDefine": { + "type": "resref", + "value": "" + }, + "Tag": { + "type": "cexostring", + "value": "prc_maze_north_west" + }, + "TemplateResRef": { + "type": "resref", + "value": "newgeneric" + }, + "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": "int", + "value": 0 + }, + "VarTable": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "Name": { + "type": "cexostring", + "value": "directions" + }, + "Type": { + "type": "dword", + "value": 1 + }, + "Value": { + "type": "int", + "value": 4112 + } + } + ] + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": 115.4062576293945 + }, + "YOrientation": { + "type": "float", + "value": 0.0 + }, + "YPosition": { + "type": "float", + "value": 16.0639820098877 + }, + "ZOrientation": { + "type": "float", + "value": 0.0 + }, + "ZPosition": { + "type": "float", + "value": 0.1999995708465576 + } + }, + { + "__struct_id": 1, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Cursor": { + "type": "byte", + "value": 0 + }, + "DisarmDC": { + "type": "byte", + "value": 0 + }, + "Faction": { + "type": "dword", + "value": 1 + }, + "Geometry": { + "type": "list", + "value": [ + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.025417327880859 + }, + "PointY": { + "type": "float", + "value": 1.006362915039063 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.512710571289063 + }, + "PointY": { + "type": "float", + "value": -0.4936904907226563 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.519039154052734 + }, + "PointY": { + "type": "float", + "value": -1.481063842773438 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.010276794433594 + }, + "PointY": { + "type": "float", + "value": -2.999496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.022621154785156 + }, + "PointY": { + "type": "float", + "value": -3.493328094482422 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.510272979736328 + }, + "PointY": { + "type": "float", + "value": -3.499496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.010269165039063 + }, + "PointY": { + "type": "float", + "value": -1.987144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.004093170166015625 + }, + "PointY": { + "type": "float", + "value": -1.987148284912109 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.511528015136719 + }, + "PointY": { + "type": "float", + "value": -3.480979919433594 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999183654785156 + }, + "PointY": { + "type": "float", + "value": -3.493324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.005359649658203 + }, + "PointY": { + "type": "float", + "value": -2.993324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4991798400878906 + }, + "PointY": { + "type": "float", + "value": -1.487144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4930038452148438 + }, + "PointY": { + "type": "float", + "value": -0.4871406555175781 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999927520751953 + }, + "PointY": { + "type": "float", + "value": 1.015377044677734 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.007808685302734 + }, + "PointY": { + "type": "float", + "value": 1.519588470458984 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.487838745117188 + }, + "PointY": { + "type": "float", + "value": 1.527469635009766 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.01651382446289063 + }, + "PointY": { + "type": "float", + "value": -0.00835418701171875 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.012691497802734 + }, + "PointY": { + "type": "float", + "value": 0.0 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.531734466552734 + }, + "PointY": { + "type": "float", + "value": 1.512706756591797 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.012760162353516 + }, + "PointY": { + "type": "float", + "value": 1.519035339355469 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + } + ] + }, + "HighlightHeight": { + "type": "float", + "value": 0.0 + }, + "KeyName": { + "type": "cexostring", + "value": "" + }, + "LinkedTo": { + "type": "cexostring", + "value": "" + }, + "LinkedToFlags": { + "type": "byte", + "value": 0 + }, + "LoadScreenID": { + "type": "word", + "value": 0 + }, + "LocalizedName": { + "id": 14759, + "type": "cexolocstring", + "value": { + "0": "South & East Junction" + } + }, + "OnClick": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnTrapTriggered": { + "type": "resref", + "value": "" + }, + "PortraitId": { + "type": "word", + "value": 0 + }, + "ScriptHeartbeat": { + "type": "resref", + "value": "" + }, + "ScriptOnEnter": { + "type": "resref", + "value": "prc_maze_mvtrig" + }, + "ScriptOnExit": { + "type": "resref", + "value": "" + }, + "ScriptUserDefine": { + "type": "resref", + "value": "" + }, + "Tag": { + "type": "cexostring", + "value": "prc_maze_south_east" + }, + "TemplateResRef": { + "type": "resref", + "value": "newgeneric" + }, + "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": "int", + "value": 0 + }, + "VarTable": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "Name": { + "type": "cexostring", + "value": "directions" + }, + "Type": { + "type": "dword", + "value": 1 + }, + "Value": { + "type": "int", + "value": 257 + } + } + ] + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": 105.6359558105469 + }, + "YOrientation": { + "type": "float", + "value": 0.0 + }, + "YPosition": { + "type": "float", + "value": 15.77871704101563 + }, + "ZOrientation": { + "type": "float", + "value": 0.0 + }, + "ZPosition": { + "type": "float", + "value": 0.2000000476837158 + } + }, + { + "__struct_id": 1, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Cursor": { + "type": "byte", + "value": 0 + }, + "DisarmDC": { + "type": "byte", + "value": 0 + }, + "Faction": { + "type": "dword", + "value": 1 + }, + "Geometry": { + "type": "list", + "value": [ + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.025417327880859 + }, + "PointY": { + "type": "float", + "value": 1.006362915039063 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.512710571289063 + }, + "PointY": { + "type": "float", + "value": -0.4936904907226563 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.519039154052734 + }, + "PointY": { + "type": "float", + "value": -1.481063842773438 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.010276794433594 + }, + "PointY": { + "type": "float", + "value": -2.999496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.022621154785156 + }, + "PointY": { + "type": "float", + "value": -3.493328094482422 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.510272979736328 + }, + "PointY": { + "type": "float", + "value": -3.499496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.010269165039063 + }, + "PointY": { + "type": "float", + "value": -1.987144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.004093170166015625 + }, + "PointY": { + "type": "float", + "value": -1.987148284912109 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.511528015136719 + }, + "PointY": { + "type": "float", + "value": -3.480979919433594 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999183654785156 + }, + "PointY": { + "type": "float", + "value": -3.493324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.005359649658203 + }, + "PointY": { + "type": "float", + "value": -2.993324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4991798400878906 + }, + "PointY": { + "type": "float", + "value": -1.487144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4930038452148438 + }, + "PointY": { + "type": "float", + "value": -0.4871406555175781 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999927520751953 + }, + "PointY": { + "type": "float", + "value": 1.015377044677734 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.007808685302734 + }, + "PointY": { + "type": "float", + "value": 1.519588470458984 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.487838745117188 + }, + "PointY": { + "type": "float", + "value": 1.527469635009766 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.01651382446289063 + }, + "PointY": { + "type": "float", + "value": -0.00835418701171875 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.012691497802734 + }, + "PointY": { + "type": "float", + "value": 0.0 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.531734466552734 + }, + "PointY": { + "type": "float", + "value": 1.512706756591797 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.012760162353516 + }, + "PointY": { + "type": "float", + "value": 1.519035339355469 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + } + ] + }, + "HighlightHeight": { + "type": "float", + "value": 0.0 + }, + "KeyName": { + "type": "cexostring", + "value": "" + }, + "LinkedTo": { + "type": "cexostring", + "value": "" + }, + "LinkedToFlags": { + "type": "byte", + "value": 0 + }, + "LoadScreenID": { + "type": "word", + "value": 0 + }, + "LocalizedName": { + "id": 14759, + "type": "cexolocstring", + "value": { + "0": "South & West Junction" + } + }, + "OnClick": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnTrapTriggered": { + "type": "resref", + "value": "" + }, + "PortraitId": { + "type": "word", + "value": 0 + }, + "ScriptHeartbeat": { + "type": "resref", + "value": "" + }, + "ScriptOnEnter": { + "type": "resref", + "value": "prc_maze_mvtrig" + }, + "ScriptOnExit": { + "type": "resref", + "value": "" + }, + "ScriptUserDefine": { + "type": "resref", + "value": "" + }, + "Tag": { + "type": "cexostring", + "value": "prc_maze_south_west" + }, + "TemplateResRef": { + "type": "resref", + "value": "newgeneric" + }, + "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": "int", + "value": 0 + }, + "VarTable": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "Name": { + "type": "cexostring", + "value": "directions" + }, + "Type": { + "type": "dword", + "value": 1 + }, + "Value": { + "type": "int", + "value": 272 + } + } + ] + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": 115.3349533081055 + }, + "YOrientation": { + "type": "float", + "value": 0.0 + }, + "YPosition": { + "type": "float", + "value": 25.76296997070313 + }, + "ZOrientation": { + "type": "float", + "value": 0.0 + }, + "ZPosition": { + "type": "float", + "value": 0.200000524520874 + } + }, + { + "__struct_id": 1, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Cursor": { + "type": "byte", + "value": 0 + }, + "DisarmDC": { + "type": "byte", + "value": 0 + }, + "Faction": { + "type": "dword", + "value": 1 + }, + "Geometry": { + "type": "list", + "value": [ + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.025417327880859 + }, + "PointY": { + "type": "float", + "value": 1.006362915039063 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.512710571289063 + }, + "PointY": { + "type": "float", + "value": -0.4936904907226563 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.519039154052734 + }, + "PointY": { + "type": "float", + "value": -1.481063842773438 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.010276794433594 + }, + "PointY": { + "type": "float", + "value": -2.999496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.022621154785156 + }, + "PointY": { + "type": "float", + "value": -3.493328094482422 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.510272979736328 + }, + "PointY": { + "type": "float", + "value": -3.499496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.010269165039063 + }, + "PointY": { + "type": "float", + "value": -1.987144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.004093170166015625 + }, + "PointY": { + "type": "float", + "value": -1.987148284912109 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.511528015136719 + }, + "PointY": { + "type": "float", + "value": -3.480979919433594 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999183654785156 + }, + "PointY": { + "type": "float", + "value": -3.493324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.005359649658203 + }, + "PointY": { + "type": "float", + "value": -2.993324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4991798400878906 + }, + "PointY": { + "type": "float", + "value": -1.487144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4930038452148438 + }, + "PointY": { + "type": "float", + "value": -0.4871406555175781 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999927520751953 + }, + "PointY": { + "type": "float", + "value": 1.015377044677734 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.007808685302734 + }, + "PointY": { + "type": "float", + "value": 1.519588470458984 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.487838745117188 + }, + "PointY": { + "type": "float", + "value": 1.527469635009766 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.01651382446289063 + }, + "PointY": { + "type": "float", + "value": -0.00835418701171875 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.012691497802734 + }, + "PointY": { + "type": "float", + "value": 0.0 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.531734466552734 + }, + "PointY": { + "type": "float", + "value": 1.512706756591797 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.012760162353516 + }, + "PointY": { + "type": "float", + "value": 1.519035339355469 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + } + ] + }, + "HighlightHeight": { + "type": "float", + "value": 0.0 + }, + "KeyName": { + "type": "cexostring", + "value": "" + }, + "LinkedTo": { + "type": "cexostring", + "value": "" + }, + "LinkedToFlags": { + "type": "byte", + "value": 0 + }, + "LoadScreenID": { + "type": "word", + "value": 0 + }, + "LocalizedName": { + "id": 14759, + "type": "cexolocstring", + "value": { + "0": "North & South & West & East Junction" + } + }, + "OnClick": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnTrapTriggered": { + "type": "resref", + "value": "" + }, + "PortraitId": { + "type": "word", + "value": 0 + }, + "ScriptHeartbeat": { + "type": "resref", + "value": "" + }, + "ScriptOnEnter": { + "type": "resref", + "value": "prc_maze_mvtrig" + }, + "ScriptOnExit": { + "type": "resref", + "value": "" + }, + "ScriptUserDefine": { + "type": "resref", + "value": "" + }, + "Tag": { + "type": "cexostring", + "value": "prc_maze_north_south_west_east" + }, + "TemplateResRef": { + "type": "resref", + "value": "newgeneric" + }, + "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": "int", + "value": 0 + }, + "VarTable": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "Name": { + "type": "cexostring", + "value": "directions" + }, + "Type": { + "type": "dword", + "value": 1 + }, + "Value": { + "type": "int", + "value": 4369 + } + } + ] + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": 95.437744140625 + }, + "YOrientation": { + "type": "float", + "value": 0.0 + }, + "YPosition": { + "type": "float", + "value": 26.04823875427246 + }, + "ZOrientation": { + "type": "float", + "value": 0.0 + }, + "ZPosition": { + "type": "float", + "value": 0.2000000476837158 + } + }, + { + "__struct_id": 1, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Cursor": { + "type": "byte", + "value": 0 + }, + "DisarmDC": { + "type": "byte", + "value": 0 + }, + "Faction": { + "type": "dword", + "value": 1 + }, + "Geometry": { + "type": "list", + "value": [ + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.025417327880859 + }, + "PointY": { + "type": "float", + "value": 1.006362915039063 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.512710571289063 + }, + "PointY": { + "type": "float", + "value": -0.4936904907226563 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.519039154052734 + }, + "PointY": { + "type": "float", + "value": -1.481063842773438 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.010276794433594 + }, + "PointY": { + "type": "float", + "value": -2.999496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.022621154785156 + }, + "PointY": { + "type": "float", + "value": -3.493328094482422 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.510272979736328 + }, + "PointY": { + "type": "float", + "value": -3.499496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.010269165039063 + }, + "PointY": { + "type": "float", + "value": -1.987144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.004093170166015625 + }, + "PointY": { + "type": "float", + "value": -1.987148284912109 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.511528015136719 + }, + "PointY": { + "type": "float", + "value": -3.480979919433594 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999183654785156 + }, + "PointY": { + "type": "float", + "value": -3.493324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.005359649658203 + }, + "PointY": { + "type": "float", + "value": -2.993324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4991798400878906 + }, + "PointY": { + "type": "float", + "value": -1.487144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4930038452148438 + }, + "PointY": { + "type": "float", + "value": -0.4871406555175781 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999927520751953 + }, + "PointY": { + "type": "float", + "value": 1.015377044677734 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.007808685302734 + }, + "PointY": { + "type": "float", + "value": 1.519588470458984 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.487838745117188 + }, + "PointY": { + "type": "float", + "value": 1.527469635009766 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.01651382446289063 + }, + "PointY": { + "type": "float", + "value": -0.00835418701171875 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.012691497802734 + }, + "PointY": { + "type": "float", + "value": 0.0 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.531734466552734 + }, + "PointY": { + "type": "float", + "value": 1.512706756591797 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.012760162353516 + }, + "PointY": { + "type": "float", + "value": 1.519035339355469 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + } + ] + }, + "HighlightHeight": { + "type": "float", + "value": 0.0 + }, + "KeyName": { + "type": "cexostring", + "value": "" + }, + "LinkedTo": { + "type": "cexostring", + "value": "" + }, + "LinkedToFlags": { + "type": "byte", + "value": 0 + }, + "LoadScreenID": { + "type": "word", + "value": 0 + }, + "LocalizedName": { + "id": 14759, + "type": "cexolocstring", + "value": { + "0": "North & East Junction" + } + }, + "OnClick": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnTrapTriggered": { + "type": "resref", + "value": "" + }, + "PortraitId": { + "type": "word", + "value": 0 + }, + "ScriptHeartbeat": { + "type": "resref", + "value": "" + }, + "ScriptOnEnter": { + "type": "resref", + "value": "prc_maze_mvtrig" + }, + "ScriptOnExit": { + "type": "resref", + "value": "" + }, + "ScriptUserDefine": { + "type": "resref", + "value": "" + }, + "Tag": { + "type": "cexostring", + "value": "prc_maze_north_east" + }, + "TemplateResRef": { + "type": "resref", + "value": "newgeneric" + }, + "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": "int", + "value": 0 + }, + "VarTable": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "Name": { + "type": "cexostring", + "value": "directions" + }, + "Type": { + "type": "dword", + "value": 1 + }, + "Value": { + "type": "int", + "value": 4097 + } + } + ] + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": 105.5646362304688 + }, + "YOrientation": { + "type": "float", + "value": 0.0 + }, + "YPosition": { + "type": "float", + "value": 6.079726219177246 + }, + "ZOrientation": { + "type": "float", + "value": 0.0 + }, + "ZPosition": { + "type": "float", + "value": 0.2000019550323486 + } + }, + { + "__struct_id": 1, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Cursor": { + "type": "byte", + "value": 0 + }, + "DisarmDC": { + "type": "byte", + "value": 0 + }, + "Faction": { + "type": "dword", + "value": 1 + }, + "Geometry": { + "type": "list", + "value": [ + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.025417327880859 + }, + "PointY": { + "type": "float", + "value": 1.006362915039063 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.512710571289063 + }, + "PointY": { + "type": "float", + "value": -0.4936904907226563 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.519039154052734 + }, + "PointY": { + "type": "float", + "value": -1.481063842773438 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.010276794433594 + }, + "PointY": { + "type": "float", + "value": -2.999496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.022621154785156 + }, + "PointY": { + "type": "float", + "value": -3.493328094482422 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.510272979736328 + }, + "PointY": { + "type": "float", + "value": -3.499496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.010269165039063 + }, + "PointY": { + "type": "float", + "value": -1.987144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.004093170166015625 + }, + "PointY": { + "type": "float", + "value": -1.987148284912109 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.511528015136719 + }, + "PointY": { + "type": "float", + "value": -3.480979919433594 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999183654785156 + }, + "PointY": { + "type": "float", + "value": -3.493324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.005359649658203 + }, + "PointY": { + "type": "float", + "value": -2.993324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4991798400878906 + }, + "PointY": { + "type": "float", + "value": -1.487144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4930038452148438 + }, + "PointY": { + "type": "float", + "value": -0.4871406555175781 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999927520751953 + }, + "PointY": { + "type": "float", + "value": 1.015377044677734 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.007808685302734 + }, + "PointY": { + "type": "float", + "value": 1.519588470458984 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.487838745117188 + }, + "PointY": { + "type": "float", + "value": 1.527469635009766 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.01651382446289063 + }, + "PointY": { + "type": "float", + "value": -0.00835418701171875 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.012691497802734 + }, + "PointY": { + "type": "float", + "value": 0.0 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.531734466552734 + }, + "PointY": { + "type": "float", + "value": 1.512706756591797 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.012760162353516 + }, + "PointY": { + "type": "float", + "value": 1.519035339355469 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + } + ] + }, + "HighlightHeight": { + "type": "float", + "value": 0.0 + }, + "KeyName": { + "type": "cexostring", + "value": "" + }, + "LinkedTo": { + "type": "cexostring", + "value": "" + }, + "LinkedToFlags": { + "type": "byte", + "value": 0 + }, + "LoadScreenID": { + "type": "word", + "value": 0 + }, + "LocalizedName": { + "id": 14759, + "type": "cexolocstring", + "value": { + "0": "South & East Junction" + } + }, + "OnClick": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnTrapTriggered": { + "type": "resref", + "value": "" + }, + "PortraitId": { + "type": "word", + "value": 0 + }, + "ScriptHeartbeat": { + "type": "resref", + "value": "" + }, + "ScriptOnEnter": { + "type": "resref", + "value": "prc_maze_mvtrig" + }, + "ScriptOnExit": { + "type": "resref", + "value": "" + }, + "ScriptUserDefine": { + "type": "resref", + "value": "" + }, + "Tag": { + "type": "cexostring", + "value": "prc_maze_south_east" + }, + "TemplateResRef": { + "type": "resref", + "value": "newgeneric" + }, + "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": "int", + "value": 0 + }, + "VarTable": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "Name": { + "type": "cexostring", + "value": "directions" + }, + "Type": { + "type": "dword", + "value": 1 + }, + "Value": { + "type": "int", + "value": 257 + } + } + ] + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": 85.73876190185547 + }, + "YOrientation": { + "type": "float", + "value": 0.0 + }, + "YPosition": { + "type": "float", + "value": 25.76297187805176 + }, + "ZOrientation": { + "type": "float", + "value": 0.0 + }, + "ZPosition": { + "type": "float", + "value": 0.1999990940093994 + } + }, + { + "__struct_id": 1, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Cursor": { + "type": "byte", + "value": 0 + }, + "DisarmDC": { + "type": "byte", + "value": 0 + }, + "Faction": { + "type": "dword", + "value": 1 + }, + "Geometry": { + "type": "list", + "value": [ + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.025417327880859 + }, + "PointY": { + "type": "float", + "value": 1.006362915039063 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.512710571289063 + }, + "PointY": { + "type": "float", + "value": -0.4936904907226563 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.519039154052734 + }, + "PointY": { + "type": "float", + "value": -1.481063842773438 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.010276794433594 + }, + "PointY": { + "type": "float", + "value": -2.999496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.022621154785156 + }, + "PointY": { + "type": "float", + "value": -3.493328094482422 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.510272979736328 + }, + "PointY": { + "type": "float", + "value": -3.499496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.010269165039063 + }, + "PointY": { + "type": "float", + "value": -1.987144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.004093170166015625 + }, + "PointY": { + "type": "float", + "value": -1.987148284912109 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.511528015136719 + }, + "PointY": { + "type": "float", + "value": -3.480979919433594 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999183654785156 + }, + "PointY": { + "type": "float", + "value": -3.493324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.005359649658203 + }, + "PointY": { + "type": "float", + "value": -2.993324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4991798400878906 + }, + "PointY": { + "type": "float", + "value": -1.487144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4930038452148438 + }, + "PointY": { + "type": "float", + "value": -0.4871406555175781 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999927520751953 + }, + "PointY": { + "type": "float", + "value": 1.015377044677734 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.007808685302734 + }, + "PointY": { + "type": "float", + "value": 1.519588470458984 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.487838745117188 + }, + "PointY": { + "type": "float", + "value": 1.527469635009766 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.01651382446289063 + }, + "PointY": { + "type": "float", + "value": -0.00835418701171875 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.012691497802734 + }, + "PointY": { + "type": "float", + "value": 0.0 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.531734466552734 + }, + "PointY": { + "type": "float", + "value": 1.512706756591797 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.012760162353516 + }, + "PointY": { + "type": "float", + "value": 1.519035339355469 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + } + ] + }, + "HighlightHeight": { + "type": "float", + "value": 0.0 + }, + "KeyName": { + "type": "cexostring", + "value": "" + }, + "LinkedTo": { + "type": "cexostring", + "value": "" + }, + "LinkedToFlags": { + "type": "byte", + "value": 0 + }, + "LoadScreenID": { + "type": "word", + "value": 0 + }, + "LocalizedName": { + "id": 14759, + "type": "cexolocstring", + "value": { + "0": "North & West Junction" + } + }, + "OnClick": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnTrapTriggered": { + "type": "resref", + "value": "" + }, + "PortraitId": { + "type": "word", + "value": 0 + }, + "ScriptHeartbeat": { + "type": "resref", + "value": "" + }, + "ScriptOnEnter": { + "type": "resref", + "value": "prc_maze_mvtrig" + }, + "ScriptOnExit": { + "type": "resref", + "value": "" + }, + "ScriptUserDefine": { + "type": "resref", + "value": "" + }, + "Tag": { + "type": "cexostring", + "value": "prc_maze_north_west" + }, + "TemplateResRef": { + "type": "resref", + "value": "newgeneric" + }, + "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": "int", + "value": 0 + }, + "VarTable": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "Name": { + "type": "cexostring", + "value": "directions" + }, + "Type": { + "type": "dword", + "value": 1 + }, + "Value": { + "type": "int", + "value": 4112 + } + } + ] + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": 85.39425659179688 + }, + "YOrientation": { + "type": "float", + "value": 0.0 + }, + "YPosition": { + "type": "float", + "value": 16.0639820098877 + }, + "ZOrientation": { + "type": "float", + "value": 0.0 + }, + "ZPosition": { + "type": "float", + "value": 0.199998140335083 + } + }, + { + "__struct_id": 1, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Cursor": { + "type": "byte", + "value": 0 + }, + "DisarmDC": { + "type": "byte", + "value": 0 + }, + "Faction": { + "type": "dword", + "value": 1 + }, + "Geometry": { + "type": "list", + "value": [ + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.025417327880859 + }, + "PointY": { + "type": "float", + "value": 1.006362915039063 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.512710571289063 + }, + "PointY": { + "type": "float", + "value": -0.4936904907226563 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.519039154052734 + }, + "PointY": { + "type": "float", + "value": -1.481063842773438 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.010276794433594 + }, + "PointY": { + "type": "float", + "value": -2.999496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.022621154785156 + }, + "PointY": { + "type": "float", + "value": -3.493328094482422 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.510272979736328 + }, + "PointY": { + "type": "float", + "value": -3.499496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.010269165039063 + }, + "PointY": { + "type": "float", + "value": -1.987144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.004093170166015625 + }, + "PointY": { + "type": "float", + "value": -1.987148284912109 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.511528015136719 + }, + "PointY": { + "type": "float", + "value": -3.480979919433594 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999183654785156 + }, + "PointY": { + "type": "float", + "value": -3.493324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.005359649658203 + }, + "PointY": { + "type": "float", + "value": -2.993324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4991798400878906 + }, + "PointY": { + "type": "float", + "value": -1.487144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4930038452148438 + }, + "PointY": { + "type": "float", + "value": -0.4871406555175781 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999927520751953 + }, + "PointY": { + "type": "float", + "value": 1.015377044677734 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.007808685302734 + }, + "PointY": { + "type": "float", + "value": 1.519588470458984 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.487838745117188 + }, + "PointY": { + "type": "float", + "value": 1.527469635009766 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.01651382446289063 + }, + "PointY": { + "type": "float", + "value": -0.00835418701171875 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.012691497802734 + }, + "PointY": { + "type": "float", + "value": 0.0 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.531734466552734 + }, + "PointY": { + "type": "float", + "value": 1.512706756591797 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.012760162353516 + }, + "PointY": { + "type": "float", + "value": 1.519035339355469 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + } + ] + }, + "HighlightHeight": { + "type": "float", + "value": 0.0 + }, + "KeyName": { + "type": "cexostring", + "value": "" + }, + "LinkedTo": { + "type": "cexostring", + "value": "" + }, + "LinkedToFlags": { + "type": "byte", + "value": 0 + }, + "LoadScreenID": { + "type": "word", + "value": 0 + }, + "LocalizedName": { + "id": 14759, + "type": "cexolocstring", + "value": { + "0": "North & West & East Junction" + } + }, + "OnClick": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnTrapTriggered": { + "type": "resref", + "value": "" + }, + "PortraitId": { + "type": "word", + "value": 0 + }, + "ScriptHeartbeat": { + "type": "resref", + "value": "" + }, + "ScriptOnEnter": { + "type": "resref", + "value": "prc_maze_mvtrig" + }, + "ScriptOnExit": { + "type": "resref", + "value": "" + }, + "ScriptUserDefine": { + "type": "resref", + "value": "" + }, + "Tag": { + "type": "cexostring", + "value": "prc_maze_north_west_east" + }, + "TemplateResRef": { + "type": "resref", + "value": "newgeneric" + }, + "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": "int", + "value": 0 + }, + "VarTable": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "Name": { + "type": "cexostring", + "value": "directions" + }, + "Type": { + "type": "dword", + "value": 1 + }, + "Value": { + "type": "int", + "value": 4113 + } + } + ] + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": 75.51986694335938 + }, + "YOrientation": { + "type": "float", + "value": 0.0 + }, + "YPosition": { + "type": "float", + "value": 15.99711036682129 + }, + "ZOrientation": { + "type": "float", + "value": 0.0 + }, + "ZPosition": { + "type": "float", + "value": 0.2000000476837158 + } + }, + { + "__struct_id": 1, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Cursor": { + "type": "byte", + "value": 0 + }, + "DisarmDC": { + "type": "byte", + "value": 0 + }, + "Faction": { + "type": "dword", + "value": 1 + }, + "Geometry": { + "type": "list", + "value": [ + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.025417327880859 + }, + "PointY": { + "type": "float", + "value": 1.006362915039063 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.512710571289063 + }, + "PointY": { + "type": "float", + "value": -0.4936904907226563 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.519039154052734 + }, + "PointY": { + "type": "float", + "value": -1.481063842773438 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.010276794433594 + }, + "PointY": { + "type": "float", + "value": -2.999496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.022621154785156 + }, + "PointY": { + "type": "float", + "value": -3.493328094482422 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.510272979736328 + }, + "PointY": { + "type": "float", + "value": -3.499496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.010269165039063 + }, + "PointY": { + "type": "float", + "value": -1.987144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.004093170166015625 + }, + "PointY": { + "type": "float", + "value": -1.987148284912109 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.511528015136719 + }, + "PointY": { + "type": "float", + "value": -3.480979919433594 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999183654785156 + }, + "PointY": { + "type": "float", + "value": -3.493324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.005359649658203 + }, + "PointY": { + "type": "float", + "value": -2.993324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4991798400878906 + }, + "PointY": { + "type": "float", + "value": -1.487144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4930038452148438 + }, + "PointY": { + "type": "float", + "value": -0.4871406555175781 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999927520751953 + }, + "PointY": { + "type": "float", + "value": 1.015377044677734 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.007808685302734 + }, + "PointY": { + "type": "float", + "value": 1.519588470458984 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.487838745117188 + }, + "PointY": { + "type": "float", + "value": 1.527469635009766 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.01651382446289063 + }, + "PointY": { + "type": "float", + "value": -0.00835418701171875 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.012691497802734 + }, + "PointY": { + "type": "float", + "value": 0.0 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.531734466552734 + }, + "PointY": { + "type": "float", + "value": 1.512706756591797 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.012760162353516 + }, + "PointY": { + "type": "float", + "value": 1.519035339355469 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + } + ] + }, + "HighlightHeight": { + "type": "float", + "value": 0.0 + }, + "KeyName": { + "type": "cexostring", + "value": "" + }, + "LinkedTo": { + "type": "cexostring", + "value": "" + }, + "LinkedToFlags": { + "type": "byte", + "value": 0 + }, + "LoadScreenID": { + "type": "word", + "value": 0 + }, + "LocalizedName": { + "id": 14759, + "type": "cexolocstring", + "value": { + "0": "North & West Junction" + } + }, + "OnClick": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnTrapTriggered": { + "type": "resref", + "value": "" + }, + "PortraitId": { + "type": "word", + "value": 0 + }, + "ScriptHeartbeat": { + "type": "resref", + "value": "" + }, + "ScriptOnEnter": { + "type": "resref", + "value": "prc_maze_mvtrig" + }, + "ScriptOnExit": { + "type": "resref", + "value": "" + }, + "ScriptUserDefine": { + "type": "resref", + "value": "" + }, + "Tag": { + "type": "cexostring", + "value": "prc_maze_north_west" + }, + "TemplateResRef": { + "type": "resref", + "value": "newgeneric" + }, + "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": "int", + "value": 0 + }, + "VarTable": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "Name": { + "type": "cexostring", + "value": "directions" + }, + "Type": { + "type": "dword", + "value": 1 + }, + "Value": { + "type": "int", + "value": 4112 + } + } + ] + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": 65.47592926025391 + }, + "YOrientation": { + "type": "float", + "value": 0.0 + }, + "YPosition": { + "type": "float", + "value": 26.08666801452637 + }, + "ZOrientation": { + "type": "float", + "value": 0.0 + }, + "ZPosition": { + "type": "float", + "value": 0.2000010013580322 + } + }, + { + "__struct_id": 1, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Cursor": { + "type": "byte", + "value": 0 + }, + "DisarmDC": { + "type": "byte", + "value": 0 + }, + "Faction": { + "type": "dword", + "value": 1 + }, + "Geometry": { + "type": "list", + "value": [ + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.025417327880859 + }, + "PointY": { + "type": "float", + "value": 1.006362915039063 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.512710571289063 + }, + "PointY": { + "type": "float", + "value": -0.4936904907226563 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.519039154052734 + }, + "PointY": { + "type": "float", + "value": -1.481063842773438 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.010276794433594 + }, + "PointY": { + "type": "float", + "value": -2.999496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.022621154785156 + }, + "PointY": { + "type": "float", + "value": -3.493328094482422 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.510272979736328 + }, + "PointY": { + "type": "float", + "value": -3.499496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.010269165039063 + }, + "PointY": { + "type": "float", + "value": -1.987144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.004093170166015625 + }, + "PointY": { + "type": "float", + "value": -1.987148284912109 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.511528015136719 + }, + "PointY": { + "type": "float", + "value": -3.480979919433594 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999183654785156 + }, + "PointY": { + "type": "float", + "value": -3.493324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.005359649658203 + }, + "PointY": { + "type": "float", + "value": -2.993324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4991798400878906 + }, + "PointY": { + "type": "float", + "value": -1.487144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4930038452148438 + }, + "PointY": { + "type": "float", + "value": -0.4871406555175781 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999927520751953 + }, + "PointY": { + "type": "float", + "value": 1.015377044677734 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.007808685302734 + }, + "PointY": { + "type": "float", + "value": 1.519588470458984 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.487838745117188 + }, + "PointY": { + "type": "float", + "value": 1.527469635009766 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.01651382446289063 + }, + "PointY": { + "type": "float", + "value": -0.00835418701171875 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.012691497802734 + }, + "PointY": { + "type": "float", + "value": 0.0 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.531734466552734 + }, + "PointY": { + "type": "float", + "value": 1.512706756591797 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.012760162353516 + }, + "PointY": { + "type": "float", + "value": 1.519035339355469 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + } + ] + }, + "HighlightHeight": { + "type": "float", + "value": 0.0 + }, + "KeyName": { + "type": "cexostring", + "value": "" + }, + "LinkedTo": { + "type": "cexostring", + "value": "" + }, + "LinkedToFlags": { + "type": "byte", + "value": 0 + }, + "LoadScreenID": { + "type": "word", + "value": 0 + }, + "LocalizedName": { + "id": 14759, + "type": "cexolocstring", + "value": { + "0": "South & West Junction" + } + }, + "OnClick": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnTrapTriggered": { + "type": "resref", + "value": "" + }, + "PortraitId": { + "type": "word", + "value": 0 + }, + "ScriptHeartbeat": { + "type": "resref", + "value": "" + }, + "ScriptOnEnter": { + "type": "resref", + "value": "prc_maze_mvtrig" + }, + "ScriptOnExit": { + "type": "resref", + "value": "" + }, + "ScriptUserDefine": { + "type": "resref", + "value": "" + }, + "Tag": { + "type": "cexostring", + "value": "prc_maze_south_west" + }, + "TemplateResRef": { + "type": "resref", + "value": "newgeneric" + }, + "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": "int", + "value": 0 + }, + "VarTable": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "Name": { + "type": "cexostring", + "value": "directions" + }, + "Type": { + "type": "dword", + "value": 1 + }, + "Value": { + "type": "int", + "value": 272 + } + } + ] + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": 65.32862854003906 + }, + "YOrientation": { + "type": "float", + "value": 0.0 + }, + "YPosition": { + "type": "float", + "value": 35.7578239440918 + }, + "ZOrientation": { + "type": "float", + "value": 0.0 + }, + "ZPosition": { + "type": "float", + "value": 0.2000010013580322 + } + }, + { + "__struct_id": 1, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Cursor": { + "type": "byte", + "value": 0 + }, + "DisarmDC": { + "type": "byte", + "value": 0 + }, + "Faction": { + "type": "dword", + "value": 1 + }, + "Geometry": { + "type": "list", + "value": [ + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.025417327880859 + }, + "PointY": { + "type": "float", + "value": 1.006362915039063 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.512710571289063 + }, + "PointY": { + "type": "float", + "value": -0.4936904907226563 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.519039154052734 + }, + "PointY": { + "type": "float", + "value": -1.481063842773438 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.010276794433594 + }, + "PointY": { + "type": "float", + "value": -2.999496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.022621154785156 + }, + "PointY": { + "type": "float", + "value": -3.493328094482422 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.510272979736328 + }, + "PointY": { + "type": "float", + "value": -3.499496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.010269165039063 + }, + "PointY": { + "type": "float", + "value": -1.987144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.004093170166015625 + }, + "PointY": { + "type": "float", + "value": -1.987148284912109 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.511528015136719 + }, + "PointY": { + "type": "float", + "value": -3.480979919433594 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999183654785156 + }, + "PointY": { + "type": "float", + "value": -3.493324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.005359649658203 + }, + "PointY": { + "type": "float", + "value": -2.993324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4991798400878906 + }, + "PointY": { + "type": "float", + "value": -1.487144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4930038452148438 + }, + "PointY": { + "type": "float", + "value": -0.4871406555175781 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999927520751953 + }, + "PointY": { + "type": "float", + "value": 1.015377044677734 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.007808685302734 + }, + "PointY": { + "type": "float", + "value": 1.519588470458984 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.487838745117188 + }, + "PointY": { + "type": "float", + "value": 1.527469635009766 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.01651382446289063 + }, + "PointY": { + "type": "float", + "value": -0.00835418701171875 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.012691497802734 + }, + "PointY": { + "type": "float", + "value": 0.0 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.531734466552734 + }, + "PointY": { + "type": "float", + "value": 1.512706756591797 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.012760162353516 + }, + "PointY": { + "type": "float", + "value": 1.519035339355469 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + } + ] + }, + "HighlightHeight": { + "type": "float", + "value": 0.0 + }, + "KeyName": { + "type": "cexostring", + "value": "" + }, + "LinkedTo": { + "type": "cexostring", + "value": "" + }, + "LinkedToFlags": { + "type": "byte", + "value": 0 + }, + "LoadScreenID": { + "type": "word", + "value": 0 + }, + "LocalizedName": { + "id": 14759, + "type": "cexolocstring", + "value": { + "0": "North & East Junction" + } + }, + "OnClick": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnTrapTriggered": { + "type": "resref", + "value": "" + }, + "PortraitId": { + "type": "word", + "value": 0 + }, + "ScriptHeartbeat": { + "type": "resref", + "value": "" + }, + "ScriptOnEnter": { + "type": "resref", + "value": "prc_maze_mvtrig" + }, + "ScriptOnExit": { + "type": "resref", + "value": "" + }, + "ScriptUserDefine": { + "type": "resref", + "value": "" + }, + "Tag": { + "type": "cexostring", + "value": "prc_maze_north_east" + }, + "TemplateResRef": { + "type": "resref", + "value": "newgeneric" + }, + "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": "int", + "value": 0 + }, + "VarTable": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "Name": { + "type": "cexostring", + "value": "directions" + }, + "Type": { + "type": "dword", + "value": 1 + }, + "Value": { + "type": "int", + "value": 4097 + } + } + ] + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": 45.54110336303711 + }, + "YOrientation": { + "type": "float", + "value": 0.0 + }, + "YPosition": { + "type": "float", + "value": 36.05716323852539 + }, + "ZOrientation": { + "type": "float", + "value": 0.0 + }, + "ZPosition": { + "type": "float", + "value": 0.2000010013580322 + } + }, + { + "__struct_id": 1, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Cursor": { + "type": "byte", + "value": 0 + }, + "DisarmDC": { + "type": "byte", + "value": 0 + }, + "Faction": { + "type": "dword", + "value": 1 + }, + "Geometry": { + "type": "list", + "value": [ + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.025417327880859 + }, + "PointY": { + "type": "float", + "value": 1.006362915039063 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.512710571289063 + }, + "PointY": { + "type": "float", + "value": -0.4936904907226563 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.519039154052734 + }, + "PointY": { + "type": "float", + "value": -1.481063842773438 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.010276794433594 + }, + "PointY": { + "type": "float", + "value": -2.999496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.022621154785156 + }, + "PointY": { + "type": "float", + "value": -3.493328094482422 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.510272979736328 + }, + "PointY": { + "type": "float", + "value": -3.499496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.010269165039063 + }, + "PointY": { + "type": "float", + "value": -1.987144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.004093170166015625 + }, + "PointY": { + "type": "float", + "value": -1.987148284912109 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.511528015136719 + }, + "PointY": { + "type": "float", + "value": -3.480979919433594 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999183654785156 + }, + "PointY": { + "type": "float", + "value": -3.493324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.005359649658203 + }, + "PointY": { + "type": "float", + "value": -2.993324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4991798400878906 + }, + "PointY": { + "type": "float", + "value": -1.487144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4930038452148438 + }, + "PointY": { + "type": "float", + "value": -0.4871406555175781 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999927520751953 + }, + "PointY": { + "type": "float", + "value": 1.015377044677734 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.007808685302734 + }, + "PointY": { + "type": "float", + "value": 1.519588470458984 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.487838745117188 + }, + "PointY": { + "type": "float", + "value": 1.527469635009766 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.01651382446289063 + }, + "PointY": { + "type": "float", + "value": -0.00835418701171875 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.012691497802734 + }, + "PointY": { + "type": "float", + "value": 0.0 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.531734466552734 + }, + "PointY": { + "type": "float", + "value": 1.512706756591797 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.012760162353516 + }, + "PointY": { + "type": "float", + "value": 1.519035339355469 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + } + ] + }, + "HighlightHeight": { + "type": "float", + "value": 0.0 + }, + "KeyName": { + "type": "cexostring", + "value": "" + }, + "LinkedTo": { + "type": "cexostring", + "value": "" + }, + "LinkedToFlags": { + "type": "byte", + "value": 0 + }, + "LoadScreenID": { + "type": "word", + "value": 0 + }, + "LocalizedName": { + "id": 14759, + "type": "cexolocstring", + "value": { + "0": "North & West Junction" + } + }, + "OnClick": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnTrapTriggered": { + "type": "resref", + "value": "" + }, + "PortraitId": { + "type": "word", + "value": 0 + }, + "ScriptHeartbeat": { + "type": "resref", + "value": "" + }, + "ScriptOnEnter": { + "type": "resref", + "value": "prc_maze_mvtrig" + }, + "ScriptOnExit": { + "type": "resref", + "value": "" + }, + "ScriptUserDefine": { + "type": "resref", + "value": "" + }, + "Tag": { + "type": "cexostring", + "value": "prc_maze_north_west" + }, + "TemplateResRef": { + "type": "resref", + "value": "newgeneric" + }, + "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": "int", + "value": 0 + }, + "VarTable": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "Name": { + "type": "cexostring", + "value": "directions" + }, + "Type": { + "type": "dword", + "value": 1 + }, + "Value": { + "type": "int", + "value": 4112 + } + } + ] + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": 55.49167633056641 + }, + "YOrientation": { + "type": "float", + "value": 0.0 + }, + "YPosition": { + "type": "float", + "value": 46.01627349853516 + }, + "ZOrientation": { + "type": "float", + "value": 0.0 + }, + "ZPosition": { + "type": "float", + "value": 0.199998140335083 + } + }, + { + "__struct_id": 1, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Cursor": { + "type": "byte", + "value": 0 + }, + "DisarmDC": { + "type": "byte", + "value": 0 + }, + "Faction": { + "type": "dword", + "value": 1 + }, + "Geometry": { + "type": "list", + "value": [ + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.025417327880859 + }, + "PointY": { + "type": "float", + "value": 1.006362915039063 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.512710571289063 + }, + "PointY": { + "type": "float", + "value": -0.4936904907226563 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.519039154052734 + }, + "PointY": { + "type": "float", + "value": -1.481063842773438 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.010276794433594 + }, + "PointY": { + "type": "float", + "value": -2.999496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.022621154785156 + }, + "PointY": { + "type": "float", + "value": -3.493328094482422 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.510272979736328 + }, + "PointY": { + "type": "float", + "value": -3.499496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.010269165039063 + }, + "PointY": { + "type": "float", + "value": -1.987144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.004093170166015625 + }, + "PointY": { + "type": "float", + "value": -1.987148284912109 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.511528015136719 + }, + "PointY": { + "type": "float", + "value": -3.480979919433594 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999183654785156 + }, + "PointY": { + "type": "float", + "value": -3.493324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.005359649658203 + }, + "PointY": { + "type": "float", + "value": -2.993324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4991798400878906 + }, + "PointY": { + "type": "float", + "value": -1.487144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4930038452148438 + }, + "PointY": { + "type": "float", + "value": -0.4871406555175781 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999927520751953 + }, + "PointY": { + "type": "float", + "value": 1.015377044677734 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.007808685302734 + }, + "PointY": { + "type": "float", + "value": 1.519588470458984 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.487838745117188 + }, + "PointY": { + "type": "float", + "value": 1.527469635009766 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.01651382446289063 + }, + "PointY": { + "type": "float", + "value": -0.00835418701171875 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.012691497802734 + }, + "PointY": { + "type": "float", + "value": 0.0 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.531734466552734 + }, + "PointY": { + "type": "float", + "value": 1.512706756591797 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.012760162353516 + }, + "PointY": { + "type": "float", + "value": 1.519035339355469 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + } + ] + }, + "HighlightHeight": { + "type": "float", + "value": 0.0 + }, + "KeyName": { + "type": "cexostring", + "value": "" + }, + "LinkedTo": { + "type": "cexostring", + "value": "" + }, + "LinkedToFlags": { + "type": "byte", + "value": 0 + }, + "LoadScreenID": { + "type": "word", + "value": 0 + }, + "LocalizedName": { + "id": 14759, + "type": "cexolocstring", + "value": { + "0": "North & South & West Junction" + } + }, + "OnClick": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnTrapTriggered": { + "type": "resref", + "value": "" + }, + "PortraitId": { + "type": "word", + "value": 0 + }, + "ScriptHeartbeat": { + "type": "resref", + "value": "" + }, + "ScriptOnEnter": { + "type": "resref", + "value": "prc_maze_mvtrig" + }, + "ScriptOnExit": { + "type": "resref", + "value": "" + }, + "ScriptUserDefine": { + "type": "resref", + "value": "" + }, + "Tag": { + "type": "cexostring", + "value": "prc_maze_north_south_west" + }, + "TemplateResRef": { + "type": "resref", + "value": "newgeneric" + }, + "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": "int", + "value": 0 + }, + "VarTable": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "Name": { + "type": "cexostring", + "value": "directions" + }, + "Type": { + "type": "dword", + "value": 1 + }, + "Value": { + "type": "int", + "value": 4368 + } + } + ] + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": 35.4036750793457 + }, + "YOrientation": { + "type": "float", + "value": 0.0 + }, + "YPosition": { + "type": "float", + "value": 35.97479248046875 + }, + "ZOrientation": { + "type": "float", + "value": 0.0 + }, + "ZPosition": { + "type": "float", + "value": 0.1999990940093994 + } + }, + { + "__struct_id": 1, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Cursor": { + "type": "byte", + "value": 0 + }, + "DisarmDC": { + "type": "byte", + "value": 0 + }, + "Faction": { + "type": "dword", + "value": 1 + }, + "Geometry": { + "type": "list", + "value": [ + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.025417327880859 + }, + "PointY": { + "type": "float", + "value": 1.006362915039063 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.512710571289063 + }, + "PointY": { + "type": "float", + "value": -0.4936904907226563 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.519039154052734 + }, + "PointY": { + "type": "float", + "value": -1.481063842773438 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.010276794433594 + }, + "PointY": { + "type": "float", + "value": -2.999496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.022621154785156 + }, + "PointY": { + "type": "float", + "value": -3.493328094482422 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.510272979736328 + }, + "PointY": { + "type": "float", + "value": -3.499496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.010269165039063 + }, + "PointY": { + "type": "float", + "value": -1.987144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.004093170166015625 + }, + "PointY": { + "type": "float", + "value": -1.987148284912109 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.511528015136719 + }, + "PointY": { + "type": "float", + "value": -3.480979919433594 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999183654785156 + }, + "PointY": { + "type": "float", + "value": -3.493324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.005359649658203 + }, + "PointY": { + "type": "float", + "value": -2.993324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4991798400878906 + }, + "PointY": { + "type": "float", + "value": -1.487144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4930038452148438 + }, + "PointY": { + "type": "float", + "value": -0.4871406555175781 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999927520751953 + }, + "PointY": { + "type": "float", + "value": 1.015377044677734 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.007808685302734 + }, + "PointY": { + "type": "float", + "value": 1.519588470458984 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.487838745117188 + }, + "PointY": { + "type": "float", + "value": 1.527469635009766 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.01651382446289063 + }, + "PointY": { + "type": "float", + "value": -0.00835418701171875 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.012691497802734 + }, + "PointY": { + "type": "float", + "value": 0.0 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.531734466552734 + }, + "PointY": { + "type": "float", + "value": 1.512706756591797 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.012760162353516 + }, + "PointY": { + "type": "float", + "value": 1.519035339355469 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + } + ] + }, + "HighlightHeight": { + "type": "float", + "value": 0.0 + }, + "KeyName": { + "type": "cexostring", + "value": "" + }, + "LinkedTo": { + "type": "cexostring", + "value": "" + }, + "LinkedToFlags": { + "type": "byte", + "value": 0 + }, + "LoadScreenID": { + "type": "word", + "value": 0 + }, + "LocalizedName": { + "id": 14759, + "type": "cexolocstring", + "value": { + "0": "North & South & East Junction" + } + }, + "OnClick": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnTrapTriggered": { + "type": "resref", + "value": "" + }, + "PortraitId": { + "type": "word", + "value": 0 + }, + "ScriptHeartbeat": { + "type": "resref", + "value": "" + }, + "ScriptOnEnter": { + "type": "resref", + "value": "prc_maze_mvtrig" + }, + "ScriptOnExit": { + "type": "resref", + "value": "" + }, + "ScriptUserDefine": { + "type": "resref", + "value": "" + }, + "Tag": { + "type": "cexostring", + "value": "prc_maze_north_south_east" + }, + "TemplateResRef": { + "type": "resref", + "value": "newgeneric" + }, + "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": "int", + "value": 0 + }, + "VarTable": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "Name": { + "type": "cexostring", + "value": "directions" + }, + "Type": { + "type": "dword", + "value": 1 + }, + "Value": { + "type": "int", + "value": 4353 + } + } + ] + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": 5.54203462600708 + }, + "YOrientation": { + "type": "float", + "value": 0.0 + }, + "YPosition": { + "type": "float", + "value": 45.9190559387207 + }, + "ZOrientation": { + "type": "float", + "value": 0.0 + }, + "ZPosition": { + "type": "float", + "value": 0.1999990940093994 + } + }, + { + "__struct_id": 1, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Cursor": { + "type": "byte", + "value": 0 + }, + "DisarmDC": { + "type": "byte", + "value": 0 + }, + "Faction": { + "type": "dword", + "value": 1 + }, + "Geometry": { + "type": "list", + "value": [ + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.025417327880859 + }, + "PointY": { + "type": "float", + "value": 1.006362915039063 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.512710571289063 + }, + "PointY": { + "type": "float", + "value": -0.4936904907226563 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.519039154052734 + }, + "PointY": { + "type": "float", + "value": -1.481063842773438 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.010276794433594 + }, + "PointY": { + "type": "float", + "value": -2.999496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.022621154785156 + }, + "PointY": { + "type": "float", + "value": -3.493328094482422 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.510272979736328 + }, + "PointY": { + "type": "float", + "value": -3.499496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.010269165039063 + }, + "PointY": { + "type": "float", + "value": -1.987144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.004093170166015625 + }, + "PointY": { + "type": "float", + "value": -1.987148284912109 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.511528015136719 + }, + "PointY": { + "type": "float", + "value": -3.480979919433594 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999183654785156 + }, + "PointY": { + "type": "float", + "value": -3.493324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.005359649658203 + }, + "PointY": { + "type": "float", + "value": -2.993324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4991798400878906 + }, + "PointY": { + "type": "float", + "value": -1.487144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4930038452148438 + }, + "PointY": { + "type": "float", + "value": -0.4871406555175781 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999927520751953 + }, + "PointY": { + "type": "float", + "value": 1.015377044677734 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.007808685302734 + }, + "PointY": { + "type": "float", + "value": 1.519588470458984 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.487838745117188 + }, + "PointY": { + "type": "float", + "value": 1.527469635009766 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.01651382446289063 + }, + "PointY": { + "type": "float", + "value": -0.00835418701171875 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.012691497802734 + }, + "PointY": { + "type": "float", + "value": 0.0 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.531734466552734 + }, + "PointY": { + "type": "float", + "value": 1.512706756591797 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.012760162353516 + }, + "PointY": { + "type": "float", + "value": 1.519035339355469 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + } + ] + }, + "HighlightHeight": { + "type": "float", + "value": 0.0 + }, + "KeyName": { + "type": "cexostring", + "value": "" + }, + "LinkedTo": { + "type": "cexostring", + "value": "" + }, + "LinkedToFlags": { + "type": "byte", + "value": 0 + }, + "LoadScreenID": { + "type": "word", + "value": 0 + }, + "LocalizedName": { + "id": 14759, + "type": "cexolocstring", + "value": { + "0": "North & South & West Junction" + } + }, + "OnClick": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnTrapTriggered": { + "type": "resref", + "value": "" + }, + "PortraitId": { + "type": "word", + "value": 0 + }, + "ScriptHeartbeat": { + "type": "resref", + "value": "" + }, + "ScriptOnEnter": { + "type": "resref", + "value": "prc_maze_mvtrig" + }, + "ScriptOnExit": { + "type": "resref", + "value": "" + }, + "ScriptUserDefine": { + "type": "resref", + "value": "" + }, + "Tag": { + "type": "cexostring", + "value": "prc_maze_north_south_west" + }, + "TemplateResRef": { + "type": "resref", + "value": "newgeneric" + }, + "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": "int", + "value": 0 + }, + "VarTable": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "Name": { + "type": "cexostring", + "value": "directions" + }, + "Type": { + "type": "dword", + "value": 1 + }, + "Value": { + "type": "int", + "value": 4368 + } + } + ] + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": 35.46675491333008 + }, + "YOrientation": { + "type": "float", + "value": 0.0 + }, + "YPosition": { + "type": "float", + "value": 55.95193862915039 + }, + "ZOrientation": { + "type": "float", + "value": 0.0 + }, + "ZPosition": { + "type": "float", + "value": 0.2000010013580322 + } + }, + { + "__struct_id": 1, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Cursor": { + "type": "byte", + "value": 0 + }, + "DisarmDC": { + "type": "byte", + "value": 0 + }, + "Faction": { + "type": "dword", + "value": 1 + }, + "Geometry": { + "type": "list", + "value": [ + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.025417327880859 + }, + "PointY": { + "type": "float", + "value": 1.006362915039063 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.512710571289063 + }, + "PointY": { + "type": "float", + "value": -0.4936904907226563 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.519039154052734 + }, + "PointY": { + "type": "float", + "value": -1.481063842773438 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.010276794433594 + }, + "PointY": { + "type": "float", + "value": -2.999496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.022621154785156 + }, + "PointY": { + "type": "float", + "value": -3.493328094482422 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.510272979736328 + }, + "PointY": { + "type": "float", + "value": -3.499496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.010269165039063 + }, + "PointY": { + "type": "float", + "value": -1.987144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.004093170166015625 + }, + "PointY": { + "type": "float", + "value": -1.987148284912109 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.511528015136719 + }, + "PointY": { + "type": "float", + "value": -3.480979919433594 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999183654785156 + }, + "PointY": { + "type": "float", + "value": -3.493324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.005359649658203 + }, + "PointY": { + "type": "float", + "value": -2.993324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4991798400878906 + }, + "PointY": { + "type": "float", + "value": -1.487144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4930038452148438 + }, + "PointY": { + "type": "float", + "value": -0.4871406555175781 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999927520751953 + }, + "PointY": { + "type": "float", + "value": 1.015377044677734 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.007808685302734 + }, + "PointY": { + "type": "float", + "value": 1.519588470458984 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.487838745117188 + }, + "PointY": { + "type": "float", + "value": 1.527469635009766 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.01651382446289063 + }, + "PointY": { + "type": "float", + "value": -0.00835418701171875 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.012691497802734 + }, + "PointY": { + "type": "float", + "value": 0.0 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.531734466552734 + }, + "PointY": { + "type": "float", + "value": 1.512706756591797 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.012760162353516 + }, + "PointY": { + "type": "float", + "value": 1.519035339355469 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + } + ] + }, + "HighlightHeight": { + "type": "float", + "value": 0.0 + }, + "KeyName": { + "type": "cexostring", + "value": "" + }, + "LinkedTo": { + "type": "cexostring", + "value": "" + }, + "LinkedToFlags": { + "type": "byte", + "value": 0 + }, + "LoadScreenID": { + "type": "word", + "value": 0 + }, + "LocalizedName": { + "id": 14759, + "type": "cexolocstring", + "value": { + "0": "North & West & East Junction" + } + }, + "OnClick": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnTrapTriggered": { + "type": "resref", + "value": "" + }, + "PortraitId": { + "type": "word", + "value": 0 + }, + "ScriptHeartbeat": { + "type": "resref", + "value": "" + }, + "ScriptOnEnter": { + "type": "resref", + "value": "prc_maze_mvtrig" + }, + "ScriptOnExit": { + "type": "resref", + "value": "" + }, + "ScriptUserDefine": { + "type": "resref", + "value": "" + }, + "Tag": { + "type": "cexostring", + "value": "prc_maze_north_west_east" + }, + "TemplateResRef": { + "type": "resref", + "value": "newgeneric" + }, + "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": "int", + "value": 0 + }, + "VarTable": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "Name": { + "type": "cexostring", + "value": "directions" + }, + "Type": { + "type": "dword", + "value": 1 + }, + "Value": { + "type": "int", + "value": 4113 + } + } + ] + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": 125.5948867797852 + }, + "YOrientation": { + "type": "float", + "value": 0.0 + }, + "YPosition": { + "type": "float", + "value": 6.034387588500977 + }, + "ZOrientation": { + "type": "float", + "value": 0.0 + }, + "ZPosition": { + "type": "float", + "value": 0.2000000476837158 + } + }, + { + "__struct_id": 1, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Cursor": { + "type": "byte", + "value": 0 + }, + "DisarmDC": { + "type": "byte", + "value": 0 + }, + "Faction": { + "type": "dword", + "value": 1 + }, + "Geometry": { + "type": "list", + "value": [ + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.025417327880859 + }, + "PointY": { + "type": "float", + "value": 1.006362915039063 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.512710571289063 + }, + "PointY": { + "type": "float", + "value": -0.4936904907226563 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.519039154052734 + }, + "PointY": { + "type": "float", + "value": -1.481063842773438 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.010276794433594 + }, + "PointY": { + "type": "float", + "value": -2.999496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.022621154785156 + }, + "PointY": { + "type": "float", + "value": -3.493328094482422 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.510272979736328 + }, + "PointY": { + "type": "float", + "value": -3.499496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.010269165039063 + }, + "PointY": { + "type": "float", + "value": -1.987144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.004093170166015625 + }, + "PointY": { + "type": "float", + "value": -1.987148284912109 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.511528015136719 + }, + "PointY": { + "type": "float", + "value": -3.480979919433594 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999183654785156 + }, + "PointY": { + "type": "float", + "value": -3.493324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.005359649658203 + }, + "PointY": { + "type": "float", + "value": -2.993324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4991798400878906 + }, + "PointY": { + "type": "float", + "value": -1.487144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4930038452148438 + }, + "PointY": { + "type": "float", + "value": -0.4871406555175781 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999927520751953 + }, + "PointY": { + "type": "float", + "value": 1.015377044677734 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.007808685302734 + }, + "PointY": { + "type": "float", + "value": 1.519588470458984 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.487838745117188 + }, + "PointY": { + "type": "float", + "value": 1.527469635009766 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.01651382446289063 + }, + "PointY": { + "type": "float", + "value": -0.00835418701171875 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.012691497802734 + }, + "PointY": { + "type": "float", + "value": 0.0 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.531734466552734 + }, + "PointY": { + "type": "float", + "value": 1.512706756591797 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.012760162353516 + }, + "PointY": { + "type": "float", + "value": 1.519035339355469 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + } + ] + }, + "HighlightHeight": { + "type": "float", + "value": 0.0 + }, + "KeyName": { + "type": "cexostring", + "value": "" + }, + "LinkedTo": { + "type": "cexostring", + "value": "" + }, + "LinkedToFlags": { + "type": "byte", + "value": 0 + }, + "LoadScreenID": { + "type": "word", + "value": 0 + }, + "LocalizedName": { + "id": 14759, + "type": "cexolocstring", + "value": { + "0": "North & South & East Junction" + } + }, + "OnClick": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnTrapTriggered": { + "type": "resref", + "value": "" + }, + "PortraitId": { + "type": "word", + "value": 0 + }, + "ScriptHeartbeat": { + "type": "resref", + "value": "" + }, + "ScriptOnEnter": { + "type": "resref", + "value": "prc_maze_mvtrig" + }, + "ScriptOnExit": { + "type": "resref", + "value": "" + }, + "ScriptUserDefine": { + "type": "resref", + "value": "" + }, + "Tag": { + "type": "cexostring", + "value": "prc_maze_north_south_east" + }, + "TemplateResRef": { + "type": "resref", + "value": "newgeneric" + }, + "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": "int", + "value": 0 + }, + "VarTable": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "Name": { + "type": "cexostring", + "value": "directions" + }, + "Type": { + "type": "dword", + "value": 1 + }, + "Value": { + "type": "int", + "value": 4353 + } + } + ] + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": 125.674674987793 + }, + "YOrientation": { + "type": "float", + "value": 0.0 + }, + "YPosition": { + "type": "float", + "value": 16.00754165649414 + }, + "ZOrientation": { + "type": "float", + "value": 0.0 + }, + "ZPosition": { + "type": "float", + "value": 0.2000019550323486 + } + }, + { + "__struct_id": 1, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Cursor": { + "type": "byte", + "value": 0 + }, + "DisarmDC": { + "type": "byte", + "value": 0 + }, + "Faction": { + "type": "dword", + "value": 1 + }, + "Geometry": { + "type": "list", + "value": [ + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.025417327880859 + }, + "PointY": { + "type": "float", + "value": 1.006362915039063 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.512710571289063 + }, + "PointY": { + "type": "float", + "value": -0.4936904907226563 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.519039154052734 + }, + "PointY": { + "type": "float", + "value": -1.481063842773438 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.010276794433594 + }, + "PointY": { + "type": "float", + "value": -2.999496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.022621154785156 + }, + "PointY": { + "type": "float", + "value": -3.493328094482422 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.510272979736328 + }, + "PointY": { + "type": "float", + "value": -3.499496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.010269165039063 + }, + "PointY": { + "type": "float", + "value": -1.987144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.004093170166015625 + }, + "PointY": { + "type": "float", + "value": -1.987148284912109 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.511528015136719 + }, + "PointY": { + "type": "float", + "value": -3.480979919433594 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999183654785156 + }, + "PointY": { + "type": "float", + "value": -3.493324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.005359649658203 + }, + "PointY": { + "type": "float", + "value": -2.993324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4991798400878906 + }, + "PointY": { + "type": "float", + "value": -1.487144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4930038452148438 + }, + "PointY": { + "type": "float", + "value": -0.4871406555175781 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999927520751953 + }, + "PointY": { + "type": "float", + "value": 1.015377044677734 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.007808685302734 + }, + "PointY": { + "type": "float", + "value": 1.519588470458984 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.487838745117188 + }, + "PointY": { + "type": "float", + "value": 1.527469635009766 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.01651382446289063 + }, + "PointY": { + "type": "float", + "value": -0.00835418701171875 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.012691497802734 + }, + "PointY": { + "type": "float", + "value": 0.0 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.531734466552734 + }, + "PointY": { + "type": "float", + "value": 1.512706756591797 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.012760162353516 + }, + "PointY": { + "type": "float", + "value": 1.519035339355469 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + } + ] + }, + "HighlightHeight": { + "type": "float", + "value": 0.0 + }, + "KeyName": { + "type": "cexostring", + "value": "" + }, + "LinkedTo": { + "type": "cexostring", + "value": "" + }, + "LinkedToFlags": { + "type": "byte", + "value": 0 + }, + "LoadScreenID": { + "type": "word", + "value": 0 + }, + "LocalizedName": { + "id": 14759, + "type": "cexolocstring", + "value": { + "0": "North & West & East Junction" + } + }, + "OnClick": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnTrapTriggered": { + "type": "resref", + "value": "" + }, + "PortraitId": { + "type": "word", + "value": 0 + }, + "ScriptHeartbeat": { + "type": "resref", + "value": "" + }, + "ScriptOnEnter": { + "type": "resref", + "value": "prc_maze_mvtrig" + }, + "ScriptOnExit": { + "type": "resref", + "value": "" + }, + "ScriptUserDefine": { + "type": "resref", + "value": "" + }, + "Tag": { + "type": "cexostring", + "value": "prc_maze_north_west_east" + }, + "TemplateResRef": { + "type": "resref", + "value": "newgeneric" + }, + "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": "int", + "value": 0 + }, + "VarTable": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "Name": { + "type": "cexostring", + "value": "directions" + }, + "Type": { + "type": "dword", + "value": 1 + }, + "Value": { + "type": "int", + "value": 4113 + } + } + ] + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": 145.5045013427734 + }, + "YOrientation": { + "type": "float", + "value": 0.0 + }, + "YPosition": { + "type": "float", + "value": 26.06047821044922 + }, + "ZOrientation": { + "type": "float", + "value": 0.0 + }, + "ZPosition": { + "type": "float", + "value": 0.2000010013580322 + } + }, + { + "__struct_id": 1, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Cursor": { + "type": "byte", + "value": 0 + }, + "DisarmDC": { + "type": "byte", + "value": 0 + }, + "Faction": { + "type": "dword", + "value": 1 + }, + "Geometry": { + "type": "list", + "value": [ + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.025417327880859 + }, + "PointY": { + "type": "float", + "value": 1.006362915039063 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.512710571289063 + }, + "PointY": { + "type": "float", + "value": -0.4936904907226563 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.519039154052734 + }, + "PointY": { + "type": "float", + "value": -1.481063842773438 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.010276794433594 + }, + "PointY": { + "type": "float", + "value": -2.999496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.022621154785156 + }, + "PointY": { + "type": "float", + "value": -3.493328094482422 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.510272979736328 + }, + "PointY": { + "type": "float", + "value": -3.499496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.010269165039063 + }, + "PointY": { + "type": "float", + "value": -1.987144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.004093170166015625 + }, + "PointY": { + "type": "float", + "value": -1.987148284912109 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.511528015136719 + }, + "PointY": { + "type": "float", + "value": -3.480979919433594 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999183654785156 + }, + "PointY": { + "type": "float", + "value": -3.493324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.005359649658203 + }, + "PointY": { + "type": "float", + "value": -2.993324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4991798400878906 + }, + "PointY": { + "type": "float", + "value": -1.487144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4930038452148438 + }, + "PointY": { + "type": "float", + "value": -0.4871406555175781 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999927520751953 + }, + "PointY": { + "type": "float", + "value": 1.015377044677734 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.007808685302734 + }, + "PointY": { + "type": "float", + "value": 1.519588470458984 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.487838745117188 + }, + "PointY": { + "type": "float", + "value": 1.527469635009766 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.01651382446289063 + }, + "PointY": { + "type": "float", + "value": -0.00835418701171875 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.012691497802734 + }, + "PointY": { + "type": "float", + "value": 0.0 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.531734466552734 + }, + "PointY": { + "type": "float", + "value": 1.512706756591797 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.012760162353516 + }, + "PointY": { + "type": "float", + "value": 1.519035339355469 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + } + ] + }, + "HighlightHeight": { + "type": "float", + "value": 0.0 + }, + "KeyName": { + "type": "cexostring", + "value": "" + }, + "LinkedTo": { + "type": "cexostring", + "value": "" + }, + "LinkedToFlags": { + "type": "byte", + "value": 0 + }, + "LoadScreenID": { + "type": "word", + "value": 0 + }, + "LocalizedName": { + "id": 14759, + "type": "cexolocstring", + "value": { + "0": "North & South & East Junction" + } + }, + "OnClick": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnTrapTriggered": { + "type": "resref", + "value": "" + }, + "PortraitId": { + "type": "word", + "value": 0 + }, + "ScriptHeartbeat": { + "type": "resref", + "value": "" + }, + "ScriptOnEnter": { + "type": "resref", + "value": "prc_maze_mvtrig" + }, + "ScriptOnExit": { + "type": "resref", + "value": "" + }, + "ScriptUserDefine": { + "type": "resref", + "value": "" + }, + "Tag": { + "type": "cexostring", + "value": "prc_maze_north_south_east" + }, + "TemplateResRef": { + "type": "resref", + "value": "newgeneric" + }, + "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": "int", + "value": 0 + }, + "VarTable": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "Name": { + "type": "cexostring", + "value": "directions" + }, + "Type": { + "type": "dword", + "value": 1 + }, + "Value": { + "type": "int", + "value": 4353 + } + } + ] + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": 125.6210250854492 + }, + "YOrientation": { + "type": "float", + "value": 0.0 + }, + "YPosition": { + "type": "float", + "value": 25.98069190979004 + }, + "ZOrientation": { + "type": "float", + "value": 0.0 + }, + "ZPosition": { + "type": "float", + "value": 0.2000000476837158 + } + }, + { + "__struct_id": 1, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Cursor": { + "type": "byte", + "value": 0 + }, + "DisarmDC": { + "type": "byte", + "value": 0 + }, + "Faction": { + "type": "dword", + "value": 1 + }, + "Geometry": { + "type": "list", + "value": [ + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.025417327880859 + }, + "PointY": { + "type": "float", + "value": 1.006362915039063 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.512710571289063 + }, + "PointY": { + "type": "float", + "value": -0.4936904907226563 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.519039154052734 + }, + "PointY": { + "type": "float", + "value": -1.481063842773438 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.010276794433594 + }, + "PointY": { + "type": "float", + "value": -2.999496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.022621154785156 + }, + "PointY": { + "type": "float", + "value": -3.493328094482422 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.510272979736328 + }, + "PointY": { + "type": "float", + "value": -3.499496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.010269165039063 + }, + "PointY": { + "type": "float", + "value": -1.987144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.004093170166015625 + }, + "PointY": { + "type": "float", + "value": -1.987148284912109 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.511528015136719 + }, + "PointY": { + "type": "float", + "value": -3.480979919433594 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999183654785156 + }, + "PointY": { + "type": "float", + "value": -3.493324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.005359649658203 + }, + "PointY": { + "type": "float", + "value": -2.993324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4991798400878906 + }, + "PointY": { + "type": "float", + "value": -1.487144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4930038452148438 + }, + "PointY": { + "type": "float", + "value": -0.4871406555175781 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999927520751953 + }, + "PointY": { + "type": "float", + "value": 1.015377044677734 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.007808685302734 + }, + "PointY": { + "type": "float", + "value": 1.519588470458984 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.487838745117188 + }, + "PointY": { + "type": "float", + "value": 1.527469635009766 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.01651382446289063 + }, + "PointY": { + "type": "float", + "value": -0.00835418701171875 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.012691497802734 + }, + "PointY": { + "type": "float", + "value": 0.0 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.531734466552734 + }, + "PointY": { + "type": "float", + "value": 1.512706756591797 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.012760162353516 + }, + "PointY": { + "type": "float", + "value": 1.519035339355469 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + } + ] + }, + "HighlightHeight": { + "type": "float", + "value": 0.0 + }, + "KeyName": { + "type": "cexostring", + "value": "" + }, + "LinkedTo": { + "type": "cexostring", + "value": "" + }, + "LinkedToFlags": { + "type": "byte", + "value": 0 + }, + "LoadScreenID": { + "type": "word", + "value": 0 + }, + "LocalizedName": { + "id": 14759, + "type": "cexolocstring", + "value": { + "0": "South & West Junction" + } + }, + "OnClick": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnTrapTriggered": { + "type": "resref", + "value": "" + }, + "PortraitId": { + "type": "word", + "value": 0 + }, + "ScriptHeartbeat": { + "type": "resref", + "value": "" + }, + "ScriptOnEnter": { + "type": "resref", + "value": "prc_maze_mvtrig" + }, + "ScriptOnExit": { + "type": "resref", + "value": "" + }, + "ScriptUserDefine": { + "type": "resref", + "value": "" + }, + "Tag": { + "type": "cexostring", + "value": "prc_maze_south_west" + }, + "TemplateResRef": { + "type": "resref", + "value": "newgeneric" + }, + "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": "int", + "value": 0 + }, + "VarTable": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "Name": { + "type": "cexostring", + "value": "directions" + }, + "Type": { + "type": "dword", + "value": 1 + }, + "Value": { + "type": "int", + "value": 272 + } + } + ] + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": 155.3956298828125 + }, + "YOrientation": { + "type": "float", + "value": 0.0 + }, + "YPosition": { + "type": "float", + "value": 25.76592636108398 + }, + "ZOrientation": { + "type": "float", + "value": 0.0 + }, + "ZPosition": { + "type": "float", + "value": 0.200000524520874 + } + }, + { + "__struct_id": 1, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Cursor": { + "type": "byte", + "value": 0 + }, + "DisarmDC": { + "type": "byte", + "value": 0 + }, + "Faction": { + "type": "dword", + "value": 1 + }, + "Geometry": { + "type": "list", + "value": [ + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.025417327880859 + }, + "PointY": { + "type": "float", + "value": 1.006362915039063 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.512710571289063 + }, + "PointY": { + "type": "float", + "value": -0.4936904907226563 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.519039154052734 + }, + "PointY": { + "type": "float", + "value": -1.481063842773438 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.010276794433594 + }, + "PointY": { + "type": "float", + "value": -2.999496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.022621154785156 + }, + "PointY": { + "type": "float", + "value": -3.493328094482422 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.510272979736328 + }, + "PointY": { + "type": "float", + "value": -3.499496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.010269165039063 + }, + "PointY": { + "type": "float", + "value": -1.987144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.004093170166015625 + }, + "PointY": { + "type": "float", + "value": -1.987148284912109 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.511528015136719 + }, + "PointY": { + "type": "float", + "value": -3.480979919433594 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999183654785156 + }, + "PointY": { + "type": "float", + "value": -3.493324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.005359649658203 + }, + "PointY": { + "type": "float", + "value": -2.993324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4991798400878906 + }, + "PointY": { + "type": "float", + "value": -1.487144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4930038452148438 + }, + "PointY": { + "type": "float", + "value": -0.4871406555175781 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999927520751953 + }, + "PointY": { + "type": "float", + "value": 1.015377044677734 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.007808685302734 + }, + "PointY": { + "type": "float", + "value": 1.519588470458984 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.487838745117188 + }, + "PointY": { + "type": "float", + "value": 1.527469635009766 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.01651382446289063 + }, + "PointY": { + "type": "float", + "value": -0.00835418701171875 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.012691497802734 + }, + "PointY": { + "type": "float", + "value": 0.0 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.531734466552734 + }, + "PointY": { + "type": "float", + "value": 1.512706756591797 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.012760162353516 + }, + "PointY": { + "type": "float", + "value": 1.519035339355469 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + } + ] + }, + "HighlightHeight": { + "type": "float", + "value": 0.0 + }, + "KeyName": { + "type": "cexostring", + "value": "" + }, + "LinkedTo": { + "type": "cexostring", + "value": "" + }, + "LinkedToFlags": { + "type": "byte", + "value": 0 + }, + "LoadScreenID": { + "type": "word", + "value": 0 + }, + "LocalizedName": { + "id": 14759, + "type": "cexolocstring", + "value": { + "0": "North & West Junction" + } + }, + "OnClick": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnTrapTriggered": { + "type": "resref", + "value": "" + }, + "PortraitId": { + "type": "word", + "value": 0 + }, + "ScriptHeartbeat": { + "type": "resref", + "value": "" + }, + "ScriptOnEnter": { + "type": "resref", + "value": "prc_maze_mvtrig" + }, + "ScriptOnExit": { + "type": "resref", + "value": "" + }, + "ScriptUserDefine": { + "type": "resref", + "value": "" + }, + "Tag": { + "type": "cexostring", + "value": "prc_maze_north_west" + }, + "TemplateResRef": { + "type": "resref", + "value": "newgeneric" + }, + "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": "int", + "value": 0 + }, + "VarTable": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "Name": { + "type": "cexostring", + "value": "directions" + }, + "Type": { + "type": "dword", + "value": 1 + }, + "Value": { + "type": "int", + "value": 4112 + } + } + ] + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": 155.5576019287109 + }, + "YOrientation": { + "type": "float", + "value": 0.0 + }, + "YPosition": { + "type": "float", + "value": 5.983038902282715 + }, + "ZOrientation": { + "type": "float", + "value": 0.0 + }, + "ZPosition": { + "type": "float", + "value": 0.1999990940093994 + } + }, + { + "__struct_id": 1, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Cursor": { + "type": "byte", + "value": 0 + }, + "DisarmDC": { + "type": "byte", + "value": 0 + }, + "Faction": { + "type": "dword", + "value": 1 + }, + "Geometry": { + "type": "list", + "value": [ + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.025417327880859 + }, + "PointY": { + "type": "float", + "value": 1.006362915039063 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.512710571289063 + }, + "PointY": { + "type": "float", + "value": -0.4936904907226563 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.519039154052734 + }, + "PointY": { + "type": "float", + "value": -1.481063842773438 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.010276794433594 + }, + "PointY": { + "type": "float", + "value": -2.999496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.022621154785156 + }, + "PointY": { + "type": "float", + "value": -3.493328094482422 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.510272979736328 + }, + "PointY": { + "type": "float", + "value": -3.499496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.010269165039063 + }, + "PointY": { + "type": "float", + "value": -1.987144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.004093170166015625 + }, + "PointY": { + "type": "float", + "value": -1.987148284912109 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.511528015136719 + }, + "PointY": { + "type": "float", + "value": -3.480979919433594 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999183654785156 + }, + "PointY": { + "type": "float", + "value": -3.493324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.005359649658203 + }, + "PointY": { + "type": "float", + "value": -2.993324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4991798400878906 + }, + "PointY": { + "type": "float", + "value": -1.487144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4930038452148438 + }, + "PointY": { + "type": "float", + "value": -0.4871406555175781 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999927520751953 + }, + "PointY": { + "type": "float", + "value": 1.015377044677734 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.007808685302734 + }, + "PointY": { + "type": "float", + "value": 1.519588470458984 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.487838745117188 + }, + "PointY": { + "type": "float", + "value": 1.527469635009766 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.01651382446289063 + }, + "PointY": { + "type": "float", + "value": -0.00835418701171875 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.012691497802734 + }, + "PointY": { + "type": "float", + "value": 0.0 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.531734466552734 + }, + "PointY": { + "type": "float", + "value": 1.512706756591797 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.012760162353516 + }, + "PointY": { + "type": "float", + "value": 1.519035339355469 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + } + ] + }, + "HighlightHeight": { + "type": "float", + "value": 0.0 + }, + "KeyName": { + "type": "cexostring", + "value": "" + }, + "LinkedTo": { + "type": "cexostring", + "value": "" + }, + "LinkedToFlags": { + "type": "byte", + "value": 0 + }, + "LoadScreenID": { + "type": "word", + "value": 0 + }, + "LocalizedName": { + "id": 14759, + "type": "cexolocstring", + "value": { + "0": "South & West & East Junction" + } + }, + "OnClick": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnTrapTriggered": { + "type": "resref", + "value": "" + }, + "PortraitId": { + "type": "word", + "value": 0 + }, + "ScriptHeartbeat": { + "type": "resref", + "value": "" + }, + "ScriptOnEnter": { + "type": "resref", + "value": "prc_maze_mvtrig" + }, + "ScriptOnExit": { + "type": "resref", + "value": "" + }, + "ScriptUserDefine": { + "type": "resref", + "value": "" + }, + "Tag": { + "type": "cexostring", + "value": "prc_maze_south_west_east" + }, + "TemplateResRef": { + "type": "resref", + "value": "newgeneric" + }, + "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": "int", + "value": 0 + }, + "VarTable": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "Name": { + "type": "cexostring", + "value": "directions" + }, + "Type": { + "type": "dword", + "value": 1 + }, + "Value": { + "type": "int", + "value": 273 + } + } + ] + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": 145.4915771484375 + }, + "YOrientation": { + "type": "float", + "value": 0.0 + }, + "YPosition": { + "type": "float", + "value": 45.88912963867188 + }, + "ZOrientation": { + "type": "float", + "value": 0.0 + }, + "ZPosition": { + "type": "float", + "value": 0.2000000476837158 + } + }, + { + "__struct_id": 1, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Cursor": { + "type": "byte", + "value": 0 + }, + "DisarmDC": { + "type": "byte", + "value": 0 + }, + "Faction": { + "type": "dword", + "value": 1 + }, + "Geometry": { + "type": "list", + "value": [ + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.025417327880859 + }, + "PointY": { + "type": "float", + "value": 1.006362915039063 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.512710571289063 + }, + "PointY": { + "type": "float", + "value": -0.4936904907226563 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.519039154052734 + }, + "PointY": { + "type": "float", + "value": -1.481063842773438 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.010276794433594 + }, + "PointY": { + "type": "float", + "value": -2.999496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.022621154785156 + }, + "PointY": { + "type": "float", + "value": -3.493328094482422 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.510272979736328 + }, + "PointY": { + "type": "float", + "value": -3.499496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.010269165039063 + }, + "PointY": { + "type": "float", + "value": -1.987144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.004093170166015625 + }, + "PointY": { + "type": "float", + "value": -1.987148284912109 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.511528015136719 + }, + "PointY": { + "type": "float", + "value": -3.480979919433594 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999183654785156 + }, + "PointY": { + "type": "float", + "value": -3.493324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.005359649658203 + }, + "PointY": { + "type": "float", + "value": -2.993324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4991798400878906 + }, + "PointY": { + "type": "float", + "value": -1.487144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4930038452148438 + }, + "PointY": { + "type": "float", + "value": -0.4871406555175781 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999927520751953 + }, + "PointY": { + "type": "float", + "value": 1.015377044677734 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.007808685302734 + }, + "PointY": { + "type": "float", + "value": 1.519588470458984 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.487838745117188 + }, + "PointY": { + "type": "float", + "value": 1.527469635009766 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.01651382446289063 + }, + "PointY": { + "type": "float", + "value": -0.00835418701171875 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.012691497802734 + }, + "PointY": { + "type": "float", + "value": 0.0 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.531734466552734 + }, + "PointY": { + "type": "float", + "value": 1.512706756591797 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.012760162353516 + }, + "PointY": { + "type": "float", + "value": 1.519035339355469 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + } + ] + }, + "HighlightHeight": { + "type": "float", + "value": 0.0 + }, + "KeyName": { + "type": "cexostring", + "value": "" + }, + "LinkedTo": { + "type": "cexostring", + "value": "" + }, + "LinkedToFlags": { + "type": "byte", + "value": 0 + }, + "LoadScreenID": { + "type": "word", + "value": 0 + }, + "LocalizedName": { + "id": 14759, + "type": "cexolocstring", + "value": { + "0": "North & East Junction" + } + }, + "OnClick": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnTrapTriggered": { + "type": "resref", + "value": "" + }, + "PortraitId": { + "type": "word", + "value": 0 + }, + "ScriptHeartbeat": { + "type": "resref", + "value": "" + }, + "ScriptOnEnter": { + "type": "resref", + "value": "prc_maze_mvtrig" + }, + "ScriptOnExit": { + "type": "resref", + "value": "" + }, + "ScriptUserDefine": { + "type": "resref", + "value": "" + }, + "Tag": { + "type": "cexostring", + "value": "prc_maze_north_east" + }, + "TemplateResRef": { + "type": "resref", + "value": "newgeneric" + }, + "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": "int", + "value": 0 + }, + "VarTable": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "Name": { + "type": "cexostring", + "value": "directions" + }, + "Type": { + "type": "dword", + "value": 1 + }, + "Value": { + "type": "int", + "value": 4097 + } + } + ] + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": 135.6738433837891 + }, + "YOrientation": { + "type": "float", + "value": 0.0 + }, + "YPosition": { + "type": "float", + "value": 46.12174224853516 + }, + "ZOrientation": { + "type": "float", + "value": 0.0 + }, + "ZPosition": { + "type": "float", + "value": 0.1999990940093994 + } + }, + { + "__struct_id": 1, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Cursor": { + "type": "byte", + "value": 0 + }, + "DisarmDC": { + "type": "byte", + "value": 0 + }, + "Faction": { + "type": "dword", + "value": 1 + }, + "Geometry": { + "type": "list", + "value": [ + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.025417327880859 + }, + "PointY": { + "type": "float", + "value": 1.006362915039063 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.512710571289063 + }, + "PointY": { + "type": "float", + "value": -0.4936904907226563 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.519039154052734 + }, + "PointY": { + "type": "float", + "value": -1.481063842773438 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.010276794433594 + }, + "PointY": { + "type": "float", + "value": -2.999496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.022621154785156 + }, + "PointY": { + "type": "float", + "value": -3.493328094482422 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.510272979736328 + }, + "PointY": { + "type": "float", + "value": -3.499496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.010269165039063 + }, + "PointY": { + "type": "float", + "value": -1.987144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.004093170166015625 + }, + "PointY": { + "type": "float", + "value": -1.987148284912109 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.511528015136719 + }, + "PointY": { + "type": "float", + "value": -3.480979919433594 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999183654785156 + }, + "PointY": { + "type": "float", + "value": -3.493324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.005359649658203 + }, + "PointY": { + "type": "float", + "value": -2.993324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4991798400878906 + }, + "PointY": { + "type": "float", + "value": -1.487144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4930038452148438 + }, + "PointY": { + "type": "float", + "value": -0.4871406555175781 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999927520751953 + }, + "PointY": { + "type": "float", + "value": 1.015377044677734 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.007808685302734 + }, + "PointY": { + "type": "float", + "value": 1.519588470458984 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.487838745117188 + }, + "PointY": { + "type": "float", + "value": 1.527469635009766 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.01651382446289063 + }, + "PointY": { + "type": "float", + "value": -0.00835418701171875 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.012691497802734 + }, + "PointY": { + "type": "float", + "value": 0.0 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.531734466552734 + }, + "PointY": { + "type": "float", + "value": 1.512706756591797 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.012760162353516 + }, + "PointY": { + "type": "float", + "value": 1.519035339355469 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + } + ] + }, + "HighlightHeight": { + "type": "float", + "value": 0.0 + }, + "KeyName": { + "type": "cexostring", + "value": "" + }, + "LinkedTo": { + "type": "cexostring", + "value": "" + }, + "LinkedToFlags": { + "type": "byte", + "value": 0 + }, + "LoadScreenID": { + "type": "word", + "value": 0 + }, + "LocalizedName": { + "id": 14759, + "type": "cexolocstring", + "value": { + "0": "North & West Junction" + } + }, + "OnClick": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnTrapTriggered": { + "type": "resref", + "value": "" + }, + "PortraitId": { + "type": "word", + "value": 0 + }, + "ScriptHeartbeat": { + "type": "resref", + "value": "" + }, + "ScriptOnEnter": { + "type": "resref", + "value": "prc_maze_mvtrig" + }, + "ScriptOnExit": { + "type": "resref", + "value": "" + }, + "ScriptUserDefine": { + "type": "resref", + "value": "" + }, + "Tag": { + "type": "cexostring", + "value": "prc_maze_north_west" + }, + "TemplateResRef": { + "type": "resref", + "value": "newgeneric" + }, + "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": "int", + "value": 0 + }, + "VarTable": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "Name": { + "type": "cexostring", + "value": "directions" + }, + "Type": { + "type": "dword", + "value": 1 + }, + "Value": { + "type": "int", + "value": 4112 + } + } + ] + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": 155.4341125488281 + }, + "YOrientation": { + "type": "float", + "value": 0.0 + }, + "YPosition": { + "type": "float", + "value": 46.12174606323242 + }, + "ZOrientation": { + "type": "float", + "value": 0.0 + }, + "ZPosition": { + "type": "float", + "value": 0.2000000476837158 + } + }, + { + "__struct_id": 1, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Cursor": { + "type": "byte", + "value": 0 + }, + "DisarmDC": { + "type": "byte", + "value": 0 + }, + "Faction": { + "type": "dword", + "value": 1 + }, + "Geometry": { + "type": "list", + "value": [ + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.025417327880859 + }, + "PointY": { + "type": "float", + "value": 1.006362915039063 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.512710571289063 + }, + "PointY": { + "type": "float", + "value": -0.4936904907226563 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.519039154052734 + }, + "PointY": { + "type": "float", + "value": -1.481063842773438 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.010276794433594 + }, + "PointY": { + "type": "float", + "value": -2.999496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.022621154785156 + }, + "PointY": { + "type": "float", + "value": -3.493328094482422 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.510272979736328 + }, + "PointY": { + "type": "float", + "value": -3.499496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.010269165039063 + }, + "PointY": { + "type": "float", + "value": -1.987144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.004093170166015625 + }, + "PointY": { + "type": "float", + "value": -1.987148284912109 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.511528015136719 + }, + "PointY": { + "type": "float", + "value": -3.480979919433594 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999183654785156 + }, + "PointY": { + "type": "float", + "value": -3.493324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.005359649658203 + }, + "PointY": { + "type": "float", + "value": -2.993324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4991798400878906 + }, + "PointY": { + "type": "float", + "value": -1.487144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4930038452148438 + }, + "PointY": { + "type": "float", + "value": -0.4871406555175781 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999927520751953 + }, + "PointY": { + "type": "float", + "value": 1.015377044677734 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.007808685302734 + }, + "PointY": { + "type": "float", + "value": 1.519588470458984 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.487838745117188 + }, + "PointY": { + "type": "float", + "value": 1.527469635009766 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.01651382446289063 + }, + "PointY": { + "type": "float", + "value": -0.00835418701171875 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.012691497802734 + }, + "PointY": { + "type": "float", + "value": 0.0 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.531734466552734 + }, + "PointY": { + "type": "float", + "value": 1.512706756591797 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.012760162353516 + }, + "PointY": { + "type": "float", + "value": 1.519035339355469 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + } + ] + }, + "HighlightHeight": { + "type": "float", + "value": 0.0 + }, + "KeyName": { + "type": "cexostring", + "value": "" + }, + "LinkedTo": { + "type": "cexostring", + "value": "" + }, + "LinkedToFlags": { + "type": "byte", + "value": 0 + }, + "LoadScreenID": { + "type": "word", + "value": 0 + }, + "LocalizedName": { + "id": 14759, + "type": "cexolocstring", + "value": { + "0": "North & West Junction" + } + }, + "OnClick": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnTrapTriggered": { + "type": "resref", + "value": "" + }, + "PortraitId": { + "type": "word", + "value": 0 + }, + "ScriptHeartbeat": { + "type": "resref", + "value": "" + }, + "ScriptOnEnter": { + "type": "resref", + "value": "prc_maze_mvtrig" + }, + "ScriptOnExit": { + "type": "resref", + "value": "" + }, + "ScriptUserDefine": { + "type": "resref", + "value": "" + }, + "Tag": { + "type": "cexostring", + "value": "prc_maze_north_west" + }, + "TemplateResRef": { + "type": "resref", + "value": "newgeneric" + }, + "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": "int", + "value": 0 + }, + "VarTable": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "Name": { + "type": "cexostring", + "value": "directions" + }, + "Type": { + "type": "dword", + "value": 1 + }, + "Value": { + "type": "int", + "value": 4112 + } + } + ] + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": 145.4229125976563 + }, + "YOrientation": { + "type": "float", + "value": 0.0 + }, + "YPosition": { + "type": "float", + "value": 66.10997772216797 + }, + "ZOrientation": { + "type": "float", + "value": 0.0 + }, + "ZPosition": { + "type": "float", + "value": 0.1999995708465576 + } + }, + { + "__struct_id": 1, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Cursor": { + "type": "byte", + "value": 0 + }, + "DisarmDC": { + "type": "byte", + "value": 0 + }, + "Faction": { + "type": "dword", + "value": 1 + }, + "Geometry": { + "type": "list", + "value": [ + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.025417327880859 + }, + "PointY": { + "type": "float", + "value": 1.006362915039063 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.512710571289063 + }, + "PointY": { + "type": "float", + "value": -0.4936904907226563 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.519039154052734 + }, + "PointY": { + "type": "float", + "value": -1.481063842773438 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.010276794433594 + }, + "PointY": { + "type": "float", + "value": -2.999496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.022621154785156 + }, + "PointY": { + "type": "float", + "value": -3.493328094482422 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.510272979736328 + }, + "PointY": { + "type": "float", + "value": -3.499496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.010269165039063 + }, + "PointY": { + "type": "float", + "value": -1.987144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.004093170166015625 + }, + "PointY": { + "type": "float", + "value": -1.987148284912109 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.511528015136719 + }, + "PointY": { + "type": "float", + "value": -3.480979919433594 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999183654785156 + }, + "PointY": { + "type": "float", + "value": -3.493324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.005359649658203 + }, + "PointY": { + "type": "float", + "value": -2.993324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4991798400878906 + }, + "PointY": { + "type": "float", + "value": -1.487144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4930038452148438 + }, + "PointY": { + "type": "float", + "value": -0.4871406555175781 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999927520751953 + }, + "PointY": { + "type": "float", + "value": 1.015377044677734 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.007808685302734 + }, + "PointY": { + "type": "float", + "value": 1.519588470458984 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.487838745117188 + }, + "PointY": { + "type": "float", + "value": 1.527469635009766 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.01651382446289063 + }, + "PointY": { + "type": "float", + "value": -0.00835418701171875 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.012691497802734 + }, + "PointY": { + "type": "float", + "value": 0.0 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.531734466552734 + }, + "PointY": { + "type": "float", + "value": 1.512706756591797 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.012760162353516 + }, + "PointY": { + "type": "float", + "value": 1.519035339355469 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + } + ] + }, + "HighlightHeight": { + "type": "float", + "value": 0.0 + }, + "KeyName": { + "type": "cexostring", + "value": "" + }, + "LinkedTo": { + "type": "cexostring", + "value": "" + }, + "LinkedToFlags": { + "type": "byte", + "value": 0 + }, + "LoadScreenID": { + "type": "word", + "value": 0 + }, + "LocalizedName": { + "id": 14759, + "type": "cexolocstring", + "value": { + "0": "South & East Junction" + } + }, + "OnClick": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnTrapTriggered": { + "type": "resref", + "value": "" + }, + "PortraitId": { + "type": "word", + "value": 0 + }, + "ScriptHeartbeat": { + "type": "resref", + "value": "" + }, + "ScriptOnEnter": { + "type": "resref", + "value": "prc_maze_mvtrig" + }, + "ScriptOnExit": { + "type": "resref", + "value": "" + }, + "ScriptUserDefine": { + "type": "resref", + "value": "" + }, + "Tag": { + "type": "cexostring", + "value": "prc_maze_south_east" + }, + "TemplateResRef": { + "type": "resref", + "value": "newgeneric" + }, + "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": "int", + "value": 0 + }, + "VarTable": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "Name": { + "type": "cexostring", + "value": "directions" + }, + "Type": { + "type": "dword", + "value": 1 + }, + "Value": { + "type": "int", + "value": 257 + } + } + ] + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": 135.6766510009766 + }, + "YOrientation": { + "type": "float", + "value": 0.0 + }, + "YPosition": { + "type": "float", + "value": 65.80300903320313 + }, + "ZOrientation": { + "type": "float", + "value": 0.0 + }, + "ZPosition": { + "type": "float", + "value": 0.2000000476837158 + } + }, + { + "__struct_id": 1, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Cursor": { + "type": "byte", + "value": 0 + }, + "DisarmDC": { + "type": "byte", + "value": 0 + }, + "Faction": { + "type": "dword", + "value": 1 + }, + "Geometry": { + "type": "list", + "value": [ + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.025417327880859 + }, + "PointY": { + "type": "float", + "value": 1.006362915039063 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.512710571289063 + }, + "PointY": { + "type": "float", + "value": -0.4936904907226563 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.519039154052734 + }, + "PointY": { + "type": "float", + "value": -1.481063842773438 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.010276794433594 + }, + "PointY": { + "type": "float", + "value": -2.999496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.022621154785156 + }, + "PointY": { + "type": "float", + "value": -3.493328094482422 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.510272979736328 + }, + "PointY": { + "type": "float", + "value": -3.499496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.010269165039063 + }, + "PointY": { + "type": "float", + "value": -1.987144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.004093170166015625 + }, + "PointY": { + "type": "float", + "value": -1.987148284912109 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.511528015136719 + }, + "PointY": { + "type": "float", + "value": -3.480979919433594 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999183654785156 + }, + "PointY": { + "type": "float", + "value": -3.493324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.005359649658203 + }, + "PointY": { + "type": "float", + "value": -2.993324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4991798400878906 + }, + "PointY": { + "type": "float", + "value": -1.487144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4930038452148438 + }, + "PointY": { + "type": "float", + "value": -0.4871406555175781 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999927520751953 + }, + "PointY": { + "type": "float", + "value": 1.015377044677734 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.007808685302734 + }, + "PointY": { + "type": "float", + "value": 1.519588470458984 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.487838745117188 + }, + "PointY": { + "type": "float", + "value": 1.527469635009766 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.01651382446289063 + }, + "PointY": { + "type": "float", + "value": -0.00835418701171875 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.012691497802734 + }, + "PointY": { + "type": "float", + "value": 0.0 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.531734466552734 + }, + "PointY": { + "type": "float", + "value": 1.512706756591797 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.012760162353516 + }, + "PointY": { + "type": "float", + "value": 1.519035339355469 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + } + ] + }, + "HighlightHeight": { + "type": "float", + "value": 0.0 + }, + "KeyName": { + "type": "cexostring", + "value": "" + }, + "LinkedTo": { + "type": "cexostring", + "value": "" + }, + "LinkedToFlags": { + "type": "byte", + "value": 0 + }, + "LoadScreenID": { + "type": "word", + "value": 0 + }, + "LocalizedName": { + "id": 14759, + "type": "cexolocstring", + "value": { + "0": "North & South & West Junction" + } + }, + "OnClick": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnTrapTriggered": { + "type": "resref", + "value": "" + }, + "PortraitId": { + "type": "word", + "value": 0 + }, + "ScriptHeartbeat": { + "type": "resref", + "value": "" + }, + "ScriptOnEnter": { + "type": "resref", + "value": "prc_maze_mvtrig" + }, + "ScriptOnExit": { + "type": "resref", + "value": "" + }, + "ScriptUserDefine": { + "type": "resref", + "value": "" + }, + "Tag": { + "type": "cexostring", + "value": "prc_maze_north_south_west" + }, + "TemplateResRef": { + "type": "resref", + "value": "newgeneric" + }, + "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": "int", + "value": 0 + }, + "VarTable": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "Name": { + "type": "cexostring", + "value": "directions" + }, + "Type": { + "type": "dword", + "value": 1 + }, + "Value": { + "type": "int", + "value": 4368 + } + } + ] + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": 125.4666519165039 + }, + "YOrientation": { + "type": "float", + "value": 0.0 + }, + "YPosition": { + "type": "float", + "value": 36.04873657226563 + }, + "ZOrientation": { + "type": "float", + "value": 0.0 + }, + "ZPosition": { + "type": "float", + "value": 0.1999990940093994 + } + }, + { + "__struct_id": 1, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Cursor": { + "type": "byte", + "value": 0 + }, + "DisarmDC": { + "type": "byte", + "value": 0 + }, + "Faction": { + "type": "dword", + "value": 1 + }, + "Geometry": { + "type": "list", + "value": [ + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.025417327880859 + }, + "PointY": { + "type": "float", + "value": 1.006362915039063 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.512710571289063 + }, + "PointY": { + "type": "float", + "value": -0.4936904907226563 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.519039154052734 + }, + "PointY": { + "type": "float", + "value": -1.481063842773438 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.010276794433594 + }, + "PointY": { + "type": "float", + "value": -2.999496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.022621154785156 + }, + "PointY": { + "type": "float", + "value": -3.493328094482422 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.510272979736328 + }, + "PointY": { + "type": "float", + "value": -3.499496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.010269165039063 + }, + "PointY": { + "type": "float", + "value": -1.987144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.004093170166015625 + }, + "PointY": { + "type": "float", + "value": -1.987148284912109 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.511528015136719 + }, + "PointY": { + "type": "float", + "value": -3.480979919433594 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999183654785156 + }, + "PointY": { + "type": "float", + "value": -3.493324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.005359649658203 + }, + "PointY": { + "type": "float", + "value": -2.993324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4991798400878906 + }, + "PointY": { + "type": "float", + "value": -1.487144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4930038452148438 + }, + "PointY": { + "type": "float", + "value": -0.4871406555175781 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999927520751953 + }, + "PointY": { + "type": "float", + "value": 1.015377044677734 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.007808685302734 + }, + "PointY": { + "type": "float", + "value": 1.519588470458984 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.487838745117188 + }, + "PointY": { + "type": "float", + "value": 1.527469635009766 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.01651382446289063 + }, + "PointY": { + "type": "float", + "value": -0.00835418701171875 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.012691497802734 + }, + "PointY": { + "type": "float", + "value": 0.0 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.531734466552734 + }, + "PointY": { + "type": "float", + "value": 1.512706756591797 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.012760162353516 + }, + "PointY": { + "type": "float", + "value": 1.519035339355469 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + } + ] + }, + "HighlightHeight": { + "type": "float", + "value": 0.0 + }, + "KeyName": { + "type": "cexostring", + "value": "" + }, + "LinkedTo": { + "type": "cexostring", + "value": "" + }, + "LinkedToFlags": { + "type": "byte", + "value": 0 + }, + "LoadScreenID": { + "type": "word", + "value": 0 + }, + "LocalizedName": { + "id": 14759, + "type": "cexolocstring", + "value": { + "0": "North & South & West Junction" + } + }, + "OnClick": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnTrapTriggered": { + "type": "resref", + "value": "" + }, + "PortraitId": { + "type": "word", + "value": 0 + }, + "ScriptHeartbeat": { + "type": "resref", + "value": "" + }, + "ScriptOnEnter": { + "type": "resref", + "value": "prc_maze_mvtrig" + }, + "ScriptOnExit": { + "type": "resref", + "value": "" + }, + "ScriptUserDefine": { + "type": "resref", + "value": "" + }, + "Tag": { + "type": "cexostring", + "value": "prc_maze_north_south_west" + }, + "TemplateResRef": { + "type": "resref", + "value": "newgeneric" + }, + "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": "int", + "value": 0 + }, + "VarTable": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "Name": { + "type": "cexostring", + "value": "directions" + }, + "Type": { + "type": "dword", + "value": 1 + }, + "Value": { + "type": "int", + "value": 4368 + } + } + ] + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": 125.4893264770508 + }, + "YOrientation": { + "type": "float", + "value": 0.0 + }, + "YPosition": { + "type": "float", + "value": 56.08986282348633 + }, + "ZOrientation": { + "type": "float", + "value": 0.0 + }, + "ZPosition": { + "type": "float", + "value": 0.2000000476837158 + } + }, + { + "__struct_id": 1, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Cursor": { + "type": "byte", + "value": 0 + }, + "DisarmDC": { + "type": "byte", + "value": 0 + }, + "Faction": { + "type": "dword", + "value": 1 + }, + "Geometry": { + "type": "list", + "value": [ + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.025417327880859 + }, + "PointY": { + "type": "float", + "value": 1.006362915039063 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.512710571289063 + }, + "PointY": { + "type": "float", + "value": -0.4936904907226563 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.519039154052734 + }, + "PointY": { + "type": "float", + "value": -1.481063842773438 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.010276794433594 + }, + "PointY": { + "type": "float", + "value": -2.999496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.022621154785156 + }, + "PointY": { + "type": "float", + "value": -3.493328094482422 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.510272979736328 + }, + "PointY": { + "type": "float", + "value": -3.499496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.010269165039063 + }, + "PointY": { + "type": "float", + "value": -1.987144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.004093170166015625 + }, + "PointY": { + "type": "float", + "value": -1.987148284912109 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.511528015136719 + }, + "PointY": { + "type": "float", + "value": -3.480979919433594 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999183654785156 + }, + "PointY": { + "type": "float", + "value": -3.493324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.005359649658203 + }, + "PointY": { + "type": "float", + "value": -2.993324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4991798400878906 + }, + "PointY": { + "type": "float", + "value": -1.487144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4930038452148438 + }, + "PointY": { + "type": "float", + "value": -0.4871406555175781 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999927520751953 + }, + "PointY": { + "type": "float", + "value": 1.015377044677734 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.007808685302734 + }, + "PointY": { + "type": "float", + "value": 1.519588470458984 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.487838745117188 + }, + "PointY": { + "type": "float", + "value": 1.527469635009766 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.01651382446289063 + }, + "PointY": { + "type": "float", + "value": -0.00835418701171875 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.012691497802734 + }, + "PointY": { + "type": "float", + "value": 0.0 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.531734466552734 + }, + "PointY": { + "type": "float", + "value": 1.512706756591797 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.012760162353516 + }, + "PointY": { + "type": "float", + "value": 1.519035339355469 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + } + ] + }, + "HighlightHeight": { + "type": "float", + "value": 0.0 + }, + "KeyName": { + "type": "cexostring", + "value": "" + }, + "LinkedTo": { + "type": "cexostring", + "value": "" + }, + "LinkedToFlags": { + "type": "byte", + "value": 0 + }, + "LoadScreenID": { + "type": "word", + "value": 0 + }, + "LocalizedName": { + "id": 14759, + "type": "cexolocstring", + "value": { + "0": "North & South & West Junction" + } + }, + "OnClick": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnTrapTriggered": { + "type": "resref", + "value": "" + }, + "PortraitId": { + "type": "word", + "value": 0 + }, + "ScriptHeartbeat": { + "type": "resref", + "value": "" + }, + "ScriptOnEnter": { + "type": "resref", + "value": "prc_maze_mvtrig" + }, + "ScriptOnExit": { + "type": "resref", + "value": "" + }, + "ScriptUserDefine": { + "type": "resref", + "value": "" + }, + "Tag": { + "type": "cexostring", + "value": "prc_maze_north_south_west" + }, + "TemplateResRef": { + "type": "resref", + "value": "newgeneric" + }, + "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": "int", + "value": 0 + }, + "VarTable": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "Name": { + "type": "cexostring", + "value": "directions" + }, + "Type": { + "type": "dword", + "value": 1 + }, + "Value": { + "type": "int", + "value": 4368 + } + } + ] + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": 105.3950347900391 + }, + "YOrientation": { + "type": "float", + "value": 0.0 + }, + "YPosition": { + "type": "float", + "value": 45.98326873779297 + }, + "ZOrientation": { + "type": "float", + "value": 0.0 + }, + "ZPosition": { + "type": "float", + "value": 0.2000010013580322 + } + }, + { + "__struct_id": 1, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Cursor": { + "type": "byte", + "value": 0 + }, + "DisarmDC": { + "type": "byte", + "value": 0 + }, + "Faction": { + "type": "dword", + "value": 1 + }, + "Geometry": { + "type": "list", + "value": [ + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.025417327880859 + }, + "PointY": { + "type": "float", + "value": 1.006362915039063 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.512710571289063 + }, + "PointY": { + "type": "float", + "value": -0.4936904907226563 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.519039154052734 + }, + "PointY": { + "type": "float", + "value": -1.481063842773438 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.010276794433594 + }, + "PointY": { + "type": "float", + "value": -2.999496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.022621154785156 + }, + "PointY": { + "type": "float", + "value": -3.493328094482422 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.510272979736328 + }, + "PointY": { + "type": "float", + "value": -3.499496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.010269165039063 + }, + "PointY": { + "type": "float", + "value": -1.987144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.004093170166015625 + }, + "PointY": { + "type": "float", + "value": -1.987148284912109 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.511528015136719 + }, + "PointY": { + "type": "float", + "value": -3.480979919433594 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999183654785156 + }, + "PointY": { + "type": "float", + "value": -3.493324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.005359649658203 + }, + "PointY": { + "type": "float", + "value": -2.993324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4991798400878906 + }, + "PointY": { + "type": "float", + "value": -1.487144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4930038452148438 + }, + "PointY": { + "type": "float", + "value": -0.4871406555175781 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999927520751953 + }, + "PointY": { + "type": "float", + "value": 1.015377044677734 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.007808685302734 + }, + "PointY": { + "type": "float", + "value": 1.519588470458984 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.487838745117188 + }, + "PointY": { + "type": "float", + "value": 1.527469635009766 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.01651382446289063 + }, + "PointY": { + "type": "float", + "value": -0.00835418701171875 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.012691497802734 + }, + "PointY": { + "type": "float", + "value": 0.0 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.531734466552734 + }, + "PointY": { + "type": "float", + "value": 1.512706756591797 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.012760162353516 + }, + "PointY": { + "type": "float", + "value": 1.519035339355469 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + } + ] + }, + "HighlightHeight": { + "type": "float", + "value": 0.0 + }, + "KeyName": { + "type": "cexostring", + "value": "" + }, + "LinkedTo": { + "type": "cexostring", + "value": "" + }, + "LinkedToFlags": { + "type": "byte", + "value": 0 + }, + "LoadScreenID": { + "type": "word", + "value": 0 + }, + "LocalizedName": { + "id": 14759, + "type": "cexolocstring", + "value": { + "0": "North & South & West Junction" + } + }, + "OnClick": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnTrapTriggered": { + "type": "resref", + "value": "" + }, + "PortraitId": { + "type": "word", + "value": 0 + }, + "ScriptHeartbeat": { + "type": "resref", + "value": "" + }, + "ScriptOnEnter": { + "type": "resref", + "value": "prc_maze_mvtrig" + }, + "ScriptOnExit": { + "type": "resref", + "value": "" + }, + "ScriptUserDefine": { + "type": "resref", + "value": "" + }, + "Tag": { + "type": "cexostring", + "value": "prc_maze_north_south_west" + }, + "TemplateResRef": { + "type": "resref", + "value": "newgeneric" + }, + "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": "int", + "value": 0 + }, + "VarTable": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "Name": { + "type": "cexostring", + "value": "directions" + }, + "Type": { + "type": "dword", + "value": 1 + }, + "Value": { + "type": "int", + "value": 4368 + } + } + ] + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": 95.43727874755859 + }, + "YOrientation": { + "type": "float", + "value": 0.0 + }, + "YPosition": { + "type": "float", + "value": 66.02599334716797 + }, + "ZOrientation": { + "type": "float", + "value": 0.0 + }, + "ZPosition": { + "type": "float", + "value": 0.2000019550323486 + } + }, + { + "__struct_id": 1, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Cursor": { + "type": "byte", + "value": 0 + }, + "DisarmDC": { + "type": "byte", + "value": 0 + }, + "Faction": { + "type": "dword", + "value": 1 + }, + "Geometry": { + "type": "list", + "value": [ + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.025417327880859 + }, + "PointY": { + "type": "float", + "value": 1.006362915039063 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.512710571289063 + }, + "PointY": { + "type": "float", + "value": -0.4936904907226563 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.519039154052734 + }, + "PointY": { + "type": "float", + "value": -1.481063842773438 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.010276794433594 + }, + "PointY": { + "type": "float", + "value": -2.999496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.022621154785156 + }, + "PointY": { + "type": "float", + "value": -3.493328094482422 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.510272979736328 + }, + "PointY": { + "type": "float", + "value": -3.499496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.010269165039063 + }, + "PointY": { + "type": "float", + "value": -1.987144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.004093170166015625 + }, + "PointY": { + "type": "float", + "value": -1.987148284912109 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.511528015136719 + }, + "PointY": { + "type": "float", + "value": -3.480979919433594 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999183654785156 + }, + "PointY": { + "type": "float", + "value": -3.493324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.005359649658203 + }, + "PointY": { + "type": "float", + "value": -2.993324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4991798400878906 + }, + "PointY": { + "type": "float", + "value": -1.487144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4930038452148438 + }, + "PointY": { + "type": "float", + "value": -0.4871406555175781 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999927520751953 + }, + "PointY": { + "type": "float", + "value": 1.015377044677734 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.007808685302734 + }, + "PointY": { + "type": "float", + "value": 1.519588470458984 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.487838745117188 + }, + "PointY": { + "type": "float", + "value": 1.527469635009766 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.01651382446289063 + }, + "PointY": { + "type": "float", + "value": -0.00835418701171875 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.012691497802734 + }, + "PointY": { + "type": "float", + "value": 0.0 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.531734466552734 + }, + "PointY": { + "type": "float", + "value": 1.512706756591797 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.012760162353516 + }, + "PointY": { + "type": "float", + "value": 1.519035339355469 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + } + ] + }, + "HighlightHeight": { + "type": "float", + "value": 0.0 + }, + "KeyName": { + "type": "cexostring", + "value": "" + }, + "LinkedTo": { + "type": "cexostring", + "value": "" + }, + "LinkedToFlags": { + "type": "byte", + "value": 0 + }, + "LoadScreenID": { + "type": "word", + "value": 0 + }, + "LocalizedName": { + "id": 14759, + "type": "cexolocstring", + "value": { + "0": "North & East Junction" + } + }, + "OnClick": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnTrapTriggered": { + "type": "resref", + "value": "" + }, + "PortraitId": { + "type": "word", + "value": 0 + }, + "ScriptHeartbeat": { + "type": "resref", + "value": "" + }, + "ScriptOnEnter": { + "type": "resref", + "value": "prc_maze_mvtrig" + }, + "ScriptOnExit": { + "type": "resref", + "value": "" + }, + "ScriptUserDefine": { + "type": "resref", + "value": "" + }, + "Tag": { + "type": "cexostring", + "value": "prc_maze_north_east" + }, + "TemplateResRef": { + "type": "resref", + "value": "newgeneric" + }, + "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": "int", + "value": 0 + }, + "VarTable": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "Name": { + "type": "cexostring", + "value": "directions" + }, + "Type": { + "type": "dword", + "value": 1 + }, + "Value": { + "type": "int", + "value": 4097 + } + } + ] + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": 105.6618270874023 + }, + "YOrientation": { + "type": "float", + "value": 0.0 + }, + "YPosition": { + "type": "float", + "value": 36.08975982666016 + }, + "ZOrientation": { + "type": "float", + "value": 0.0 + }, + "ZPosition": { + "type": "float", + "value": 0.1999962329864502 + } + }, + { + "__struct_id": 1, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Cursor": { + "type": "byte", + "value": 0 + }, + "DisarmDC": { + "type": "byte", + "value": 0 + }, + "Faction": { + "type": "dword", + "value": 1 + }, + "Geometry": { + "type": "list", + "value": [ + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.025417327880859 + }, + "PointY": { + "type": "float", + "value": 1.006362915039063 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.512710571289063 + }, + "PointY": { + "type": "float", + "value": -0.4936904907226563 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.519039154052734 + }, + "PointY": { + "type": "float", + "value": -1.481063842773438 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.010276794433594 + }, + "PointY": { + "type": "float", + "value": -2.999496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.022621154785156 + }, + "PointY": { + "type": "float", + "value": -3.493328094482422 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.510272979736328 + }, + "PointY": { + "type": "float", + "value": -3.499496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.010269165039063 + }, + "PointY": { + "type": "float", + "value": -1.987144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.004093170166015625 + }, + "PointY": { + "type": "float", + "value": -1.987148284912109 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.511528015136719 + }, + "PointY": { + "type": "float", + "value": -3.480979919433594 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999183654785156 + }, + "PointY": { + "type": "float", + "value": -3.493324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.005359649658203 + }, + "PointY": { + "type": "float", + "value": -2.993324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4991798400878906 + }, + "PointY": { + "type": "float", + "value": -1.487144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4930038452148438 + }, + "PointY": { + "type": "float", + "value": -0.4871406555175781 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999927520751953 + }, + "PointY": { + "type": "float", + "value": 1.015377044677734 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.007808685302734 + }, + "PointY": { + "type": "float", + "value": 1.519588470458984 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.487838745117188 + }, + "PointY": { + "type": "float", + "value": 1.527469635009766 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.01651382446289063 + }, + "PointY": { + "type": "float", + "value": -0.00835418701171875 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.012691497802734 + }, + "PointY": { + "type": "float", + "value": 0.0 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.531734466552734 + }, + "PointY": { + "type": "float", + "value": 1.512706756591797 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.012760162353516 + }, + "PointY": { + "type": "float", + "value": 1.519035339355469 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + } + ] + }, + "HighlightHeight": { + "type": "float", + "value": 0.0 + }, + "KeyName": { + "type": "cexostring", + "value": "" + }, + "LinkedTo": { + "type": "cexostring", + "value": "" + }, + "LinkedToFlags": { + "type": "byte", + "value": 0 + }, + "LoadScreenID": { + "type": "word", + "value": 0 + }, + "LocalizedName": { + "id": 14759, + "type": "cexolocstring", + "value": { + "0": "South & West Junction" + } + }, + "OnClick": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnTrapTriggered": { + "type": "resref", + "value": "" + }, + "PortraitId": { + "type": "word", + "value": 0 + }, + "ScriptHeartbeat": { + "type": "resref", + "value": "" + }, + "ScriptOnEnter": { + "type": "resref", + "value": "prc_maze_mvtrig" + }, + "ScriptOnExit": { + "type": "resref", + "value": "" + }, + "ScriptUserDefine": { + "type": "resref", + "value": "" + }, + "Tag": { + "type": "cexostring", + "value": "prc_maze_south_west" + }, + "TemplateResRef": { + "type": "resref", + "value": "newgeneric" + }, + "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": "int", + "value": 0 + }, + "VarTable": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "Name": { + "type": "cexostring", + "value": "directions" + }, + "Type": { + "type": "dword", + "value": 1 + }, + "Value": { + "type": "int", + "value": 272 + } + } + ] + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": 105.2358169555664 + }, + "YOrientation": { + "type": "float", + "value": 0.0 + }, + "YPosition": { + "type": "float", + "value": 55.82796478271484 + }, + "ZOrientation": { + "type": "float", + "value": 0.0 + }, + "ZPosition": { + "type": "float", + "value": 0.1999990940093994 + } + }, + { + "__struct_id": 1, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Cursor": { + "type": "byte", + "value": 0 + }, + "DisarmDC": { + "type": "byte", + "value": 0 + }, + "Faction": { + "type": "dword", + "value": 1 + }, + "Geometry": { + "type": "list", + "value": [ + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.025417327880859 + }, + "PointY": { + "type": "float", + "value": 1.006362915039063 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.512710571289063 + }, + "PointY": { + "type": "float", + "value": -0.4936904907226563 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.519039154052734 + }, + "PointY": { + "type": "float", + "value": -1.481063842773438 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.010276794433594 + }, + "PointY": { + "type": "float", + "value": -2.999496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.022621154785156 + }, + "PointY": { + "type": "float", + "value": -3.493328094482422 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.510272979736328 + }, + "PointY": { + "type": "float", + "value": -3.499496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.010269165039063 + }, + "PointY": { + "type": "float", + "value": -1.987144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.004093170166015625 + }, + "PointY": { + "type": "float", + "value": -1.987148284912109 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.511528015136719 + }, + "PointY": { + "type": "float", + "value": -3.480979919433594 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999183654785156 + }, + "PointY": { + "type": "float", + "value": -3.493324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.005359649658203 + }, + "PointY": { + "type": "float", + "value": -2.993324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4991798400878906 + }, + "PointY": { + "type": "float", + "value": -1.487144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4930038452148438 + }, + "PointY": { + "type": "float", + "value": -0.4871406555175781 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999927520751953 + }, + "PointY": { + "type": "float", + "value": 1.015377044677734 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.007808685302734 + }, + "PointY": { + "type": "float", + "value": 1.519588470458984 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.487838745117188 + }, + "PointY": { + "type": "float", + "value": 1.527469635009766 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.01651382446289063 + }, + "PointY": { + "type": "float", + "value": -0.00835418701171875 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.012691497802734 + }, + "PointY": { + "type": "float", + "value": 0.0 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.531734466552734 + }, + "PointY": { + "type": "float", + "value": 1.512706756591797 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.012760162353516 + }, + "PointY": { + "type": "float", + "value": 1.519035339355469 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + } + ] + }, + "HighlightHeight": { + "type": "float", + "value": 0.0 + }, + "KeyName": { + "type": "cexostring", + "value": "" + }, + "LinkedTo": { + "type": "cexostring", + "value": "" + }, + "LinkedToFlags": { + "type": "byte", + "value": 0 + }, + "LoadScreenID": { + "type": "word", + "value": 0 + }, + "LocalizedName": { + "id": 14759, + "type": "cexolocstring", + "value": { + "0": "South & East Junction" + } + }, + "OnClick": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnTrapTriggered": { + "type": "resref", + "value": "" + }, + "PortraitId": { + "type": "word", + "value": 0 + }, + "ScriptHeartbeat": { + "type": "resref", + "value": "" + }, + "ScriptOnEnter": { + "type": "resref", + "value": "prc_maze_mvtrig" + }, + "ScriptOnExit": { + "type": "resref", + "value": "" + }, + "ScriptUserDefine": { + "type": "resref", + "value": "" + }, + "Tag": { + "type": "cexostring", + "value": "prc_maze_south_east" + }, + "TemplateResRef": { + "type": "resref", + "value": "newgeneric" + }, + "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": "int", + "value": 0 + }, + "VarTable": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "Name": { + "type": "cexostring", + "value": "directions" + }, + "Type": { + "type": "dword", + "value": 1 + }, + "Value": { + "type": "int", + "value": 257 + } + } + ] + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": 95.72119140625 + }, + "YOrientation": { + "type": "float", + "value": 0.0 + }, + "YPosition": { + "type": "float", + "value": 45.83097839355469 + }, + "ZOrientation": { + "type": "float", + "value": 0.0 + }, + "ZPosition": { + "type": "float", + "value": 0.2000010013580322 + } + }, + { + "__struct_id": 1, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Cursor": { + "type": "byte", + "value": 0 + }, + "DisarmDC": { + "type": "byte", + "value": 0 + }, + "Faction": { + "type": "dword", + "value": 1 + }, + "Geometry": { + "type": "list", + "value": [ + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.025417327880859 + }, + "PointY": { + "type": "float", + "value": 1.006362915039063 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.512710571289063 + }, + "PointY": { + "type": "float", + "value": -0.4936904907226563 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.519039154052734 + }, + "PointY": { + "type": "float", + "value": -1.481063842773438 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.010276794433594 + }, + "PointY": { + "type": "float", + "value": -2.999496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.022621154785156 + }, + "PointY": { + "type": "float", + "value": -3.493328094482422 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.510272979736328 + }, + "PointY": { + "type": "float", + "value": -3.499496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.010269165039063 + }, + "PointY": { + "type": "float", + "value": -1.987144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.004093170166015625 + }, + "PointY": { + "type": "float", + "value": -1.987148284912109 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.511528015136719 + }, + "PointY": { + "type": "float", + "value": -3.480979919433594 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999183654785156 + }, + "PointY": { + "type": "float", + "value": -3.493324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.005359649658203 + }, + "PointY": { + "type": "float", + "value": -2.993324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4991798400878906 + }, + "PointY": { + "type": "float", + "value": -1.487144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4930038452148438 + }, + "PointY": { + "type": "float", + "value": -0.4871406555175781 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999927520751953 + }, + "PointY": { + "type": "float", + "value": 1.015377044677734 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.007808685302734 + }, + "PointY": { + "type": "float", + "value": 1.519588470458984 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.487838745117188 + }, + "PointY": { + "type": "float", + "value": 1.527469635009766 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.01651382446289063 + }, + "PointY": { + "type": "float", + "value": -0.00835418701171875 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.012691497802734 + }, + "PointY": { + "type": "float", + "value": 0.0 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.531734466552734 + }, + "PointY": { + "type": "float", + "value": 1.512706756591797 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.012760162353516 + }, + "PointY": { + "type": "float", + "value": 1.519035339355469 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + } + ] + }, + "HighlightHeight": { + "type": "float", + "value": 0.0 + }, + "KeyName": { + "type": "cexostring", + "value": "" + }, + "LinkedTo": { + "type": "cexostring", + "value": "" + }, + "LinkedToFlags": { + "type": "byte", + "value": 0 + }, + "LoadScreenID": { + "type": "word", + "value": 0 + }, + "LocalizedName": { + "id": 14759, + "type": "cexolocstring", + "value": { + "0": "North & East Junction" + } + }, + "OnClick": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnTrapTriggered": { + "type": "resref", + "value": "" + }, + "PortraitId": { + "type": "word", + "value": 0 + }, + "ScriptHeartbeat": { + "type": "resref", + "value": "" + }, + "ScriptOnEnter": { + "type": "resref", + "value": "prc_maze_mvtrig" + }, + "ScriptOnExit": { + "type": "resref", + "value": "" + }, + "ScriptUserDefine": { + "type": "resref", + "value": "" + }, + "Tag": { + "type": "cexostring", + "value": "prc_maze_north_east" + }, + "TemplateResRef": { + "type": "resref", + "value": "newgeneric" + }, + "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": "int", + "value": 0 + }, + "VarTable": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "Name": { + "type": "cexostring", + "value": "directions" + }, + "Type": { + "type": "dword", + "value": 1 + }, + "Value": { + "type": "int", + "value": 4097 + } + } + ] + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": 95.63871002197266 + }, + "YOrientation": { + "type": "float", + "value": 0.0 + }, + "YPosition": { + "type": "float", + "value": 55.98964691162109 + }, + "ZOrientation": { + "type": "float", + "value": 0.0 + }, + "ZPosition": { + "type": "float", + "value": 0.1999990940093994 + } + }, + { + "__struct_id": 1, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Cursor": { + "type": "byte", + "value": 0 + }, + "DisarmDC": { + "type": "byte", + "value": 0 + }, + "Faction": { + "type": "dword", + "value": 1 + }, + "Geometry": { + "type": "list", + "value": [ + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.025417327880859 + }, + "PointY": { + "type": "float", + "value": 1.006362915039063 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.512710571289063 + }, + "PointY": { + "type": "float", + "value": -0.4936904907226563 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.519039154052734 + }, + "PointY": { + "type": "float", + "value": -1.481063842773438 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.010276794433594 + }, + "PointY": { + "type": "float", + "value": -2.999496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.022621154785156 + }, + "PointY": { + "type": "float", + "value": -3.493328094482422 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.510272979736328 + }, + "PointY": { + "type": "float", + "value": -3.499496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.010269165039063 + }, + "PointY": { + "type": "float", + "value": -1.987144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.004093170166015625 + }, + "PointY": { + "type": "float", + "value": -1.987148284912109 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.511528015136719 + }, + "PointY": { + "type": "float", + "value": -3.480979919433594 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999183654785156 + }, + "PointY": { + "type": "float", + "value": -3.493324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.005359649658203 + }, + "PointY": { + "type": "float", + "value": -2.993324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4991798400878906 + }, + "PointY": { + "type": "float", + "value": -1.487144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4930038452148438 + }, + "PointY": { + "type": "float", + "value": -0.4871406555175781 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999927520751953 + }, + "PointY": { + "type": "float", + "value": 1.015377044677734 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.007808685302734 + }, + "PointY": { + "type": "float", + "value": 1.519588470458984 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.487838745117188 + }, + "PointY": { + "type": "float", + "value": 1.527469635009766 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.01651382446289063 + }, + "PointY": { + "type": "float", + "value": -0.00835418701171875 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.012691497802734 + }, + "PointY": { + "type": "float", + "value": 0.0 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.531734466552734 + }, + "PointY": { + "type": "float", + "value": 1.512706756591797 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.012760162353516 + }, + "PointY": { + "type": "float", + "value": 1.519035339355469 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + } + ] + }, + "HighlightHeight": { + "type": "float", + "value": 0.0 + }, + "KeyName": { + "type": "cexostring", + "value": "" + }, + "LinkedTo": { + "type": "cexostring", + "value": "" + }, + "LinkedToFlags": { + "type": "byte", + "value": 0 + }, + "LoadScreenID": { + "type": "word", + "value": 0 + }, + "LocalizedName": { + "id": 14759, + "type": "cexolocstring", + "value": { + "0": "North & East Junction" + } + }, + "OnClick": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnTrapTriggered": { + "type": "resref", + "value": "" + }, + "PortraitId": { + "type": "word", + "value": 0 + }, + "ScriptHeartbeat": { + "type": "resref", + "value": "" + }, + "ScriptOnEnter": { + "type": "resref", + "value": "prc_maze_mvtrig" + }, + "ScriptOnExit": { + "type": "resref", + "value": "" + }, + "ScriptUserDefine": { + "type": "resref", + "value": "" + }, + "Tag": { + "type": "cexostring", + "value": "prc_maze_north_east" + }, + "TemplateResRef": { + "type": "resref", + "value": "newgeneric" + }, + "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": "int", + "value": 0 + }, + "VarTable": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "Name": { + "type": "cexostring", + "value": "directions" + }, + "Type": { + "type": "dword", + "value": 1 + }, + "Value": { + "type": "int", + "value": 4097 + } + } + ] + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": 65.68112945556641 + }, + "YOrientation": { + "type": "float", + "value": 0.0 + }, + "YPosition": { + "type": "float", + "value": 46.04421997070313 + }, + "ZOrientation": { + "type": "float", + "value": 0.0 + }, + "ZPosition": { + "type": "float", + "value": 0.2000000476837158 + } + }, + { + "__struct_id": 1, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Cursor": { + "type": "byte", + "value": 0 + }, + "DisarmDC": { + "type": "byte", + "value": 0 + }, + "Faction": { + "type": "dword", + "value": 1 + }, + "Geometry": { + "type": "list", + "value": [ + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.025417327880859 + }, + "PointY": { + "type": "float", + "value": 1.006362915039063 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.512710571289063 + }, + "PointY": { + "type": "float", + "value": -0.4936904907226563 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.519039154052734 + }, + "PointY": { + "type": "float", + "value": -1.481063842773438 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.010276794433594 + }, + "PointY": { + "type": "float", + "value": -2.999496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.022621154785156 + }, + "PointY": { + "type": "float", + "value": -3.493328094482422 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.510272979736328 + }, + "PointY": { + "type": "float", + "value": -3.499496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.010269165039063 + }, + "PointY": { + "type": "float", + "value": -1.987144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.004093170166015625 + }, + "PointY": { + "type": "float", + "value": -1.987148284912109 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.511528015136719 + }, + "PointY": { + "type": "float", + "value": -3.480979919433594 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999183654785156 + }, + "PointY": { + "type": "float", + "value": -3.493324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.005359649658203 + }, + "PointY": { + "type": "float", + "value": -2.993324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4991798400878906 + }, + "PointY": { + "type": "float", + "value": -1.487144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4930038452148438 + }, + "PointY": { + "type": "float", + "value": -0.4871406555175781 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999927520751953 + }, + "PointY": { + "type": "float", + "value": 1.015377044677734 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.007808685302734 + }, + "PointY": { + "type": "float", + "value": 1.519588470458984 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.487838745117188 + }, + "PointY": { + "type": "float", + "value": 1.527469635009766 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.01651382446289063 + }, + "PointY": { + "type": "float", + "value": -0.00835418701171875 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.012691497802734 + }, + "PointY": { + "type": "float", + "value": 0.0 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.531734466552734 + }, + "PointY": { + "type": "float", + "value": 1.512706756591797 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.012760162353516 + }, + "PointY": { + "type": "float", + "value": 1.519035339355469 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + } + ] + }, + "HighlightHeight": { + "type": "float", + "value": 0.0 + }, + "KeyName": { + "type": "cexostring", + "value": "" + }, + "LinkedTo": { + "type": "cexostring", + "value": "" + }, + "LinkedToFlags": { + "type": "byte", + "value": 0 + }, + "LoadScreenID": { + "type": "word", + "value": 0 + }, + "LocalizedName": { + "id": 14759, + "type": "cexolocstring", + "value": { + "0": "North & West Junction" + } + }, + "OnClick": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnTrapTriggered": { + "type": "resref", + "value": "" + }, + "PortraitId": { + "type": "word", + "value": 0 + }, + "ScriptHeartbeat": { + "type": "resref", + "value": "" + }, + "ScriptOnEnter": { + "type": "resref", + "value": "prc_maze_mvtrig" + }, + "ScriptOnExit": { + "type": "resref", + "value": "" + }, + "ScriptUserDefine": { + "type": "resref", + "value": "" + }, + "Tag": { + "type": "cexostring", + "value": "prc_maze_north_west" + }, + "TemplateResRef": { + "type": "resref", + "value": "newgeneric" + }, + "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": "int", + "value": 0 + }, + "VarTable": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "Name": { + "type": "cexostring", + "value": "directions" + }, + "Type": { + "type": "dword", + "value": 1 + }, + "Value": { + "type": "int", + "value": 4112 + } + } + ] + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": 85.57199096679688 + }, + "YOrientation": { + "type": "float", + "value": 0.0 + }, + "YPosition": { + "type": "float", + "value": 46.16550445556641 + }, + "ZOrientation": { + "type": "float", + "value": 0.0 + }, + "ZPosition": { + "type": "float", + "value": 0.2000000476837158 + } + }, + { + "__struct_id": 1, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Cursor": { + "type": "byte", + "value": 0 + }, + "DisarmDC": { + "type": "byte", + "value": 0 + }, + "Faction": { + "type": "dword", + "value": 1 + }, + "Geometry": { + "type": "list", + "value": [ + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.025417327880859 + }, + "PointY": { + "type": "float", + "value": 1.006362915039063 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.512710571289063 + }, + "PointY": { + "type": "float", + "value": -0.4936904907226563 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.519039154052734 + }, + "PointY": { + "type": "float", + "value": -1.481063842773438 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.010276794433594 + }, + "PointY": { + "type": "float", + "value": -2.999496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.022621154785156 + }, + "PointY": { + "type": "float", + "value": -3.493328094482422 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.510272979736328 + }, + "PointY": { + "type": "float", + "value": -3.499496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.010269165039063 + }, + "PointY": { + "type": "float", + "value": -1.987144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.004093170166015625 + }, + "PointY": { + "type": "float", + "value": -1.987148284912109 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.511528015136719 + }, + "PointY": { + "type": "float", + "value": -3.480979919433594 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999183654785156 + }, + "PointY": { + "type": "float", + "value": -3.493324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.005359649658203 + }, + "PointY": { + "type": "float", + "value": -2.993324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4991798400878906 + }, + "PointY": { + "type": "float", + "value": -1.487144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4930038452148438 + }, + "PointY": { + "type": "float", + "value": -0.4871406555175781 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999927520751953 + }, + "PointY": { + "type": "float", + "value": 1.015377044677734 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.007808685302734 + }, + "PointY": { + "type": "float", + "value": 1.519588470458984 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.487838745117188 + }, + "PointY": { + "type": "float", + "value": 1.527469635009766 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.01651382446289063 + }, + "PointY": { + "type": "float", + "value": -0.00835418701171875 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.012691497802734 + }, + "PointY": { + "type": "float", + "value": 0.0 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.531734466552734 + }, + "PointY": { + "type": "float", + "value": 1.512706756591797 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.012760162353516 + }, + "PointY": { + "type": "float", + "value": 1.519035339355469 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + } + ] + }, + "HighlightHeight": { + "type": "float", + "value": 0.0 + }, + "KeyName": { + "type": "cexostring", + "value": "" + }, + "LinkedTo": { + "type": "cexostring", + "value": "" + }, + "LinkedToFlags": { + "type": "byte", + "value": 0 + }, + "LoadScreenID": { + "type": "word", + "value": 0 + }, + "LocalizedName": { + "id": 14759, + "type": "cexolocstring", + "value": { + "0": "South & West & East Junction" + } + }, + "OnClick": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnTrapTriggered": { + "type": "resref", + "value": "" + }, + "PortraitId": { + "type": "word", + "value": 0 + }, + "ScriptHeartbeat": { + "type": "resref", + "value": "" + }, + "ScriptOnEnter": { + "type": "resref", + "value": "prc_maze_mvtrig" + }, + "ScriptOnExit": { + "type": "resref", + "value": "" + }, + "ScriptUserDefine": { + "type": "resref", + "value": "" + }, + "Tag": { + "type": "cexostring", + "value": "prc_maze_south_west_east" + }, + "TemplateResRef": { + "type": "resref", + "value": "newgeneric" + }, + "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": "int", + "value": 0 + }, + "VarTable": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "Name": { + "type": "cexostring", + "value": "directions" + }, + "Type": { + "type": "dword", + "value": 1 + }, + "Value": { + "type": "int", + "value": 273 + } + } + ] + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": 75.58097839355469 + }, + "YOrientation": { + "type": "float", + "value": 0.0 + }, + "YPosition": { + "type": "float", + "value": 45.92831802368164 + }, + "ZOrientation": { + "type": "float", + "value": 0.0 + }, + "ZPosition": { + "type": "float", + "value": 0.2000000476837158 + } + }, + { + "__struct_id": 1, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Cursor": { + "type": "byte", + "value": 0 + }, + "DisarmDC": { + "type": "byte", + "value": 0 + }, + "Faction": { + "type": "dword", + "value": 1 + }, + "Geometry": { + "type": "list", + "value": [ + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.025417327880859 + }, + "PointY": { + "type": "float", + "value": 1.006362915039063 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.512710571289063 + }, + "PointY": { + "type": "float", + "value": -0.4936904907226563 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.519039154052734 + }, + "PointY": { + "type": "float", + "value": -1.481063842773438 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.010276794433594 + }, + "PointY": { + "type": "float", + "value": -2.999496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.022621154785156 + }, + "PointY": { + "type": "float", + "value": -3.493328094482422 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.510272979736328 + }, + "PointY": { + "type": "float", + "value": -3.499496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.010269165039063 + }, + "PointY": { + "type": "float", + "value": -1.987144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.004093170166015625 + }, + "PointY": { + "type": "float", + "value": -1.987148284912109 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.511528015136719 + }, + "PointY": { + "type": "float", + "value": -3.480979919433594 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999183654785156 + }, + "PointY": { + "type": "float", + "value": -3.493324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.005359649658203 + }, + "PointY": { + "type": "float", + "value": -2.993324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4991798400878906 + }, + "PointY": { + "type": "float", + "value": -1.487144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4930038452148438 + }, + "PointY": { + "type": "float", + "value": -0.4871406555175781 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999927520751953 + }, + "PointY": { + "type": "float", + "value": 1.015377044677734 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.007808685302734 + }, + "PointY": { + "type": "float", + "value": 1.519588470458984 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.487838745117188 + }, + "PointY": { + "type": "float", + "value": 1.527469635009766 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.01651382446289063 + }, + "PointY": { + "type": "float", + "value": -0.00835418701171875 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.012691497802734 + }, + "PointY": { + "type": "float", + "value": 0.0 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.531734466552734 + }, + "PointY": { + "type": "float", + "value": 1.512706756591797 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.012760162353516 + }, + "PointY": { + "type": "float", + "value": 1.519035339355469 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + } + ] + }, + "HighlightHeight": { + "type": "float", + "value": 0.0 + }, + "KeyName": { + "type": "cexostring", + "value": "" + }, + "LinkedTo": { + "type": "cexostring", + "value": "" + }, + "LinkedToFlags": { + "type": "byte", + "value": 0 + }, + "LoadScreenID": { + "type": "word", + "value": 0 + }, + "LocalizedName": { + "id": 14759, + "type": "cexolocstring", + "value": { + "0": "South & West & East Junction" + } + }, + "OnClick": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnTrapTriggered": { + "type": "resref", + "value": "" + }, + "PortraitId": { + "type": "word", + "value": 0 + }, + "ScriptHeartbeat": { + "type": "resref", + "value": "" + }, + "ScriptOnEnter": { + "type": "resref", + "value": "prc_maze_mvtrig" + }, + "ScriptOnExit": { + "type": "resref", + "value": "" + }, + "ScriptUserDefine": { + "type": "resref", + "value": "" + }, + "Tag": { + "type": "cexostring", + "value": "prc_maze_south_west_east" + }, + "TemplateResRef": { + "type": "resref", + "value": "newgeneric" + }, + "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": "int", + "value": 0 + }, + "VarTable": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "Name": { + "type": "cexostring", + "value": "directions" + }, + "Type": { + "type": "dword", + "value": 1 + }, + "Value": { + "type": "int", + "value": 273 + } + } + ] + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": 65.60040283203125 + }, + "YOrientation": { + "type": "float", + "value": 0.0 + }, + "YPosition": { + "type": "float", + "value": 55.92570877075195 + }, + "ZOrientation": { + "type": "float", + "value": 0.0 + }, + "ZPosition": { + "type": "float", + "value": 0.2000000476837158 + } + }, + { + "__struct_id": 1, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Cursor": { + "type": "byte", + "value": 0 + }, + "DisarmDC": { + "type": "byte", + "value": 0 + }, + "Faction": { + "type": "dword", + "value": 1 + }, + "Geometry": { + "type": "list", + "value": [ + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.025417327880859 + }, + "PointY": { + "type": "float", + "value": 1.006362915039063 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.512710571289063 + }, + "PointY": { + "type": "float", + "value": -0.4936904907226563 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.519039154052734 + }, + "PointY": { + "type": "float", + "value": -1.481063842773438 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.010276794433594 + }, + "PointY": { + "type": "float", + "value": -2.999496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.022621154785156 + }, + "PointY": { + "type": "float", + "value": -3.493328094482422 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.510272979736328 + }, + "PointY": { + "type": "float", + "value": -3.499496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.010269165039063 + }, + "PointY": { + "type": "float", + "value": -1.987144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.004093170166015625 + }, + "PointY": { + "type": "float", + "value": -1.987148284912109 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.511528015136719 + }, + "PointY": { + "type": "float", + "value": -3.480979919433594 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999183654785156 + }, + "PointY": { + "type": "float", + "value": -3.493324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.005359649658203 + }, + "PointY": { + "type": "float", + "value": -2.993324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4991798400878906 + }, + "PointY": { + "type": "float", + "value": -1.487144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4930038452148438 + }, + "PointY": { + "type": "float", + "value": -0.4871406555175781 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999927520751953 + }, + "PointY": { + "type": "float", + "value": 1.015377044677734 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.007808685302734 + }, + "PointY": { + "type": "float", + "value": 1.519588470458984 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.487838745117188 + }, + "PointY": { + "type": "float", + "value": 1.527469635009766 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.01651382446289063 + }, + "PointY": { + "type": "float", + "value": -0.00835418701171875 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.012691497802734 + }, + "PointY": { + "type": "float", + "value": 0.0 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.531734466552734 + }, + "PointY": { + "type": "float", + "value": 1.512706756591797 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.012760162353516 + }, + "PointY": { + "type": "float", + "value": 1.519035339355469 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + } + ] + }, + "HighlightHeight": { + "type": "float", + "value": 0.0 + }, + "KeyName": { + "type": "cexostring", + "value": "" + }, + "LinkedTo": { + "type": "cexostring", + "value": "" + }, + "LinkedToFlags": { + "type": "byte", + "value": 0 + }, + "LoadScreenID": { + "type": "word", + "value": 0 + }, + "LocalizedName": { + "id": 14759, + "type": "cexolocstring", + "value": { + "0": "South & East Junction" + } + }, + "OnClick": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnTrapTriggered": { + "type": "resref", + "value": "" + }, + "PortraitId": { + "type": "word", + "value": 0 + }, + "ScriptHeartbeat": { + "type": "resref", + "value": "" + }, + "ScriptOnEnter": { + "type": "resref", + "value": "prc_maze_mvtrig" + }, + "ScriptOnExit": { + "type": "resref", + "value": "" + }, + "ScriptUserDefine": { + "type": "resref", + "value": "" + }, + "Tag": { + "type": "cexostring", + "value": "prc_maze_south_east" + }, + "TemplateResRef": { + "type": "resref", + "value": "newgeneric" + }, + "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": "int", + "value": 0 + }, + "VarTable": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "Name": { + "type": "cexostring", + "value": "directions" + }, + "Type": { + "type": "dword", + "value": 1 + }, + "Value": { + "type": "int", + "value": 257 + } + } + ] + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": 55.76058578491211 + }, + "YOrientation": { + "type": "float", + "value": 0.0 + }, + "YPosition": { + "type": "float", + "value": 55.84257125854492 + }, + "ZOrientation": { + "type": "float", + "value": 0.0 + }, + "ZPosition": { + "type": "float", + "value": 0.199998140335083 + } + }, + { + "__struct_id": 1, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Cursor": { + "type": "byte", + "value": 0 + }, + "DisarmDC": { + "type": "byte", + "value": 0 + }, + "Faction": { + "type": "dword", + "value": 1 + }, + "Geometry": { + "type": "list", + "value": [ + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.025417327880859 + }, + "PointY": { + "type": "float", + "value": 1.006362915039063 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.512710571289063 + }, + "PointY": { + "type": "float", + "value": -0.4936904907226563 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.519039154052734 + }, + "PointY": { + "type": "float", + "value": -1.481063842773438 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.010276794433594 + }, + "PointY": { + "type": "float", + "value": -2.999496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.022621154785156 + }, + "PointY": { + "type": "float", + "value": -3.493328094482422 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.510272979736328 + }, + "PointY": { + "type": "float", + "value": -3.499496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.010269165039063 + }, + "PointY": { + "type": "float", + "value": -1.987144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.004093170166015625 + }, + "PointY": { + "type": "float", + "value": -1.987148284912109 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.511528015136719 + }, + "PointY": { + "type": "float", + "value": -3.480979919433594 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999183654785156 + }, + "PointY": { + "type": "float", + "value": -3.493324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.005359649658203 + }, + "PointY": { + "type": "float", + "value": -2.993324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4991798400878906 + }, + "PointY": { + "type": "float", + "value": -1.487144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4930038452148438 + }, + "PointY": { + "type": "float", + "value": -0.4871406555175781 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999927520751953 + }, + "PointY": { + "type": "float", + "value": 1.015377044677734 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.007808685302734 + }, + "PointY": { + "type": "float", + "value": 1.519588470458984 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.487838745117188 + }, + "PointY": { + "type": "float", + "value": 1.527469635009766 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.01651382446289063 + }, + "PointY": { + "type": "float", + "value": -0.00835418701171875 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.012691497802734 + }, + "PointY": { + "type": "float", + "value": 0.0 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.531734466552734 + }, + "PointY": { + "type": "float", + "value": 1.512706756591797 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.012760162353516 + }, + "PointY": { + "type": "float", + "value": 1.519035339355469 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + } + ] + }, + "HighlightHeight": { + "type": "float", + "value": 0.0 + }, + "KeyName": { + "type": "cexostring", + "value": "" + }, + "LinkedTo": { + "type": "cexostring", + "value": "" + }, + "LinkedToFlags": { + "type": "byte", + "value": 0 + }, + "LoadScreenID": { + "type": "word", + "value": 0 + }, + "LocalizedName": { + "id": 14759, + "type": "cexolocstring", + "value": { + "0": "South & East Junction" + } + }, + "OnClick": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnTrapTriggered": { + "type": "resref", + "value": "" + }, + "PortraitId": { + "type": "word", + "value": 0 + }, + "ScriptHeartbeat": { + "type": "resref", + "value": "" + }, + "ScriptOnEnter": { + "type": "resref", + "value": "prc_maze_mvtrig" + }, + "ScriptOnExit": { + "type": "resref", + "value": "" + }, + "ScriptUserDefine": { + "type": "resref", + "value": "" + }, + "Tag": { + "type": "cexostring", + "value": "prc_maze_south_east" + }, + "TemplateResRef": { + "type": "resref", + "value": "newgeneric" + }, + "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": "int", + "value": 0 + }, + "VarTable": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "Name": { + "type": "cexostring", + "value": "directions" + }, + "Type": { + "type": "dword", + "value": 1 + }, + "Value": { + "type": "int", + "value": 257 + } + } + ] + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": 45.66892623901367 + }, + "YOrientation": { + "type": "float", + "value": 0.0 + }, + "YPosition": { + "type": "float", + "value": 65.77777099609375 + }, + "ZOrientation": { + "type": "float", + "value": 0.0 + }, + "ZPosition": { + "type": "float", + "value": 0.2000000476837158 + } + }, + { + "__struct_id": 1, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Cursor": { + "type": "byte", + "value": 0 + }, + "DisarmDC": { + "type": "byte", + "value": 0 + }, + "Faction": { + "type": "dword", + "value": 1 + }, + "Geometry": { + "type": "list", + "value": [ + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.025417327880859 + }, + "PointY": { + "type": "float", + "value": 1.006362915039063 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.512710571289063 + }, + "PointY": { + "type": "float", + "value": -0.4936904907226563 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.519039154052734 + }, + "PointY": { + "type": "float", + "value": -1.481063842773438 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.010276794433594 + }, + "PointY": { + "type": "float", + "value": -2.999496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.022621154785156 + }, + "PointY": { + "type": "float", + "value": -3.493328094482422 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.510272979736328 + }, + "PointY": { + "type": "float", + "value": -3.499496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.010269165039063 + }, + "PointY": { + "type": "float", + "value": -1.987144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.004093170166015625 + }, + "PointY": { + "type": "float", + "value": -1.987148284912109 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.511528015136719 + }, + "PointY": { + "type": "float", + "value": -3.480979919433594 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999183654785156 + }, + "PointY": { + "type": "float", + "value": -3.493324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.005359649658203 + }, + "PointY": { + "type": "float", + "value": -2.993324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4991798400878906 + }, + "PointY": { + "type": "float", + "value": -1.487144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4930038452148438 + }, + "PointY": { + "type": "float", + "value": -0.4871406555175781 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999927520751953 + }, + "PointY": { + "type": "float", + "value": 1.015377044677734 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.007808685302734 + }, + "PointY": { + "type": "float", + "value": 1.519588470458984 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.487838745117188 + }, + "PointY": { + "type": "float", + "value": 1.527469635009766 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.01651382446289063 + }, + "PointY": { + "type": "float", + "value": -0.00835418701171875 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.012691497802734 + }, + "PointY": { + "type": "float", + "value": 0.0 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.531734466552734 + }, + "PointY": { + "type": "float", + "value": 1.512706756591797 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.012760162353516 + }, + "PointY": { + "type": "float", + "value": 1.519035339355469 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + } + ] + }, + "HighlightHeight": { + "type": "float", + "value": 0.0 + }, + "KeyName": { + "type": "cexostring", + "value": "" + }, + "LinkedTo": { + "type": "cexostring", + "value": "" + }, + "LinkedToFlags": { + "type": "byte", + "value": 0 + }, + "LoadScreenID": { + "type": "word", + "value": 0 + }, + "LocalizedName": { + "id": 14759, + "type": "cexolocstring", + "value": { + "0": "North & West Junction" + } + }, + "OnClick": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnTrapTriggered": { + "type": "resref", + "value": "" + }, + "PortraitId": { + "type": "word", + "value": 0 + }, + "ScriptHeartbeat": { + "type": "resref", + "value": "" + }, + "ScriptOnEnter": { + "type": "resref", + "value": "prc_maze_mvtrig" + }, + "ScriptOnExit": { + "type": "resref", + "value": "" + }, + "ScriptUserDefine": { + "type": "resref", + "value": "" + }, + "Tag": { + "type": "cexostring", + "value": "prc_maze_north_west" + }, + "TemplateResRef": { + "type": "resref", + "value": "newgeneric" + }, + "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": "int", + "value": 0 + }, + "VarTable": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "Name": { + "type": "cexostring", + "value": "directions" + }, + "Type": { + "type": "dword", + "value": 1 + }, + "Value": { + "type": "int", + "value": 4112 + } + } + ] + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": 75.38725280761719 + }, + "YOrientation": { + "type": "float", + "value": 0.0 + }, + "YPosition": { + "type": "float", + "value": 56.11012268066406 + }, + "ZOrientation": { + "type": "float", + "value": 0.0 + }, + "ZPosition": { + "type": "float", + "value": 0.2000010013580322 + } + }, + { + "__struct_id": 1, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Cursor": { + "type": "byte", + "value": 0 + }, + "DisarmDC": { + "type": "byte", + "value": 0 + }, + "Faction": { + "type": "dword", + "value": 1 + }, + "Geometry": { + "type": "list", + "value": [ + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.025417327880859 + }, + "PointY": { + "type": "float", + "value": 1.006362915039063 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.512710571289063 + }, + "PointY": { + "type": "float", + "value": -0.4936904907226563 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.519039154052734 + }, + "PointY": { + "type": "float", + "value": -1.481063842773438 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.010276794433594 + }, + "PointY": { + "type": "float", + "value": -2.999496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.022621154785156 + }, + "PointY": { + "type": "float", + "value": -3.493328094482422 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.510272979736328 + }, + "PointY": { + "type": "float", + "value": -3.499496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.010269165039063 + }, + "PointY": { + "type": "float", + "value": -1.987144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.004093170166015625 + }, + "PointY": { + "type": "float", + "value": -1.987148284912109 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.511528015136719 + }, + "PointY": { + "type": "float", + "value": -3.480979919433594 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999183654785156 + }, + "PointY": { + "type": "float", + "value": -3.493324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.005359649658203 + }, + "PointY": { + "type": "float", + "value": -2.993324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4991798400878906 + }, + "PointY": { + "type": "float", + "value": -1.487144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4930038452148438 + }, + "PointY": { + "type": "float", + "value": -0.4871406555175781 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999927520751953 + }, + "PointY": { + "type": "float", + "value": 1.015377044677734 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.007808685302734 + }, + "PointY": { + "type": "float", + "value": 1.519588470458984 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.487838745117188 + }, + "PointY": { + "type": "float", + "value": 1.527469635009766 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.01651382446289063 + }, + "PointY": { + "type": "float", + "value": -0.00835418701171875 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.012691497802734 + }, + "PointY": { + "type": "float", + "value": 0.0 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.531734466552734 + }, + "PointY": { + "type": "float", + "value": 1.512706756591797 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.012760162353516 + }, + "PointY": { + "type": "float", + "value": 1.519035339355469 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + } + ] + }, + "HighlightHeight": { + "type": "float", + "value": 0.0 + }, + "KeyName": { + "type": "cexostring", + "value": "" + }, + "LinkedTo": { + "type": "cexostring", + "value": "" + }, + "LinkedToFlags": { + "type": "byte", + "value": 0 + }, + "LoadScreenID": { + "type": "word", + "value": 0 + }, + "LocalizedName": { + "id": 14759, + "type": "cexolocstring", + "value": { + "0": "North & East Junction" + } + }, + "OnClick": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnTrapTriggered": { + "type": "resref", + "value": "" + }, + "PortraitId": { + "type": "word", + "value": 0 + }, + "ScriptHeartbeat": { + "type": "resref", + "value": "" + }, + "ScriptOnEnter": { + "type": "resref", + "value": "prc_maze_mvtrig" + }, + "ScriptOnExit": { + "type": "resref", + "value": "" + }, + "ScriptUserDefine": { + "type": "resref", + "value": "" + }, + "Tag": { + "type": "cexostring", + "value": "prc_maze_north_east" + }, + "TemplateResRef": { + "type": "resref", + "value": "newgeneric" + }, + "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": "int", + "value": 0 + }, + "VarTable": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "Name": { + "type": "cexostring", + "value": "directions" + }, + "Type": { + "type": "dword", + "value": 1 + }, + "Value": { + "type": "int", + "value": 4097 + } + } + ] + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": 115.7093963623047 + }, + "YOrientation": { + "type": "float", + "value": 0.0 + }, + "YPosition": { + "type": "float", + "value": 56.12046051025391 + }, + "ZOrientation": { + "type": "float", + "value": 0.0 + }, + "ZPosition": { + "type": "float", + "value": 0.2000019550323486 + } + }, + { + "__struct_id": 1, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Cursor": { + "type": "byte", + "value": 0 + }, + "DisarmDC": { + "type": "byte", + "value": 0 + }, + "Faction": { + "type": "dword", + "value": 1 + }, + "Geometry": { + "type": "list", + "value": [ + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.025417327880859 + }, + "PointY": { + "type": "float", + "value": 1.006362915039063 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.512710571289063 + }, + "PointY": { + "type": "float", + "value": -0.4936904907226563 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.519039154052734 + }, + "PointY": { + "type": "float", + "value": -1.481063842773438 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.010276794433594 + }, + "PointY": { + "type": "float", + "value": -2.999496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.022621154785156 + }, + "PointY": { + "type": "float", + "value": -3.493328094482422 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.510272979736328 + }, + "PointY": { + "type": "float", + "value": -3.499496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.010269165039063 + }, + "PointY": { + "type": "float", + "value": -1.987144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.004093170166015625 + }, + "PointY": { + "type": "float", + "value": -1.987148284912109 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.511528015136719 + }, + "PointY": { + "type": "float", + "value": -3.480979919433594 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999183654785156 + }, + "PointY": { + "type": "float", + "value": -3.493324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.005359649658203 + }, + "PointY": { + "type": "float", + "value": -2.993324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4991798400878906 + }, + "PointY": { + "type": "float", + "value": -1.487144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4930038452148438 + }, + "PointY": { + "type": "float", + "value": -0.4871406555175781 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999927520751953 + }, + "PointY": { + "type": "float", + "value": 1.015377044677734 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.007808685302734 + }, + "PointY": { + "type": "float", + "value": 1.519588470458984 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.487838745117188 + }, + "PointY": { + "type": "float", + "value": 1.527469635009766 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.01651382446289063 + }, + "PointY": { + "type": "float", + "value": -0.00835418701171875 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.012691497802734 + }, + "PointY": { + "type": "float", + "value": 0.0 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.531734466552734 + }, + "PointY": { + "type": "float", + "value": 1.512706756591797 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.012760162353516 + }, + "PointY": { + "type": "float", + "value": 1.519035339355469 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + } + ] + }, + "HighlightHeight": { + "type": "float", + "value": 0.0 + }, + "KeyName": { + "type": "cexostring", + "value": "" + }, + "LinkedTo": { + "type": "cexostring", + "value": "" + }, + "LinkedToFlags": { + "type": "byte", + "value": 0 + }, + "LoadScreenID": { + "type": "word", + "value": 0 + }, + "LocalizedName": { + "id": 14759, + "type": "cexolocstring", + "value": { + "0": "North & East Junction" + } + }, + "OnClick": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnTrapTriggered": { + "type": "resref", + "value": "" + }, + "PortraitId": { + "type": "word", + "value": 0 + }, + "ScriptHeartbeat": { + "type": "resref", + "value": "" + }, + "ScriptOnEnter": { + "type": "resref", + "value": "prc_maze_mvtrig" + }, + "ScriptOnExit": { + "type": "resref", + "value": "" + }, + "ScriptUserDefine": { + "type": "resref", + "value": "" + }, + "Tag": { + "type": "cexostring", + "value": "prc_maze_north_east" + }, + "TemplateResRef": { + "type": "resref", + "value": "newgeneric" + }, + "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": "int", + "value": 0 + }, + "VarTable": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "Name": { + "type": "cexostring", + "value": "directions" + }, + "Type": { + "type": "dword", + "value": 1 + }, + "Value": { + "type": "int", + "value": 4097 + } + } + ] + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": 105.553352355957 + }, + "YOrientation": { + "type": "float", + "value": 0.0 + }, + "YPosition": { + "type": "float", + "value": 66.02806091308594 + }, + "ZOrientation": { + "type": "float", + "value": 0.0 + }, + "ZPosition": { + "type": "float", + "value": 0.1999990940093994 + } + }, + { + "__struct_id": 1, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Cursor": { + "type": "byte", + "value": 0 + }, + "DisarmDC": { + "type": "byte", + "value": 0 + }, + "Faction": { + "type": "dword", + "value": 1 + }, + "Geometry": { + "type": "list", + "value": [ + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.025417327880859 + }, + "PointY": { + "type": "float", + "value": 1.006362915039063 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.512710571289063 + }, + "PointY": { + "type": "float", + "value": -0.4936904907226563 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.519039154052734 + }, + "PointY": { + "type": "float", + "value": -1.481063842773438 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.010276794433594 + }, + "PointY": { + "type": "float", + "value": -2.999496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.022621154785156 + }, + "PointY": { + "type": "float", + "value": -3.493328094482422 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.510272979736328 + }, + "PointY": { + "type": "float", + "value": -3.499496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.010269165039063 + }, + "PointY": { + "type": "float", + "value": -1.987144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.004093170166015625 + }, + "PointY": { + "type": "float", + "value": -1.987148284912109 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.511528015136719 + }, + "PointY": { + "type": "float", + "value": -3.480979919433594 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999183654785156 + }, + "PointY": { + "type": "float", + "value": -3.493324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.005359649658203 + }, + "PointY": { + "type": "float", + "value": -2.993324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4991798400878906 + }, + "PointY": { + "type": "float", + "value": -1.487144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4930038452148438 + }, + "PointY": { + "type": "float", + "value": -0.4871406555175781 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999927520751953 + }, + "PointY": { + "type": "float", + "value": 1.015377044677734 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.007808685302734 + }, + "PointY": { + "type": "float", + "value": 1.519588470458984 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.487838745117188 + }, + "PointY": { + "type": "float", + "value": 1.527469635009766 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.01651382446289063 + }, + "PointY": { + "type": "float", + "value": -0.00835418701171875 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.012691497802734 + }, + "PointY": { + "type": "float", + "value": 0.0 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.531734466552734 + }, + "PointY": { + "type": "float", + "value": 1.512706756591797 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.012760162353516 + }, + "PointY": { + "type": "float", + "value": 1.519035339355469 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + } + ] + }, + "HighlightHeight": { + "type": "float", + "value": 0.0 + }, + "KeyName": { + "type": "cexostring", + "value": "" + }, + "LinkedTo": { + "type": "cexostring", + "value": "" + }, + "LinkedToFlags": { + "type": "byte", + "value": 0 + }, + "LoadScreenID": { + "type": "word", + "value": 0 + }, + "LocalizedName": { + "id": 14759, + "type": "cexolocstring", + "value": { + "0": "North & East Junction" + } + }, + "OnClick": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnTrapTriggered": { + "type": "resref", + "value": "" + }, + "PortraitId": { + "type": "word", + "value": 0 + }, + "ScriptHeartbeat": { + "type": "resref", + "value": "" + }, + "ScriptOnEnter": { + "type": "resref", + "value": "prc_maze_mvtrig" + }, + "ScriptOnExit": { + "type": "resref", + "value": "" + }, + "ScriptUserDefine": { + "type": "resref", + "value": "" + }, + "Tag": { + "type": "cexostring", + "value": "prc_maze_north_east" + }, + "TemplateResRef": { + "type": "resref", + "value": "newgeneric" + }, + "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": "int", + "value": 0 + }, + "VarTable": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "Name": { + "type": "cexostring", + "value": "directions" + }, + "Type": { + "type": "dword", + "value": 1 + }, + "Value": { + "type": "int", + "value": 4097 + } + } + ] + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": 55.61870956420898 + }, + "YOrientation": { + "type": "float", + "value": 0.0 + }, + "YPosition": { + "type": "float", + "value": 76.08641052246094 + }, + "ZOrientation": { + "type": "float", + "value": 0.0 + }, + "ZPosition": { + "type": "float", + "value": 0.2000000476837158 + } + }, + { + "__struct_id": 1, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Cursor": { + "type": "byte", + "value": 0 + }, + "DisarmDC": { + "type": "byte", + "value": 0 + }, + "Faction": { + "type": "dword", + "value": 1 + }, + "Geometry": { + "type": "list", + "value": [ + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.025417327880859 + }, + "PointY": { + "type": "float", + "value": 1.006362915039063 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.512710571289063 + }, + "PointY": { + "type": "float", + "value": -0.4936904907226563 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.519039154052734 + }, + "PointY": { + "type": "float", + "value": -1.481063842773438 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.010276794433594 + }, + "PointY": { + "type": "float", + "value": -2.999496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.022621154785156 + }, + "PointY": { + "type": "float", + "value": -3.493328094482422 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.510272979736328 + }, + "PointY": { + "type": "float", + "value": -3.499496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.010269165039063 + }, + "PointY": { + "type": "float", + "value": -1.987144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.004093170166015625 + }, + "PointY": { + "type": "float", + "value": -1.987148284912109 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.511528015136719 + }, + "PointY": { + "type": "float", + "value": -3.480979919433594 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999183654785156 + }, + "PointY": { + "type": "float", + "value": -3.493324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.005359649658203 + }, + "PointY": { + "type": "float", + "value": -2.993324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4991798400878906 + }, + "PointY": { + "type": "float", + "value": -1.487144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4930038452148438 + }, + "PointY": { + "type": "float", + "value": -0.4871406555175781 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999927520751953 + }, + "PointY": { + "type": "float", + "value": 1.015377044677734 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.007808685302734 + }, + "PointY": { + "type": "float", + "value": 1.519588470458984 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.487838745117188 + }, + "PointY": { + "type": "float", + "value": 1.527469635009766 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.01651382446289063 + }, + "PointY": { + "type": "float", + "value": -0.00835418701171875 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.012691497802734 + }, + "PointY": { + "type": "float", + "value": 0.0 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.531734466552734 + }, + "PointY": { + "type": "float", + "value": 1.512706756591797 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.012760162353516 + }, + "PointY": { + "type": "float", + "value": 1.519035339355469 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + } + ] + }, + "HighlightHeight": { + "type": "float", + "value": 0.0 + }, + "KeyName": { + "type": "cexostring", + "value": "" + }, + "LinkedTo": { + "type": "cexostring", + "value": "" + }, + "LinkedToFlags": { + "type": "byte", + "value": 0 + }, + "LoadScreenID": { + "type": "word", + "value": 0 + }, + "LocalizedName": { + "id": 14759, + "type": "cexolocstring", + "value": { + "0": "North & East Junction" + } + }, + "OnClick": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnTrapTriggered": { + "type": "resref", + "value": "" + }, + "PortraitId": { + "type": "word", + "value": 0 + }, + "ScriptHeartbeat": { + "type": "resref", + "value": "" + }, + "ScriptOnEnter": { + "type": "resref", + "value": "prc_maze_mvtrig" + }, + "ScriptOnExit": { + "type": "resref", + "value": "" + }, + "ScriptUserDefine": { + "type": "resref", + "value": "" + }, + "Tag": { + "type": "cexostring", + "value": "prc_maze_north_east" + }, + "TemplateResRef": { + "type": "resref", + "value": "newgeneric" + }, + "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": "int", + "value": 0 + }, + "VarTable": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "Name": { + "type": "cexostring", + "value": "directions" + }, + "Type": { + "type": "dword", + "value": 1 + }, + "Value": { + "type": "int", + "value": 4097 + } + } + ] + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": 105.5792541503906 + }, + "YOrientation": { + "type": "float", + "value": 0.0 + }, + "YPosition": { + "type": "float", + "value": 116.0735321044922 + }, + "ZOrientation": { + "type": "float", + "value": 0.0 + }, + "ZPosition": { + "type": "float", + "value": 0.2000000476837158 + } + }, + { + "__struct_id": 1, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Cursor": { + "type": "byte", + "value": 0 + }, + "DisarmDC": { + "type": "byte", + "value": 0 + }, + "Faction": { + "type": "dword", + "value": 1 + }, + "Geometry": { + "type": "list", + "value": [ + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.025417327880859 + }, + "PointY": { + "type": "float", + "value": 1.006362915039063 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.512710571289063 + }, + "PointY": { + "type": "float", + "value": -0.4936904907226563 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.519039154052734 + }, + "PointY": { + "type": "float", + "value": -1.481063842773438 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.010276794433594 + }, + "PointY": { + "type": "float", + "value": -2.999496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.022621154785156 + }, + "PointY": { + "type": "float", + "value": -3.493328094482422 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.510272979736328 + }, + "PointY": { + "type": "float", + "value": -3.499496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.010269165039063 + }, + "PointY": { + "type": "float", + "value": -1.987144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.004093170166015625 + }, + "PointY": { + "type": "float", + "value": -1.987148284912109 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.511528015136719 + }, + "PointY": { + "type": "float", + "value": -3.480979919433594 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999183654785156 + }, + "PointY": { + "type": "float", + "value": -3.493324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.005359649658203 + }, + "PointY": { + "type": "float", + "value": -2.993324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4991798400878906 + }, + "PointY": { + "type": "float", + "value": -1.487144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4930038452148438 + }, + "PointY": { + "type": "float", + "value": -0.4871406555175781 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999927520751953 + }, + "PointY": { + "type": "float", + "value": 1.015377044677734 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.007808685302734 + }, + "PointY": { + "type": "float", + "value": 1.519588470458984 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.487838745117188 + }, + "PointY": { + "type": "float", + "value": 1.527469635009766 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.01651382446289063 + }, + "PointY": { + "type": "float", + "value": -0.00835418701171875 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.012691497802734 + }, + "PointY": { + "type": "float", + "value": 0.0 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.531734466552734 + }, + "PointY": { + "type": "float", + "value": 1.512706756591797 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.012760162353516 + }, + "PointY": { + "type": "float", + "value": 1.519035339355469 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + } + ] + }, + "HighlightHeight": { + "type": "float", + "value": 0.0 + }, + "KeyName": { + "type": "cexostring", + "value": "" + }, + "LinkedTo": { + "type": "cexostring", + "value": "" + }, + "LinkedToFlags": { + "type": "byte", + "value": 0 + }, + "LoadScreenID": { + "type": "word", + "value": 0 + }, + "LocalizedName": { + "id": 14759, + "type": "cexolocstring", + "value": { + "0": "North & East Junction" + } + }, + "OnClick": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnTrapTriggered": { + "type": "resref", + "value": "" + }, + "PortraitId": { + "type": "word", + "value": 0 + }, + "ScriptHeartbeat": { + "type": "resref", + "value": "" + }, + "ScriptOnEnter": { + "type": "resref", + "value": "prc_maze_mvtrig" + }, + "ScriptOnExit": { + "type": "resref", + "value": "" + }, + "ScriptUserDefine": { + "type": "resref", + "value": "" + }, + "Tag": { + "type": "cexostring", + "value": "prc_maze_north_east" + }, + "TemplateResRef": { + "type": "resref", + "value": "newgeneric" + }, + "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": "int", + "value": 0 + }, + "VarTable": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "Name": { + "type": "cexostring", + "value": "directions" + }, + "Type": { + "type": "dword", + "value": 1 + }, + "Value": { + "type": "int", + "value": 4097 + } + } + ] + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": 115.6219635009766 + }, + "YOrientation": { + "type": "float", + "value": 0.0 + }, + "YPosition": { + "type": "float", + "value": 126.1162414550781 + }, + "ZOrientation": { + "type": "float", + "value": 0.0 + }, + "ZPosition": { + "type": "float", + "value": 0.2000000476837158 + } + }, + { + "__struct_id": 1, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Cursor": { + "type": "byte", + "value": 0 + }, + "DisarmDC": { + "type": "byte", + "value": 0 + }, + "Faction": { + "type": "dword", + "value": 1 + }, + "Geometry": { + "type": "list", + "value": [ + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.025417327880859 + }, + "PointY": { + "type": "float", + "value": 1.006362915039063 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.512710571289063 + }, + "PointY": { + "type": "float", + "value": -0.4936904907226563 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.519039154052734 + }, + "PointY": { + "type": "float", + "value": -1.481063842773438 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.010276794433594 + }, + "PointY": { + "type": "float", + "value": -2.999496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.022621154785156 + }, + "PointY": { + "type": "float", + "value": -3.493328094482422 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.510272979736328 + }, + "PointY": { + "type": "float", + "value": -3.499496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.010269165039063 + }, + "PointY": { + "type": "float", + "value": -1.987144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.004093170166015625 + }, + "PointY": { + "type": "float", + "value": -1.987148284912109 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.511528015136719 + }, + "PointY": { + "type": "float", + "value": -3.480979919433594 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999183654785156 + }, + "PointY": { + "type": "float", + "value": -3.493324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.005359649658203 + }, + "PointY": { + "type": "float", + "value": -2.993324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4991798400878906 + }, + "PointY": { + "type": "float", + "value": -1.487144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4930038452148438 + }, + "PointY": { + "type": "float", + "value": -0.4871406555175781 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999927520751953 + }, + "PointY": { + "type": "float", + "value": 1.015377044677734 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.007808685302734 + }, + "PointY": { + "type": "float", + "value": 1.519588470458984 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.487838745117188 + }, + "PointY": { + "type": "float", + "value": 1.527469635009766 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.01651382446289063 + }, + "PointY": { + "type": "float", + "value": -0.00835418701171875 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.012691497802734 + }, + "PointY": { + "type": "float", + "value": 0.0 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.531734466552734 + }, + "PointY": { + "type": "float", + "value": 1.512706756591797 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.012760162353516 + }, + "PointY": { + "type": "float", + "value": 1.519035339355469 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + } + ] + }, + "HighlightHeight": { + "type": "float", + "value": 0.0 + }, + "KeyName": { + "type": "cexostring", + "value": "" + }, + "LinkedTo": { + "type": "cexostring", + "value": "" + }, + "LinkedToFlags": { + "type": "byte", + "value": 0 + }, + "LoadScreenID": { + "type": "word", + "value": 0 + }, + "LocalizedName": { + "id": 14759, + "type": "cexolocstring", + "value": { + "0": "North & West Junction" + } + }, + "OnClick": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnTrapTriggered": { + "type": "resref", + "value": "" + }, + "PortraitId": { + "type": "word", + "value": 0 + }, + "ScriptHeartbeat": { + "type": "resref", + "value": "" + }, + "ScriptOnEnter": { + "type": "resref", + "value": "prc_maze_mvtrig" + }, + "ScriptOnExit": { + "type": "resref", + "value": "" + }, + "ScriptUserDefine": { + "type": "resref", + "value": "" + }, + "Tag": { + "type": "cexostring", + "value": "prc_maze_north_west" + }, + "TemplateResRef": { + "type": "resref", + "value": "newgeneric" + }, + "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": "int", + "value": 0 + }, + "VarTable": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "Name": { + "type": "cexostring", + "value": "directions" + }, + "Type": { + "type": "dword", + "value": 1 + }, + "Value": { + "type": "int", + "value": 4112 + } + } + ] + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": 135.4682769775391 + }, + "YOrientation": { + "type": "float", + "value": 0.0 + }, + "YPosition": { + "type": "float", + "value": 126.1162338256836 + }, + "ZOrientation": { + "type": "float", + "value": 0.0 + }, + "ZPosition": { + "type": "float", + "value": 0.1999990940093994 + } + }, + { + "__struct_id": 1, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Cursor": { + "type": "byte", + "value": 0 + }, + "DisarmDC": { + "type": "byte", + "value": 0 + }, + "Faction": { + "type": "dword", + "value": 1 + }, + "Geometry": { + "type": "list", + "value": [ + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.025417327880859 + }, + "PointY": { + "type": "float", + "value": 1.006362915039063 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.512710571289063 + }, + "PointY": { + "type": "float", + "value": -0.4936904907226563 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.519039154052734 + }, + "PointY": { + "type": "float", + "value": -1.481063842773438 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.010276794433594 + }, + "PointY": { + "type": "float", + "value": -2.999496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.022621154785156 + }, + "PointY": { + "type": "float", + "value": -3.493328094482422 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.510272979736328 + }, + "PointY": { + "type": "float", + "value": -3.499496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.010269165039063 + }, + "PointY": { + "type": "float", + "value": -1.987144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.004093170166015625 + }, + "PointY": { + "type": "float", + "value": -1.987148284912109 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.511528015136719 + }, + "PointY": { + "type": "float", + "value": -3.480979919433594 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999183654785156 + }, + "PointY": { + "type": "float", + "value": -3.493324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.005359649658203 + }, + "PointY": { + "type": "float", + "value": -2.993324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4991798400878906 + }, + "PointY": { + "type": "float", + "value": -1.487144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4930038452148438 + }, + "PointY": { + "type": "float", + "value": -0.4871406555175781 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999927520751953 + }, + "PointY": { + "type": "float", + "value": 1.015377044677734 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.007808685302734 + }, + "PointY": { + "type": "float", + "value": 1.519588470458984 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.487838745117188 + }, + "PointY": { + "type": "float", + "value": 1.527469635009766 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.01651382446289063 + }, + "PointY": { + "type": "float", + "value": -0.00835418701171875 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.012691497802734 + }, + "PointY": { + "type": "float", + "value": 0.0 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.531734466552734 + }, + "PointY": { + "type": "float", + "value": 1.512706756591797 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.012760162353516 + }, + "PointY": { + "type": "float", + "value": 1.519035339355469 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + } + ] + }, + "HighlightHeight": { + "type": "float", + "value": 0.0 + }, + "KeyName": { + "type": "cexostring", + "value": "" + }, + "LinkedTo": { + "type": "cexostring", + "value": "" + }, + "LinkedToFlags": { + "type": "byte", + "value": 0 + }, + "LoadScreenID": { + "type": "word", + "value": 0 + }, + "LocalizedName": { + "id": 14759, + "type": "cexolocstring", + "value": { + "0": "North & West Junction" + } + }, + "OnClick": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnTrapTriggered": { + "type": "resref", + "value": "" + }, + "PortraitId": { + "type": "word", + "value": 0 + }, + "ScriptHeartbeat": { + "type": "resref", + "value": "" + }, + "ScriptOnEnter": { + "type": "resref", + "value": "prc_maze_mvtrig" + }, + "ScriptOnExit": { + "type": "resref", + "value": "" + }, + "ScriptUserDefine": { + "type": "resref", + "value": "" + }, + "Tag": { + "type": "cexostring", + "value": "prc_maze_north_west" + }, + "TemplateResRef": { + "type": "resref", + "value": "newgeneric" + }, + "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": "int", + "value": 0 + }, + "VarTable": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "Name": { + "type": "cexostring", + "value": "directions" + }, + "Type": { + "type": "dword", + "value": 1 + }, + "Value": { + "type": "int", + "value": 4112 + } + } + ] + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": 145.3515777587891 + }, + "YOrientation": { + "type": "float", + "value": 0.0 + }, + "YPosition": { + "type": "float", + "value": 116.1532287597656 + }, + "ZOrientation": { + "type": "float", + "value": 0.0 + }, + "ZPosition": { + "type": "float", + "value": 0.2000000476837158 + } + }, + { + "__struct_id": 1, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Cursor": { + "type": "byte", + "value": 0 + }, + "DisarmDC": { + "type": "byte", + "value": 0 + }, + "Faction": { + "type": "dword", + "value": 1 + }, + "Geometry": { + "type": "list", + "value": [ + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.025417327880859 + }, + "PointY": { + "type": "float", + "value": 1.006362915039063 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.512710571289063 + }, + "PointY": { + "type": "float", + "value": -0.4936904907226563 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.519039154052734 + }, + "PointY": { + "type": "float", + "value": -1.481063842773438 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.010276794433594 + }, + "PointY": { + "type": "float", + "value": -2.999496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.022621154785156 + }, + "PointY": { + "type": "float", + "value": -3.493328094482422 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.510272979736328 + }, + "PointY": { + "type": "float", + "value": -3.499496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.010269165039063 + }, + "PointY": { + "type": "float", + "value": -1.987144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.004093170166015625 + }, + "PointY": { + "type": "float", + "value": -1.987148284912109 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.511528015136719 + }, + "PointY": { + "type": "float", + "value": -3.480979919433594 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999183654785156 + }, + "PointY": { + "type": "float", + "value": -3.493324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.005359649658203 + }, + "PointY": { + "type": "float", + "value": -2.993324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4991798400878906 + }, + "PointY": { + "type": "float", + "value": -1.487144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4930038452148438 + }, + "PointY": { + "type": "float", + "value": -0.4871406555175781 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999927520751953 + }, + "PointY": { + "type": "float", + "value": 1.015377044677734 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.007808685302734 + }, + "PointY": { + "type": "float", + "value": 1.519588470458984 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.487838745117188 + }, + "PointY": { + "type": "float", + "value": 1.527469635009766 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.01651382446289063 + }, + "PointY": { + "type": "float", + "value": -0.00835418701171875 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.012691497802734 + }, + "PointY": { + "type": "float", + "value": 0.0 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.531734466552734 + }, + "PointY": { + "type": "float", + "value": 1.512706756591797 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.012760162353516 + }, + "PointY": { + "type": "float", + "value": 1.519035339355469 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + } + ] + }, + "HighlightHeight": { + "type": "float", + "value": 0.0 + }, + "KeyName": { + "type": "cexostring", + "value": "" + }, + "LinkedTo": { + "type": "cexostring", + "value": "" + }, + "LinkedToFlags": { + "type": "byte", + "value": 0 + }, + "LoadScreenID": { + "type": "word", + "value": 0 + }, + "LocalizedName": { + "id": 14759, + "type": "cexolocstring", + "value": { + "0": "South & East Junction" + } + }, + "OnClick": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnTrapTriggered": { + "type": "resref", + "value": "" + }, + "PortraitId": { + "type": "word", + "value": 0 + }, + "ScriptHeartbeat": { + "type": "resref", + "value": "" + }, + "ScriptOnEnter": { + "type": "resref", + "value": "prc_maze_mvtrig" + }, + "ScriptOnExit": { + "type": "resref", + "value": "" + }, + "ScriptUserDefine": { + "type": "resref", + "value": "" + }, + "Tag": { + "type": "cexostring", + "value": "prc_maze_south_east" + }, + "TemplateResRef": { + "type": "resref", + "value": "newgeneric" + }, + "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": "int", + "value": 0 + }, + "VarTable": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "Name": { + "type": "cexostring", + "value": "directions" + }, + "Type": { + "type": "dword", + "value": 1 + }, + "Value": { + "type": "int", + "value": 257 + } + } + ] + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": 105.8183670043945 + }, + "YOrientation": { + "type": "float", + "value": 0.0 + }, + "YPosition": { + "type": "float", + "value": 155.6688079833984 + }, + "ZOrientation": { + "type": "float", + "value": 0.0 + }, + "ZPosition": { + "type": "float", + "value": 0.1999995708465576 + } + }, + { + "__struct_id": 1, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Cursor": { + "type": "byte", + "value": 0 + }, + "DisarmDC": { + "type": "byte", + "value": 0 + }, + "Faction": { + "type": "dword", + "value": 1 + }, + "Geometry": { + "type": "list", + "value": [ + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.025417327880859 + }, + "PointY": { + "type": "float", + "value": 1.006362915039063 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.512710571289063 + }, + "PointY": { + "type": "float", + "value": -0.4936904907226563 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.519039154052734 + }, + "PointY": { + "type": "float", + "value": -1.481063842773438 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.010276794433594 + }, + "PointY": { + "type": "float", + "value": -2.999496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.022621154785156 + }, + "PointY": { + "type": "float", + "value": -3.493328094482422 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.510272979736328 + }, + "PointY": { + "type": "float", + "value": -3.499496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.010269165039063 + }, + "PointY": { + "type": "float", + "value": -1.987144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.004093170166015625 + }, + "PointY": { + "type": "float", + "value": -1.987148284912109 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.511528015136719 + }, + "PointY": { + "type": "float", + "value": -3.480979919433594 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999183654785156 + }, + "PointY": { + "type": "float", + "value": -3.493324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.005359649658203 + }, + "PointY": { + "type": "float", + "value": -2.993324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4991798400878906 + }, + "PointY": { + "type": "float", + "value": -1.487144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4930038452148438 + }, + "PointY": { + "type": "float", + "value": -0.4871406555175781 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999927520751953 + }, + "PointY": { + "type": "float", + "value": 1.015377044677734 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.007808685302734 + }, + "PointY": { + "type": "float", + "value": 1.519588470458984 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.487838745117188 + }, + "PointY": { + "type": "float", + "value": 1.527469635009766 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.01651382446289063 + }, + "PointY": { + "type": "float", + "value": -0.00835418701171875 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.012691497802734 + }, + "PointY": { + "type": "float", + "value": 0.0 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.531734466552734 + }, + "PointY": { + "type": "float", + "value": 1.512706756591797 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.012760162353516 + }, + "PointY": { + "type": "float", + "value": 1.519035339355469 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + } + ] + }, + "HighlightHeight": { + "type": "float", + "value": 0.0 + }, + "KeyName": { + "type": "cexostring", + "value": "" + }, + "LinkedTo": { + "type": "cexostring", + "value": "" + }, + "LinkedToFlags": { + "type": "byte", + "value": 0 + }, + "LoadScreenID": { + "type": "word", + "value": 0 + }, + "LocalizedName": { + "id": 14759, + "type": "cexolocstring", + "value": { + "0": "South & West Junction" + } + }, + "OnClick": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnTrapTriggered": { + "type": "resref", + "value": "" + }, + "PortraitId": { + "type": "word", + "value": 0 + }, + "ScriptHeartbeat": { + "type": "resref", + "value": "" + }, + "ScriptOnEnter": { + "type": "resref", + "value": "prc_maze_mvtrig" + }, + "ScriptOnExit": { + "type": "resref", + "value": "" + }, + "ScriptUserDefine": { + "type": "resref", + "value": "" + }, + "Tag": { + "type": "cexostring", + "value": "prc_maze_south_west" + }, + "TemplateResRef": { + "type": "resref", + "value": "newgeneric" + }, + "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": "int", + "value": 0 + }, + "VarTable": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "Name": { + "type": "cexostring", + "value": "directions" + }, + "Type": { + "type": "dword", + "value": 1 + }, + "Value": { + "type": "int", + "value": 272 + } + } + ] + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": 155.3668975830078 + }, + "YOrientation": { + "type": "float", + "value": 0.0 + }, + "YPosition": { + "type": "float", + "value": 155.9158172607422 + }, + "ZOrientation": { + "type": "float", + "value": 0.0 + }, + "ZPosition": { + "type": "float", + "value": 0.199998140335083 + } + }, + { + "__struct_id": 1, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Cursor": { + "type": "byte", + "value": 0 + }, + "DisarmDC": { + "type": "byte", + "value": 0 + }, + "Faction": { + "type": "dword", + "value": 1 + }, + "Geometry": { + "type": "list", + "value": [ + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.025417327880859 + }, + "PointY": { + "type": "float", + "value": 1.006362915039063 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.512710571289063 + }, + "PointY": { + "type": "float", + "value": -0.4936904907226563 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.519039154052734 + }, + "PointY": { + "type": "float", + "value": -1.481063842773438 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.010276794433594 + }, + "PointY": { + "type": "float", + "value": -2.999496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.022621154785156 + }, + "PointY": { + "type": "float", + "value": -3.493328094482422 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.510272979736328 + }, + "PointY": { + "type": "float", + "value": -3.499496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.010269165039063 + }, + "PointY": { + "type": "float", + "value": -1.987144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.004093170166015625 + }, + "PointY": { + "type": "float", + "value": -1.987148284912109 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.511528015136719 + }, + "PointY": { + "type": "float", + "value": -3.480979919433594 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999183654785156 + }, + "PointY": { + "type": "float", + "value": -3.493324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.005359649658203 + }, + "PointY": { + "type": "float", + "value": -2.993324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4991798400878906 + }, + "PointY": { + "type": "float", + "value": -1.487144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4930038452148438 + }, + "PointY": { + "type": "float", + "value": -0.4871406555175781 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999927520751953 + }, + "PointY": { + "type": "float", + "value": 1.015377044677734 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.007808685302734 + }, + "PointY": { + "type": "float", + "value": 1.519588470458984 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.487838745117188 + }, + "PointY": { + "type": "float", + "value": 1.527469635009766 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.01651382446289063 + }, + "PointY": { + "type": "float", + "value": -0.00835418701171875 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.012691497802734 + }, + "PointY": { + "type": "float", + "value": 0.0 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.531734466552734 + }, + "PointY": { + "type": "float", + "value": 1.512706756591797 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.012760162353516 + }, + "PointY": { + "type": "float", + "value": 1.519035339355469 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + } + ] + }, + "HighlightHeight": { + "type": "float", + "value": 0.0 + }, + "KeyName": { + "type": "cexostring", + "value": "" + }, + "LinkedTo": { + "type": "cexostring", + "value": "" + }, + "LinkedToFlags": { + "type": "byte", + "value": 0 + }, + "LoadScreenID": { + "type": "word", + "value": 0 + }, + "LocalizedName": { + "id": 14759, + "type": "cexolocstring", + "value": { + "0": "South & West Junction" + } + }, + "OnClick": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnTrapTriggered": { + "type": "resref", + "value": "" + }, + "PortraitId": { + "type": "word", + "value": 0 + }, + "ScriptHeartbeat": { + "type": "resref", + "value": "" + }, + "ScriptOnEnter": { + "type": "resref", + "value": "prc_maze_mvtrig" + }, + "ScriptOnExit": { + "type": "resref", + "value": "" + }, + "ScriptUserDefine": { + "type": "resref", + "value": "" + }, + "Tag": { + "type": "cexostring", + "value": "prc_maze_south_west" + }, + "TemplateResRef": { + "type": "resref", + "value": "newgeneric" + }, + "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": "int", + "value": 0 + }, + "VarTable": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "Name": { + "type": "cexostring", + "value": "directions" + }, + "Type": { + "type": "dword", + "value": 1 + }, + "Value": { + "type": "int", + "value": 272 + } + } + ] + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": 145.2888641357422 + }, + "YOrientation": { + "type": "float", + "value": 0.0 + }, + "YPosition": { + "type": "float", + "value": 145.7573699951172 + }, + "ZOrientation": { + "type": "float", + "value": 0.0 + }, + "ZPosition": { + "type": "float", + "value": 0.2000019550323486 + } + }, + { + "__struct_id": 1, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Cursor": { + "type": "byte", + "value": 0 + }, + "DisarmDC": { + "type": "byte", + "value": 0 + }, + "Faction": { + "type": "dword", + "value": 1 + }, + "Geometry": { + "type": "list", + "value": [ + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.025417327880859 + }, + "PointY": { + "type": "float", + "value": 1.006362915039063 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.512710571289063 + }, + "PointY": { + "type": "float", + "value": -0.4936904907226563 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.519039154052734 + }, + "PointY": { + "type": "float", + "value": -1.481063842773438 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.010276794433594 + }, + "PointY": { + "type": "float", + "value": -2.999496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.022621154785156 + }, + "PointY": { + "type": "float", + "value": -3.493328094482422 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.510272979736328 + }, + "PointY": { + "type": "float", + "value": -3.499496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.010269165039063 + }, + "PointY": { + "type": "float", + "value": -1.987144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.004093170166015625 + }, + "PointY": { + "type": "float", + "value": -1.987148284912109 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.511528015136719 + }, + "PointY": { + "type": "float", + "value": -3.480979919433594 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999183654785156 + }, + "PointY": { + "type": "float", + "value": -3.493324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.005359649658203 + }, + "PointY": { + "type": "float", + "value": -2.993324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4991798400878906 + }, + "PointY": { + "type": "float", + "value": -1.487144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4930038452148438 + }, + "PointY": { + "type": "float", + "value": -0.4871406555175781 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999927520751953 + }, + "PointY": { + "type": "float", + "value": 1.015377044677734 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.007808685302734 + }, + "PointY": { + "type": "float", + "value": 1.519588470458984 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.487838745117188 + }, + "PointY": { + "type": "float", + "value": 1.527469635009766 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.01651382446289063 + }, + "PointY": { + "type": "float", + "value": -0.00835418701171875 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.012691497802734 + }, + "PointY": { + "type": "float", + "value": 0.0 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.531734466552734 + }, + "PointY": { + "type": "float", + "value": 1.512706756591797 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.012760162353516 + }, + "PointY": { + "type": "float", + "value": 1.519035339355469 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + } + ] + }, + "HighlightHeight": { + "type": "float", + "value": 0.0 + }, + "KeyName": { + "type": "cexostring", + "value": "" + }, + "LinkedTo": { + "type": "cexostring", + "value": "" + }, + "LinkedToFlags": { + "type": "byte", + "value": 0 + }, + "LoadScreenID": { + "type": "word", + "value": 0 + }, + "LocalizedName": { + "id": 14759, + "type": "cexolocstring", + "value": { + "0": "South & East Junction" + } + }, + "OnClick": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnTrapTriggered": { + "type": "resref", + "value": "" + }, + "PortraitId": { + "type": "word", + "value": 0 + }, + "ScriptHeartbeat": { + "type": "resref", + "value": "" + }, + "ScriptOnEnter": { + "type": "resref", + "value": "prc_maze_mvtrig" + }, + "ScriptOnExit": { + "type": "resref", + "value": "" + }, + "ScriptUserDefine": { + "type": "resref", + "value": "" + }, + "Tag": { + "type": "cexostring", + "value": "prc_maze_south_east" + }, + "TemplateResRef": { + "type": "resref", + "value": "newgeneric" + }, + "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": "int", + "value": 0 + }, + "VarTable": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "Name": { + "type": "cexostring", + "value": "directions" + }, + "Type": { + "type": "dword", + "value": 1 + }, + "Value": { + "type": "int", + "value": 257 + } + } + ] + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": 115.6367721557617 + }, + "YOrientation": { + "type": "float", + "value": 0.0 + }, + "YPosition": { + "type": "float", + "value": 145.7573699951172 + }, + "ZOrientation": { + "type": "float", + "value": 0.0 + }, + "ZPosition": { + "type": "float", + "value": 0.2000000476837158 + } + }, + { + "__struct_id": 1, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Cursor": { + "type": "byte", + "value": 0 + }, + "DisarmDC": { + "type": "byte", + "value": 0 + }, + "Faction": { + "type": "dword", + "value": 1 + }, + "Geometry": { + "type": "list", + "value": [ + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.025417327880859 + }, + "PointY": { + "type": "float", + "value": 1.006362915039063 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.512710571289063 + }, + "PointY": { + "type": "float", + "value": -0.4936904907226563 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.519039154052734 + }, + "PointY": { + "type": "float", + "value": -1.481063842773438 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.010276794433594 + }, + "PointY": { + "type": "float", + "value": -2.999496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.022621154785156 + }, + "PointY": { + "type": "float", + "value": -3.493328094482422 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.510272979736328 + }, + "PointY": { + "type": "float", + "value": -3.499496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.010269165039063 + }, + "PointY": { + "type": "float", + "value": -1.987144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.004093170166015625 + }, + "PointY": { + "type": "float", + "value": -1.987148284912109 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.511528015136719 + }, + "PointY": { + "type": "float", + "value": -3.480979919433594 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999183654785156 + }, + "PointY": { + "type": "float", + "value": -3.493324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.005359649658203 + }, + "PointY": { + "type": "float", + "value": -2.993324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4991798400878906 + }, + "PointY": { + "type": "float", + "value": -1.487144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4930038452148438 + }, + "PointY": { + "type": "float", + "value": -0.4871406555175781 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999927520751953 + }, + "PointY": { + "type": "float", + "value": 1.015377044677734 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.007808685302734 + }, + "PointY": { + "type": "float", + "value": 1.519588470458984 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.487838745117188 + }, + "PointY": { + "type": "float", + "value": 1.527469635009766 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.01651382446289063 + }, + "PointY": { + "type": "float", + "value": -0.00835418701171875 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.012691497802734 + }, + "PointY": { + "type": "float", + "value": 0.0 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.531734466552734 + }, + "PointY": { + "type": "float", + "value": 1.512706756591797 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.012760162353516 + }, + "PointY": { + "type": "float", + "value": 1.519035339355469 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + } + ] + }, + "HighlightHeight": { + "type": "float", + "value": 0.0 + }, + "KeyName": { + "type": "cexostring", + "value": "" + }, + "LinkedTo": { + "type": "cexostring", + "value": "" + }, + "LinkedToFlags": { + "type": "byte", + "value": 0 + }, + "LoadScreenID": { + "type": "word", + "value": 0 + }, + "LocalizedName": { + "id": 14759, + "type": "cexolocstring", + "value": { + "0": "South & West Junction" + } + }, + "OnClick": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnTrapTriggered": { + "type": "resref", + "value": "" + }, + "PortraitId": { + "type": "word", + "value": 0 + }, + "ScriptHeartbeat": { + "type": "resref", + "value": "" + }, + "ScriptOnEnter": { + "type": "resref", + "value": "prc_maze_mvtrig" + }, + "ScriptOnExit": { + "type": "resref", + "value": "" + }, + "ScriptUserDefine": { + "type": "resref", + "value": "" + }, + "Tag": { + "type": "cexostring", + "value": "prc_maze_south_west" + }, + "TemplateResRef": { + "type": "resref", + "value": "newgeneric" + }, + "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": "int", + "value": 0 + }, + "VarTable": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "Name": { + "type": "cexostring", + "value": "directions" + }, + "Type": { + "type": "dword", + "value": 1 + }, + "Value": { + "type": "int", + "value": 272 + } + } + ] + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": 135.3796081542969 + }, + "YOrientation": { + "type": "float", + "value": 0.0 + }, + "YPosition": { + "type": "float", + "value": 135.7371520996094 + }, + "ZOrientation": { + "type": "float", + "value": 0.0 + }, + "ZPosition": { + "type": "float", + "value": 0.2000010013580322 + } + }, + { + "__struct_id": 1, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Cursor": { + "type": "byte", + "value": 0 + }, + "DisarmDC": { + "type": "byte", + "value": 0 + }, + "Faction": { + "type": "dword", + "value": 1 + }, + "Geometry": { + "type": "list", + "value": [ + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.025417327880859 + }, + "PointY": { + "type": "float", + "value": 1.006362915039063 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.512710571289063 + }, + "PointY": { + "type": "float", + "value": -0.4936904907226563 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.519039154052734 + }, + "PointY": { + "type": "float", + "value": -1.481063842773438 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.010276794433594 + }, + "PointY": { + "type": "float", + "value": -2.999496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.022621154785156 + }, + "PointY": { + "type": "float", + "value": -3.493328094482422 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.510272979736328 + }, + "PointY": { + "type": "float", + "value": -3.499496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.010269165039063 + }, + "PointY": { + "type": "float", + "value": -1.987144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.004093170166015625 + }, + "PointY": { + "type": "float", + "value": -1.987148284912109 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.511528015136719 + }, + "PointY": { + "type": "float", + "value": -3.480979919433594 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999183654785156 + }, + "PointY": { + "type": "float", + "value": -3.493324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.005359649658203 + }, + "PointY": { + "type": "float", + "value": -2.993324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4991798400878906 + }, + "PointY": { + "type": "float", + "value": -1.487144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4930038452148438 + }, + "PointY": { + "type": "float", + "value": -0.4871406555175781 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999927520751953 + }, + "PointY": { + "type": "float", + "value": 1.015377044677734 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.007808685302734 + }, + "PointY": { + "type": "float", + "value": 1.519588470458984 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.487838745117188 + }, + "PointY": { + "type": "float", + "value": 1.527469635009766 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.01651382446289063 + }, + "PointY": { + "type": "float", + "value": -0.00835418701171875 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.012691497802734 + }, + "PointY": { + "type": "float", + "value": 0.0 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.531734466552734 + }, + "PointY": { + "type": "float", + "value": 1.512706756591797 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.012760162353516 + }, + "PointY": { + "type": "float", + "value": 1.519035339355469 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + } + ] + }, + "HighlightHeight": { + "type": "float", + "value": 0.0 + }, + "KeyName": { + "type": "cexostring", + "value": "" + }, + "LinkedTo": { + "type": "cexostring", + "value": "" + }, + "LinkedToFlags": { + "type": "byte", + "value": 0 + }, + "LoadScreenID": { + "type": "word", + "value": 0 + }, + "LocalizedName": { + "id": 14759, + "type": "cexolocstring", + "value": { + "0": "North & East Junction" + } + }, + "OnClick": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnTrapTriggered": { + "type": "resref", + "value": "" + }, + "PortraitId": { + "type": "word", + "value": 0 + }, + "ScriptHeartbeat": { + "type": "resref", + "value": "" + }, + "ScriptOnEnter": { + "type": "resref", + "value": "prc_maze_mvtrig" + }, + "ScriptOnExit": { + "type": "resref", + "value": "" + }, + "ScriptUserDefine": { + "type": "resref", + "value": "" + }, + "Tag": { + "type": "cexostring", + "value": "prc_maze_north_east" + }, + "TemplateResRef": { + "type": "resref", + "value": "newgeneric" + }, + "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": "int", + "value": 0 + }, + "VarTable": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "Name": { + "type": "cexostring", + "value": "directions" + }, + "Type": { + "type": "dword", + "value": 1 + }, + "Value": { + "type": "int", + "value": 4097 + } + } + ] + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": 25.74020004272461 + }, + "YOrientation": { + "type": "float", + "value": 0.0 + }, + "YPosition": { + "type": "float", + "value": 66.09665679931641 + }, + "ZOrientation": { + "type": "float", + "value": 0.0 + }, + "ZPosition": { + "type": "float", + "value": 0.2000038623809815 + } + }, + { + "__struct_id": 1, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Cursor": { + "type": "byte", + "value": 0 + }, + "DisarmDC": { + "type": "byte", + "value": 0 + }, + "Faction": { + "type": "dword", + "value": 1 + }, + "Geometry": { + "type": "list", + "value": [ + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.025417327880859 + }, + "PointY": { + "type": "float", + "value": 1.006362915039063 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.512710571289063 + }, + "PointY": { + "type": "float", + "value": -0.4936904907226563 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.519039154052734 + }, + "PointY": { + "type": "float", + "value": -1.481063842773438 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.010276794433594 + }, + "PointY": { + "type": "float", + "value": -2.999496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.022621154785156 + }, + "PointY": { + "type": "float", + "value": -3.493328094482422 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.510272979736328 + }, + "PointY": { + "type": "float", + "value": -3.499496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.010269165039063 + }, + "PointY": { + "type": "float", + "value": -1.987144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.004093170166015625 + }, + "PointY": { + "type": "float", + "value": -1.987148284912109 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.511528015136719 + }, + "PointY": { + "type": "float", + "value": -3.480979919433594 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999183654785156 + }, + "PointY": { + "type": "float", + "value": -3.493324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.005359649658203 + }, + "PointY": { + "type": "float", + "value": -2.993324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4991798400878906 + }, + "PointY": { + "type": "float", + "value": -1.487144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4930038452148438 + }, + "PointY": { + "type": "float", + "value": -0.4871406555175781 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999927520751953 + }, + "PointY": { + "type": "float", + "value": 1.015377044677734 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.007808685302734 + }, + "PointY": { + "type": "float", + "value": 1.519588470458984 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.487838745117188 + }, + "PointY": { + "type": "float", + "value": 1.527469635009766 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.01651382446289063 + }, + "PointY": { + "type": "float", + "value": -0.00835418701171875 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.012691497802734 + }, + "PointY": { + "type": "float", + "value": 0.0 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.531734466552734 + }, + "PointY": { + "type": "float", + "value": 1.512706756591797 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.012760162353516 + }, + "PointY": { + "type": "float", + "value": 1.519035339355469 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + } + ] + }, + "HighlightHeight": { + "type": "float", + "value": 0.0 + }, + "KeyName": { + "type": "cexostring", + "value": "" + }, + "LinkedTo": { + "type": "cexostring", + "value": "" + }, + "LinkedToFlags": { + "type": "byte", + "value": 0 + }, + "LoadScreenID": { + "type": "word", + "value": 0 + }, + "LocalizedName": { + "id": 14759, + "type": "cexolocstring", + "value": { + "0": "South & West Junction" + } + }, + "OnClick": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnTrapTriggered": { + "type": "resref", + "value": "" + }, + "PortraitId": { + "type": "word", + "value": 0 + }, + "ScriptHeartbeat": { + "type": "resref", + "value": "" + }, + "ScriptOnEnter": { + "type": "resref", + "value": "prc_maze_mvtrig" + }, + "ScriptOnExit": { + "type": "resref", + "value": "" + }, + "ScriptUserDefine": { + "type": "resref", + "value": "" + }, + "Tag": { + "type": "cexostring", + "value": "prc_maze_south_west" + }, + "TemplateResRef": { + "type": "resref", + "value": "newgeneric" + }, + "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": "int", + "value": 0 + }, + "VarTable": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "Name": { + "type": "cexostring", + "value": "directions" + }, + "Type": { + "type": "dword", + "value": 1 + }, + "Value": { + "type": "int", + "value": 272 + } + } + ] + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": 35.32824325561523 + }, + "YOrientation": { + "type": "float", + "value": 0.0 + }, + "YPosition": { + "type": "float", + "value": 65.9049072265625 + }, + "ZOrientation": { + "type": "float", + "value": 0.0 + }, + "ZPosition": { + "type": "float", + "value": 0.2000019550323486 + } + }, + { + "__struct_id": 1, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Cursor": { + "type": "byte", + "value": 0 + }, + "DisarmDC": { + "type": "byte", + "value": 0 + }, + "Faction": { + "type": "dword", + "value": 1 + }, + "Geometry": { + "type": "list", + "value": [ + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.025417327880859 + }, + "PointY": { + "type": "float", + "value": 1.006362915039063 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.512710571289063 + }, + "PointY": { + "type": "float", + "value": -0.4936904907226563 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.519039154052734 + }, + "PointY": { + "type": "float", + "value": -1.481063842773438 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.010276794433594 + }, + "PointY": { + "type": "float", + "value": -2.999496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.022621154785156 + }, + "PointY": { + "type": "float", + "value": -3.493328094482422 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.510272979736328 + }, + "PointY": { + "type": "float", + "value": -3.499496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.010269165039063 + }, + "PointY": { + "type": "float", + "value": -1.987144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.004093170166015625 + }, + "PointY": { + "type": "float", + "value": -1.987148284912109 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.511528015136719 + }, + "PointY": { + "type": "float", + "value": -3.480979919433594 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999183654785156 + }, + "PointY": { + "type": "float", + "value": -3.493324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.005359649658203 + }, + "PointY": { + "type": "float", + "value": -2.993324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4991798400878906 + }, + "PointY": { + "type": "float", + "value": -1.487144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4930038452148438 + }, + "PointY": { + "type": "float", + "value": -0.4871406555175781 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999927520751953 + }, + "PointY": { + "type": "float", + "value": 1.015377044677734 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.007808685302734 + }, + "PointY": { + "type": "float", + "value": 1.519588470458984 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.487838745117188 + }, + "PointY": { + "type": "float", + "value": 1.527469635009766 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.01651382446289063 + }, + "PointY": { + "type": "float", + "value": -0.00835418701171875 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.012691497802734 + }, + "PointY": { + "type": "float", + "value": 0.0 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.531734466552734 + }, + "PointY": { + "type": "float", + "value": 1.512706756591797 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.012760162353516 + }, + "PointY": { + "type": "float", + "value": 1.519035339355469 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + } + ] + }, + "HighlightHeight": { + "type": "float", + "value": 0.0 + }, + "KeyName": { + "type": "cexostring", + "value": "" + }, + "LinkedTo": { + "type": "cexostring", + "value": "" + }, + "LinkedToFlags": { + "type": "byte", + "value": 0 + }, + "LoadScreenID": { + "type": "word", + "value": 0 + }, + "LocalizedName": { + "id": 14759, + "type": "cexolocstring", + "value": { + "0": "North & West Junction" + } + }, + "OnClick": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnTrapTriggered": { + "type": "resref", + "value": "" + }, + "PortraitId": { + "type": "word", + "value": 0 + }, + "ScriptHeartbeat": { + "type": "resref", + "value": "" + }, + "ScriptOnEnter": { + "type": "resref", + "value": "prc_maze_mvtrig" + }, + "ScriptOnExit": { + "type": "resref", + "value": "" + }, + "ScriptUserDefine": { + "type": "resref", + "value": "" + }, + "Tag": { + "type": "cexostring", + "value": "prc_maze_north_west" + }, + "TemplateResRef": { + "type": "resref", + "value": "newgeneric" + }, + "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": "int", + "value": 0 + }, + "VarTable": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "Name": { + "type": "cexostring", + "value": "directions" + }, + "Type": { + "type": "dword", + "value": 1 + }, + "Value": { + "type": "int", + "value": 4112 + } + } + ] + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": 65.45547485351563 + }, + "YOrientation": { + "type": "float", + "value": 0.0 + }, + "YPosition": { + "type": "float", + "value": 66.19254302978516 + }, + "ZOrientation": { + "type": "float", + "value": 0.0 + }, + "ZPosition": { + "type": "float", + "value": 0.199998140335083 + } + }, + { + "__struct_id": 1, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Cursor": { + "type": "byte", + "value": 0 + }, + "DisarmDC": { + "type": "byte", + "value": 0 + }, + "Faction": { + "type": "dword", + "value": 1 + }, + "Geometry": { + "type": "list", + "value": [ + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.025417327880859 + }, + "PointY": { + "type": "float", + "value": 1.006362915039063 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.512710571289063 + }, + "PointY": { + "type": "float", + "value": -0.4936904907226563 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.519039154052734 + }, + "PointY": { + "type": "float", + "value": -1.481063842773438 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.010276794433594 + }, + "PointY": { + "type": "float", + "value": -2.999496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.022621154785156 + }, + "PointY": { + "type": "float", + "value": -3.493328094482422 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.510272979736328 + }, + "PointY": { + "type": "float", + "value": -3.499496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.010269165039063 + }, + "PointY": { + "type": "float", + "value": -1.987144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.004093170166015625 + }, + "PointY": { + "type": "float", + "value": -1.987148284912109 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.511528015136719 + }, + "PointY": { + "type": "float", + "value": -3.480979919433594 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999183654785156 + }, + "PointY": { + "type": "float", + "value": -3.493324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.005359649658203 + }, + "PointY": { + "type": "float", + "value": -2.993324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4991798400878906 + }, + "PointY": { + "type": "float", + "value": -1.487144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4930038452148438 + }, + "PointY": { + "type": "float", + "value": -0.4871406555175781 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999927520751953 + }, + "PointY": { + "type": "float", + "value": 1.015377044677734 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.007808685302734 + }, + "PointY": { + "type": "float", + "value": 1.519588470458984 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.487838745117188 + }, + "PointY": { + "type": "float", + "value": 1.527469635009766 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.01651382446289063 + }, + "PointY": { + "type": "float", + "value": -0.00835418701171875 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.012691497802734 + }, + "PointY": { + "type": "float", + "value": 0.0 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.531734466552734 + }, + "PointY": { + "type": "float", + "value": 1.512706756591797 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.012760162353516 + }, + "PointY": { + "type": "float", + "value": 1.519035339355469 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + } + ] + }, + "HighlightHeight": { + "type": "float", + "value": 0.0 + }, + "KeyName": { + "type": "cexostring", + "value": "" + }, + "LinkedTo": { + "type": "cexostring", + "value": "" + }, + "LinkedToFlags": { + "type": "byte", + "value": 0 + }, + "LoadScreenID": { + "type": "word", + "value": 0 + }, + "LocalizedName": { + "id": 14759, + "type": "cexolocstring", + "value": { + "0": "North & South & West & East Junction" + } + }, + "OnClick": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnTrapTriggered": { + "type": "resref", + "value": "" + }, + "PortraitId": { + "type": "word", + "value": 0 + }, + "ScriptHeartbeat": { + "type": "resref", + "value": "" + }, + "ScriptOnEnter": { + "type": "resref", + "value": "prc_maze_mvtrig" + }, + "ScriptOnExit": { + "type": "resref", + "value": "" + }, + "ScriptUserDefine": { + "type": "resref", + "value": "" + }, + "Tag": { + "type": "cexostring", + "value": "prc_maze_north_south_west_east" + }, + "TemplateResRef": { + "type": "resref", + "value": "newgeneric" + }, + "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": "int", + "value": 0 + }, + "VarTable": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "Name": { + "type": "cexostring", + "value": "directions" + }, + "Type": { + "type": "dword", + "value": 1 + }, + "Value": { + "type": "int", + "value": 4369 + } + } + ] + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": 75.58873748779297 + }, + "YOrientation": { + "type": "float", + "value": 0.0 + }, + "YPosition": { + "type": "float", + "value": 76.06822204589844 + }, + "ZOrientation": { + "type": "float", + "value": 0.0 + }, + "ZPosition": { + "type": "float", + "value": 0.2000019550323486 + } + }, + { + "__struct_id": 1, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Cursor": { + "type": "byte", + "value": 0 + }, + "DisarmDC": { + "type": "byte", + "value": 0 + }, + "Faction": { + "type": "dword", + "value": 1 + }, + "Geometry": { + "type": "list", + "value": [ + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.025417327880859 + }, + "PointY": { + "type": "float", + "value": 1.006362915039063 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.512710571289063 + }, + "PointY": { + "type": "float", + "value": -0.4936904907226563 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.519039154052734 + }, + "PointY": { + "type": "float", + "value": -1.481063842773438 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.010276794433594 + }, + "PointY": { + "type": "float", + "value": -2.999496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.022621154785156 + }, + "PointY": { + "type": "float", + "value": -3.493328094482422 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.510272979736328 + }, + "PointY": { + "type": "float", + "value": -3.499496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.010269165039063 + }, + "PointY": { + "type": "float", + "value": -1.987144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.004093170166015625 + }, + "PointY": { + "type": "float", + "value": -1.987148284912109 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.511528015136719 + }, + "PointY": { + "type": "float", + "value": -3.480979919433594 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999183654785156 + }, + "PointY": { + "type": "float", + "value": -3.493324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.005359649658203 + }, + "PointY": { + "type": "float", + "value": -2.993324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4991798400878906 + }, + "PointY": { + "type": "float", + "value": -1.487144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4930038452148438 + }, + "PointY": { + "type": "float", + "value": -0.4871406555175781 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999927520751953 + }, + "PointY": { + "type": "float", + "value": 1.015377044677734 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.007808685302734 + }, + "PointY": { + "type": "float", + "value": 1.519588470458984 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.487838745117188 + }, + "PointY": { + "type": "float", + "value": 1.527469635009766 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.01651382446289063 + }, + "PointY": { + "type": "float", + "value": -0.00835418701171875 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.012691497802734 + }, + "PointY": { + "type": "float", + "value": 0.0 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.531734466552734 + }, + "PointY": { + "type": "float", + "value": 1.512706756591797 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.012760162353516 + }, + "PointY": { + "type": "float", + "value": 1.519035339355469 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + } + ] + }, + "HighlightHeight": { + "type": "float", + "value": 0.0 + }, + "KeyName": { + "type": "cexostring", + "value": "" + }, + "LinkedTo": { + "type": "cexostring", + "value": "" + }, + "LinkedToFlags": { + "type": "byte", + "value": 0 + }, + "LoadScreenID": { + "type": "word", + "value": 0 + }, + "LocalizedName": { + "id": 14759, + "type": "cexolocstring", + "value": { + "0": "South & East Junction" + } + }, + "OnClick": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnTrapTriggered": { + "type": "resref", + "value": "" + }, + "PortraitId": { + "type": "word", + "value": 0 + }, + "ScriptHeartbeat": { + "type": "resref", + "value": "" + }, + "ScriptOnEnter": { + "type": "resref", + "value": "prc_maze_mvtrig" + }, + "ScriptOnExit": { + "type": "resref", + "value": "" + }, + "ScriptUserDefine": { + "type": "resref", + "value": "" + }, + "Tag": { + "type": "cexostring", + "value": "prc_maze_south_east" + }, + "TemplateResRef": { + "type": "resref", + "value": "newgeneric" + }, + "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": "int", + "value": 0 + }, + "VarTable": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "Name": { + "type": "cexostring", + "value": "directions" + }, + "Type": { + "type": "dword", + "value": 1 + }, + "Value": { + "type": "int", + "value": 257 + } + } + ] + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": 85.84793853759766 + }, + "YOrientation": { + "type": "float", + "value": 0.0 + }, + "YPosition": { + "type": "float", + "value": 65.80902099609375 + }, + "ZOrientation": { + "type": "float", + "value": 0.0 + }, + "ZPosition": { + "type": "float", + "value": 0.2000000476837158 + } + }, + { + "__struct_id": 1, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Cursor": { + "type": "byte", + "value": 0 + }, + "DisarmDC": { + "type": "byte", + "value": 0 + }, + "Faction": { + "type": "dword", + "value": 1 + }, + "Geometry": { + "type": "list", + "value": [ + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.025417327880859 + }, + "PointY": { + "type": "float", + "value": 1.006362915039063 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.512710571289063 + }, + "PointY": { + "type": "float", + "value": -0.4936904907226563 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.519039154052734 + }, + "PointY": { + "type": "float", + "value": -1.481063842773438 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.010276794433594 + }, + "PointY": { + "type": "float", + "value": -2.999496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.022621154785156 + }, + "PointY": { + "type": "float", + "value": -3.493328094482422 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.510272979736328 + }, + "PointY": { + "type": "float", + "value": -3.499496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.010269165039063 + }, + "PointY": { + "type": "float", + "value": -1.987144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.004093170166015625 + }, + "PointY": { + "type": "float", + "value": -1.987148284912109 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.511528015136719 + }, + "PointY": { + "type": "float", + "value": -3.480979919433594 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999183654785156 + }, + "PointY": { + "type": "float", + "value": -3.493324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.005359649658203 + }, + "PointY": { + "type": "float", + "value": -2.993324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4991798400878906 + }, + "PointY": { + "type": "float", + "value": -1.487144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4930038452148438 + }, + "PointY": { + "type": "float", + "value": -0.4871406555175781 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999927520751953 + }, + "PointY": { + "type": "float", + "value": 1.015377044677734 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.007808685302734 + }, + "PointY": { + "type": "float", + "value": 1.519588470458984 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.487838745117188 + }, + "PointY": { + "type": "float", + "value": 1.527469635009766 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.01651382446289063 + }, + "PointY": { + "type": "float", + "value": -0.00835418701171875 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.012691497802734 + }, + "PointY": { + "type": "float", + "value": 0.0 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.531734466552734 + }, + "PointY": { + "type": "float", + "value": 1.512706756591797 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.012760162353516 + }, + "PointY": { + "type": "float", + "value": 1.519035339355469 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + } + ] + }, + "HighlightHeight": { + "type": "float", + "value": 0.0 + }, + "KeyName": { + "type": "cexostring", + "value": "" + }, + "LinkedTo": { + "type": "cexostring", + "value": "" + }, + "LinkedToFlags": { + "type": "byte", + "value": 0 + }, + "LoadScreenID": { + "type": "word", + "value": 0 + }, + "LocalizedName": { + "id": 14759, + "type": "cexolocstring", + "value": { + "0": "North & East Junction" + } + }, + "OnClick": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnTrapTriggered": { + "type": "resref", + "value": "" + }, + "PortraitId": { + "type": "word", + "value": 0 + }, + "ScriptHeartbeat": { + "type": "resref", + "value": "" + }, + "ScriptOnEnter": { + "type": "resref", + "value": "prc_maze_mvtrig" + }, + "ScriptOnExit": { + "type": "resref", + "value": "" + }, + "ScriptUserDefine": { + "type": "resref", + "value": "" + }, + "Tag": { + "type": "cexostring", + "value": "prc_maze_north_east" + }, + "TemplateResRef": { + "type": "resref", + "value": "newgeneric" + }, + "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": "int", + "value": 0 + }, + "VarTable": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "Name": { + "type": "cexostring", + "value": "directions" + }, + "Type": { + "type": "dword", + "value": 1 + }, + "Value": { + "type": "int", + "value": 4097 + } + } + ] + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": 15.62148475646973 + }, + "YOrientation": { + "type": "float", + "value": 0.0 + }, + "YPosition": { + "type": "float", + "value": 75.98092651367188 + }, + "ZOrientation": { + "type": "float", + "value": 0.0 + }, + "ZPosition": { + "type": "float", + "value": 0.2000019550323486 + } + }, + { + "__struct_id": 1, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Cursor": { + "type": "byte", + "value": 0 + }, + "DisarmDC": { + "type": "byte", + "value": 0 + }, + "Faction": { + "type": "dword", + "value": 1 + }, + "Geometry": { + "type": "list", + "value": [ + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.025417327880859 + }, + "PointY": { + "type": "float", + "value": 1.006362915039063 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.512710571289063 + }, + "PointY": { + "type": "float", + "value": -0.4936904907226563 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.519039154052734 + }, + "PointY": { + "type": "float", + "value": -1.481063842773438 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.010276794433594 + }, + "PointY": { + "type": "float", + "value": -2.999496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.022621154785156 + }, + "PointY": { + "type": "float", + "value": -3.493328094482422 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.510272979736328 + }, + "PointY": { + "type": "float", + "value": -3.499496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.010269165039063 + }, + "PointY": { + "type": "float", + "value": -1.987144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.004093170166015625 + }, + "PointY": { + "type": "float", + "value": -1.987148284912109 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.511528015136719 + }, + "PointY": { + "type": "float", + "value": -3.480979919433594 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999183654785156 + }, + "PointY": { + "type": "float", + "value": -3.493324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.005359649658203 + }, + "PointY": { + "type": "float", + "value": -2.993324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4991798400878906 + }, + "PointY": { + "type": "float", + "value": -1.487144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4930038452148438 + }, + "PointY": { + "type": "float", + "value": -0.4871406555175781 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999927520751953 + }, + "PointY": { + "type": "float", + "value": 1.015377044677734 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.007808685302734 + }, + "PointY": { + "type": "float", + "value": 1.519588470458984 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.487838745117188 + }, + "PointY": { + "type": "float", + "value": 1.527469635009766 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.01651382446289063 + }, + "PointY": { + "type": "float", + "value": -0.00835418701171875 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.012691497802734 + }, + "PointY": { + "type": "float", + "value": 0.0 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.531734466552734 + }, + "PointY": { + "type": "float", + "value": 1.512706756591797 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.012760162353516 + }, + "PointY": { + "type": "float", + "value": 1.519035339355469 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + } + ] + }, + "HighlightHeight": { + "type": "float", + "value": 0.0 + }, + "KeyName": { + "type": "cexostring", + "value": "" + }, + "LinkedTo": { + "type": "cexostring", + "value": "" + }, + "LinkedToFlags": { + "type": "byte", + "value": 0 + }, + "LoadScreenID": { + "type": "word", + "value": 0 + }, + "LocalizedName": { + "id": 14759, + "type": "cexolocstring", + "value": { + "0": "North & East Junction" + } + }, + "OnClick": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnTrapTriggered": { + "type": "resref", + "value": "" + }, + "PortraitId": { + "type": "word", + "value": 0 + }, + "ScriptHeartbeat": { + "type": "resref", + "value": "" + }, + "ScriptOnEnter": { + "type": "resref", + "value": "prc_maze_mvtrig" + }, + "ScriptOnExit": { + "type": "resref", + "value": "" + }, + "ScriptUserDefine": { + "type": "resref", + "value": "" + }, + "Tag": { + "type": "cexostring", + "value": "prc_maze_north_east" + }, + "TemplateResRef": { + "type": "resref", + "value": "newgeneric" + }, + "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": "int", + "value": 0 + }, + "VarTable": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "Name": { + "type": "cexostring", + "value": "directions" + }, + "Type": { + "type": "dword", + "value": 1 + }, + "Value": { + "type": "int", + "value": 4097 + } + } + ] + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": 5.585388660430908 + }, + "YOrientation": { + "type": "float", + "value": 0.0 + }, + "YPosition": { + "type": "float", + "value": 86.01702117919922 + }, + "ZOrientation": { + "type": "float", + "value": 0.0 + }, + "ZPosition": { + "type": "float", + "value": 0.2000010013580322 + } + }, + { + "__struct_id": 1, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Cursor": { + "type": "byte", + "value": 0 + }, + "DisarmDC": { + "type": "byte", + "value": 0 + }, + "Faction": { + "type": "dword", + "value": 1 + }, + "Geometry": { + "type": "list", + "value": [ + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.025417327880859 + }, + "PointY": { + "type": "float", + "value": 1.006362915039063 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.512710571289063 + }, + "PointY": { + "type": "float", + "value": -0.4936904907226563 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.519039154052734 + }, + "PointY": { + "type": "float", + "value": -1.481063842773438 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.010276794433594 + }, + "PointY": { + "type": "float", + "value": -2.999496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.022621154785156 + }, + "PointY": { + "type": "float", + "value": -3.493328094482422 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.510272979736328 + }, + "PointY": { + "type": "float", + "value": -3.499496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.010269165039063 + }, + "PointY": { + "type": "float", + "value": -1.987144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.004093170166015625 + }, + "PointY": { + "type": "float", + "value": -1.987148284912109 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.511528015136719 + }, + "PointY": { + "type": "float", + "value": -3.480979919433594 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999183654785156 + }, + "PointY": { + "type": "float", + "value": -3.493324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.005359649658203 + }, + "PointY": { + "type": "float", + "value": -2.993324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4991798400878906 + }, + "PointY": { + "type": "float", + "value": -1.487144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4930038452148438 + }, + "PointY": { + "type": "float", + "value": -0.4871406555175781 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999927520751953 + }, + "PointY": { + "type": "float", + "value": 1.015377044677734 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.007808685302734 + }, + "PointY": { + "type": "float", + "value": 1.519588470458984 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.487838745117188 + }, + "PointY": { + "type": "float", + "value": 1.527469635009766 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.01651382446289063 + }, + "PointY": { + "type": "float", + "value": -0.00835418701171875 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.012691497802734 + }, + "PointY": { + "type": "float", + "value": 0.0 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.531734466552734 + }, + "PointY": { + "type": "float", + "value": 1.512706756591797 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.012760162353516 + }, + "PointY": { + "type": "float", + "value": 1.519035339355469 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + } + ] + }, + "HighlightHeight": { + "type": "float", + "value": 0.0 + }, + "KeyName": { + "type": "cexostring", + "value": "" + }, + "LinkedTo": { + "type": "cexostring", + "value": "" + }, + "LinkedToFlags": { + "type": "byte", + "value": 0 + }, + "LoadScreenID": { + "type": "word", + "value": 0 + }, + "LocalizedName": { + "id": 14759, + "type": "cexolocstring", + "value": { + "0": "North & East Junction" + } + }, + "OnClick": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnTrapTriggered": { + "type": "resref", + "value": "" + }, + "PortraitId": { + "type": "word", + "value": 0 + }, + "ScriptHeartbeat": { + "type": "resref", + "value": "" + }, + "ScriptOnEnter": { + "type": "resref", + "value": "prc_maze_mvtrig" + }, + "ScriptOnExit": { + "type": "resref", + "value": "" + }, + "ScriptUserDefine": { + "type": "resref", + "value": "" + }, + "Tag": { + "type": "cexostring", + "value": "prc_maze_north_east" + }, + "TemplateResRef": { + "type": "resref", + "value": "newgeneric" + }, + "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": "int", + "value": 0 + }, + "VarTable": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "Name": { + "type": "cexostring", + "value": "directions" + }, + "Type": { + "type": "dword", + "value": 1 + }, + "Value": { + "type": "int", + "value": 4097 + } + } + ] + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": 15.62148475646973 + }, + "YOrientation": { + "type": "float", + "value": 0.0 + }, + "YPosition": { + "type": "float", + "value": 95.97986602783203 + }, + "ZOrientation": { + "type": "float", + "value": 0.0 + }, + "ZPosition": { + "type": "float", + "value": 0.2000010013580322 + } + }, + { + "__struct_id": 1, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Cursor": { + "type": "byte", + "value": 0 + }, + "DisarmDC": { + "type": "byte", + "value": 0 + }, + "Faction": { + "type": "dword", + "value": 1 + }, + "Geometry": { + "type": "list", + "value": [ + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.025417327880859 + }, + "PointY": { + "type": "float", + "value": 1.006362915039063 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.512710571289063 + }, + "PointY": { + "type": "float", + "value": -0.4936904907226563 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.519039154052734 + }, + "PointY": { + "type": "float", + "value": -1.481063842773438 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.010276794433594 + }, + "PointY": { + "type": "float", + "value": -2.999496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.022621154785156 + }, + "PointY": { + "type": "float", + "value": -3.493328094482422 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.510272979736328 + }, + "PointY": { + "type": "float", + "value": -3.499496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.010269165039063 + }, + "PointY": { + "type": "float", + "value": -1.987144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.004093170166015625 + }, + "PointY": { + "type": "float", + "value": -1.987148284912109 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.511528015136719 + }, + "PointY": { + "type": "float", + "value": -3.480979919433594 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999183654785156 + }, + "PointY": { + "type": "float", + "value": -3.493324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.005359649658203 + }, + "PointY": { + "type": "float", + "value": -2.993324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4991798400878906 + }, + "PointY": { + "type": "float", + "value": -1.487144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4930038452148438 + }, + "PointY": { + "type": "float", + "value": -0.4871406555175781 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999927520751953 + }, + "PointY": { + "type": "float", + "value": 1.015377044677734 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.007808685302734 + }, + "PointY": { + "type": "float", + "value": 1.519588470458984 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.487838745117188 + }, + "PointY": { + "type": "float", + "value": 1.527469635009766 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.01651382446289063 + }, + "PointY": { + "type": "float", + "value": -0.00835418701171875 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.012691497802734 + }, + "PointY": { + "type": "float", + "value": 0.0 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.531734466552734 + }, + "PointY": { + "type": "float", + "value": 1.512706756591797 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.012760162353516 + }, + "PointY": { + "type": "float", + "value": 1.519035339355469 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + } + ] + }, + "HighlightHeight": { + "type": "float", + "value": 0.0 + }, + "KeyName": { + "type": "cexostring", + "value": "" + }, + "LinkedTo": { + "type": "cexostring", + "value": "" + }, + "LinkedToFlags": { + "type": "byte", + "value": 0 + }, + "LoadScreenID": { + "type": "word", + "value": 0 + }, + "LocalizedName": { + "id": 14759, + "type": "cexolocstring", + "value": { + "0": "South & East Junction" + } + }, + "OnClick": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnTrapTriggered": { + "type": "resref", + "value": "" + }, + "PortraitId": { + "type": "word", + "value": 0 + }, + "ScriptHeartbeat": { + "type": "resref", + "value": "" + }, + "ScriptOnEnter": { + "type": "resref", + "value": "prc_maze_mvtrig" + }, + "ScriptOnExit": { + "type": "resref", + "value": "" + }, + "ScriptUserDefine": { + "type": "resref", + "value": "" + }, + "Tag": { + "type": "cexostring", + "value": "prc_maze_south_east" + }, + "TemplateResRef": { + "type": "resref", + "value": "newgeneric" + }, + "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": "int", + "value": 0 + }, + "VarTable": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "Name": { + "type": "cexostring", + "value": "directions" + }, + "Type": { + "type": "dword", + "value": 1 + }, + "Value": { + "type": "int", + "value": 257 + } + } + ] + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": 5.667905807495117 + }, + "YOrientation": { + "type": "float", + "value": 0.0 + }, + "YPosition": { + "type": "float", + "value": 105.7316741943359 + }, + "ZOrientation": { + "type": "float", + "value": 0.0 + }, + "ZPosition": { + "type": "float", + "value": 0.2000010013580322 + } + }, + { + "__struct_id": 1, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Cursor": { + "type": "byte", + "value": 0 + }, + "DisarmDC": { + "type": "byte", + "value": 0 + }, + "Faction": { + "type": "dword", + "value": 1 + }, + "Geometry": { + "type": "list", + "value": [ + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.025417327880859 + }, + "PointY": { + "type": "float", + "value": 1.006362915039063 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.512710571289063 + }, + "PointY": { + "type": "float", + "value": -0.4936904907226563 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.519039154052734 + }, + "PointY": { + "type": "float", + "value": -1.481063842773438 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.010276794433594 + }, + "PointY": { + "type": "float", + "value": -2.999496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.022621154785156 + }, + "PointY": { + "type": "float", + "value": -3.493328094482422 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.510272979736328 + }, + "PointY": { + "type": "float", + "value": -3.499496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.010269165039063 + }, + "PointY": { + "type": "float", + "value": -1.987144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.004093170166015625 + }, + "PointY": { + "type": "float", + "value": -1.987148284912109 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.511528015136719 + }, + "PointY": { + "type": "float", + "value": -3.480979919433594 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999183654785156 + }, + "PointY": { + "type": "float", + "value": -3.493324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.005359649658203 + }, + "PointY": { + "type": "float", + "value": -2.993324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4991798400878906 + }, + "PointY": { + "type": "float", + "value": -1.487144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4930038452148438 + }, + "PointY": { + "type": "float", + "value": -0.4871406555175781 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999927520751953 + }, + "PointY": { + "type": "float", + "value": 1.015377044677734 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.007808685302734 + }, + "PointY": { + "type": "float", + "value": 1.519588470458984 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.487838745117188 + }, + "PointY": { + "type": "float", + "value": 1.527469635009766 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.01651382446289063 + }, + "PointY": { + "type": "float", + "value": -0.00835418701171875 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.012691497802734 + }, + "PointY": { + "type": "float", + "value": 0.0 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.531734466552734 + }, + "PointY": { + "type": "float", + "value": 1.512706756591797 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.012760162353516 + }, + "PointY": { + "type": "float", + "value": 1.519035339355469 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + } + ] + }, + "HighlightHeight": { + "type": "float", + "value": 0.0 + }, + "KeyName": { + "type": "cexostring", + "value": "" + }, + "LinkedTo": { + "type": "cexostring", + "value": "" + }, + "LinkedToFlags": { + "type": "byte", + "value": 0 + }, + "LoadScreenID": { + "type": "word", + "value": 0 + }, + "LocalizedName": { + "id": 14759, + "type": "cexolocstring", + "value": { + "0": "North & East Junction" + } + }, + "OnClick": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnTrapTriggered": { + "type": "resref", + "value": "" + }, + "PortraitId": { + "type": "word", + "value": 0 + }, + "ScriptHeartbeat": { + "type": "resref", + "value": "" + }, + "ScriptOnEnter": { + "type": "resref", + "value": "prc_maze_mvtrig" + }, + "ScriptOnExit": { + "type": "resref", + "value": "" + }, + "ScriptUserDefine": { + "type": "resref", + "value": "" + }, + "Tag": { + "type": "cexostring", + "value": "prc_maze_north_east" + }, + "TemplateResRef": { + "type": "resref", + "value": "newgeneric" + }, + "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": "int", + "value": 0 + }, + "VarTable": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "Name": { + "type": "cexostring", + "value": "directions" + }, + "Type": { + "type": "dword", + "value": 1 + }, + "Value": { + "type": "int", + "value": 4097 + } + } + ] + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": 5.667905807495117 + }, + "YOrientation": { + "type": "float", + "value": 0.0 + }, + "YPosition": { + "type": "float", + "value": 126.0635986328125 + }, + "ZOrientation": { + "type": "float", + "value": 0.0 + }, + "ZPosition": { + "type": "float", + "value": 0.1999990940093994 + } + }, + { + "__struct_id": 1, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Cursor": { + "type": "byte", + "value": 0 + }, + "DisarmDC": { + "type": "byte", + "value": 0 + }, + "Faction": { + "type": "dword", + "value": 1 + }, + "Geometry": { + "type": "list", + "value": [ + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.025417327880859 + }, + "PointY": { + "type": "float", + "value": 1.006362915039063 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.512710571289063 + }, + "PointY": { + "type": "float", + "value": -0.4936904907226563 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.519039154052734 + }, + "PointY": { + "type": "float", + "value": -1.481063842773438 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.010276794433594 + }, + "PointY": { + "type": "float", + "value": -2.999496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.022621154785156 + }, + "PointY": { + "type": "float", + "value": -3.493328094482422 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.510272979736328 + }, + "PointY": { + "type": "float", + "value": -3.499496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.010269165039063 + }, + "PointY": { + "type": "float", + "value": -1.987144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.004093170166015625 + }, + "PointY": { + "type": "float", + "value": -1.987148284912109 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.511528015136719 + }, + "PointY": { + "type": "float", + "value": -3.480979919433594 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999183654785156 + }, + "PointY": { + "type": "float", + "value": -3.493324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.005359649658203 + }, + "PointY": { + "type": "float", + "value": -2.993324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4991798400878906 + }, + "PointY": { + "type": "float", + "value": -1.487144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4930038452148438 + }, + "PointY": { + "type": "float", + "value": -0.4871406555175781 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999927520751953 + }, + "PointY": { + "type": "float", + "value": 1.015377044677734 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.007808685302734 + }, + "PointY": { + "type": "float", + "value": 1.519588470458984 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.487838745117188 + }, + "PointY": { + "type": "float", + "value": 1.527469635009766 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.01651382446289063 + }, + "PointY": { + "type": "float", + "value": -0.00835418701171875 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.012691497802734 + }, + "PointY": { + "type": "float", + "value": 0.0 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.531734466552734 + }, + "PointY": { + "type": "float", + "value": 1.512706756591797 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.012760162353516 + }, + "PointY": { + "type": "float", + "value": 1.519035339355469 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + } + ] + }, + "HighlightHeight": { + "type": "float", + "value": 0.0 + }, + "KeyName": { + "type": "cexostring", + "value": "" + }, + "LinkedTo": { + "type": "cexostring", + "value": "" + }, + "LinkedToFlags": { + "type": "byte", + "value": 0 + }, + "LoadScreenID": { + "type": "word", + "value": 0 + }, + "LocalizedName": { + "id": 14759, + "type": "cexolocstring", + "value": { + "0": "South & East Junction" + } + }, + "OnClick": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnTrapTriggered": { + "type": "resref", + "value": "" + }, + "PortraitId": { + "type": "word", + "value": 0 + }, + "ScriptHeartbeat": { + "type": "resref", + "value": "" + }, + "ScriptOnEnter": { + "type": "resref", + "value": "prc_maze_mvtrig" + }, + "ScriptOnExit": { + "type": "resref", + "value": "" + }, + "ScriptUserDefine": { + "type": "resref", + "value": "" + }, + "Tag": { + "type": "cexostring", + "value": "prc_maze_south_east" + }, + "TemplateResRef": { + "type": "resref", + "value": "newgeneric" + }, + "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": "int", + "value": 0 + }, + "VarTable": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "Name": { + "type": "cexostring", + "value": "directions" + }, + "Type": { + "type": "dword", + "value": 1 + }, + "Value": { + "type": "int", + "value": 257 + } + } + ] + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": 5.757955551147461 + }, + "YOrientation": { + "type": "float", + "value": 0.0 + }, + "YPosition": { + "type": "float", + "value": 145.6945190429688 + }, + "ZOrientation": { + "type": "float", + "value": 0.0 + }, + "ZPosition": { + "type": "float", + "value": 0.2000010013580322 + } + }, + { + "__struct_id": 1, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Cursor": { + "type": "byte", + "value": 0 + }, + "DisarmDC": { + "type": "byte", + "value": 0 + }, + "Faction": { + "type": "dword", + "value": 1 + }, + "Geometry": { + "type": "list", + "value": [ + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.025417327880859 + }, + "PointY": { + "type": "float", + "value": 1.006362915039063 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.512710571289063 + }, + "PointY": { + "type": "float", + "value": -0.4936904907226563 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.519039154052734 + }, + "PointY": { + "type": "float", + "value": -1.481063842773438 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.010276794433594 + }, + "PointY": { + "type": "float", + "value": -2.999496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.022621154785156 + }, + "PointY": { + "type": "float", + "value": -3.493328094482422 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.510272979736328 + }, + "PointY": { + "type": "float", + "value": -3.499496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.010269165039063 + }, + "PointY": { + "type": "float", + "value": -1.987144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.004093170166015625 + }, + "PointY": { + "type": "float", + "value": -1.987148284912109 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.511528015136719 + }, + "PointY": { + "type": "float", + "value": -3.480979919433594 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999183654785156 + }, + "PointY": { + "type": "float", + "value": -3.493324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.005359649658203 + }, + "PointY": { + "type": "float", + "value": -2.993324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4991798400878906 + }, + "PointY": { + "type": "float", + "value": -1.487144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4930038452148438 + }, + "PointY": { + "type": "float", + "value": -0.4871406555175781 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999927520751953 + }, + "PointY": { + "type": "float", + "value": 1.015377044677734 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.007808685302734 + }, + "PointY": { + "type": "float", + "value": 1.519588470458984 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.487838745117188 + }, + "PointY": { + "type": "float", + "value": 1.527469635009766 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.01651382446289063 + }, + "PointY": { + "type": "float", + "value": -0.00835418701171875 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.012691497802734 + }, + "PointY": { + "type": "float", + "value": 0.0 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.531734466552734 + }, + "PointY": { + "type": "float", + "value": 1.512706756591797 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.012760162353516 + }, + "PointY": { + "type": "float", + "value": 1.519035339355469 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + } + ] + }, + "HighlightHeight": { + "type": "float", + "value": 0.0 + }, + "KeyName": { + "type": "cexostring", + "value": "" + }, + "LinkedTo": { + "type": "cexostring", + "value": "" + }, + "LinkedToFlags": { + "type": "byte", + "value": 0 + }, + "LoadScreenID": { + "type": "word", + "value": 0 + }, + "LocalizedName": { + "id": 14759, + "type": "cexolocstring", + "value": { + "0": "South & West Junction" + } + }, + "OnClick": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnTrapTriggered": { + "type": "resref", + "value": "" + }, + "PortraitId": { + "type": "word", + "value": 0 + }, + "ScriptHeartbeat": { + "type": "resref", + "value": "" + }, + "ScriptOnEnter": { + "type": "resref", + "value": "prc_maze_mvtrig" + }, + "ScriptOnExit": { + "type": "resref", + "value": "" + }, + "ScriptUserDefine": { + "type": "resref", + "value": "" + }, + "Tag": { + "type": "cexostring", + "value": "prc_maze_south_west" + }, + "TemplateResRef": { + "type": "resref", + "value": "newgeneric" + }, + "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": "int", + "value": 0 + }, + "VarTable": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "Name": { + "type": "cexostring", + "value": "directions" + }, + "Type": { + "type": "dword", + "value": 1 + }, + "Value": { + "type": "int", + "value": 272 + } + } + ] + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": 15.30326843261719 + }, + "YOrientation": { + "type": "float", + "value": 0.0 + }, + "YPosition": { + "type": "float", + "value": 155.7801361083984 + }, + "ZOrientation": { + "type": "float", + "value": 0.0 + }, + "ZPosition": { + "type": "float", + "value": 0.200000524520874 + } + }, + { + "__struct_id": 1, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Cursor": { + "type": "byte", + "value": 0 + }, + "DisarmDC": { + "type": "byte", + "value": 0 + }, + "Faction": { + "type": "dword", + "value": 1 + }, + "Geometry": { + "type": "list", + "value": [ + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.025417327880859 + }, + "PointY": { + "type": "float", + "value": 1.006362915039063 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.512710571289063 + }, + "PointY": { + "type": "float", + "value": -0.4936904907226563 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.519039154052734 + }, + "PointY": { + "type": "float", + "value": -1.481063842773438 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.010276794433594 + }, + "PointY": { + "type": "float", + "value": -2.999496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.022621154785156 + }, + "PointY": { + "type": "float", + "value": -3.493328094482422 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.510272979736328 + }, + "PointY": { + "type": "float", + "value": -3.499496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.010269165039063 + }, + "PointY": { + "type": "float", + "value": -1.987144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.004093170166015625 + }, + "PointY": { + "type": "float", + "value": -1.987148284912109 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.511528015136719 + }, + "PointY": { + "type": "float", + "value": -3.480979919433594 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999183654785156 + }, + "PointY": { + "type": "float", + "value": -3.493324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.005359649658203 + }, + "PointY": { + "type": "float", + "value": -2.993324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4991798400878906 + }, + "PointY": { + "type": "float", + "value": -1.487144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4930038452148438 + }, + "PointY": { + "type": "float", + "value": -0.4871406555175781 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999927520751953 + }, + "PointY": { + "type": "float", + "value": 1.015377044677734 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.007808685302734 + }, + "PointY": { + "type": "float", + "value": 1.519588470458984 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.487838745117188 + }, + "PointY": { + "type": "float", + "value": 1.527469635009766 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.01651382446289063 + }, + "PointY": { + "type": "float", + "value": -0.00835418701171875 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.012691497802734 + }, + "PointY": { + "type": "float", + "value": 0.0 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.531734466552734 + }, + "PointY": { + "type": "float", + "value": 1.512706756591797 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.012760162353516 + }, + "PointY": { + "type": "float", + "value": 1.519035339355469 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + } + ] + }, + "HighlightHeight": { + "type": "float", + "value": 0.0 + }, + "KeyName": { + "type": "cexostring", + "value": "" + }, + "LinkedTo": { + "type": "cexostring", + "value": "" + }, + "LinkedToFlags": { + "type": "byte", + "value": 0 + }, + "LoadScreenID": { + "type": "word", + "value": 0 + }, + "LocalizedName": { + "id": 14759, + "type": "cexolocstring", + "value": { + "0": "North & East Junction" + } + }, + "OnClick": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnTrapTriggered": { + "type": "resref", + "value": "" + }, + "PortraitId": { + "type": "word", + "value": 0 + }, + "ScriptHeartbeat": { + "type": "resref", + "value": "" + }, + "ScriptOnEnter": { + "type": "resref", + "value": "prc_maze_mvtrig" + }, + "ScriptOnExit": { + "type": "resref", + "value": "" + }, + "ScriptUserDefine": { + "type": "resref", + "value": "" + }, + "Tag": { + "type": "cexostring", + "value": "prc_maze_north_east" + }, + "TemplateResRef": { + "type": "resref", + "value": "newgeneric" + }, + "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": "int", + "value": 0 + }, + "VarTable": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "Name": { + "type": "cexostring", + "value": "directions" + }, + "Type": { + "type": "dword", + "value": 1 + }, + "Value": { + "type": "int", + "value": 4097 + } + } + ] + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": 25.65903282165527 + }, + "YOrientation": { + "type": "float", + "value": 0.0 + }, + "YPosition": { + "type": "float", + "value": 136.1492004394531 + }, + "ZOrientation": { + "type": "float", + "value": 0.0 + }, + "ZPosition": { + "type": "float", + "value": 0.2000019550323486 + } + }, + { + "__struct_id": 1, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Cursor": { + "type": "byte", + "value": 0 + }, + "DisarmDC": { + "type": "byte", + "value": 0 + }, + "Faction": { + "type": "dword", + "value": 1 + }, + "Geometry": { + "type": "list", + "value": [ + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.025417327880859 + }, + "PointY": { + "type": "float", + "value": 1.006362915039063 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.512710571289063 + }, + "PointY": { + "type": "float", + "value": -0.4936904907226563 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.519039154052734 + }, + "PointY": { + "type": "float", + "value": -1.481063842773438 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.010276794433594 + }, + "PointY": { + "type": "float", + "value": -2.999496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.022621154785156 + }, + "PointY": { + "type": "float", + "value": -3.493328094482422 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.510272979736328 + }, + "PointY": { + "type": "float", + "value": -3.499496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.010269165039063 + }, + "PointY": { + "type": "float", + "value": -1.987144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.004093170166015625 + }, + "PointY": { + "type": "float", + "value": -1.987148284912109 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.511528015136719 + }, + "PointY": { + "type": "float", + "value": -3.480979919433594 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999183654785156 + }, + "PointY": { + "type": "float", + "value": -3.493324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.005359649658203 + }, + "PointY": { + "type": "float", + "value": -2.993324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4991798400878906 + }, + "PointY": { + "type": "float", + "value": -1.487144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4930038452148438 + }, + "PointY": { + "type": "float", + "value": -0.4871406555175781 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999927520751953 + }, + "PointY": { + "type": "float", + "value": 1.015377044677734 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.007808685302734 + }, + "PointY": { + "type": "float", + "value": 1.519588470458984 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.487838745117188 + }, + "PointY": { + "type": "float", + "value": 1.527469635009766 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.01651382446289063 + }, + "PointY": { + "type": "float", + "value": -0.00835418701171875 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.012691497802734 + }, + "PointY": { + "type": "float", + "value": 0.0 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.531734466552734 + }, + "PointY": { + "type": "float", + "value": 1.512706756591797 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.012760162353516 + }, + "PointY": { + "type": "float", + "value": 1.519035339355469 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + } + ] + }, + "HighlightHeight": { + "type": "float", + "value": 0.0 + }, + "KeyName": { + "type": "cexostring", + "value": "" + }, + "LinkedTo": { + "type": "cexostring", + "value": "" + }, + "LinkedToFlags": { + "type": "byte", + "value": 0 + }, + "LoadScreenID": { + "type": "word", + "value": 0 + }, + "LocalizedName": { + "id": 14759, + "type": "cexolocstring", + "value": { + "0": "North & East Junction" + } + }, + "OnClick": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnTrapTriggered": { + "type": "resref", + "value": "" + }, + "PortraitId": { + "type": "word", + "value": 0 + }, + "ScriptHeartbeat": { + "type": "resref", + "value": "" + }, + "ScriptOnEnter": { + "type": "resref", + "value": "prc_maze_mvtrig" + }, + "ScriptOnExit": { + "type": "resref", + "value": "" + }, + "ScriptUserDefine": { + "type": "resref", + "value": "" + }, + "Tag": { + "type": "cexostring", + "value": "prc_maze_north_east" + }, + "TemplateResRef": { + "type": "resref", + "value": "newgeneric" + }, + "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": "int", + "value": 0 + }, + "VarTable": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "Name": { + "type": "cexostring", + "value": "directions" + }, + "Type": { + "type": "dword", + "value": 1 + }, + "Value": { + "type": "int", + "value": 4097 + } + } + ] + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": 25.5689811706543 + }, + "YOrientation": { + "type": "float", + "value": 0.0 + }, + "YPosition": { + "type": "float", + "value": 106.0724792480469 + }, + "ZOrientation": { + "type": "float", + "value": 0.0 + }, + "ZPosition": { + "type": "float", + "value": 0.2000000476837158 + } + }, + { + "__struct_id": 1, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Cursor": { + "type": "byte", + "value": 0 + }, + "DisarmDC": { + "type": "byte", + "value": 0 + }, + "Faction": { + "type": "dword", + "value": 1 + }, + "Geometry": { + "type": "list", + "value": [ + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.025417327880859 + }, + "PointY": { + "type": "float", + "value": 1.006362915039063 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.512710571289063 + }, + "PointY": { + "type": "float", + "value": -0.4936904907226563 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.519039154052734 + }, + "PointY": { + "type": "float", + "value": -1.481063842773438 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.010276794433594 + }, + "PointY": { + "type": "float", + "value": -2.999496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.022621154785156 + }, + "PointY": { + "type": "float", + "value": -3.493328094482422 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.510272979736328 + }, + "PointY": { + "type": "float", + "value": -3.499496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.010269165039063 + }, + "PointY": { + "type": "float", + "value": -1.987144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.004093170166015625 + }, + "PointY": { + "type": "float", + "value": -1.987148284912109 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.511528015136719 + }, + "PointY": { + "type": "float", + "value": -3.480979919433594 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999183654785156 + }, + "PointY": { + "type": "float", + "value": -3.493324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.005359649658203 + }, + "PointY": { + "type": "float", + "value": -2.993324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4991798400878906 + }, + "PointY": { + "type": "float", + "value": -1.487144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4930038452148438 + }, + "PointY": { + "type": "float", + "value": -0.4871406555175781 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999927520751953 + }, + "PointY": { + "type": "float", + "value": 1.015377044677734 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.007808685302734 + }, + "PointY": { + "type": "float", + "value": 1.519588470458984 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.487838745117188 + }, + "PointY": { + "type": "float", + "value": 1.527469635009766 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.01651382446289063 + }, + "PointY": { + "type": "float", + "value": -0.00835418701171875 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.012691497802734 + }, + "PointY": { + "type": "float", + "value": 0.0 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.531734466552734 + }, + "PointY": { + "type": "float", + "value": 1.512706756591797 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.012760162353516 + }, + "PointY": { + "type": "float", + "value": 1.519035339355469 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + } + ] + }, + "HighlightHeight": { + "type": "float", + "value": 0.0 + }, + "KeyName": { + "type": "cexostring", + "value": "" + }, + "LinkedTo": { + "type": "cexostring", + "value": "" + }, + "LinkedToFlags": { + "type": "byte", + "value": 0 + }, + "LoadScreenID": { + "type": "word", + "value": 0 + }, + "LocalizedName": { + "id": 14759, + "type": "cexolocstring", + "value": { + "0": "North & West & East Junction" + } + }, + "OnClick": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnTrapTriggered": { + "type": "resref", + "value": "" + }, + "PortraitId": { + "type": "word", + "value": 0 + }, + "ScriptHeartbeat": { + "type": "resref", + "value": "" + }, + "ScriptOnEnter": { + "type": "resref", + "value": "prc_maze_mvtrig" + }, + "ScriptOnExit": { + "type": "resref", + "value": "" + }, + "ScriptUserDefine": { + "type": "resref", + "value": "" + }, + "Tag": { + "type": "cexostring", + "value": "prc_maze_north_west_east" + }, + "TemplateResRef": { + "type": "resref", + "value": "newgeneric" + }, + "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": "int", + "value": 0 + }, + "VarTable": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "Name": { + "type": "cexostring", + "value": "directions" + }, + "Type": { + "type": "dword", + "value": 1 + }, + "Value": { + "type": "int", + "value": 4113 + } + } + ] + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": 15.66346836090088 + }, + "YOrientation": { + "type": "float", + "value": 0.0 + }, + "YPosition": { + "type": "float", + "value": 146.144775390625 + }, + "ZOrientation": { + "type": "float", + "value": 0.0 + }, + "ZPosition": { + "type": "float", + "value": 0.1999990940093994 + } + }, + { + "__struct_id": 1, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Cursor": { + "type": "byte", + "value": 0 + }, + "DisarmDC": { + "type": "byte", + "value": 0 + }, + "Faction": { + "type": "dword", + "value": 1 + }, + "Geometry": { + "type": "list", + "value": [ + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.025417327880859 + }, + "PointY": { + "type": "float", + "value": 1.006362915039063 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.512710571289063 + }, + "PointY": { + "type": "float", + "value": -0.4936904907226563 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.519039154052734 + }, + "PointY": { + "type": "float", + "value": -1.481063842773438 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.010276794433594 + }, + "PointY": { + "type": "float", + "value": -2.999496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.022621154785156 + }, + "PointY": { + "type": "float", + "value": -3.493328094482422 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.510272979736328 + }, + "PointY": { + "type": "float", + "value": -3.499496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.010269165039063 + }, + "PointY": { + "type": "float", + "value": -1.987144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.004093170166015625 + }, + "PointY": { + "type": "float", + "value": -1.987148284912109 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.511528015136719 + }, + "PointY": { + "type": "float", + "value": -3.480979919433594 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999183654785156 + }, + "PointY": { + "type": "float", + "value": -3.493324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.005359649658203 + }, + "PointY": { + "type": "float", + "value": -2.993324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4991798400878906 + }, + "PointY": { + "type": "float", + "value": -1.487144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4930038452148438 + }, + "PointY": { + "type": "float", + "value": -0.4871406555175781 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999927520751953 + }, + "PointY": { + "type": "float", + "value": 1.015377044677734 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.007808685302734 + }, + "PointY": { + "type": "float", + "value": 1.519588470458984 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.487838745117188 + }, + "PointY": { + "type": "float", + "value": 1.527469635009766 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.01651382446289063 + }, + "PointY": { + "type": "float", + "value": -0.00835418701171875 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.012691497802734 + }, + "PointY": { + "type": "float", + "value": 0.0 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.531734466552734 + }, + "PointY": { + "type": "float", + "value": 1.512706756591797 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.012760162353516 + }, + "PointY": { + "type": "float", + "value": 1.519035339355469 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + } + ] + }, + "HighlightHeight": { + "type": "float", + "value": 0.0 + }, + "KeyName": { + "type": "cexostring", + "value": "" + }, + "LinkedTo": { + "type": "cexostring", + "value": "" + }, + "LinkedToFlags": { + "type": "byte", + "value": 0 + }, + "LoadScreenID": { + "type": "word", + "value": 0 + }, + "LocalizedName": { + "id": 14759, + "type": "cexolocstring", + "value": { + "0": "South & West & East Junction" + } + }, + "OnClick": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnTrapTriggered": { + "type": "resref", + "value": "" + }, + "PortraitId": { + "type": "word", + "value": 0 + }, + "ScriptHeartbeat": { + "type": "resref", + "value": "" + }, + "ScriptOnEnter": { + "type": "resref", + "value": "prc_maze_mvtrig" + }, + "ScriptOnExit": { + "type": "resref", + "value": "" + }, + "ScriptUserDefine": { + "type": "resref", + "value": "" + }, + "Tag": { + "type": "cexostring", + "value": "prc_maze_south_west_east" + }, + "TemplateResRef": { + "type": "resref", + "value": "newgeneric" + }, + "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": "int", + "value": 0 + }, + "VarTable": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "Name": { + "type": "cexostring", + "value": "directions" + }, + "Type": { + "type": "dword", + "value": 1 + }, + "Value": { + "type": "int", + "value": 273 + } + } + ] + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": 15.48336887359619 + }, + "YOrientation": { + "type": "float", + "value": 0.0 + }, + "YPosition": { + "type": "float", + "value": 125.7934494018555 + }, + "ZOrientation": { + "type": "float", + "value": 0.0 + }, + "ZPosition": { + "type": "float", + "value": 0.199998140335083 + } + }, + { + "__struct_id": 1, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Cursor": { + "type": "byte", + "value": 0 + }, + "DisarmDC": { + "type": "byte", + "value": 0 + }, + "Faction": { + "type": "dword", + "value": 1 + }, + "Geometry": { + "type": "list", + "value": [ + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.025417327880859 + }, + "PointY": { + "type": "float", + "value": 1.006362915039063 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.512710571289063 + }, + "PointY": { + "type": "float", + "value": -0.4936904907226563 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.519039154052734 + }, + "PointY": { + "type": "float", + "value": -1.481063842773438 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.010276794433594 + }, + "PointY": { + "type": "float", + "value": -2.999496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.022621154785156 + }, + "PointY": { + "type": "float", + "value": -3.493328094482422 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.510272979736328 + }, + "PointY": { + "type": "float", + "value": -3.499496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.010269165039063 + }, + "PointY": { + "type": "float", + "value": -1.987144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.004093170166015625 + }, + "PointY": { + "type": "float", + "value": -1.987148284912109 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.511528015136719 + }, + "PointY": { + "type": "float", + "value": -3.480979919433594 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999183654785156 + }, + "PointY": { + "type": "float", + "value": -3.493324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.005359649658203 + }, + "PointY": { + "type": "float", + "value": -2.993324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4991798400878906 + }, + "PointY": { + "type": "float", + "value": -1.487144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4930038452148438 + }, + "PointY": { + "type": "float", + "value": -0.4871406555175781 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999927520751953 + }, + "PointY": { + "type": "float", + "value": 1.015377044677734 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.007808685302734 + }, + "PointY": { + "type": "float", + "value": 1.519588470458984 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.487838745117188 + }, + "PointY": { + "type": "float", + "value": 1.527469635009766 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.01651382446289063 + }, + "PointY": { + "type": "float", + "value": -0.00835418701171875 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.012691497802734 + }, + "PointY": { + "type": "float", + "value": 0.0 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.531734466552734 + }, + "PointY": { + "type": "float", + "value": 1.512706756591797 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.012760162353516 + }, + "PointY": { + "type": "float", + "value": 1.519035339355469 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + } + ] + }, + "HighlightHeight": { + "type": "float", + "value": 0.0 + }, + "KeyName": { + "type": "cexostring", + "value": "" + }, + "LinkedTo": { + "type": "cexostring", + "value": "" + }, + "LinkedToFlags": { + "type": "byte", + "value": 0 + }, + "LoadScreenID": { + "type": "word", + "value": 0 + }, + "LocalizedName": { + "id": 14759, + "type": "cexolocstring", + "value": { + "0": "South & West & East Junction" + } + }, + "OnClick": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnTrapTriggered": { + "type": "resref", + "value": "" + }, + "PortraitId": { + "type": "word", + "value": 0 + }, + "ScriptHeartbeat": { + "type": "resref", + "value": "" + }, + "ScriptOnEnter": { + "type": "resref", + "value": "prc_maze_mvtrig" + }, + "ScriptOnExit": { + "type": "resref", + "value": "" + }, + "ScriptUserDefine": { + "type": "resref", + "value": "" + }, + "Tag": { + "type": "cexostring", + "value": "prc_maze_south_west_east" + }, + "TemplateResRef": { + "type": "resref", + "value": "newgeneric" + }, + "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": "int", + "value": 0 + }, + "VarTable": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "Name": { + "type": "cexostring", + "value": "directions" + }, + "Type": { + "type": "dword", + "value": 1 + }, + "Value": { + "type": "int", + "value": 273 + } + } + ] + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": 35.38444137573242 + }, + "YOrientation": { + "type": "float", + "value": 0.0 + }, + "YPosition": { + "type": "float", + "value": 125.8834991455078 + }, + "ZOrientation": { + "type": "float", + "value": 0.0 + }, + "ZPosition": { + "type": "float", + "value": 0.2000000476837158 + } + }, + { + "__struct_id": 1, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Cursor": { + "type": "byte", + "value": 0 + }, + "DisarmDC": { + "type": "byte", + "value": 0 + }, + "Faction": { + "type": "dword", + "value": 1 + }, + "Geometry": { + "type": "list", + "value": [ + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.025417327880859 + }, + "PointY": { + "type": "float", + "value": 1.006362915039063 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.512710571289063 + }, + "PointY": { + "type": "float", + "value": -0.4936904907226563 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.519039154052734 + }, + "PointY": { + "type": "float", + "value": -1.481063842773438 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.010276794433594 + }, + "PointY": { + "type": "float", + "value": -2.999496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.022621154785156 + }, + "PointY": { + "type": "float", + "value": -3.493328094482422 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.510272979736328 + }, + "PointY": { + "type": "float", + "value": -3.499496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.010269165039063 + }, + "PointY": { + "type": "float", + "value": -1.987144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.004093170166015625 + }, + "PointY": { + "type": "float", + "value": -1.987148284912109 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.511528015136719 + }, + "PointY": { + "type": "float", + "value": -3.480979919433594 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999183654785156 + }, + "PointY": { + "type": "float", + "value": -3.493324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.005359649658203 + }, + "PointY": { + "type": "float", + "value": -2.993324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4991798400878906 + }, + "PointY": { + "type": "float", + "value": -1.487144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4930038452148438 + }, + "PointY": { + "type": "float", + "value": -0.4871406555175781 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999927520751953 + }, + "PointY": { + "type": "float", + "value": 1.015377044677734 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.007808685302734 + }, + "PointY": { + "type": "float", + "value": 1.519588470458984 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.487838745117188 + }, + "PointY": { + "type": "float", + "value": 1.527469635009766 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.01651382446289063 + }, + "PointY": { + "type": "float", + "value": -0.00835418701171875 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.012691497802734 + }, + "PointY": { + "type": "float", + "value": 0.0 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.531734466552734 + }, + "PointY": { + "type": "float", + "value": 1.512706756591797 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.012760162353516 + }, + "PointY": { + "type": "float", + "value": 1.519035339355469 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + } + ] + }, + "HighlightHeight": { + "type": "float", + "value": 0.0 + }, + "KeyName": { + "type": "cexostring", + "value": "" + }, + "LinkedTo": { + "type": "cexostring", + "value": "" + }, + "LinkedToFlags": { + "type": "byte", + "value": 0 + }, + "LoadScreenID": { + "type": "word", + "value": 0 + }, + "LocalizedName": { + "id": 14759, + "type": "cexolocstring", + "value": { + "0": "South & West & East Junction" + } + }, + "OnClick": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnTrapTriggered": { + "type": "resref", + "value": "" + }, + "PortraitId": { + "type": "word", + "value": 0 + }, + "ScriptHeartbeat": { + "type": "resref", + "value": "" + }, + "ScriptOnEnter": { + "type": "resref", + "value": "prc_maze_mvtrig" + }, + "ScriptOnExit": { + "type": "resref", + "value": "" + }, + "ScriptUserDefine": { + "type": "resref", + "value": "" + }, + "Tag": { + "type": "cexostring", + "value": "prc_maze_south_west_east" + }, + "TemplateResRef": { + "type": "resref", + "value": "newgeneric" + }, + "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": "int", + "value": 0 + }, + "VarTable": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "Name": { + "type": "cexostring", + "value": "directions" + }, + "Type": { + "type": "dword", + "value": 1 + }, + "Value": { + "type": "int", + "value": 273 + } + } + ] + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": 35.47449493408203 + }, + "YOrientation": { + "type": "float", + "value": 0.0 + }, + "YPosition": { + "type": "float", + "value": 105.7380676269531 + }, + "ZOrientation": { + "type": "float", + "value": 0.0 + }, + "ZPosition": { + "type": "float", + "value": 0.2000000476837158 + } + }, + { + "__struct_id": 1, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Cursor": { + "type": "byte", + "value": 0 + }, + "DisarmDC": { + "type": "byte", + "value": 0 + }, + "Faction": { + "type": "dword", + "value": 1 + }, + "Geometry": { + "type": "list", + "value": [ + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.025417327880859 + }, + "PointY": { + "type": "float", + "value": 1.006362915039063 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.512710571289063 + }, + "PointY": { + "type": "float", + "value": -0.4936904907226563 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.519039154052734 + }, + "PointY": { + "type": "float", + "value": -1.481063842773438 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.010276794433594 + }, + "PointY": { + "type": "float", + "value": -2.999496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.022621154785156 + }, + "PointY": { + "type": "float", + "value": -3.493328094482422 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.510272979736328 + }, + "PointY": { + "type": "float", + "value": -3.499496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.010269165039063 + }, + "PointY": { + "type": "float", + "value": -1.987144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.004093170166015625 + }, + "PointY": { + "type": "float", + "value": -1.987148284912109 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.511528015136719 + }, + "PointY": { + "type": "float", + "value": -3.480979919433594 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999183654785156 + }, + "PointY": { + "type": "float", + "value": -3.493324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.005359649658203 + }, + "PointY": { + "type": "float", + "value": -2.993324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4991798400878906 + }, + "PointY": { + "type": "float", + "value": -1.487144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4930038452148438 + }, + "PointY": { + "type": "float", + "value": -0.4871406555175781 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999927520751953 + }, + "PointY": { + "type": "float", + "value": 1.015377044677734 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.007808685302734 + }, + "PointY": { + "type": "float", + "value": 1.519588470458984 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.487838745117188 + }, + "PointY": { + "type": "float", + "value": 1.527469635009766 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.01651382446289063 + }, + "PointY": { + "type": "float", + "value": -0.00835418701171875 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.012691497802734 + }, + "PointY": { + "type": "float", + "value": 0.0 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.531734466552734 + }, + "PointY": { + "type": "float", + "value": 1.512706756591797 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.012760162353516 + }, + "PointY": { + "type": "float", + "value": 1.519035339355469 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + } + ] + }, + "HighlightHeight": { + "type": "float", + "value": 0.0 + }, + "KeyName": { + "type": "cexostring", + "value": "" + }, + "LinkedTo": { + "type": "cexostring", + "value": "" + }, + "LinkedToFlags": { + "type": "byte", + "value": 0 + }, + "LoadScreenID": { + "type": "word", + "value": 0 + }, + "LocalizedName": { + "id": 14759, + "type": "cexolocstring", + "value": { + "0": "North & South & West Junction" + } + }, + "OnClick": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnTrapTriggered": { + "type": "resref", + "value": "" + }, + "PortraitId": { + "type": "word", + "value": 0 + }, + "ScriptHeartbeat": { + "type": "resref", + "value": "" + }, + "ScriptOnEnter": { + "type": "resref", + "value": "prc_maze_mvtrig" + }, + "ScriptOnExit": { + "type": "resref", + "value": "" + }, + "ScriptUserDefine": { + "type": "resref", + "value": "" + }, + "Tag": { + "type": "cexostring", + "value": "prc_maze_north_south_west" + }, + "TemplateResRef": { + "type": "resref", + "value": "newgeneric" + }, + "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": "int", + "value": 0 + }, + "VarTable": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "Name": { + "type": "cexostring", + "value": "directions" + }, + "Type": { + "type": "dword", + "value": 1 + }, + "Value": { + "type": "int", + "value": 4368 + } + } + ] + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": 25.38888549804688 + }, + "YOrientation": { + "type": "float", + "value": 0.0 + }, + "YPosition": { + "type": "float", + "value": 76.27252197265625 + }, + "ZOrientation": { + "type": "float", + "value": 0.0 + }, + "ZPosition": { + "type": "float", + "value": 0.2000000476837158 + } + }, + { + "__struct_id": 1, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Cursor": { + "type": "byte", + "value": 0 + }, + "DisarmDC": { + "type": "byte", + "value": 0 + }, + "Faction": { + "type": "dword", + "value": 1 + }, + "Geometry": { + "type": "list", + "value": [ + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.025417327880859 + }, + "PointY": { + "type": "float", + "value": 1.006362915039063 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.512710571289063 + }, + "PointY": { + "type": "float", + "value": -0.4936904907226563 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.519039154052734 + }, + "PointY": { + "type": "float", + "value": -1.481063842773438 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.010276794433594 + }, + "PointY": { + "type": "float", + "value": -2.999496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.022621154785156 + }, + "PointY": { + "type": "float", + "value": -3.493328094482422 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.510272979736328 + }, + "PointY": { + "type": "float", + "value": -3.499496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.010269165039063 + }, + "PointY": { + "type": "float", + "value": -1.987144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.004093170166015625 + }, + "PointY": { + "type": "float", + "value": -1.987148284912109 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.511528015136719 + }, + "PointY": { + "type": "float", + "value": -3.480979919433594 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999183654785156 + }, + "PointY": { + "type": "float", + "value": -3.493324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.005359649658203 + }, + "PointY": { + "type": "float", + "value": -2.993324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4991798400878906 + }, + "PointY": { + "type": "float", + "value": -1.487144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4930038452148438 + }, + "PointY": { + "type": "float", + "value": -0.4871406555175781 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999927520751953 + }, + "PointY": { + "type": "float", + "value": 1.015377044677734 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.007808685302734 + }, + "PointY": { + "type": "float", + "value": 1.519588470458984 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.487838745117188 + }, + "PointY": { + "type": "float", + "value": 1.527469635009766 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.01651382446289063 + }, + "PointY": { + "type": "float", + "value": -0.00835418701171875 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.012691497802734 + }, + "PointY": { + "type": "float", + "value": 0.0 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.531734466552734 + }, + "PointY": { + "type": "float", + "value": 1.512706756591797 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.012760162353516 + }, + "PointY": { + "type": "float", + "value": 1.519035339355469 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + } + ] + }, + "HighlightHeight": { + "type": "float", + "value": 0.0 + }, + "KeyName": { + "type": "cexostring", + "value": "" + }, + "LinkedTo": { + "type": "cexostring", + "value": "" + }, + "LinkedToFlags": { + "type": "byte", + "value": 0 + }, + "LoadScreenID": { + "type": "word", + "value": 0 + }, + "LocalizedName": { + "id": 14759, + "type": "cexolocstring", + "value": { + "0": "North & South & West Junction" + } + }, + "OnClick": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnTrapTriggered": { + "type": "resref", + "value": "" + }, + "PortraitId": { + "type": "word", + "value": 0 + }, + "ScriptHeartbeat": { + "type": "resref", + "value": "" + }, + "ScriptOnEnter": { + "type": "resref", + "value": "prc_maze_mvtrig" + }, + "ScriptOnExit": { + "type": "resref", + "value": "" + }, + "ScriptUserDefine": { + "type": "resref", + "value": "" + }, + "Tag": { + "type": "cexostring", + "value": "prc_maze_north_south_west" + }, + "TemplateResRef": { + "type": "resref", + "value": "newgeneric" + }, + "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": "int", + "value": 0 + }, + "VarTable": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "Name": { + "type": "cexostring", + "value": "directions" + }, + "Type": { + "type": "dword", + "value": 1 + }, + "Value": { + "type": "int", + "value": 4368 + } + } + ] + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": 15.48336791992188 + }, + "YOrientation": { + "type": "float", + "value": 0.0 + }, + "YPosition": { + "type": "float", + "value": 105.9890594482422 + }, + "ZOrientation": { + "type": "float", + "value": 0.0 + }, + "ZPosition": { + "type": "float", + "value": 0.2000010013580322 + } + }, + { + "__struct_id": 1, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Cursor": { + "type": "byte", + "value": 0 + }, + "DisarmDC": { + "type": "byte", + "value": 0 + }, + "Faction": { + "type": "dword", + "value": 1 + }, + "Geometry": { + "type": "list", + "value": [ + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.025417327880859 + }, + "PointY": { + "type": "float", + "value": 1.006362915039063 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.512710571289063 + }, + "PointY": { + "type": "float", + "value": -0.4936904907226563 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.519039154052734 + }, + "PointY": { + "type": "float", + "value": -1.481063842773438 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.010276794433594 + }, + "PointY": { + "type": "float", + "value": -2.999496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.022621154785156 + }, + "PointY": { + "type": "float", + "value": -3.493328094482422 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.510272979736328 + }, + "PointY": { + "type": "float", + "value": -3.499496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.010269165039063 + }, + "PointY": { + "type": "float", + "value": -1.987144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.004093170166015625 + }, + "PointY": { + "type": "float", + "value": -1.987148284912109 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.511528015136719 + }, + "PointY": { + "type": "float", + "value": -3.480979919433594 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999183654785156 + }, + "PointY": { + "type": "float", + "value": -3.493324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.005359649658203 + }, + "PointY": { + "type": "float", + "value": -2.993324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4991798400878906 + }, + "PointY": { + "type": "float", + "value": -1.487144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4930038452148438 + }, + "PointY": { + "type": "float", + "value": -0.4871406555175781 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999927520751953 + }, + "PointY": { + "type": "float", + "value": 1.015377044677734 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.007808685302734 + }, + "PointY": { + "type": "float", + "value": 1.519588470458984 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.487838745117188 + }, + "PointY": { + "type": "float", + "value": 1.527469635009766 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.01651382446289063 + }, + "PointY": { + "type": "float", + "value": -0.00835418701171875 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.012691497802734 + }, + "PointY": { + "type": "float", + "value": 0.0 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.531734466552734 + }, + "PointY": { + "type": "float", + "value": 1.512706756591797 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.012760162353516 + }, + "PointY": { + "type": "float", + "value": 1.519035339355469 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + } + ] + }, + "HighlightHeight": { + "type": "float", + "value": 0.0 + }, + "KeyName": { + "type": "cexostring", + "value": "" + }, + "LinkedTo": { + "type": "cexostring", + "value": "" + }, + "LinkedToFlags": { + "type": "byte", + "value": 0 + }, + "LoadScreenID": { + "type": "word", + "value": 0 + }, + "LocalizedName": { + "id": 14759, + "type": "cexolocstring", + "value": { + "0": "South & East Junction" + } + }, + "OnClick": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnTrapTriggered": { + "type": "resref", + "value": "" + }, + "PortraitId": { + "type": "word", + "value": 0 + }, + "ScriptHeartbeat": { + "type": "resref", + "value": "" + }, + "ScriptOnEnter": { + "type": "resref", + "value": "prc_maze_mvtrig" + }, + "ScriptOnExit": { + "type": "resref", + "value": "" + }, + "ScriptUserDefine": { + "type": "resref", + "value": "" + }, + "Tag": { + "type": "cexostring", + "value": "prc_maze_south_east" + }, + "TemplateResRef": { + "type": "resref", + "value": "newgeneric" + }, + "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": "int", + "value": 0 + }, + "VarTable": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "Name": { + "type": "cexostring", + "value": "directions" + }, + "Type": { + "type": "dword", + "value": 1 + }, + "Value": { + "type": "int", + "value": 257 + } + } + ] + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": 25.74908065795898 + }, + "YOrientation": { + "type": "float", + "value": 0.0 + }, + "YPosition": { + "type": "float", + "value": 85.77287292480469 + }, + "ZOrientation": { + "type": "float", + "value": 0.0 + }, + "ZPosition": { + "type": "float", + "value": 0.2000000476837158 + } + }, + { + "__struct_id": 1, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Cursor": { + "type": "byte", + "value": 0 + }, + "DisarmDC": { + "type": "byte", + "value": 0 + }, + "Faction": { + "type": "dword", + "value": 1 + }, + "Geometry": { + "type": "list", + "value": [ + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.025417327880859 + }, + "PointY": { + "type": "float", + "value": 1.006362915039063 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.512710571289063 + }, + "PointY": { + "type": "float", + "value": -0.4936904907226563 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.519039154052734 + }, + "PointY": { + "type": "float", + "value": -1.481063842773438 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.010276794433594 + }, + "PointY": { + "type": "float", + "value": -2.999496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.022621154785156 + }, + "PointY": { + "type": "float", + "value": -3.493328094482422 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.510272979736328 + }, + "PointY": { + "type": "float", + "value": -3.499496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.010269165039063 + }, + "PointY": { + "type": "float", + "value": -1.987144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.004093170166015625 + }, + "PointY": { + "type": "float", + "value": -1.987148284912109 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.511528015136719 + }, + "PointY": { + "type": "float", + "value": -3.480979919433594 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999183654785156 + }, + "PointY": { + "type": "float", + "value": -3.493324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.005359649658203 + }, + "PointY": { + "type": "float", + "value": -2.993324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4991798400878906 + }, + "PointY": { + "type": "float", + "value": -1.487144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4930038452148438 + }, + "PointY": { + "type": "float", + "value": -0.4871406555175781 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999927520751953 + }, + "PointY": { + "type": "float", + "value": 1.015377044677734 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.007808685302734 + }, + "PointY": { + "type": "float", + "value": 1.519588470458984 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.487838745117188 + }, + "PointY": { + "type": "float", + "value": 1.527469635009766 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.01651382446289063 + }, + "PointY": { + "type": "float", + "value": -0.00835418701171875 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.012691497802734 + }, + "PointY": { + "type": "float", + "value": 0.0 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.531734466552734 + }, + "PointY": { + "type": "float", + "value": 1.512706756591797 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.012760162353516 + }, + "PointY": { + "type": "float", + "value": 1.519035339355469 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + } + ] + }, + "HighlightHeight": { + "type": "float", + "value": 0.0 + }, + "KeyName": { + "type": "cexostring", + "value": "" + }, + "LinkedTo": { + "type": "cexostring", + "value": "" + }, + "LinkedToFlags": { + "type": "byte", + "value": 0 + }, + "LoadScreenID": { + "type": "word", + "value": 0 + }, + "LocalizedName": { + "id": 14759, + "type": "cexolocstring", + "value": { + "0": "North & South & West Junction" + } + }, + "OnClick": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnTrapTriggered": { + "type": "resref", + "value": "" + }, + "PortraitId": { + "type": "word", + "value": 0 + }, + "ScriptHeartbeat": { + "type": "resref", + "value": "" + }, + "ScriptOnEnter": { + "type": "resref", + "value": "prc_maze_mvtrig" + }, + "ScriptOnExit": { + "type": "resref", + "value": "" + }, + "ScriptUserDefine": { + "type": "resref", + "value": "" + }, + "Tag": { + "type": "cexostring", + "value": "prc_maze_north_south_west" + }, + "TemplateResRef": { + "type": "resref", + "value": "newgeneric" + }, + "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": "int", + "value": 0 + }, + "VarTable": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "Name": { + "type": "cexostring", + "value": "directions" + }, + "Type": { + "type": "dword", + "value": 1 + }, + "Value": { + "type": "int", + "value": 4368 + } + } + ] + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": 35.38444137573242 + }, + "YOrientation": { + "type": "float", + "value": 0.0 + }, + "YPosition": { + "type": "float", + "value": 86.22311401367188 + }, + "ZOrientation": { + "type": "float", + "value": 0.0 + }, + "ZPosition": { + "type": "float", + "value": 0.1999990940093994 + } + }, + { + "__struct_id": 1, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Cursor": { + "type": "byte", + "value": 0 + }, + "DisarmDC": { + "type": "byte", + "value": 0 + }, + "Faction": { + "type": "dword", + "value": 1 + }, + "Geometry": { + "type": "list", + "value": [ + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.025417327880859 + }, + "PointY": { + "type": "float", + "value": 1.006362915039063 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.512710571289063 + }, + "PointY": { + "type": "float", + "value": -0.4936904907226563 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.519039154052734 + }, + "PointY": { + "type": "float", + "value": -1.481063842773438 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.010276794433594 + }, + "PointY": { + "type": "float", + "value": -2.999496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.022621154785156 + }, + "PointY": { + "type": "float", + "value": -3.493328094482422 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.510272979736328 + }, + "PointY": { + "type": "float", + "value": -3.499496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.010269165039063 + }, + "PointY": { + "type": "float", + "value": -1.987144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.004093170166015625 + }, + "PointY": { + "type": "float", + "value": -1.987148284912109 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.511528015136719 + }, + "PointY": { + "type": "float", + "value": -3.480979919433594 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999183654785156 + }, + "PointY": { + "type": "float", + "value": -3.493324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.005359649658203 + }, + "PointY": { + "type": "float", + "value": -2.993324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4991798400878906 + }, + "PointY": { + "type": "float", + "value": -1.487144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4930038452148438 + }, + "PointY": { + "type": "float", + "value": -0.4871406555175781 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999927520751953 + }, + "PointY": { + "type": "float", + "value": 1.015377044677734 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.007808685302734 + }, + "PointY": { + "type": "float", + "value": 1.519588470458984 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.487838745117188 + }, + "PointY": { + "type": "float", + "value": 1.527469635009766 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.01651382446289063 + }, + "PointY": { + "type": "float", + "value": -0.00835418701171875 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.012691497802734 + }, + "PointY": { + "type": "float", + "value": 0.0 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.531734466552734 + }, + "PointY": { + "type": "float", + "value": 1.512706756591797 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.012760162353516 + }, + "PointY": { + "type": "float", + "value": 1.519035339355469 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + } + ] + }, + "HighlightHeight": { + "type": "float", + "value": 0.0 + }, + "KeyName": { + "type": "cexostring", + "value": "" + }, + "LinkedTo": { + "type": "cexostring", + "value": "" + }, + "LinkedToFlags": { + "type": "byte", + "value": 0 + }, + "LoadScreenID": { + "type": "word", + "value": 0 + }, + "LocalizedName": { + "id": 14759, + "type": "cexolocstring", + "value": { + "0": "North & South & West Junction" + } + }, + "OnClick": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnTrapTriggered": { + "type": "resref", + "value": "" + }, + "PortraitId": { + "type": "word", + "value": 0 + }, + "ScriptHeartbeat": { + "type": "resref", + "value": "" + }, + "ScriptOnEnter": { + "type": "resref", + "value": "prc_maze_mvtrig" + }, + "ScriptOnExit": { + "type": "resref", + "value": "" + }, + "ScriptUserDefine": { + "type": "resref", + "value": "" + }, + "Tag": { + "type": "cexostring", + "value": "prc_maze_north_south_west" + }, + "TemplateResRef": { + "type": "resref", + "value": "newgeneric" + }, + "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": "int", + "value": 0 + }, + "VarTable": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "Name": { + "type": "cexostring", + "value": "directions" + }, + "Type": { + "type": "dword", + "value": 1 + }, + "Value": { + "type": "int", + "value": 4368 + } + } + ] + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": 115.4202728271484 + }, + "YOrientation": { + "type": "float", + "value": 0.0 + }, + "YPosition": { + "type": "float", + "value": 66.05965423583984 + }, + "ZOrientation": { + "type": "float", + "value": 0.0 + }, + "ZPosition": { + "type": "float", + "value": 0.200000524520874 + } + }, + { + "__struct_id": 1, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Cursor": { + "type": "byte", + "value": 0 + }, + "DisarmDC": { + "type": "byte", + "value": 0 + }, + "Faction": { + "type": "dword", + "value": 1 + }, + "Geometry": { + "type": "list", + "value": [ + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.025417327880859 + }, + "PointY": { + "type": "float", + "value": 1.006362915039063 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.512710571289063 + }, + "PointY": { + "type": "float", + "value": -0.4936904907226563 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.519039154052734 + }, + "PointY": { + "type": "float", + "value": -1.481063842773438 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.010276794433594 + }, + "PointY": { + "type": "float", + "value": -2.999496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.022621154785156 + }, + "PointY": { + "type": "float", + "value": -3.493328094482422 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.510272979736328 + }, + "PointY": { + "type": "float", + "value": -3.499496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.010269165039063 + }, + "PointY": { + "type": "float", + "value": -1.987144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.004093170166015625 + }, + "PointY": { + "type": "float", + "value": -1.987148284912109 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.511528015136719 + }, + "PointY": { + "type": "float", + "value": -3.480979919433594 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999183654785156 + }, + "PointY": { + "type": "float", + "value": -3.493324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.005359649658203 + }, + "PointY": { + "type": "float", + "value": -2.993324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4991798400878906 + }, + "PointY": { + "type": "float", + "value": -1.487144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4930038452148438 + }, + "PointY": { + "type": "float", + "value": -0.4871406555175781 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999927520751953 + }, + "PointY": { + "type": "float", + "value": 1.015377044677734 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.007808685302734 + }, + "PointY": { + "type": "float", + "value": 1.519588470458984 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.487838745117188 + }, + "PointY": { + "type": "float", + "value": 1.527469635009766 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.01651382446289063 + }, + "PointY": { + "type": "float", + "value": -0.00835418701171875 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.012691497802734 + }, + "PointY": { + "type": "float", + "value": 0.0 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.531734466552734 + }, + "PointY": { + "type": "float", + "value": 1.512706756591797 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.012760162353516 + }, + "PointY": { + "type": "float", + "value": 1.519035339355469 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + } + ] + }, + "HighlightHeight": { + "type": "float", + "value": 0.0 + }, + "KeyName": { + "type": "cexostring", + "value": "" + }, + "LinkedTo": { + "type": "cexostring", + "value": "" + }, + "LinkedToFlags": { + "type": "byte", + "value": 0 + }, + "LoadScreenID": { + "type": "word", + "value": 0 + }, + "LocalizedName": { + "id": 14759, + "type": "cexolocstring", + "value": { + "0": "North & South & East Junction" + } + }, + "OnClick": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnTrapTriggered": { + "type": "resref", + "value": "" + }, + "PortraitId": { + "type": "word", + "value": 0 + }, + "ScriptHeartbeat": { + "type": "resref", + "value": "" + }, + "ScriptOnEnter": { + "type": "resref", + "value": "prc_maze_mvtrig" + }, + "ScriptOnExit": { + "type": "resref", + "value": "" + }, + "ScriptUserDefine": { + "type": "resref", + "value": "" + }, + "Tag": { + "type": "cexostring", + "value": "prc_maze_north_south_east" + }, + "TemplateResRef": { + "type": "resref", + "value": "newgeneric" + }, + "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": "int", + "value": 0 + }, + "VarTable": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "Name": { + "type": "cexostring", + "value": "directions" + }, + "Type": { + "type": "dword", + "value": 1 + }, + "Value": { + "type": "int", + "value": 4353 + } + } + ] + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": 105.6072998046875 + }, + "YOrientation": { + "type": "float", + "value": 0.0 + }, + "YPosition": { + "type": "float", + "value": 96.03974151611328 + }, + "ZOrientation": { + "type": "float", + "value": 0.0 + }, + "ZPosition": { + "type": "float", + "value": 0.2000000476837158 + } + }, + { + "__struct_id": 1, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Cursor": { + "type": "byte", + "value": 0 + }, + "DisarmDC": { + "type": "byte", + "value": 0 + }, + "Faction": { + "type": "dword", + "value": 1 + }, + "Geometry": { + "type": "list", + "value": [ + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.025417327880859 + }, + "PointY": { + "type": "float", + "value": 1.006362915039063 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.512710571289063 + }, + "PointY": { + "type": "float", + "value": -0.4936904907226563 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.519039154052734 + }, + "PointY": { + "type": "float", + "value": -1.481063842773438 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.010276794433594 + }, + "PointY": { + "type": "float", + "value": -2.999496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.022621154785156 + }, + "PointY": { + "type": "float", + "value": -3.493328094482422 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.510272979736328 + }, + "PointY": { + "type": "float", + "value": -3.499496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.010269165039063 + }, + "PointY": { + "type": "float", + "value": -1.987144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.004093170166015625 + }, + "PointY": { + "type": "float", + "value": -1.987148284912109 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.511528015136719 + }, + "PointY": { + "type": "float", + "value": -3.480979919433594 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999183654785156 + }, + "PointY": { + "type": "float", + "value": -3.493324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.005359649658203 + }, + "PointY": { + "type": "float", + "value": -2.993324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4991798400878906 + }, + "PointY": { + "type": "float", + "value": -1.487144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4930038452148438 + }, + "PointY": { + "type": "float", + "value": -0.4871406555175781 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999927520751953 + }, + "PointY": { + "type": "float", + "value": 1.015377044677734 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.007808685302734 + }, + "PointY": { + "type": "float", + "value": 1.519588470458984 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.487838745117188 + }, + "PointY": { + "type": "float", + "value": 1.527469635009766 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.01651382446289063 + }, + "PointY": { + "type": "float", + "value": -0.00835418701171875 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.012691497802734 + }, + "PointY": { + "type": "float", + "value": 0.0 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.531734466552734 + }, + "PointY": { + "type": "float", + "value": 1.512706756591797 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.012760162353516 + }, + "PointY": { + "type": "float", + "value": 1.519035339355469 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + } + ] + }, + "HighlightHeight": { + "type": "float", + "value": 0.0 + }, + "KeyName": { + "type": "cexostring", + "value": "" + }, + "LinkedTo": { + "type": "cexostring", + "value": "" + }, + "LinkedToFlags": { + "type": "byte", + "value": 0 + }, + "LoadScreenID": { + "type": "word", + "value": 0 + }, + "LocalizedName": { + "id": 14759, + "type": "cexolocstring", + "value": { + "0": "North & South & West Junction" + } + }, + "OnClick": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnTrapTriggered": { + "type": "resref", + "value": "" + }, + "PortraitId": { + "type": "word", + "value": 0 + }, + "ScriptHeartbeat": { + "type": "resref", + "value": "" + }, + "ScriptOnEnter": { + "type": "resref", + "value": "prc_maze_mvtrig" + }, + "ScriptOnExit": { + "type": "resref", + "value": "" + }, + "ScriptUserDefine": { + "type": "resref", + "value": "" + }, + "Tag": { + "type": "cexostring", + "value": "prc_maze_north_south_west" + }, + "TemplateResRef": { + "type": "resref", + "value": "newgeneric" + }, + "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": "int", + "value": 0 + }, + "VarTable": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "Name": { + "type": "cexostring", + "value": "directions" + }, + "Type": { + "type": "dword", + "value": 1 + }, + "Value": { + "type": "int", + "value": 4368 + } + } + ] + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": 155.5028686523438 + }, + "YOrientation": { + "type": "float", + "value": 0.0 + }, + "YPosition": { + "type": "float", + "value": 106.1397247314453 + }, + "ZOrientation": { + "type": "float", + "value": 0.0 + }, + "ZPosition": { + "type": "float", + "value": 0.2000000476837158 + } + }, + { + "__struct_id": 1, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Cursor": { + "type": "byte", + "value": 0 + }, + "DisarmDC": { + "type": "byte", + "value": 0 + }, + "Faction": { + "type": "dword", + "value": 1 + }, + "Geometry": { + "type": "list", + "value": [ + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.025417327880859 + }, + "PointY": { + "type": "float", + "value": 1.006362915039063 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.512710571289063 + }, + "PointY": { + "type": "float", + "value": -0.4936904907226563 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.519039154052734 + }, + "PointY": { + "type": "float", + "value": -1.481063842773438 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.010276794433594 + }, + "PointY": { + "type": "float", + "value": -2.999496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.022621154785156 + }, + "PointY": { + "type": "float", + "value": -3.493328094482422 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.510272979736328 + }, + "PointY": { + "type": "float", + "value": -3.499496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.010269165039063 + }, + "PointY": { + "type": "float", + "value": -1.987144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.004093170166015625 + }, + "PointY": { + "type": "float", + "value": -1.987148284912109 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.511528015136719 + }, + "PointY": { + "type": "float", + "value": -3.480979919433594 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999183654785156 + }, + "PointY": { + "type": "float", + "value": -3.493324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.005359649658203 + }, + "PointY": { + "type": "float", + "value": -2.993324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4991798400878906 + }, + "PointY": { + "type": "float", + "value": -1.487144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4930038452148438 + }, + "PointY": { + "type": "float", + "value": -0.4871406555175781 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999927520751953 + }, + "PointY": { + "type": "float", + "value": 1.015377044677734 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.007808685302734 + }, + "PointY": { + "type": "float", + "value": 1.519588470458984 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.487838745117188 + }, + "PointY": { + "type": "float", + "value": 1.527469635009766 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.01651382446289063 + }, + "PointY": { + "type": "float", + "value": -0.00835418701171875 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.012691497802734 + }, + "PointY": { + "type": "float", + "value": 0.0 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.531734466552734 + }, + "PointY": { + "type": "float", + "value": 1.512706756591797 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.012760162353516 + }, + "PointY": { + "type": "float", + "value": 1.519035339355469 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + } + ] + }, + "HighlightHeight": { + "type": "float", + "value": 0.0 + }, + "KeyName": { + "type": "cexostring", + "value": "" + }, + "LinkedTo": { + "type": "cexostring", + "value": "" + }, + "LinkedToFlags": { + "type": "byte", + "value": 0 + }, + "LoadScreenID": { + "type": "word", + "value": 0 + }, + "LocalizedName": { + "id": 14759, + "type": "cexolocstring", + "value": { + "0": "North & West Junction" + } + }, + "OnClick": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnTrapTriggered": { + "type": "resref", + "value": "" + }, + "PortraitId": { + "type": "word", + "value": 0 + }, + "ScriptHeartbeat": { + "type": "resref", + "value": "" + }, + "ScriptOnEnter": { + "type": "resref", + "value": "prc_maze_mvtrig" + }, + "ScriptOnExit": { + "type": "resref", + "value": "" + }, + "ScriptUserDefine": { + "type": "resref", + "value": "" + }, + "Tag": { + "type": "cexostring", + "value": "prc_maze_north_west" + }, + "TemplateResRef": { + "type": "resref", + "value": "newgeneric" + }, + "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": "int", + "value": 0 + }, + "VarTable": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "Name": { + "type": "cexostring", + "value": "directions" + }, + "Type": { + "type": "dword", + "value": 1 + }, + "Value": { + "type": "int", + "value": 4112 + } + } + ] + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": 155.4319000244141 + }, + "YOrientation": { + "type": "float", + "value": 0.0 + }, + "YPosition": { + "type": "float", + "value": 86.0516357421875 + }, + "ZOrientation": { + "type": "float", + "value": 0.0 + }, + "ZPosition": { + "type": "float", + "value": 0.2000000476837158 + } + }, + { + "__struct_id": 1, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Cursor": { + "type": "byte", + "value": 0 + }, + "DisarmDC": { + "type": "byte", + "value": 0 + }, + "Faction": { + "type": "dword", + "value": 1 + }, + "Geometry": { + "type": "list", + "value": [ + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.025417327880859 + }, + "PointY": { + "type": "float", + "value": 1.006362915039063 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.512710571289063 + }, + "PointY": { + "type": "float", + "value": -0.4936904907226563 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.519039154052734 + }, + "PointY": { + "type": "float", + "value": -1.481063842773438 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.010276794433594 + }, + "PointY": { + "type": "float", + "value": -2.999496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.022621154785156 + }, + "PointY": { + "type": "float", + "value": -3.493328094482422 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.510272979736328 + }, + "PointY": { + "type": "float", + "value": -3.499496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.010269165039063 + }, + "PointY": { + "type": "float", + "value": -1.987144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.004093170166015625 + }, + "PointY": { + "type": "float", + "value": -1.987148284912109 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.511528015136719 + }, + "PointY": { + "type": "float", + "value": -3.480979919433594 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999183654785156 + }, + "PointY": { + "type": "float", + "value": -3.493324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.005359649658203 + }, + "PointY": { + "type": "float", + "value": -2.993324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4991798400878906 + }, + "PointY": { + "type": "float", + "value": -1.487144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4930038452148438 + }, + "PointY": { + "type": "float", + "value": -0.4871406555175781 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999927520751953 + }, + "PointY": { + "type": "float", + "value": 1.015377044677734 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.007808685302734 + }, + "PointY": { + "type": "float", + "value": 1.519588470458984 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.487838745117188 + }, + "PointY": { + "type": "float", + "value": 1.527469635009766 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.01651382446289063 + }, + "PointY": { + "type": "float", + "value": -0.00835418701171875 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.012691497802734 + }, + "PointY": { + "type": "float", + "value": 0.0 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.531734466552734 + }, + "PointY": { + "type": "float", + "value": 1.512706756591797 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.012760162353516 + }, + "PointY": { + "type": "float", + "value": 1.519035339355469 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + } + ] + }, + "HighlightHeight": { + "type": "float", + "value": 0.0 + }, + "KeyName": { + "type": "cexostring", + "value": "" + }, + "LinkedTo": { + "type": "cexostring", + "value": "" + }, + "LinkedToFlags": { + "type": "byte", + "value": 0 + }, + "LoadScreenID": { + "type": "word", + "value": 0 + }, + "LocalizedName": { + "id": 14759, + "type": "cexolocstring", + "value": { + "0": "North & West Junction" + } + }, + "OnClick": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnTrapTriggered": { + "type": "resref", + "value": "" + }, + "PortraitId": { + "type": "word", + "value": 0 + }, + "ScriptHeartbeat": { + "type": "resref", + "value": "" + }, + "ScriptOnEnter": { + "type": "resref", + "value": "prc_maze_mvtrig" + }, + "ScriptOnExit": { + "type": "resref", + "value": "" + }, + "ScriptUserDefine": { + "type": "resref", + "value": "" + }, + "Tag": { + "type": "cexostring", + "value": "prc_maze_north_west" + }, + "TemplateResRef": { + "type": "resref", + "value": "newgeneric" + }, + "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": "int", + "value": 0 + }, + "VarTable": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "Name": { + "type": "cexostring", + "value": "directions" + }, + "Type": { + "type": "dword", + "value": 1 + }, + "Value": { + "type": "int", + "value": 4112 + } + } + ] + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": 145.4556732177734 + }, + "YOrientation": { + "type": "float", + "value": 0.0 + }, + "YPosition": { + "type": "float", + "value": 96.19693756103516 + }, + "ZOrientation": { + "type": "float", + "value": 0.0 + }, + "ZPosition": { + "type": "float", + "value": 0.199998140335083 + } + }, + { + "__struct_id": 1, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Cursor": { + "type": "byte", + "value": 0 + }, + "DisarmDC": { + "type": "byte", + "value": 0 + }, + "Faction": { + "type": "dword", + "value": 1 + }, + "Geometry": { + "type": "list", + "value": [ + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.025417327880859 + }, + "PointY": { + "type": "float", + "value": 1.006362915039063 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.512710571289063 + }, + "PointY": { + "type": "float", + "value": -0.4936904907226563 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.519039154052734 + }, + "PointY": { + "type": "float", + "value": -1.481063842773438 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.010276794433594 + }, + "PointY": { + "type": "float", + "value": -2.999496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.022621154785156 + }, + "PointY": { + "type": "float", + "value": -3.493328094482422 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.510272979736328 + }, + "PointY": { + "type": "float", + "value": -3.499496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.010269165039063 + }, + "PointY": { + "type": "float", + "value": -1.987144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.004093170166015625 + }, + "PointY": { + "type": "float", + "value": -1.987148284912109 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.511528015136719 + }, + "PointY": { + "type": "float", + "value": -3.480979919433594 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999183654785156 + }, + "PointY": { + "type": "float", + "value": -3.493324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.005359649658203 + }, + "PointY": { + "type": "float", + "value": -2.993324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4991798400878906 + }, + "PointY": { + "type": "float", + "value": -1.487144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4930038452148438 + }, + "PointY": { + "type": "float", + "value": -0.4871406555175781 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999927520751953 + }, + "PointY": { + "type": "float", + "value": 1.015377044677734 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.007808685302734 + }, + "PointY": { + "type": "float", + "value": 1.519588470458984 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.487838745117188 + }, + "PointY": { + "type": "float", + "value": 1.527469635009766 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.01651382446289063 + }, + "PointY": { + "type": "float", + "value": -0.00835418701171875 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.012691497802734 + }, + "PointY": { + "type": "float", + "value": 0.0 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.531734466552734 + }, + "PointY": { + "type": "float", + "value": 1.512706756591797 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.012760162353516 + }, + "PointY": { + "type": "float", + "value": 1.519035339355469 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + } + ] + }, + "HighlightHeight": { + "type": "float", + "value": 0.0 + }, + "KeyName": { + "type": "cexostring", + "value": "" + }, + "LinkedTo": { + "type": "cexostring", + "value": "" + }, + "LinkedToFlags": { + "type": "byte", + "value": 0 + }, + "LoadScreenID": { + "type": "word", + "value": 0 + }, + "LocalizedName": { + "id": 14759, + "type": "cexolocstring", + "value": { + "0": "North & West Junction" + } + }, + "OnClick": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnTrapTriggered": { + "type": "resref", + "value": "" + }, + "PortraitId": { + "type": "word", + "value": 0 + }, + "ScriptHeartbeat": { + "type": "resref", + "value": "" + }, + "ScriptOnEnter": { + "type": "resref", + "value": "prc_maze_mvtrig" + }, + "ScriptOnExit": { + "type": "resref", + "value": "" + }, + "ScriptUserDefine": { + "type": "resref", + "value": "" + }, + "Tag": { + "type": "cexostring", + "value": "prc_maze_north_west" + }, + "TemplateResRef": { + "type": "resref", + "value": "newgeneric" + }, + "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": "int", + "value": 0 + }, + "VarTable": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "Name": { + "type": "cexostring", + "value": "directions" + }, + "Type": { + "type": "dword", + "value": 1 + }, + "Value": { + "type": "int", + "value": 4112 + } + } + ] + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": 135.3675079345703 + }, + "YOrientation": { + "type": "float", + "value": 0.0 + }, + "YPosition": { + "type": "float", + "value": 76.09358215332031 + }, + "ZOrientation": { + "type": "float", + "value": 0.0 + }, + "ZPosition": { + "type": "float", + "value": 0.1999990940093994 + } + }, + { + "__struct_id": 1, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Cursor": { + "type": "byte", + "value": 0 + }, + "DisarmDC": { + "type": "byte", + "value": 0 + }, + "Faction": { + "type": "dword", + "value": 1 + }, + "Geometry": { + "type": "list", + "value": [ + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.025417327880859 + }, + "PointY": { + "type": "float", + "value": 1.006362915039063 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.512710571289063 + }, + "PointY": { + "type": "float", + "value": -0.4936904907226563 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.519039154052734 + }, + "PointY": { + "type": "float", + "value": -1.481063842773438 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.010276794433594 + }, + "PointY": { + "type": "float", + "value": -2.999496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.022621154785156 + }, + "PointY": { + "type": "float", + "value": -3.493328094482422 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.510272979736328 + }, + "PointY": { + "type": "float", + "value": -3.499496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.010269165039063 + }, + "PointY": { + "type": "float", + "value": -1.987144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.004093170166015625 + }, + "PointY": { + "type": "float", + "value": -1.987148284912109 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.511528015136719 + }, + "PointY": { + "type": "float", + "value": -3.480979919433594 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999183654785156 + }, + "PointY": { + "type": "float", + "value": -3.493324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.005359649658203 + }, + "PointY": { + "type": "float", + "value": -2.993324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4991798400878906 + }, + "PointY": { + "type": "float", + "value": -1.487144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4930038452148438 + }, + "PointY": { + "type": "float", + "value": -0.4871406555175781 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999927520751953 + }, + "PointY": { + "type": "float", + "value": 1.015377044677734 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.007808685302734 + }, + "PointY": { + "type": "float", + "value": 1.519588470458984 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.487838745117188 + }, + "PointY": { + "type": "float", + "value": 1.527469635009766 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.01651382446289063 + }, + "PointY": { + "type": "float", + "value": -0.00835418701171875 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.012691497802734 + }, + "PointY": { + "type": "float", + "value": 0.0 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.531734466552734 + }, + "PointY": { + "type": "float", + "value": 1.512706756591797 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.012760162353516 + }, + "PointY": { + "type": "float", + "value": 1.519035339355469 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + } + ] + }, + "HighlightHeight": { + "type": "float", + "value": 0.0 + }, + "KeyName": { + "type": "cexostring", + "value": "" + }, + "LinkedTo": { + "type": "cexostring", + "value": "" + }, + "LinkedToFlags": { + "type": "byte", + "value": 0 + }, + "LoadScreenID": { + "type": "word", + "value": 0 + }, + "LocalizedName": { + "id": 14759, + "type": "cexolocstring", + "value": { + "0": "North & West Junction" + } + }, + "OnClick": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnTrapTriggered": { + "type": "resref", + "value": "" + }, + "PortraitId": { + "type": "word", + "value": 0 + }, + "ScriptHeartbeat": { + "type": "resref", + "value": "" + }, + "ScriptOnEnter": { + "type": "resref", + "value": "prc_maze_mvtrig" + }, + "ScriptOnExit": { + "type": "resref", + "value": "" + }, + "ScriptUserDefine": { + "type": "resref", + "value": "" + }, + "Tag": { + "type": "cexostring", + "value": "prc_maze_north_west" + }, + "TemplateResRef": { + "type": "resref", + "value": "newgeneric" + }, + "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": "int", + "value": 0 + }, + "VarTable": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "Name": { + "type": "cexostring", + "value": "directions" + }, + "Type": { + "type": "dword", + "value": 1 + }, + "Value": { + "type": "int", + "value": 4112 + } + } + ] + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": 125.4735717773438 + }, + "YOrientation": { + "type": "float", + "value": 0.0 + }, + "YPosition": { + "type": "float", + "value": 86.12617492675781 + }, + "ZOrientation": { + "type": "float", + "value": 0.0 + }, + "ZPosition": { + "type": "float", + "value": 0.2000019550323486 + } + }, + { + "__struct_id": 1, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Cursor": { + "type": "byte", + "value": 0 + }, + "DisarmDC": { + "type": "byte", + "value": 0 + }, + "Faction": { + "type": "dword", + "value": 1 + }, + "Geometry": { + "type": "list", + "value": [ + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.025417327880859 + }, + "PointY": { + "type": "float", + "value": 1.006362915039063 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.512710571289063 + }, + "PointY": { + "type": "float", + "value": -0.4936904907226563 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.519039154052734 + }, + "PointY": { + "type": "float", + "value": -1.481063842773438 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.010276794433594 + }, + "PointY": { + "type": "float", + "value": -2.999496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.022621154785156 + }, + "PointY": { + "type": "float", + "value": -3.493328094482422 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.510272979736328 + }, + "PointY": { + "type": "float", + "value": -3.499496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.010269165039063 + }, + "PointY": { + "type": "float", + "value": -1.987144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.004093170166015625 + }, + "PointY": { + "type": "float", + "value": -1.987148284912109 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.511528015136719 + }, + "PointY": { + "type": "float", + "value": -3.480979919433594 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999183654785156 + }, + "PointY": { + "type": "float", + "value": -3.493324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.005359649658203 + }, + "PointY": { + "type": "float", + "value": -2.993324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4991798400878906 + }, + "PointY": { + "type": "float", + "value": -1.487144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4930038452148438 + }, + "PointY": { + "type": "float", + "value": -0.4871406555175781 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999927520751953 + }, + "PointY": { + "type": "float", + "value": 1.015377044677734 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.007808685302734 + }, + "PointY": { + "type": "float", + "value": 1.519588470458984 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.487838745117188 + }, + "PointY": { + "type": "float", + "value": 1.527469635009766 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.01651382446289063 + }, + "PointY": { + "type": "float", + "value": -0.00835418701171875 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.012691497802734 + }, + "PointY": { + "type": "float", + "value": 0.0 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.531734466552734 + }, + "PointY": { + "type": "float", + "value": 1.512706756591797 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.012760162353516 + }, + "PointY": { + "type": "float", + "value": 1.519035339355469 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + } + ] + }, + "HighlightHeight": { + "type": "float", + "value": 0.0 + }, + "KeyName": { + "type": "cexostring", + "value": "" + }, + "LinkedTo": { + "type": "cexostring", + "value": "" + }, + "LinkedToFlags": { + "type": "byte", + "value": 0 + }, + "LoadScreenID": { + "type": "word", + "value": 0 + }, + "LocalizedName": { + "id": 14759, + "type": "cexolocstring", + "value": { + "0": "South & East Junction" + } + }, + "OnClick": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnTrapTriggered": { + "type": "resref", + "value": "" + }, + "PortraitId": { + "type": "word", + "value": 0 + }, + "ScriptHeartbeat": { + "type": "resref", + "value": "" + }, + "ScriptOnEnter": { + "type": "resref", + "value": "prc_maze_mvtrig" + }, + "ScriptOnExit": { + "type": "resref", + "value": "" + }, + "ScriptUserDefine": { + "type": "resref", + "value": "" + }, + "Tag": { + "type": "cexostring", + "value": "prc_maze_south_east" + }, + "TemplateResRef": { + "type": "resref", + "value": "newgeneric" + }, + "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": "int", + "value": 0 + }, + "VarTable": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "Name": { + "type": "cexostring", + "value": "directions" + }, + "Type": { + "type": "dword", + "value": 1 + }, + "Value": { + "type": "int", + "value": 257 + } + } + ] + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": 135.7204742431641 + }, + "YOrientation": { + "type": "float", + "value": 0.0 + }, + "YPosition": { + "type": "float", + "value": 95.74567413330078 + }, + "ZOrientation": { + "type": "float", + "value": 0.0 + }, + "ZPosition": { + "type": "float", + "value": 0.2000010013580322 + } + }, + { + "__struct_id": 1, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Cursor": { + "type": "byte", + "value": 0 + }, + "DisarmDC": { + "type": "byte", + "value": 0 + }, + "Faction": { + "type": "dword", + "value": 1 + }, + "Geometry": { + "type": "list", + "value": [ + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.025417327880859 + }, + "PointY": { + "type": "float", + "value": 1.006362915039063 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.512710571289063 + }, + "PointY": { + "type": "float", + "value": -0.4936904907226563 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.519039154052734 + }, + "PointY": { + "type": "float", + "value": -1.481063842773438 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.010276794433594 + }, + "PointY": { + "type": "float", + "value": -2.999496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.022621154785156 + }, + "PointY": { + "type": "float", + "value": -3.493328094482422 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.510272979736328 + }, + "PointY": { + "type": "float", + "value": -3.499496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.010269165039063 + }, + "PointY": { + "type": "float", + "value": -1.987144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.004093170166015625 + }, + "PointY": { + "type": "float", + "value": -1.987148284912109 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.511528015136719 + }, + "PointY": { + "type": "float", + "value": -3.480979919433594 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999183654785156 + }, + "PointY": { + "type": "float", + "value": -3.493324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.005359649658203 + }, + "PointY": { + "type": "float", + "value": -2.993324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4991798400878906 + }, + "PointY": { + "type": "float", + "value": -1.487144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4930038452148438 + }, + "PointY": { + "type": "float", + "value": -0.4871406555175781 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999927520751953 + }, + "PointY": { + "type": "float", + "value": 1.015377044677734 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.007808685302734 + }, + "PointY": { + "type": "float", + "value": 1.519588470458984 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.487838745117188 + }, + "PointY": { + "type": "float", + "value": 1.527469635009766 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.01651382446289063 + }, + "PointY": { + "type": "float", + "value": -0.00835418701171875 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.012691497802734 + }, + "PointY": { + "type": "float", + "value": 0.0 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.531734466552734 + }, + "PointY": { + "type": "float", + "value": 1.512706756591797 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.012760162353516 + }, + "PointY": { + "type": "float", + "value": 1.519035339355469 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + } + ] + }, + "HighlightHeight": { + "type": "float", + "value": 0.0 + }, + "KeyName": { + "type": "cexostring", + "value": "" + }, + "LinkedTo": { + "type": "cexostring", + "value": "" + }, + "LinkedToFlags": { + "type": "byte", + "value": 0 + }, + "LoadScreenID": { + "type": "word", + "value": 0 + }, + "LocalizedName": { + "id": 14759, + "type": "cexolocstring", + "value": { + "0": "South & East Junction" + } + }, + "OnClick": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnTrapTriggered": { + "type": "resref", + "value": "" + }, + "PortraitId": { + "type": "word", + "value": 0 + }, + "ScriptHeartbeat": { + "type": "resref", + "value": "" + }, + "ScriptOnEnter": { + "type": "resref", + "value": "prc_maze_mvtrig" + }, + "ScriptOnExit": { + "type": "resref", + "value": "" + }, + "ScriptUserDefine": { + "type": "resref", + "value": "" + }, + "Tag": { + "type": "cexostring", + "value": "prc_maze_south_east" + }, + "TemplateResRef": { + "type": "resref", + "value": "newgeneric" + }, + "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": "int", + "value": 0 + }, + "VarTable": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "Name": { + "type": "cexostring", + "value": "directions" + }, + "Type": { + "type": "dword", + "value": 1 + }, + "Value": { + "type": "int", + "value": 257 + } + } + ] + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": 145.6964569091797 + }, + "YOrientation": { + "type": "float", + "value": 0.0 + }, + "YPosition": { + "type": "float", + "value": 85.78032684326172 + }, + "ZOrientation": { + "type": "float", + "value": 0.0 + }, + "ZPosition": { + "type": "float", + "value": 0.1999990940093994 + } + }, + { + "__struct_id": 1, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Cursor": { + "type": "byte", + "value": 0 + }, + "DisarmDC": { + "type": "byte", + "value": 0 + }, + "Faction": { + "type": "dword", + "value": 1 + }, + "Geometry": { + "type": "list", + "value": [ + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.025417327880859 + }, + "PointY": { + "type": "float", + "value": 1.006362915039063 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.512710571289063 + }, + "PointY": { + "type": "float", + "value": -0.4936904907226563 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.519039154052734 + }, + "PointY": { + "type": "float", + "value": -1.481063842773438 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.010276794433594 + }, + "PointY": { + "type": "float", + "value": -2.999496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.022621154785156 + }, + "PointY": { + "type": "float", + "value": -3.493328094482422 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.510272979736328 + }, + "PointY": { + "type": "float", + "value": -3.499496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.010269165039063 + }, + "PointY": { + "type": "float", + "value": -1.987144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.004093170166015625 + }, + "PointY": { + "type": "float", + "value": -1.987148284912109 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.511528015136719 + }, + "PointY": { + "type": "float", + "value": -3.480979919433594 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999183654785156 + }, + "PointY": { + "type": "float", + "value": -3.493324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.005359649658203 + }, + "PointY": { + "type": "float", + "value": -2.993324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4991798400878906 + }, + "PointY": { + "type": "float", + "value": -1.487144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4930038452148438 + }, + "PointY": { + "type": "float", + "value": -0.4871406555175781 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999927520751953 + }, + "PointY": { + "type": "float", + "value": 1.015377044677734 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.007808685302734 + }, + "PointY": { + "type": "float", + "value": 1.519588470458984 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.487838745117188 + }, + "PointY": { + "type": "float", + "value": 1.527469635009766 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.01651382446289063 + }, + "PointY": { + "type": "float", + "value": -0.00835418701171875 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.012691497802734 + }, + "PointY": { + "type": "float", + "value": 0.0 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.531734466552734 + }, + "PointY": { + "type": "float", + "value": 1.512706756591797 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.012760162353516 + }, + "PointY": { + "type": "float", + "value": 1.519035339355469 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + } + ] + }, + "HighlightHeight": { + "type": "float", + "value": 0.0 + }, + "KeyName": { + "type": "cexostring", + "value": "" + }, + "LinkedTo": { + "type": "cexostring", + "value": "" + }, + "LinkedToFlags": { + "type": "byte", + "value": 0 + }, + "LoadScreenID": { + "type": "word", + "value": 0 + }, + "LocalizedName": { + "id": 14759, + "type": "cexolocstring", + "value": { + "0": "South & East Junction" + } + }, + "OnClick": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnTrapTriggered": { + "type": "resref", + "value": "" + }, + "PortraitId": { + "type": "word", + "value": 0 + }, + "ScriptHeartbeat": { + "type": "resref", + "value": "" + }, + "ScriptOnEnter": { + "type": "resref", + "value": "prc_maze_mvtrig" + }, + "ScriptOnExit": { + "type": "resref", + "value": "" + }, + "ScriptUserDefine": { + "type": "resref", + "value": "" + }, + "Tag": { + "type": "cexostring", + "value": "prc_maze_south_east" + }, + "TemplateResRef": { + "type": "resref", + "value": "newgeneric" + }, + "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": "int", + "value": 0 + }, + "VarTable": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "Name": { + "type": "cexostring", + "value": "directions" + }, + "Type": { + "type": "dword", + "value": 1 + }, + "Value": { + "type": "int", + "value": 257 + } + } + ] + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": 125.720947265625 + }, + "YOrientation": { + "type": "float", + "value": 0.0 + }, + "YPosition": { + "type": "float", + "value": 75.77325439453125 + }, + "ZOrientation": { + "type": "float", + "value": 0.0 + }, + "ZPosition": { + "type": "float", + "value": 0.1999990940093994 + } + }, + { + "__struct_id": 1, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Cursor": { + "type": "byte", + "value": 0 + }, + "DisarmDC": { + "type": "byte", + "value": 0 + }, + "Faction": { + "type": "dword", + "value": 1 + }, + "Geometry": { + "type": "list", + "value": [ + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.025417327880859 + }, + "PointY": { + "type": "float", + "value": 1.006362915039063 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.512710571289063 + }, + "PointY": { + "type": "float", + "value": -0.4936904907226563 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.519039154052734 + }, + "PointY": { + "type": "float", + "value": -1.481063842773438 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.010276794433594 + }, + "PointY": { + "type": "float", + "value": -2.999496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.022621154785156 + }, + "PointY": { + "type": "float", + "value": -3.493328094482422 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.510272979736328 + }, + "PointY": { + "type": "float", + "value": -3.499496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.010269165039063 + }, + "PointY": { + "type": "float", + "value": -1.987144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.004093170166015625 + }, + "PointY": { + "type": "float", + "value": -1.987148284912109 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.511528015136719 + }, + "PointY": { + "type": "float", + "value": -3.480979919433594 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999183654785156 + }, + "PointY": { + "type": "float", + "value": -3.493324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.005359649658203 + }, + "PointY": { + "type": "float", + "value": -2.993324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4991798400878906 + }, + "PointY": { + "type": "float", + "value": -1.487144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4930038452148438 + }, + "PointY": { + "type": "float", + "value": -0.4871406555175781 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999927520751953 + }, + "PointY": { + "type": "float", + "value": 1.015377044677734 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.007808685302734 + }, + "PointY": { + "type": "float", + "value": 1.519588470458984 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.487838745117188 + }, + "PointY": { + "type": "float", + "value": 1.527469635009766 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.01651382446289063 + }, + "PointY": { + "type": "float", + "value": -0.00835418701171875 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.012691497802734 + }, + "PointY": { + "type": "float", + "value": 0.0 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.531734466552734 + }, + "PointY": { + "type": "float", + "value": 1.512706756591797 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.012760162353516 + }, + "PointY": { + "type": "float", + "value": 1.519035339355469 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + } + ] + }, + "HighlightHeight": { + "type": "float", + "value": 0.0 + }, + "KeyName": { + "type": "cexostring", + "value": "" + }, + "LinkedTo": { + "type": "cexostring", + "value": "" + }, + "LinkedToFlags": { + "type": "byte", + "value": 0 + }, + "LoadScreenID": { + "type": "word", + "value": 0 + }, + "LocalizedName": { + "id": 14759, + "type": "cexolocstring", + "value": { + "0": "North & South & West Junction" + } + }, + "OnClick": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnTrapTriggered": { + "type": "resref", + "value": "" + }, + "PortraitId": { + "type": "word", + "value": 0 + }, + "ScriptHeartbeat": { + "type": "resref", + "value": "" + }, + "ScriptOnEnter": { + "type": "resref", + "value": "prc_maze_mvtrig" + }, + "ScriptOnExit": { + "type": "resref", + "value": "" + }, + "ScriptUserDefine": { + "type": "resref", + "value": "" + }, + "Tag": { + "type": "cexostring", + "value": "prc_maze_north_south_west" + }, + "TemplateResRef": { + "type": "resref", + "value": "newgeneric" + }, + "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": "int", + "value": 0 + }, + "VarTable": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "Name": { + "type": "cexostring", + "value": "directions" + }, + "Type": { + "type": "dword", + "value": 1 + }, + "Value": { + "type": "int", + "value": 4368 + } + } + ] + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": 95.31057739257813 + }, + "YOrientation": { + "type": "float", + "value": 0.0 + }, + "YPosition": { + "type": "float", + "value": 76.2684326171875 + }, + "ZOrientation": { + "type": "float", + "value": 0.0 + }, + "ZPosition": { + "type": "float", + "value": 0.2000000476837158 + } + }, + { + "__struct_id": 1, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Cursor": { + "type": "byte", + "value": 0 + }, + "DisarmDC": { + "type": "byte", + "value": 0 + }, + "Faction": { + "type": "dword", + "value": 1 + }, + "Geometry": { + "type": "list", + "value": [ + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.025417327880859 + }, + "PointY": { + "type": "float", + "value": 1.006362915039063 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.512710571289063 + }, + "PointY": { + "type": "float", + "value": -0.4936904907226563 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.519039154052734 + }, + "PointY": { + "type": "float", + "value": -1.481063842773438 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.010276794433594 + }, + "PointY": { + "type": "float", + "value": -2.999496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.022621154785156 + }, + "PointY": { + "type": "float", + "value": -3.493328094482422 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.510272979736328 + }, + "PointY": { + "type": "float", + "value": -3.499496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.010269165039063 + }, + "PointY": { + "type": "float", + "value": -1.987144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.004093170166015625 + }, + "PointY": { + "type": "float", + "value": -1.987148284912109 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.511528015136719 + }, + "PointY": { + "type": "float", + "value": -3.480979919433594 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999183654785156 + }, + "PointY": { + "type": "float", + "value": -3.493324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.005359649658203 + }, + "PointY": { + "type": "float", + "value": -2.993324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4991798400878906 + }, + "PointY": { + "type": "float", + "value": -1.487144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4930038452148438 + }, + "PointY": { + "type": "float", + "value": -0.4871406555175781 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999927520751953 + }, + "PointY": { + "type": "float", + "value": 1.015377044677734 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.007808685302734 + }, + "PointY": { + "type": "float", + "value": 1.519588470458984 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.487838745117188 + }, + "PointY": { + "type": "float", + "value": 1.527469635009766 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.01651382446289063 + }, + "PointY": { + "type": "float", + "value": -0.00835418701171875 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.012691497802734 + }, + "PointY": { + "type": "float", + "value": 0.0 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.531734466552734 + }, + "PointY": { + "type": "float", + "value": 1.512706756591797 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.012760162353516 + }, + "PointY": { + "type": "float", + "value": 1.519035339355469 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + } + ] + }, + "HighlightHeight": { + "type": "float", + "value": 0.0 + }, + "KeyName": { + "type": "cexostring", + "value": "" + }, + "LinkedTo": { + "type": "cexostring", + "value": "" + }, + "LinkedToFlags": { + "type": "byte", + "value": 0 + }, + "LoadScreenID": { + "type": "word", + "value": 0 + }, + "LocalizedName": { + "id": 14759, + "type": "cexolocstring", + "value": { + "0": "North & East Junction" + } + }, + "OnClick": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnTrapTriggered": { + "type": "resref", + "value": "" + }, + "PortraitId": { + "type": "word", + "value": 0 + }, + "ScriptHeartbeat": { + "type": "resref", + "value": "" + }, + "ScriptOnEnter": { + "type": "resref", + "value": "prc_maze_mvtrig" + }, + "ScriptOnExit": { + "type": "resref", + "value": "" + }, + "ScriptUserDefine": { + "type": "resref", + "value": "" + }, + "Tag": { + "type": "cexostring", + "value": "prc_maze_north_east" + }, + "TemplateResRef": { + "type": "resref", + "value": "newgeneric" + }, + "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": "int", + "value": 0 + }, + "VarTable": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "Name": { + "type": "cexostring", + "value": "directions" + }, + "Type": { + "type": "dword", + "value": 1 + }, + "Value": { + "type": "int", + "value": 4097 + } + } + ] + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": 35.60686492919922 + }, + "YOrientation": { + "type": "float", + "value": 0.0 + }, + "YPosition": { + "type": "float", + "value": 76.04721069335938 + }, + "ZOrientation": { + "type": "float", + "value": 0.0 + }, + "ZPosition": { + "type": "float", + "value": 0.2000010013580322 + } + }, + { + "__struct_id": 1, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Cursor": { + "type": "byte", + "value": 0 + }, + "DisarmDC": { + "type": "byte", + "value": 0 + }, + "Faction": { + "type": "dword", + "value": 1 + }, + "Geometry": { + "type": "list", + "value": [ + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.025417327880859 + }, + "PointY": { + "type": "float", + "value": 1.006362915039063 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.512710571289063 + }, + "PointY": { + "type": "float", + "value": -0.4936904907226563 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.519039154052734 + }, + "PointY": { + "type": "float", + "value": -1.481063842773438 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.010276794433594 + }, + "PointY": { + "type": "float", + "value": -2.999496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.022621154785156 + }, + "PointY": { + "type": "float", + "value": -3.493328094482422 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.510272979736328 + }, + "PointY": { + "type": "float", + "value": -3.499496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.010269165039063 + }, + "PointY": { + "type": "float", + "value": -1.987144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.004093170166015625 + }, + "PointY": { + "type": "float", + "value": -1.987148284912109 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.511528015136719 + }, + "PointY": { + "type": "float", + "value": -3.480979919433594 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999183654785156 + }, + "PointY": { + "type": "float", + "value": -3.493324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.005359649658203 + }, + "PointY": { + "type": "float", + "value": -2.993324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4991798400878906 + }, + "PointY": { + "type": "float", + "value": -1.487144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4930038452148438 + }, + "PointY": { + "type": "float", + "value": -0.4871406555175781 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999927520751953 + }, + "PointY": { + "type": "float", + "value": 1.015377044677734 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.007808685302734 + }, + "PointY": { + "type": "float", + "value": 1.519588470458984 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.487838745117188 + }, + "PointY": { + "type": "float", + "value": 1.527469635009766 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.01651382446289063 + }, + "PointY": { + "type": "float", + "value": -0.00835418701171875 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.012691497802734 + }, + "PointY": { + "type": "float", + "value": 0.0 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.531734466552734 + }, + "PointY": { + "type": "float", + "value": 1.512706756591797 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.012760162353516 + }, + "PointY": { + "type": "float", + "value": 1.519035339355469 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + } + ] + }, + "HighlightHeight": { + "type": "float", + "value": 0.0 + }, + "KeyName": { + "type": "cexostring", + "value": "" + }, + "LinkedTo": { + "type": "cexostring", + "value": "" + }, + "LinkedToFlags": { + "type": "byte", + "value": 0 + }, + "LoadScreenID": { + "type": "word", + "value": 0 + }, + "LocalizedName": { + "id": 14759, + "type": "cexolocstring", + "value": { + "0": "North & West Junction" + } + }, + "OnClick": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnTrapTriggered": { + "type": "resref", + "value": "" + }, + "PortraitId": { + "type": "word", + "value": 0 + }, + "ScriptHeartbeat": { + "type": "resref", + "value": "" + }, + "ScriptOnEnter": { + "type": "resref", + "value": "prc_maze_mvtrig" + }, + "ScriptOnExit": { + "type": "resref", + "value": "" + }, + "ScriptUserDefine": { + "type": "resref", + "value": "" + }, + "Tag": { + "type": "cexostring", + "value": "prc_maze_north_west" + }, + "TemplateResRef": { + "type": "resref", + "value": "newgeneric" + }, + "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": "int", + "value": 0 + }, + "VarTable": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "Name": { + "type": "cexostring", + "value": "directions" + }, + "Type": { + "type": "dword", + "value": 1 + }, + "Value": { + "type": "int", + "value": 4112 + } + } + ] + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": 45.47449493408203 + }, + "YOrientation": { + "type": "float", + "value": 0.0 + }, + "YPosition": { + "type": "float", + "value": 76.12430572509766 + }, + "ZOrientation": { + "type": "float", + "value": 0.0 + }, + "ZPosition": { + "type": "float", + "value": 0.2000000476837158 + } + }, + { + "__struct_id": 1, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Cursor": { + "type": "byte", + "value": 0 + }, + "DisarmDC": { + "type": "byte", + "value": 0 + }, + "Faction": { + "type": "dword", + "value": 1 + }, + "Geometry": { + "type": "list", + "value": [ + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.025417327880859 + }, + "PointY": { + "type": "float", + "value": 1.006362915039063 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.512710571289063 + }, + "PointY": { + "type": "float", + "value": -0.4936904907226563 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.519039154052734 + }, + "PointY": { + "type": "float", + "value": -1.481063842773438 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.010276794433594 + }, + "PointY": { + "type": "float", + "value": -2.999496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.022621154785156 + }, + "PointY": { + "type": "float", + "value": -3.493328094482422 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.510272979736328 + }, + "PointY": { + "type": "float", + "value": -3.499496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.010269165039063 + }, + "PointY": { + "type": "float", + "value": -1.987144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.004093170166015625 + }, + "PointY": { + "type": "float", + "value": -1.987148284912109 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.511528015136719 + }, + "PointY": { + "type": "float", + "value": -3.480979919433594 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999183654785156 + }, + "PointY": { + "type": "float", + "value": -3.493324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.005359649658203 + }, + "PointY": { + "type": "float", + "value": -2.993324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4991798400878906 + }, + "PointY": { + "type": "float", + "value": -1.487144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4930038452148438 + }, + "PointY": { + "type": "float", + "value": -0.4871406555175781 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999927520751953 + }, + "PointY": { + "type": "float", + "value": 1.015377044677734 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.007808685302734 + }, + "PointY": { + "type": "float", + "value": 1.519588470458984 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.487838745117188 + }, + "PointY": { + "type": "float", + "value": 1.527469635009766 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.01651382446289063 + }, + "PointY": { + "type": "float", + "value": -0.00835418701171875 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.012691497802734 + }, + "PointY": { + "type": "float", + "value": 0.0 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.531734466552734 + }, + "PointY": { + "type": "float", + "value": 1.512706756591797 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.012760162353516 + }, + "PointY": { + "type": "float", + "value": 1.519035339355469 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + } + ] + }, + "HighlightHeight": { + "type": "float", + "value": 0.0 + }, + "KeyName": { + "type": "cexostring", + "value": "" + }, + "LinkedTo": { + "type": "cexostring", + "value": "" + }, + "LinkedToFlags": { + "type": "byte", + "value": 0 + }, + "LoadScreenID": { + "type": "word", + "value": 0 + }, + "LocalizedName": { + "id": 14759, + "type": "cexolocstring", + "value": { + "0": "South & East Junction" + } + }, + "OnClick": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnTrapTriggered": { + "type": "resref", + "value": "" + }, + "PortraitId": { + "type": "word", + "value": 0 + }, + "ScriptHeartbeat": { + "type": "resref", + "value": "" + }, + "ScriptOnEnter": { + "type": "resref", + "value": "prc_maze_mvtrig" + }, + "ScriptOnExit": { + "type": "resref", + "value": "" + }, + "ScriptUserDefine": { + "type": "resref", + "value": "" + }, + "Tag": { + "type": "cexostring", + "value": "prc_maze_south_east" + }, + "TemplateResRef": { + "type": "resref", + "value": "newgeneric" + }, + "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": "int", + "value": 0 + }, + "VarTable": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "Name": { + "type": "cexostring", + "value": "directions" + }, + "Type": { + "type": "dword", + "value": 1 + }, + "Value": { + "type": "int", + "value": 257 + } + } + ] + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": 45.6286735534668 + }, + "YOrientation": { + "type": "float", + "value": 0.0 + }, + "YPosition": { + "type": "float", + "value": 85.76065826416016 + }, + "ZOrientation": { + "type": "float", + "value": 0.0 + }, + "ZPosition": { + "type": "float", + "value": 0.1999990940093994 + } + }, + { + "__struct_id": 1, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Cursor": { + "type": "byte", + "value": 0 + }, + "DisarmDC": { + "type": "byte", + "value": 0 + }, + "Faction": { + "type": "dword", + "value": 1 + }, + "Geometry": { + "type": "list", + "value": [ + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.025417327880859 + }, + "PointY": { + "type": "float", + "value": 1.006362915039063 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.512710571289063 + }, + "PointY": { + "type": "float", + "value": -0.4936904907226563 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.519039154052734 + }, + "PointY": { + "type": "float", + "value": -1.481063842773438 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.010276794433594 + }, + "PointY": { + "type": "float", + "value": -2.999496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.022621154785156 + }, + "PointY": { + "type": "float", + "value": -3.493328094482422 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.510272979736328 + }, + "PointY": { + "type": "float", + "value": -3.499496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.010269165039063 + }, + "PointY": { + "type": "float", + "value": -1.987144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.004093170166015625 + }, + "PointY": { + "type": "float", + "value": -1.987148284912109 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.511528015136719 + }, + "PointY": { + "type": "float", + "value": -3.480979919433594 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999183654785156 + }, + "PointY": { + "type": "float", + "value": -3.493324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.005359649658203 + }, + "PointY": { + "type": "float", + "value": -2.993324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4991798400878906 + }, + "PointY": { + "type": "float", + "value": -1.487144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4930038452148438 + }, + "PointY": { + "type": "float", + "value": -0.4871406555175781 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999927520751953 + }, + "PointY": { + "type": "float", + "value": 1.015377044677734 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.007808685302734 + }, + "PointY": { + "type": "float", + "value": 1.519588470458984 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.487838745117188 + }, + "PointY": { + "type": "float", + "value": 1.527469635009766 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.01651382446289063 + }, + "PointY": { + "type": "float", + "value": -0.00835418701171875 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.012691497802734 + }, + "PointY": { + "type": "float", + "value": 0.0 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.531734466552734 + }, + "PointY": { + "type": "float", + "value": 1.512706756591797 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.012760162353516 + }, + "PointY": { + "type": "float", + "value": 1.519035339355469 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + } + ] + }, + "HighlightHeight": { + "type": "float", + "value": 0.0 + }, + "KeyName": { + "type": "cexostring", + "value": "" + }, + "LinkedTo": { + "type": "cexostring", + "value": "" + }, + "LinkedToFlags": { + "type": "byte", + "value": 0 + }, + "LoadScreenID": { + "type": "word", + "value": 0 + }, + "LocalizedName": { + "id": 14759, + "type": "cexolocstring", + "value": { + "0": "South & West & East Junction" + } + }, + "OnClick": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnTrapTriggered": { + "type": "resref", + "value": "" + }, + "PortraitId": { + "type": "word", + "value": 0 + }, + "ScriptHeartbeat": { + "type": "resref", + "value": "" + }, + "ScriptOnEnter": { + "type": "resref", + "value": "prc_maze_mvtrig" + }, + "ScriptOnExit": { + "type": "resref", + "value": "" + }, + "ScriptUserDefine": { + "type": "resref", + "value": "" + }, + "Tag": { + "type": "cexostring", + "value": "prc_maze_south_west_east" + }, + "TemplateResRef": { + "type": "resref", + "value": "newgeneric" + }, + "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": "int", + "value": 0 + }, + "VarTable": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "Name": { + "type": "cexostring", + "value": "directions" + }, + "Type": { + "type": "dword", + "value": 1 + }, + "Value": { + "type": "int", + "value": 273 + } + } + ] + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": 55.41921234130859 + }, + "YOrientation": { + "type": "float", + "value": 0.0 + }, + "YPosition": { + "type": "float", + "value": 85.91484069824219 + }, + "ZOrientation": { + "type": "float", + "value": 0.0 + }, + "ZPosition": { + "type": "float", + "value": 0.1999995708465576 + } + }, + { + "__struct_id": 1, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Cursor": { + "type": "byte", + "value": 0 + }, + "DisarmDC": { + "type": "byte", + "value": 0 + }, + "Faction": { + "type": "dword", + "value": 1 + }, + "Geometry": { + "type": "list", + "value": [ + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.025417327880859 + }, + "PointY": { + "type": "float", + "value": 1.006362915039063 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.512710571289063 + }, + "PointY": { + "type": "float", + "value": -0.4936904907226563 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.519039154052734 + }, + "PointY": { + "type": "float", + "value": -1.481063842773438 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.010276794433594 + }, + "PointY": { + "type": "float", + "value": -2.999496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.022621154785156 + }, + "PointY": { + "type": "float", + "value": -3.493328094482422 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.510272979736328 + }, + "PointY": { + "type": "float", + "value": -3.499496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.010269165039063 + }, + "PointY": { + "type": "float", + "value": -1.987144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.004093170166015625 + }, + "PointY": { + "type": "float", + "value": -1.987148284912109 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.511528015136719 + }, + "PointY": { + "type": "float", + "value": -3.480979919433594 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999183654785156 + }, + "PointY": { + "type": "float", + "value": -3.493324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.005359649658203 + }, + "PointY": { + "type": "float", + "value": -2.993324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4991798400878906 + }, + "PointY": { + "type": "float", + "value": -1.487144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4930038452148438 + }, + "PointY": { + "type": "float", + "value": -0.4871406555175781 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999927520751953 + }, + "PointY": { + "type": "float", + "value": 1.015377044677734 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.007808685302734 + }, + "PointY": { + "type": "float", + "value": 1.519588470458984 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.487838745117188 + }, + "PointY": { + "type": "float", + "value": 1.527469635009766 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.01651382446289063 + }, + "PointY": { + "type": "float", + "value": -0.00835418701171875 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.012691497802734 + }, + "PointY": { + "type": "float", + "value": 0.0 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.531734466552734 + }, + "PointY": { + "type": "float", + "value": 1.512706756591797 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.012760162353516 + }, + "PointY": { + "type": "float", + "value": 1.519035339355469 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + } + ] + }, + "HighlightHeight": { + "type": "float", + "value": 0.0 + }, + "KeyName": { + "type": "cexostring", + "value": "" + }, + "LinkedTo": { + "type": "cexostring", + "value": "" + }, + "LinkedToFlags": { + "type": "byte", + "value": 0 + }, + "LoadScreenID": { + "type": "word", + "value": 0 + }, + "LocalizedName": { + "id": 14759, + "type": "cexolocstring", + "value": { + "0": "South & West & East Junction" + } + }, + "OnClick": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnTrapTriggered": { + "type": "resref", + "value": "" + }, + "PortraitId": { + "type": "word", + "value": 0 + }, + "ScriptHeartbeat": { + "type": "resref", + "value": "" + }, + "ScriptOnEnter": { + "type": "resref", + "value": "prc_maze_mvtrig" + }, + "ScriptOnExit": { + "type": "resref", + "value": "" + }, + "ScriptUserDefine": { + "type": "resref", + "value": "" + }, + "Tag": { + "type": "cexostring", + "value": "prc_maze_south_west_east" + }, + "TemplateResRef": { + "type": "resref", + "value": "newgeneric" + }, + "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": "int", + "value": 0 + }, + "VarTable": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "Name": { + "type": "cexostring", + "value": "directions" + }, + "Type": { + "type": "dword", + "value": 1 + }, + "Value": { + "type": "int", + "value": 273 + } + } + ] + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": 65.42726135253906 + }, + "YOrientation": { + "type": "float", + "value": 0.0 + }, + "YPosition": { + "type": "float", + "value": 75.77619171142578 + }, + "ZOrientation": { + "type": "float", + "value": 0.0 + }, + "ZPosition": { + "type": "float", + "value": 0.200002908706665 + } + }, + { + "__struct_id": 1, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Cursor": { + "type": "byte", + "value": 0 + }, + "DisarmDC": { + "type": "byte", + "value": 0 + }, + "Faction": { + "type": "dword", + "value": 1 + }, + "Geometry": { + "type": "list", + "value": [ + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.025417327880859 + }, + "PointY": { + "type": "float", + "value": 1.006362915039063 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.512710571289063 + }, + "PointY": { + "type": "float", + "value": -0.4936904907226563 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.519039154052734 + }, + "PointY": { + "type": "float", + "value": -1.481063842773438 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.010276794433594 + }, + "PointY": { + "type": "float", + "value": -2.999496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.022621154785156 + }, + "PointY": { + "type": "float", + "value": -3.493328094482422 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.510272979736328 + }, + "PointY": { + "type": "float", + "value": -3.499496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.010269165039063 + }, + "PointY": { + "type": "float", + "value": -1.987144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.004093170166015625 + }, + "PointY": { + "type": "float", + "value": -1.987148284912109 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.511528015136719 + }, + "PointY": { + "type": "float", + "value": -3.480979919433594 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999183654785156 + }, + "PointY": { + "type": "float", + "value": -3.493324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.005359649658203 + }, + "PointY": { + "type": "float", + "value": -2.993324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4991798400878906 + }, + "PointY": { + "type": "float", + "value": -1.487144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4930038452148438 + }, + "PointY": { + "type": "float", + "value": -0.4871406555175781 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999927520751953 + }, + "PointY": { + "type": "float", + "value": 1.015377044677734 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.007808685302734 + }, + "PointY": { + "type": "float", + "value": 1.519588470458984 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.487838745117188 + }, + "PointY": { + "type": "float", + "value": 1.527469635009766 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.01651382446289063 + }, + "PointY": { + "type": "float", + "value": -0.00835418701171875 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.012691497802734 + }, + "PointY": { + "type": "float", + "value": 0.0 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.531734466552734 + }, + "PointY": { + "type": "float", + "value": 1.512706756591797 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.012760162353516 + }, + "PointY": { + "type": "float", + "value": 1.519035339355469 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + } + ] + }, + "HighlightHeight": { + "type": "float", + "value": 0.0 + }, + "KeyName": { + "type": "cexostring", + "value": "" + }, + "LinkedTo": { + "type": "cexostring", + "value": "" + }, + "LinkedToFlags": { + "type": "byte", + "value": 0 + }, + "LoadScreenID": { + "type": "word", + "value": 0 + }, + "LocalizedName": { + "id": 14759, + "type": "cexolocstring", + "value": { + "0": "South & West Junction" + } + }, + "OnClick": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnTrapTriggered": { + "type": "resref", + "value": "" + }, + "PortraitId": { + "type": "word", + "value": 0 + }, + "ScriptHeartbeat": { + "type": "resref", + "value": "" + }, + "ScriptOnEnter": { + "type": "resref", + "value": "prc_maze_mvtrig" + }, + "ScriptOnExit": { + "type": "resref", + "value": "" + }, + "ScriptUserDefine": { + "type": "resref", + "value": "" + }, + "Tag": { + "type": "cexostring", + "value": "prc_maze_south_west" + }, + "TemplateResRef": { + "type": "resref", + "value": "newgeneric" + }, + "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": "int", + "value": 0 + }, + "VarTable": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "Name": { + "type": "cexostring", + "value": "directions" + }, + "Type": { + "type": "dword", + "value": 1 + }, + "Value": { + "type": "int", + "value": 272 + } + } + ] + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": 75.22166442871094 + }, + "YOrientation": { + "type": "float", + "value": 0.0 + }, + "YPosition": { + "type": "float", + "value": 85.71739959716797 + }, + "ZOrientation": { + "type": "float", + "value": 0.0 + }, + "ZPosition": { + "type": "float", + "value": 0.199998140335083 + } + }, + { + "__struct_id": 1, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Cursor": { + "type": "byte", + "value": 0 + }, + "DisarmDC": { + "type": "byte", + "value": 0 + }, + "Faction": { + "type": "dword", + "value": 1 + }, + "Geometry": { + "type": "list", + "value": [ + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.025417327880859 + }, + "PointY": { + "type": "float", + "value": 1.006362915039063 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.512710571289063 + }, + "PointY": { + "type": "float", + "value": -0.4936904907226563 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.519039154052734 + }, + "PointY": { + "type": "float", + "value": -1.481063842773438 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.010276794433594 + }, + "PointY": { + "type": "float", + "value": -2.999496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.022621154785156 + }, + "PointY": { + "type": "float", + "value": -3.493328094482422 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.510272979736328 + }, + "PointY": { + "type": "float", + "value": -3.499496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.010269165039063 + }, + "PointY": { + "type": "float", + "value": -1.987144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.004093170166015625 + }, + "PointY": { + "type": "float", + "value": -1.987148284912109 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.511528015136719 + }, + "PointY": { + "type": "float", + "value": -3.480979919433594 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999183654785156 + }, + "PointY": { + "type": "float", + "value": -3.493324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.005359649658203 + }, + "PointY": { + "type": "float", + "value": -2.993324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4991798400878906 + }, + "PointY": { + "type": "float", + "value": -1.487144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4930038452148438 + }, + "PointY": { + "type": "float", + "value": -0.4871406555175781 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999927520751953 + }, + "PointY": { + "type": "float", + "value": 1.015377044677734 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.007808685302734 + }, + "PointY": { + "type": "float", + "value": 1.519588470458984 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.487838745117188 + }, + "PointY": { + "type": "float", + "value": 1.527469635009766 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.01651382446289063 + }, + "PointY": { + "type": "float", + "value": -0.00835418701171875 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.012691497802734 + }, + "PointY": { + "type": "float", + "value": 0.0 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.531734466552734 + }, + "PointY": { + "type": "float", + "value": 1.512706756591797 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.012760162353516 + }, + "PointY": { + "type": "float", + "value": 1.519035339355469 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + } + ] + }, + "HighlightHeight": { + "type": "float", + "value": 0.0 + }, + "KeyName": { + "type": "cexostring", + "value": "" + }, + "LinkedTo": { + "type": "cexostring", + "value": "" + }, + "LinkedToFlags": { + "type": "byte", + "value": 0 + }, + "LoadScreenID": { + "type": "word", + "value": 0 + }, + "LocalizedName": { + "id": 14759, + "type": "cexolocstring", + "value": { + "0": "South & East Junction" + } + }, + "OnClick": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnTrapTriggered": { + "type": "resref", + "value": "" + }, + "PortraitId": { + "type": "word", + "value": 0 + }, + "ScriptHeartbeat": { + "type": "resref", + "value": "" + }, + "ScriptOnEnter": { + "type": "resref", + "value": "prc_maze_mvtrig" + }, + "ScriptOnExit": { + "type": "resref", + "value": "" + }, + "ScriptUserDefine": { + "type": "resref", + "value": "" + }, + "Tag": { + "type": "cexostring", + "value": "prc_maze_south_east" + }, + "TemplateResRef": { + "type": "resref", + "value": "newgeneric" + }, + "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": "int", + "value": 0 + }, + "VarTable": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "Name": { + "type": "cexostring", + "value": "directions" + }, + "Type": { + "type": "dword", + "value": 1 + }, + "Value": { + "type": "int", + "value": 257 + } + } + ] + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": 115.8500442504883 + }, + "YOrientation": { + "type": "float", + "value": 0.0 + }, + "YPosition": { + "type": "float", + "value": 85.5673828125 + }, + "ZOrientation": { + "type": "float", + "value": 0.0 + }, + "ZPosition": { + "type": "float", + "value": 0.199998140335083 + } + }, + { + "__struct_id": 1, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Cursor": { + "type": "byte", + "value": 0 + }, + "DisarmDC": { + "type": "byte", + "value": 0 + }, + "Faction": { + "type": "dword", + "value": 1 + }, + "Geometry": { + "type": "list", + "value": [ + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.025417327880859 + }, + "PointY": { + "type": "float", + "value": 1.006362915039063 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.512710571289063 + }, + "PointY": { + "type": "float", + "value": -0.4936904907226563 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.519039154052734 + }, + "PointY": { + "type": "float", + "value": -1.481063842773438 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.010276794433594 + }, + "PointY": { + "type": "float", + "value": -2.999496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.022621154785156 + }, + "PointY": { + "type": "float", + "value": -3.493328094482422 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.510272979736328 + }, + "PointY": { + "type": "float", + "value": -3.499496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.010269165039063 + }, + "PointY": { + "type": "float", + "value": -1.987144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.004093170166015625 + }, + "PointY": { + "type": "float", + "value": -1.987148284912109 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.511528015136719 + }, + "PointY": { + "type": "float", + "value": -3.480979919433594 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999183654785156 + }, + "PointY": { + "type": "float", + "value": -3.493324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.005359649658203 + }, + "PointY": { + "type": "float", + "value": -2.993324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4991798400878906 + }, + "PointY": { + "type": "float", + "value": -1.487144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4930038452148438 + }, + "PointY": { + "type": "float", + "value": -0.4871406555175781 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999927520751953 + }, + "PointY": { + "type": "float", + "value": 1.015377044677734 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.007808685302734 + }, + "PointY": { + "type": "float", + "value": 1.519588470458984 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.487838745117188 + }, + "PointY": { + "type": "float", + "value": 1.527469635009766 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.01651382446289063 + }, + "PointY": { + "type": "float", + "value": -0.00835418701171875 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.012691497802734 + }, + "PointY": { + "type": "float", + "value": 0.0 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.531734466552734 + }, + "PointY": { + "type": "float", + "value": 1.512706756591797 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.012760162353516 + }, + "PointY": { + "type": "float", + "value": 1.519035339355469 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + } + ] + }, + "HighlightHeight": { + "type": "float", + "value": 0.0 + }, + "KeyName": { + "type": "cexostring", + "value": "" + }, + "LinkedTo": { + "type": "cexostring", + "value": "" + }, + "LinkedToFlags": { + "type": "byte", + "value": 0 + }, + "LoadScreenID": { + "type": "word", + "value": 0 + }, + "LocalizedName": { + "id": 14759, + "type": "cexolocstring", + "value": { + "0": "South & West & East Junction" + } + }, + "OnClick": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnTrapTriggered": { + "type": "resref", + "value": "" + }, + "PortraitId": { + "type": "word", + "value": 0 + }, + "ScriptHeartbeat": { + "type": "resref", + "value": "" + }, + "ScriptOnEnter": { + "type": "resref", + "value": "prc_maze_mvtrig" + }, + "ScriptOnExit": { + "type": "resref", + "value": "" + }, + "ScriptUserDefine": { + "type": "resref", + "value": "" + }, + "Tag": { + "type": "cexostring", + "value": "prc_maze_south_west_east" + }, + "TemplateResRef": { + "type": "resref", + "value": "newgeneric" + }, + "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": "int", + "value": 0 + }, + "VarTable": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "Name": { + "type": "cexostring", + "value": "directions" + }, + "Type": { + "type": "dword", + "value": 1 + }, + "Value": { + "type": "int", + "value": 273 + } + } + ] + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": 45.49661254882813 + }, + "YOrientation": { + "type": "float", + "value": 0.0 + }, + "YPosition": { + "type": "float", + "value": 105.8790969848633 + }, + "ZOrientation": { + "type": "float", + "value": 0.0 + }, + "ZPosition": { + "type": "float", + "value": 0.2000019550323486 + } + }, + { + "__struct_id": 1, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Cursor": { + "type": "byte", + "value": 0 + }, + "DisarmDC": { + "type": "byte", + "value": 0 + }, + "Faction": { + "type": "dword", + "value": 1 + }, + "Geometry": { + "type": "list", + "value": [ + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.025417327880859 + }, + "PointY": { + "type": "float", + "value": 1.006362915039063 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.512710571289063 + }, + "PointY": { + "type": "float", + "value": -0.4936904907226563 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.519039154052734 + }, + "PointY": { + "type": "float", + "value": -1.481063842773438 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.010276794433594 + }, + "PointY": { + "type": "float", + "value": -2.999496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.022621154785156 + }, + "PointY": { + "type": "float", + "value": -3.493328094482422 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.510272979736328 + }, + "PointY": { + "type": "float", + "value": -3.499496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.010269165039063 + }, + "PointY": { + "type": "float", + "value": -1.987144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.004093170166015625 + }, + "PointY": { + "type": "float", + "value": -1.987148284912109 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.511528015136719 + }, + "PointY": { + "type": "float", + "value": -3.480979919433594 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999183654785156 + }, + "PointY": { + "type": "float", + "value": -3.493324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.005359649658203 + }, + "PointY": { + "type": "float", + "value": -2.993324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4991798400878906 + }, + "PointY": { + "type": "float", + "value": -1.487144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4930038452148438 + }, + "PointY": { + "type": "float", + "value": -0.4871406555175781 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999927520751953 + }, + "PointY": { + "type": "float", + "value": 1.015377044677734 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.007808685302734 + }, + "PointY": { + "type": "float", + "value": 1.519588470458984 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.487838745117188 + }, + "PointY": { + "type": "float", + "value": 1.527469635009766 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.01651382446289063 + }, + "PointY": { + "type": "float", + "value": -0.00835418701171875 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.012691497802734 + }, + "PointY": { + "type": "float", + "value": 0.0 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.531734466552734 + }, + "PointY": { + "type": "float", + "value": 1.512706756591797 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.012760162353516 + }, + "PointY": { + "type": "float", + "value": 1.519035339355469 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + } + ] + }, + "HighlightHeight": { + "type": "float", + "value": 0.0 + }, + "KeyName": { + "type": "cexostring", + "value": "" + }, + "LinkedTo": { + "type": "cexostring", + "value": "" + }, + "LinkedToFlags": { + "type": "byte", + "value": 0 + }, + "LoadScreenID": { + "type": "word", + "value": 0 + }, + "LocalizedName": { + "id": 14759, + "type": "cexolocstring", + "value": { + "0": "North & West & East Junction" + } + }, + "OnClick": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnTrapTriggered": { + "type": "resref", + "value": "" + }, + "PortraitId": { + "type": "word", + "value": 0 + }, + "ScriptHeartbeat": { + "type": "resref", + "value": "" + }, + "ScriptOnEnter": { + "type": "resref", + "value": "prc_maze_mvtrig" + }, + "ScriptOnExit": { + "type": "resref", + "value": "" + }, + "ScriptUserDefine": { + "type": "resref", + "value": "" + }, + "Tag": { + "type": "cexostring", + "value": "prc_maze_north_west_east" + }, + "TemplateResRef": { + "type": "resref", + "value": "newgeneric" + }, + "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": "int", + "value": 0 + }, + "VarTable": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "Name": { + "type": "cexostring", + "value": "directions" + }, + "Type": { + "type": "dword", + "value": 1 + }, + "Value": { + "type": "int", + "value": 4113 + } + } + ] + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": 55.46294021606445 + }, + "YOrientation": { + "type": "float", + "value": 0.0 + }, + "YPosition": { + "type": "float", + "value": 106.0758056640625 + }, + "ZOrientation": { + "type": "float", + "value": 0.0 + }, + "ZPosition": { + "type": "float", + "value": 0.2000000476837158 + } + }, + { + "__struct_id": 1, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Cursor": { + "type": "byte", + "value": 0 + }, + "DisarmDC": { + "type": "byte", + "value": 0 + }, + "Faction": { + "type": "dword", + "value": 1 + }, + "Geometry": { + "type": "list", + "value": [ + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.025417327880859 + }, + "PointY": { + "type": "float", + "value": 1.006362915039063 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.512710571289063 + }, + "PointY": { + "type": "float", + "value": -0.4936904907226563 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.519039154052734 + }, + "PointY": { + "type": "float", + "value": -1.481063842773438 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.010276794433594 + }, + "PointY": { + "type": "float", + "value": -2.999496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.022621154785156 + }, + "PointY": { + "type": "float", + "value": -3.493328094482422 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.510272979736328 + }, + "PointY": { + "type": "float", + "value": -3.499496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.010269165039063 + }, + "PointY": { + "type": "float", + "value": -1.987144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.004093170166015625 + }, + "PointY": { + "type": "float", + "value": -1.987148284912109 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.511528015136719 + }, + "PointY": { + "type": "float", + "value": -3.480979919433594 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999183654785156 + }, + "PointY": { + "type": "float", + "value": -3.493324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.005359649658203 + }, + "PointY": { + "type": "float", + "value": -2.993324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4991798400878906 + }, + "PointY": { + "type": "float", + "value": -1.487144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4930038452148438 + }, + "PointY": { + "type": "float", + "value": -0.4871406555175781 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999927520751953 + }, + "PointY": { + "type": "float", + "value": 1.015377044677734 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.007808685302734 + }, + "PointY": { + "type": "float", + "value": 1.519588470458984 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.487838745117188 + }, + "PointY": { + "type": "float", + "value": 1.527469635009766 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.01651382446289063 + }, + "PointY": { + "type": "float", + "value": -0.00835418701171875 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.012691497802734 + }, + "PointY": { + "type": "float", + "value": 0.0 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.531734466552734 + }, + "PointY": { + "type": "float", + "value": 1.512706756591797 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.012760162353516 + }, + "PointY": { + "type": "float", + "value": 1.519035339355469 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + } + ] + }, + "HighlightHeight": { + "type": "float", + "value": 0.0 + }, + "KeyName": { + "type": "cexostring", + "value": "" + }, + "LinkedTo": { + "type": "cexostring", + "value": "" + }, + "LinkedToFlags": { + "type": "byte", + "value": 0 + }, + "LoadScreenID": { + "type": "word", + "value": 0 + }, + "LocalizedName": { + "id": 14759, + "type": "cexolocstring", + "value": { + "0": "North & East Junction" + } + }, + "OnClick": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnTrapTriggered": { + "type": "resref", + "value": "" + }, + "PortraitId": { + "type": "word", + "value": 0 + }, + "ScriptHeartbeat": { + "type": "resref", + "value": "" + }, + "ScriptOnEnter": { + "type": "resref", + "value": "prc_maze_mvtrig" + }, + "ScriptOnExit": { + "type": "resref", + "value": "" + }, + "ScriptUserDefine": { + "type": "resref", + "value": "" + }, + "Tag": { + "type": "cexostring", + "value": "prc_maze_north_east" + }, + "TemplateResRef": { + "type": "resref", + "value": "newgeneric" + }, + "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": "int", + "value": 0 + }, + "VarTable": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "Name": { + "type": "cexostring", + "value": "directions" + }, + "Type": { + "type": "dword", + "value": 1 + }, + "Value": { + "type": "int", + "value": 4097 + } + } + ] + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": 45.56217956542969 + }, + "YOrientation": { + "type": "float", + "value": 0.0 + }, + "YPosition": { + "type": "float", + "value": 96.10946655273438 + }, + "ZOrientation": { + "type": "float", + "value": 0.0 + }, + "ZPosition": { + "type": "float", + "value": 0.199998140335083 + } + }, + { + "__struct_id": 1, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Cursor": { + "type": "byte", + "value": 0 + }, + "DisarmDC": { + "type": "byte", + "value": 0 + }, + "Faction": { + "type": "dword", + "value": 1 + }, + "Geometry": { + "type": "list", + "value": [ + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.025417327880859 + }, + "PointY": { + "type": "float", + "value": 1.006362915039063 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.512710571289063 + }, + "PointY": { + "type": "float", + "value": -0.4936904907226563 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.519039154052734 + }, + "PointY": { + "type": "float", + "value": -1.481063842773438 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.010276794433594 + }, + "PointY": { + "type": "float", + "value": -2.999496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.022621154785156 + }, + "PointY": { + "type": "float", + "value": -3.493328094482422 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.510272979736328 + }, + "PointY": { + "type": "float", + "value": -3.499496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.010269165039063 + }, + "PointY": { + "type": "float", + "value": -1.987144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.004093170166015625 + }, + "PointY": { + "type": "float", + "value": -1.987148284912109 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.511528015136719 + }, + "PointY": { + "type": "float", + "value": -3.480979919433594 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999183654785156 + }, + "PointY": { + "type": "float", + "value": -3.493324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.005359649658203 + }, + "PointY": { + "type": "float", + "value": -2.993324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4991798400878906 + }, + "PointY": { + "type": "float", + "value": -1.487144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4930038452148438 + }, + "PointY": { + "type": "float", + "value": -0.4871406555175781 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999927520751953 + }, + "PointY": { + "type": "float", + "value": 1.015377044677734 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.007808685302734 + }, + "PointY": { + "type": "float", + "value": 1.519588470458984 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.487838745117188 + }, + "PointY": { + "type": "float", + "value": 1.527469635009766 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.01651382446289063 + }, + "PointY": { + "type": "float", + "value": -0.00835418701171875 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.012691497802734 + }, + "PointY": { + "type": "float", + "value": 0.0 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.531734466552734 + }, + "PointY": { + "type": "float", + "value": 1.512706756591797 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.012760162353516 + }, + "PointY": { + "type": "float", + "value": 1.519035339355469 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + } + ] + }, + "HighlightHeight": { + "type": "float", + "value": 0.0 + }, + "KeyName": { + "type": "cexostring", + "value": "" + }, + "LinkedTo": { + "type": "cexostring", + "value": "" + }, + "LinkedToFlags": { + "type": "byte", + "value": 0 + }, + "LoadScreenID": { + "type": "word", + "value": 0 + }, + "LocalizedName": { + "id": 14759, + "type": "cexolocstring", + "value": { + "0": "South & West Junction" + } + }, + "OnClick": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnTrapTriggered": { + "type": "resref", + "value": "" + }, + "PortraitId": { + "type": "word", + "value": 0 + }, + "ScriptHeartbeat": { + "type": "resref", + "value": "" + }, + "ScriptOnEnter": { + "type": "resref", + "value": "prc_maze_mvtrig" + }, + "ScriptOnExit": { + "type": "resref", + "value": "" + }, + "ScriptUserDefine": { + "type": "resref", + "value": "" + }, + "Tag": { + "type": "cexostring", + "value": "prc_maze_south_west" + }, + "TemplateResRef": { + "type": "resref", + "value": "newgeneric" + }, + "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": "int", + "value": 0 + }, + "VarTable": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "Name": { + "type": "cexostring", + "value": "directions" + }, + "Type": { + "type": "dword", + "value": 1 + }, + "Value": { + "type": "int", + "value": 272 + } + } + ] + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": 65.19470977783203 + }, + "YOrientation": { + "type": "float", + "value": 0.0 + }, + "YPosition": { + "type": "float", + "value": 105.7379302978516 + }, + "ZOrientation": { + "type": "float", + "value": 0.0 + }, + "ZPosition": { + "type": "float", + "value": 0.199998140335083 + } + }, + { + "__struct_id": 1, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Cursor": { + "type": "byte", + "value": 0 + }, + "DisarmDC": { + "type": "byte", + "value": 0 + }, + "Faction": { + "type": "dword", + "value": 1 + }, + "Geometry": { + "type": "list", + "value": [ + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.025417327880859 + }, + "PointY": { + "type": "float", + "value": 1.006362915039063 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.512710571289063 + }, + "PointY": { + "type": "float", + "value": -0.4936904907226563 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.519039154052734 + }, + "PointY": { + "type": "float", + "value": -1.481063842773438 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.010276794433594 + }, + "PointY": { + "type": "float", + "value": -2.999496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.022621154785156 + }, + "PointY": { + "type": "float", + "value": -3.493328094482422 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.510272979736328 + }, + "PointY": { + "type": "float", + "value": -3.499496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.010269165039063 + }, + "PointY": { + "type": "float", + "value": -1.987144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.004093170166015625 + }, + "PointY": { + "type": "float", + "value": -1.987148284912109 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.511528015136719 + }, + "PointY": { + "type": "float", + "value": -3.480979919433594 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999183654785156 + }, + "PointY": { + "type": "float", + "value": -3.493324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.005359649658203 + }, + "PointY": { + "type": "float", + "value": -2.993324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4991798400878906 + }, + "PointY": { + "type": "float", + "value": -1.487144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4930038452148438 + }, + "PointY": { + "type": "float", + "value": -0.4871406555175781 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999927520751953 + }, + "PointY": { + "type": "float", + "value": 1.015377044677734 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.007808685302734 + }, + "PointY": { + "type": "float", + "value": 1.519588470458984 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.487838745117188 + }, + "PointY": { + "type": "float", + "value": 1.527469635009766 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.01651382446289063 + }, + "PointY": { + "type": "float", + "value": -0.00835418701171875 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.012691497802734 + }, + "PointY": { + "type": "float", + "value": 0.0 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.531734466552734 + }, + "PointY": { + "type": "float", + "value": 1.512706756591797 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.012760162353516 + }, + "PointY": { + "type": "float", + "value": 1.519035339355469 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + } + ] + }, + "HighlightHeight": { + "type": "float", + "value": 0.0 + }, + "KeyName": { + "type": "cexostring", + "value": "" + }, + "LinkedTo": { + "type": "cexostring", + "value": "" + }, + "LinkedToFlags": { + "type": "byte", + "value": 0 + }, + "LoadScreenID": { + "type": "word", + "value": 0 + }, + "LocalizedName": { + "id": 14759, + "type": "cexolocstring", + "value": { + "0": "South & West Junction" + } + }, + "OnClick": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnTrapTriggered": { + "type": "resref", + "value": "" + }, + "PortraitId": { + "type": "word", + "value": 0 + }, + "ScriptHeartbeat": { + "type": "resref", + "value": "" + }, + "ScriptOnEnter": { + "type": "resref", + "value": "prc_maze_mvtrig" + }, + "ScriptOnExit": { + "type": "resref", + "value": "" + }, + "ScriptUserDefine": { + "type": "resref", + "value": "" + }, + "Tag": { + "type": "cexostring", + "value": "prc_maze_south_west" + }, + "TemplateResRef": { + "type": "resref", + "value": "newgeneric" + }, + "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": "int", + "value": 0 + }, + "VarTable": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "Name": { + "type": "cexostring", + "value": "directions" + }, + "Type": { + "type": "dword", + "value": 1 + }, + "Value": { + "type": "int", + "value": 272 + } + } + ] + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": 75.32766723632813 + }, + "YOrientation": { + "type": "float", + "value": 0.0 + }, + "YPosition": { + "type": "float", + "value": 115.6619567871094 + }, + "ZOrientation": { + "type": "float", + "value": 0.0 + }, + "ZPosition": { + "type": "float", + "value": 0.2000010013580322 + } + }, + { + "__struct_id": 1, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Cursor": { + "type": "byte", + "value": 0 + }, + "DisarmDC": { + "type": "byte", + "value": 0 + }, + "Faction": { + "type": "dword", + "value": 1 + }, + "Geometry": { + "type": "list", + "value": [ + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.025417327880859 + }, + "PointY": { + "type": "float", + "value": 1.006362915039063 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.512710571289063 + }, + "PointY": { + "type": "float", + "value": -0.4936904907226563 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.519039154052734 + }, + "PointY": { + "type": "float", + "value": -1.481063842773438 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.010276794433594 + }, + "PointY": { + "type": "float", + "value": -2.999496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.022621154785156 + }, + "PointY": { + "type": "float", + "value": -3.493328094482422 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.510272979736328 + }, + "PointY": { + "type": "float", + "value": -3.499496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.010269165039063 + }, + "PointY": { + "type": "float", + "value": -1.987144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.004093170166015625 + }, + "PointY": { + "type": "float", + "value": -1.987148284912109 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.511528015136719 + }, + "PointY": { + "type": "float", + "value": -3.480979919433594 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999183654785156 + }, + "PointY": { + "type": "float", + "value": -3.493324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.005359649658203 + }, + "PointY": { + "type": "float", + "value": -2.993324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4991798400878906 + }, + "PointY": { + "type": "float", + "value": -1.487144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4930038452148438 + }, + "PointY": { + "type": "float", + "value": -0.4871406555175781 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999927520751953 + }, + "PointY": { + "type": "float", + "value": 1.015377044677734 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.007808685302734 + }, + "PointY": { + "type": "float", + "value": 1.519588470458984 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.487838745117188 + }, + "PointY": { + "type": "float", + "value": 1.527469635009766 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.01651382446289063 + }, + "PointY": { + "type": "float", + "value": -0.00835418701171875 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.012691497802734 + }, + "PointY": { + "type": "float", + "value": 0.0 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.531734466552734 + }, + "PointY": { + "type": "float", + "value": 1.512706756591797 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.012760162353516 + }, + "PointY": { + "type": "float", + "value": 1.519035339355469 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + } + ] + }, + "HighlightHeight": { + "type": "float", + "value": 0.0 + }, + "KeyName": { + "type": "cexostring", + "value": "" + }, + "LinkedTo": { + "type": "cexostring", + "value": "" + }, + "LinkedToFlags": { + "type": "byte", + "value": 0 + }, + "LoadScreenID": { + "type": "word", + "value": 0 + }, + "LocalizedName": { + "id": 14759, + "type": "cexolocstring", + "value": { + "0": "North & West & East Junction" + } + }, + "OnClick": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnTrapTriggered": { + "type": "resref", + "value": "" + }, + "PortraitId": { + "type": "word", + "value": 0 + }, + "ScriptHeartbeat": { + "type": "resref", + "value": "" + }, + "ScriptOnEnter": { + "type": "resref", + "value": "prc_maze_mvtrig" + }, + "ScriptOnExit": { + "type": "resref", + "value": "" + }, + "ScriptUserDefine": { + "type": "resref", + "value": "" + }, + "Tag": { + "type": "cexostring", + "value": "prc_maze_north_west_east" + }, + "TemplateResRef": { + "type": "resref", + "value": "newgeneric" + }, + "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": "int", + "value": 0 + }, + "VarTable": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "Name": { + "type": "cexostring", + "value": "directions" + }, + "Type": { + "type": "dword", + "value": 1 + }, + "Value": { + "type": "int", + "value": 4113 + } + } + ] + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": 85.46063232421875 + }, + "YOrientation": { + "type": "float", + "value": 0.0 + }, + "YPosition": { + "type": "float", + "value": 96.12728881835938 + }, + "ZOrientation": { + "type": "float", + "value": 0.0 + }, + "ZPosition": { + "type": "float", + "value": 0.2000000476837158 + } + }, + { + "__struct_id": 1, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Cursor": { + "type": "byte", + "value": 0 + }, + "DisarmDC": { + "type": "byte", + "value": 0 + }, + "Faction": { + "type": "dword", + "value": 1 + }, + "Geometry": { + "type": "list", + "value": [ + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.025417327880859 + }, + "PointY": { + "type": "float", + "value": 1.006362915039063 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.512710571289063 + }, + "PointY": { + "type": "float", + "value": -0.4936904907226563 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.519039154052734 + }, + "PointY": { + "type": "float", + "value": -1.481063842773438 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.010276794433594 + }, + "PointY": { + "type": "float", + "value": -2.999496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.022621154785156 + }, + "PointY": { + "type": "float", + "value": -3.493328094482422 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.510272979736328 + }, + "PointY": { + "type": "float", + "value": -3.499496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.010269165039063 + }, + "PointY": { + "type": "float", + "value": -1.987144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.004093170166015625 + }, + "PointY": { + "type": "float", + "value": -1.987148284912109 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.511528015136719 + }, + "PointY": { + "type": "float", + "value": -3.480979919433594 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999183654785156 + }, + "PointY": { + "type": "float", + "value": -3.493324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.005359649658203 + }, + "PointY": { + "type": "float", + "value": -2.993324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4991798400878906 + }, + "PointY": { + "type": "float", + "value": -1.487144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4930038452148438 + }, + "PointY": { + "type": "float", + "value": -0.4871406555175781 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999927520751953 + }, + "PointY": { + "type": "float", + "value": 1.015377044677734 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.007808685302734 + }, + "PointY": { + "type": "float", + "value": 1.519588470458984 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.487838745117188 + }, + "PointY": { + "type": "float", + "value": 1.527469635009766 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.01651382446289063 + }, + "PointY": { + "type": "float", + "value": -0.00835418701171875 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.012691497802734 + }, + "PointY": { + "type": "float", + "value": 0.0 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.531734466552734 + }, + "PointY": { + "type": "float", + "value": 1.512706756591797 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.012760162353516 + }, + "PointY": { + "type": "float", + "value": 1.519035339355469 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + } + ] + }, + "HighlightHeight": { + "type": "float", + "value": 0.0 + }, + "KeyName": { + "type": "cexostring", + "value": "" + }, + "LinkedTo": { + "type": "cexostring", + "value": "" + }, + "LinkedToFlags": { + "type": "byte", + "value": 0 + }, + "LoadScreenID": { + "type": "word", + "value": 0 + }, + "LocalizedName": { + "id": 14759, + "type": "cexolocstring", + "value": { + "0": "North & East Junction" + } + }, + "OnClick": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnTrapTriggered": { + "type": "resref", + "value": "" + }, + "PortraitId": { + "type": "word", + "value": 0 + }, + "ScriptHeartbeat": { + "type": "resref", + "value": "" + }, + "ScriptOnEnter": { + "type": "resref", + "value": "prc_maze_mvtrig" + }, + "ScriptOnExit": { + "type": "resref", + "value": "" + }, + "ScriptUserDefine": { + "type": "resref", + "value": "" + }, + "Tag": { + "type": "cexostring", + "value": "prc_maze_north_east" + }, + "TemplateResRef": { + "type": "resref", + "value": "newgeneric" + }, + "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": "int", + "value": 0 + }, + "VarTable": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "Name": { + "type": "cexostring", + "value": "directions" + }, + "Type": { + "type": "dword", + "value": 1 + }, + "Value": { + "type": "int", + "value": 4097 + } + } + ] + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": 75.64105987548828 + }, + "YOrientation": { + "type": "float", + "value": 0.0 + }, + "YPosition": { + "type": "float", + "value": 96.0228271484375 + }, + "ZOrientation": { + "type": "float", + "value": 0.0 + }, + "ZPosition": { + "type": "float", + "value": 0.2000000476837158 + } + }, + { + "__struct_id": 1, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Cursor": { + "type": "byte", + "value": 0 + }, + "DisarmDC": { + "type": "byte", + "value": 0 + }, + "Faction": { + "type": "dword", + "value": 1 + }, + "Geometry": { + "type": "list", + "value": [ + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.025417327880859 + }, + "PointY": { + "type": "float", + "value": 1.006362915039063 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.512710571289063 + }, + "PointY": { + "type": "float", + "value": -0.4936904907226563 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.519039154052734 + }, + "PointY": { + "type": "float", + "value": -1.481063842773438 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.010276794433594 + }, + "PointY": { + "type": "float", + "value": -2.999496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.022621154785156 + }, + "PointY": { + "type": "float", + "value": -3.493328094482422 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.510272979736328 + }, + "PointY": { + "type": "float", + "value": -3.499496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.010269165039063 + }, + "PointY": { + "type": "float", + "value": -1.987144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.004093170166015625 + }, + "PointY": { + "type": "float", + "value": -1.987148284912109 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.511528015136719 + }, + "PointY": { + "type": "float", + "value": -3.480979919433594 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999183654785156 + }, + "PointY": { + "type": "float", + "value": -3.493324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.005359649658203 + }, + "PointY": { + "type": "float", + "value": -2.993324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4991798400878906 + }, + "PointY": { + "type": "float", + "value": -1.487144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4930038452148438 + }, + "PointY": { + "type": "float", + "value": -0.4871406555175781 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999927520751953 + }, + "PointY": { + "type": "float", + "value": 1.015377044677734 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.007808685302734 + }, + "PointY": { + "type": "float", + "value": 1.519588470458984 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.487838745117188 + }, + "PointY": { + "type": "float", + "value": 1.527469635009766 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.01651382446289063 + }, + "PointY": { + "type": "float", + "value": -0.00835418701171875 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.012691497802734 + }, + "PointY": { + "type": "float", + "value": 0.0 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.531734466552734 + }, + "PointY": { + "type": "float", + "value": 1.512706756591797 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.012760162353516 + }, + "PointY": { + "type": "float", + "value": 1.519035339355469 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + } + ] + }, + "HighlightHeight": { + "type": "float", + "value": 0.0 + }, + "KeyName": { + "type": "cexostring", + "value": "" + }, + "LinkedTo": { + "type": "cexostring", + "value": "" + }, + "LinkedToFlags": { + "type": "byte", + "value": 0 + }, + "LoadScreenID": { + "type": "word", + "value": 0 + }, + "LocalizedName": { + "id": 14759, + "type": "cexolocstring", + "value": { + "0": "South & East Junction" + } + }, + "OnClick": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnTrapTriggered": { + "type": "resref", + "value": "" + }, + "PortraitId": { + "type": "word", + "value": 0 + }, + "ScriptHeartbeat": { + "type": "resref", + "value": "" + }, + "ScriptOnEnter": { + "type": "resref", + "value": "prc_maze_mvtrig" + }, + "ScriptOnExit": { + "type": "resref", + "value": "" + }, + "ScriptUserDefine": { + "type": "resref", + "value": "" + }, + "Tag": { + "type": "cexostring", + "value": "prc_maze_south_east" + }, + "TemplateResRef": { + "type": "resref", + "value": "newgeneric" + }, + "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": "int", + "value": 0 + }, + "VarTable": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "Name": { + "type": "cexostring", + "value": "directions" + }, + "Type": { + "type": "dword", + "value": 1 + }, + "Value": { + "type": "int", + "value": 257 + } + } + ] + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": 55.74333953857422 + }, + "YOrientation": { + "type": "float", + "value": 0.0 + }, + "YPosition": { + "type": "float", + "value": 115.885368347168 + }, + "ZOrientation": { + "type": "float", + "value": 0.0 + }, + "ZPosition": { + "type": "float", + "value": 0.199998140335083 + } + }, + { + "__struct_id": 1, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Cursor": { + "type": "byte", + "value": 0 + }, + "DisarmDC": { + "type": "byte", + "value": 0 + }, + "Faction": { + "type": "dword", + "value": 1 + }, + "Geometry": { + "type": "list", + "value": [ + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.025417327880859 + }, + "PointY": { + "type": "float", + "value": 1.006362915039063 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.512710571289063 + }, + "PointY": { + "type": "float", + "value": -0.4936904907226563 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.519039154052734 + }, + "PointY": { + "type": "float", + "value": -1.481063842773438 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.010276794433594 + }, + "PointY": { + "type": "float", + "value": -2.999496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.022621154785156 + }, + "PointY": { + "type": "float", + "value": -3.493328094482422 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.510272979736328 + }, + "PointY": { + "type": "float", + "value": -3.499496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.010269165039063 + }, + "PointY": { + "type": "float", + "value": -1.987144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.004093170166015625 + }, + "PointY": { + "type": "float", + "value": -1.987148284912109 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.511528015136719 + }, + "PointY": { + "type": "float", + "value": -3.480979919433594 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999183654785156 + }, + "PointY": { + "type": "float", + "value": -3.493324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.005359649658203 + }, + "PointY": { + "type": "float", + "value": -2.993324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4991798400878906 + }, + "PointY": { + "type": "float", + "value": -1.487144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4930038452148438 + }, + "PointY": { + "type": "float", + "value": -0.4871406555175781 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999927520751953 + }, + "PointY": { + "type": "float", + "value": 1.015377044677734 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.007808685302734 + }, + "PointY": { + "type": "float", + "value": 1.519588470458984 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.487838745117188 + }, + "PointY": { + "type": "float", + "value": 1.527469635009766 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.01651382446289063 + }, + "PointY": { + "type": "float", + "value": -0.00835418701171875 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.012691497802734 + }, + "PointY": { + "type": "float", + "value": 0.0 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.531734466552734 + }, + "PointY": { + "type": "float", + "value": 1.512706756591797 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.012760162353516 + }, + "PointY": { + "type": "float", + "value": 1.519035339355469 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + } + ] + }, + "HighlightHeight": { + "type": "float", + "value": 0.0 + }, + "KeyName": { + "type": "cexostring", + "value": "" + }, + "LinkedTo": { + "type": "cexostring", + "value": "" + }, + "LinkedToFlags": { + "type": "byte", + "value": 0 + }, + "LoadScreenID": { + "type": "word", + "value": 0 + }, + "LocalizedName": { + "id": 14759, + "type": "cexolocstring", + "value": { + "0": "South & East Junction" + } + }, + "OnClick": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnTrapTriggered": { + "type": "resref", + "value": "" + }, + "PortraitId": { + "type": "word", + "value": 0 + }, + "ScriptHeartbeat": { + "type": "resref", + "value": "" + }, + "ScriptOnEnter": { + "type": "resref", + "value": "prc_maze_mvtrig" + }, + "ScriptOnExit": { + "type": "resref", + "value": "" + }, + "ScriptUserDefine": { + "type": "resref", + "value": "" + }, + "Tag": { + "type": "cexostring", + "value": "prc_maze_south_east" + }, + "TemplateResRef": { + "type": "resref", + "value": "newgeneric" + }, + "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": "int", + "value": 0 + }, + "VarTable": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "Name": { + "type": "cexostring", + "value": "directions" + }, + "Type": { + "type": "dword", + "value": 1 + }, + "Value": { + "type": "int", + "value": 257 + } + } + ] + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": 25.69202041625977 + }, + "YOrientation": { + "type": "float", + "value": 0.0 + }, + "YPosition": { + "type": "float", + "value": 115.8075180053711 + }, + "ZOrientation": { + "type": "float", + "value": 0.0 + }, + "ZPosition": { + "type": "float", + "value": 0.200000524520874 + } + }, + { + "__struct_id": 1, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Cursor": { + "type": "byte", + "value": 0 + }, + "DisarmDC": { + "type": "byte", + "value": 0 + }, + "Faction": { + "type": "dword", + "value": 1 + }, + "Geometry": { + "type": "list", + "value": [ + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.025417327880859 + }, + "PointY": { + "type": "float", + "value": 1.006362915039063 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.512710571289063 + }, + "PointY": { + "type": "float", + "value": -0.4936904907226563 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.519039154052734 + }, + "PointY": { + "type": "float", + "value": -1.481063842773438 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.010276794433594 + }, + "PointY": { + "type": "float", + "value": -2.999496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.022621154785156 + }, + "PointY": { + "type": "float", + "value": -3.493328094482422 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.510272979736328 + }, + "PointY": { + "type": "float", + "value": -3.499496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.010269165039063 + }, + "PointY": { + "type": "float", + "value": -1.987144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.004093170166015625 + }, + "PointY": { + "type": "float", + "value": -1.987148284912109 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.511528015136719 + }, + "PointY": { + "type": "float", + "value": -3.480979919433594 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999183654785156 + }, + "PointY": { + "type": "float", + "value": -3.493324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.005359649658203 + }, + "PointY": { + "type": "float", + "value": -2.993324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4991798400878906 + }, + "PointY": { + "type": "float", + "value": -1.487144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4930038452148438 + }, + "PointY": { + "type": "float", + "value": -0.4871406555175781 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999927520751953 + }, + "PointY": { + "type": "float", + "value": 1.015377044677734 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.007808685302734 + }, + "PointY": { + "type": "float", + "value": 1.519588470458984 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.487838745117188 + }, + "PointY": { + "type": "float", + "value": 1.527469635009766 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.01651382446289063 + }, + "PointY": { + "type": "float", + "value": -0.00835418701171875 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.012691497802734 + }, + "PointY": { + "type": "float", + "value": 0.0 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.531734466552734 + }, + "PointY": { + "type": "float", + "value": 1.512706756591797 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.012760162353516 + }, + "PointY": { + "type": "float", + "value": 1.519035339355469 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + } + ] + }, + "HighlightHeight": { + "type": "float", + "value": 0.0 + }, + "KeyName": { + "type": "cexostring", + "value": "" + }, + "LinkedTo": { + "type": "cexostring", + "value": "" + }, + "LinkedToFlags": { + "type": "byte", + "value": 0 + }, + "LoadScreenID": { + "type": "word", + "value": 0 + }, + "LocalizedName": { + "id": 14759, + "type": "cexolocstring", + "value": { + "0": "North & West Junction" + } + }, + "OnClick": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnTrapTriggered": { + "type": "resref", + "value": "" + }, + "PortraitId": { + "type": "word", + "value": 0 + }, + "ScriptHeartbeat": { + "type": "resref", + "value": "" + }, + "ScriptOnEnter": { + "type": "resref", + "value": "prc_maze_mvtrig" + }, + "ScriptOnExit": { + "type": "resref", + "value": "" + }, + "ScriptUserDefine": { + "type": "resref", + "value": "" + }, + "Tag": { + "type": "cexostring", + "value": "prc_maze_north_west" + }, + "TemplateResRef": { + "type": "resref", + "value": "newgeneric" + }, + "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": "int", + "value": 0 + }, + "VarTable": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "Name": { + "type": "cexostring", + "value": "directions" + }, + "Type": { + "type": "dword", + "value": 1 + }, + "Value": { + "type": "int", + "value": 4112 + } + } + ] + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": 35.42366790771484 + }, + "YOrientation": { + "type": "float", + "value": 0.0 + }, + "YPosition": { + "type": "float", + "value": 116.1967849731445 + }, + "ZOrientation": { + "type": "float", + "value": 0.0 + }, + "ZPosition": { + "type": "float", + "value": 0.2000000476837158 + } + }, + { + "__struct_id": 1, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Cursor": { + "type": "byte", + "value": 0 + }, + "DisarmDC": { + "type": "byte", + "value": 0 + }, + "Faction": { + "type": "dword", + "value": 1 + }, + "Geometry": { + "type": "list", + "value": [ + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.025417327880859 + }, + "PointY": { + "type": "float", + "value": 1.006362915039063 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.512710571289063 + }, + "PointY": { + "type": "float", + "value": -0.4936904907226563 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.519039154052734 + }, + "PointY": { + "type": "float", + "value": -1.481063842773438 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.010276794433594 + }, + "PointY": { + "type": "float", + "value": -2.999496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.022621154785156 + }, + "PointY": { + "type": "float", + "value": -3.493328094482422 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.510272979736328 + }, + "PointY": { + "type": "float", + "value": -3.499496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.010269165039063 + }, + "PointY": { + "type": "float", + "value": -1.987144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.004093170166015625 + }, + "PointY": { + "type": "float", + "value": -1.987148284912109 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.511528015136719 + }, + "PointY": { + "type": "float", + "value": -3.480979919433594 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999183654785156 + }, + "PointY": { + "type": "float", + "value": -3.493324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.005359649658203 + }, + "PointY": { + "type": "float", + "value": -2.993324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4991798400878906 + }, + "PointY": { + "type": "float", + "value": -1.487144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4930038452148438 + }, + "PointY": { + "type": "float", + "value": -0.4871406555175781 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999927520751953 + }, + "PointY": { + "type": "float", + "value": 1.015377044677734 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.007808685302734 + }, + "PointY": { + "type": "float", + "value": 1.519588470458984 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.487838745117188 + }, + "PointY": { + "type": "float", + "value": 1.527469635009766 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.01651382446289063 + }, + "PointY": { + "type": "float", + "value": -0.00835418701171875 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.012691497802734 + }, + "PointY": { + "type": "float", + "value": 0.0 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.531734466552734 + }, + "PointY": { + "type": "float", + "value": 1.512706756591797 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.012760162353516 + }, + "PointY": { + "type": "float", + "value": 1.519035339355469 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + } + ] + }, + "HighlightHeight": { + "type": "float", + "value": 0.0 + }, + "KeyName": { + "type": "cexostring", + "value": "" + }, + "LinkedTo": { + "type": "cexostring", + "value": "" + }, + "LinkedToFlags": { + "type": "byte", + "value": 0 + }, + "LoadScreenID": { + "type": "word", + "value": 0 + }, + "LocalizedName": { + "id": 14759, + "type": "cexolocstring", + "value": { + "0": "South & West Junction" + } + }, + "OnClick": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnTrapTriggered": { + "type": "resref", + "value": "" + }, + "PortraitId": { + "type": "word", + "value": 0 + }, + "ScriptHeartbeat": { + "type": "resref", + "value": "" + }, + "ScriptOnEnter": { + "type": "resref", + "value": "prc_maze_mvtrig" + }, + "ScriptOnExit": { + "type": "resref", + "value": "" + }, + "ScriptUserDefine": { + "type": "resref", + "value": "" + }, + "Tag": { + "type": "cexostring", + "value": "prc_maze_south_west" + }, + "TemplateResRef": { + "type": "resref", + "value": "newgeneric" + }, + "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": "int", + "value": 0 + }, + "VarTable": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "Name": { + "type": "cexostring", + "value": "directions" + }, + "Type": { + "type": "dword", + "value": 1 + }, + "Value": { + "type": "int", + "value": 272 + } + } + ] + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": 95.2662353515625 + }, + "YOrientation": { + "type": "float", + "value": 0.0 + }, + "YPosition": { + "type": "float", + "value": 95.84174346923828 + }, + "ZOrientation": { + "type": "float", + "value": 0.0 + }, + "ZPosition": { + "type": "float", + "value": 0.2000000476837158 + } + }, + { + "__struct_id": 1, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Cursor": { + "type": "byte", + "value": 0 + }, + "DisarmDC": { + "type": "byte", + "value": 0 + }, + "Faction": { + "type": "dword", + "value": 1 + }, + "Geometry": { + "type": "list", + "value": [ + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.025417327880859 + }, + "PointY": { + "type": "float", + "value": 1.006362915039063 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.512710571289063 + }, + "PointY": { + "type": "float", + "value": -0.4936904907226563 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.519039154052734 + }, + "PointY": { + "type": "float", + "value": -1.481063842773438 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.010276794433594 + }, + "PointY": { + "type": "float", + "value": -2.999496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.022621154785156 + }, + "PointY": { + "type": "float", + "value": -3.493328094482422 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.510272979736328 + }, + "PointY": { + "type": "float", + "value": -3.499496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.010269165039063 + }, + "PointY": { + "type": "float", + "value": -1.987144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.004093170166015625 + }, + "PointY": { + "type": "float", + "value": -1.987148284912109 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.511528015136719 + }, + "PointY": { + "type": "float", + "value": -3.480979919433594 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999183654785156 + }, + "PointY": { + "type": "float", + "value": -3.493324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.005359649658203 + }, + "PointY": { + "type": "float", + "value": -2.993324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4991798400878906 + }, + "PointY": { + "type": "float", + "value": -1.487144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4930038452148438 + }, + "PointY": { + "type": "float", + "value": -0.4871406555175781 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999927520751953 + }, + "PointY": { + "type": "float", + "value": 1.015377044677734 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.007808685302734 + }, + "PointY": { + "type": "float", + "value": 1.519588470458984 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.487838745117188 + }, + "PointY": { + "type": "float", + "value": 1.527469635009766 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.01651382446289063 + }, + "PointY": { + "type": "float", + "value": -0.00835418701171875 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.012691497802734 + }, + "PointY": { + "type": "float", + "value": 0.0 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.531734466552734 + }, + "PointY": { + "type": "float", + "value": 1.512706756591797 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.012760162353516 + }, + "PointY": { + "type": "float", + "value": 1.519035339355469 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + } + ] + }, + "HighlightHeight": { + "type": "float", + "value": 0.0 + }, + "KeyName": { + "type": "cexostring", + "value": "" + }, + "LinkedTo": { + "type": "cexostring", + "value": "" + }, + "LinkedToFlags": { + "type": "byte", + "value": 0 + }, + "LoadScreenID": { + "type": "word", + "value": 0 + }, + "LocalizedName": { + "id": 14759, + "type": "cexolocstring", + "value": { + "0": "South & West Junction" + } + }, + "OnClick": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnTrapTriggered": { + "type": "resref", + "value": "" + }, + "PortraitId": { + "type": "word", + "value": 0 + }, + "ScriptHeartbeat": { + "type": "resref", + "value": "" + }, + "ScriptOnEnter": { + "type": "resref", + "value": "prc_maze_mvtrig" + }, + "ScriptOnExit": { + "type": "resref", + "value": "" + }, + "ScriptUserDefine": { + "type": "resref", + "value": "" + }, + "Tag": { + "type": "cexostring", + "value": "prc_maze_south_west" + }, + "TemplateResRef": { + "type": "resref", + "value": "newgeneric" + }, + "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": "int", + "value": 0 + }, + "VarTable": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "Name": { + "type": "cexostring", + "value": "directions" + }, + "Type": { + "type": "dword", + "value": 1 + }, + "Value": { + "type": "int", + "value": 272 + } + } + ] + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": 125.3302383422852 + }, + "YOrientation": { + "type": "float", + "value": 0.0 + }, + "YPosition": { + "type": "float", + "value": 95.84174346923828 + }, + "ZOrientation": { + "type": "float", + "value": 0.0 + }, + "ZPosition": { + "type": "float", + "value": 0.2000038623809815 + } + }, + { + "__struct_id": 1, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Cursor": { + "type": "byte", + "value": 0 + }, + "DisarmDC": { + "type": "byte", + "value": 0 + }, + "Faction": { + "type": "dword", + "value": 1 + }, + "Geometry": { + "type": "list", + "value": [ + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.025417327880859 + }, + "PointY": { + "type": "float", + "value": 1.006362915039063 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.512710571289063 + }, + "PointY": { + "type": "float", + "value": -0.4936904907226563 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.519039154052734 + }, + "PointY": { + "type": "float", + "value": -1.481063842773438 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.010276794433594 + }, + "PointY": { + "type": "float", + "value": -2.999496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.022621154785156 + }, + "PointY": { + "type": "float", + "value": -3.493328094482422 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.510272979736328 + }, + "PointY": { + "type": "float", + "value": -3.499496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.010269165039063 + }, + "PointY": { + "type": "float", + "value": -1.987144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.004093170166015625 + }, + "PointY": { + "type": "float", + "value": -1.987148284912109 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.511528015136719 + }, + "PointY": { + "type": "float", + "value": -3.480979919433594 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999183654785156 + }, + "PointY": { + "type": "float", + "value": -3.493324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.005359649658203 + }, + "PointY": { + "type": "float", + "value": -2.993324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4991798400878906 + }, + "PointY": { + "type": "float", + "value": -1.487144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4930038452148438 + }, + "PointY": { + "type": "float", + "value": -0.4871406555175781 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999927520751953 + }, + "PointY": { + "type": "float", + "value": 1.015377044677734 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.007808685302734 + }, + "PointY": { + "type": "float", + "value": 1.519588470458984 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.487838745117188 + }, + "PointY": { + "type": "float", + "value": 1.527469635009766 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.01651382446289063 + }, + "PointY": { + "type": "float", + "value": -0.00835418701171875 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.012691497802734 + }, + "PointY": { + "type": "float", + "value": 0.0 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.531734466552734 + }, + "PointY": { + "type": "float", + "value": 1.512706756591797 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.012760162353516 + }, + "PointY": { + "type": "float", + "value": 1.519035339355469 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + } + ] + }, + "HighlightHeight": { + "type": "float", + "value": 0.0 + }, + "KeyName": { + "type": "cexostring", + "value": "" + }, + "LinkedTo": { + "type": "cexostring", + "value": "" + }, + "LinkedToFlags": { + "type": "byte", + "value": 0 + }, + "LoadScreenID": { + "type": "word", + "value": 0 + }, + "LocalizedName": { + "id": 14759, + "type": "cexolocstring", + "value": { + "0": "South & West & East Junction" + } + }, + "OnClick": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnTrapTriggered": { + "type": "resref", + "value": "" + }, + "PortraitId": { + "type": "word", + "value": 0 + }, + "ScriptHeartbeat": { + "type": "resref", + "value": "" + }, + "ScriptOnEnter": { + "type": "resref", + "value": "prc_maze_mvtrig" + }, + "ScriptOnExit": { + "type": "resref", + "value": "" + }, + "ScriptUserDefine": { + "type": "resref", + "value": "" + }, + "Tag": { + "type": "cexostring", + "value": "prc_maze_south_west_east" + }, + "TemplateResRef": { + "type": "resref", + "value": "newgeneric" + }, + "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": "int", + "value": 0 + }, + "VarTable": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "Name": { + "type": "cexostring", + "value": "directions" + }, + "Type": { + "type": "dword", + "value": 1 + }, + "Value": { + "type": "int", + "value": 273 + } + } + ] + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": 145.4843902587891 + }, + "YOrientation": { + "type": "float", + "value": 0.0 + }, + "YPosition": { + "type": "float", + "value": 105.801155090332 + }, + "ZOrientation": { + "type": "float", + "value": 0.0 + }, + "ZPosition": { + "type": "float", + "value": 0.2000038623809815 + } + }, + { + "__struct_id": 1, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Cursor": { + "type": "byte", + "value": 0 + }, + "DisarmDC": { + "type": "byte", + "value": 0 + }, + "Faction": { + "type": "dword", + "value": 1 + }, + "Geometry": { + "type": "list", + "value": [ + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.025417327880859 + }, + "PointY": { + "type": "float", + "value": 1.006362915039063 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.512710571289063 + }, + "PointY": { + "type": "float", + "value": -0.4936904907226563 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.519039154052734 + }, + "PointY": { + "type": "float", + "value": -1.481063842773438 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.010276794433594 + }, + "PointY": { + "type": "float", + "value": -2.999496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.022621154785156 + }, + "PointY": { + "type": "float", + "value": -3.493328094482422 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.510272979736328 + }, + "PointY": { + "type": "float", + "value": -3.499496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.010269165039063 + }, + "PointY": { + "type": "float", + "value": -1.987144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.004093170166015625 + }, + "PointY": { + "type": "float", + "value": -1.987148284912109 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.511528015136719 + }, + "PointY": { + "type": "float", + "value": -3.480979919433594 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999183654785156 + }, + "PointY": { + "type": "float", + "value": -3.493324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.005359649658203 + }, + "PointY": { + "type": "float", + "value": -2.993324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4991798400878906 + }, + "PointY": { + "type": "float", + "value": -1.487144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4930038452148438 + }, + "PointY": { + "type": "float", + "value": -0.4871406555175781 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999927520751953 + }, + "PointY": { + "type": "float", + "value": 1.015377044677734 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.007808685302734 + }, + "PointY": { + "type": "float", + "value": 1.519588470458984 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.487838745117188 + }, + "PointY": { + "type": "float", + "value": 1.527469635009766 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.01651382446289063 + }, + "PointY": { + "type": "float", + "value": -0.00835418701171875 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.012691497802734 + }, + "PointY": { + "type": "float", + "value": 0.0 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.531734466552734 + }, + "PointY": { + "type": "float", + "value": 1.512706756591797 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.012760162353516 + }, + "PointY": { + "type": "float", + "value": 1.519035339355469 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + } + ] + }, + "HighlightHeight": { + "type": "float", + "value": 0.0 + }, + "KeyName": { + "type": "cexostring", + "value": "" + }, + "LinkedTo": { + "type": "cexostring", + "value": "" + }, + "LinkedToFlags": { + "type": "byte", + "value": 0 + }, + "LoadScreenID": { + "type": "word", + "value": 0 + }, + "LocalizedName": { + "id": 14759, + "type": "cexolocstring", + "value": { + "0": "South & West & East Junction" + } + }, + "OnClick": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnTrapTriggered": { + "type": "resref", + "value": "" + }, + "PortraitId": { + "type": "word", + "value": 0 + }, + "ScriptHeartbeat": { + "type": "resref", + "value": "" + }, + "ScriptOnEnter": { + "type": "resref", + "value": "prc_maze_mvtrig" + }, + "ScriptOnExit": { + "type": "resref", + "value": "" + }, + "ScriptUserDefine": { + "type": "resref", + "value": "" + }, + "Tag": { + "type": "cexostring", + "value": "prc_maze_south_west_east" + }, + "TemplateResRef": { + "type": "resref", + "value": "newgeneric" + }, + "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": "int", + "value": 0 + }, + "VarTable": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "Name": { + "type": "cexostring", + "value": "directions" + }, + "Type": { + "type": "dword", + "value": 1 + }, + "Value": { + "type": "int", + "value": 273 + } + } + ] + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": 105.4466323852539 + }, + "YOrientation": { + "type": "float", + "value": 0.0 + }, + "YPosition": { + "type": "float", + "value": 105.801155090332 + }, + "ZOrientation": { + "type": "float", + "value": 0.0 + }, + "ZPosition": { + "type": "float", + "value": 0.1999990940093994 + } + }, + { + "__struct_id": 1, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Cursor": { + "type": "byte", + "value": 0 + }, + "DisarmDC": { + "type": "byte", + "value": 0 + }, + "Faction": { + "type": "dword", + "value": 1 + }, + "Geometry": { + "type": "list", + "value": [ + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.025417327880859 + }, + "PointY": { + "type": "float", + "value": 1.006362915039063 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.512710571289063 + }, + "PointY": { + "type": "float", + "value": -0.4936904907226563 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.519039154052734 + }, + "PointY": { + "type": "float", + "value": -1.481063842773438 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.010276794433594 + }, + "PointY": { + "type": "float", + "value": -2.999496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.022621154785156 + }, + "PointY": { + "type": "float", + "value": -3.493328094482422 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.510272979736328 + }, + "PointY": { + "type": "float", + "value": -3.499496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.010269165039063 + }, + "PointY": { + "type": "float", + "value": -1.987144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.004093170166015625 + }, + "PointY": { + "type": "float", + "value": -1.987148284912109 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.511528015136719 + }, + "PointY": { + "type": "float", + "value": -3.480979919433594 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999183654785156 + }, + "PointY": { + "type": "float", + "value": -3.493324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.005359649658203 + }, + "PointY": { + "type": "float", + "value": -2.993324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4991798400878906 + }, + "PointY": { + "type": "float", + "value": -1.487144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4930038452148438 + }, + "PointY": { + "type": "float", + "value": -0.4871406555175781 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999927520751953 + }, + "PointY": { + "type": "float", + "value": 1.015377044677734 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.007808685302734 + }, + "PointY": { + "type": "float", + "value": 1.519588470458984 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.487838745117188 + }, + "PointY": { + "type": "float", + "value": 1.527469635009766 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.01651382446289063 + }, + "PointY": { + "type": "float", + "value": -0.00835418701171875 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.012691497802734 + }, + "PointY": { + "type": "float", + "value": 0.0 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.531734466552734 + }, + "PointY": { + "type": "float", + "value": 1.512706756591797 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.012760162353516 + }, + "PointY": { + "type": "float", + "value": 1.519035339355469 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + } + ] + }, + "HighlightHeight": { + "type": "float", + "value": 0.0 + }, + "KeyName": { + "type": "cexostring", + "value": "" + }, + "LinkedTo": { + "type": "cexostring", + "value": "" + }, + "LinkedToFlags": { + "type": "byte", + "value": 0 + }, + "LoadScreenID": { + "type": "word", + "value": 0 + }, + "LocalizedName": { + "id": 14759, + "type": "cexolocstring", + "value": { + "0": "North & South & East Junction" + } + }, + "OnClick": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnTrapTriggered": { + "type": "resref", + "value": "" + }, + "PortraitId": { + "type": "word", + "value": 0 + }, + "ScriptHeartbeat": { + "type": "resref", + "value": "" + }, + "ScriptOnEnter": { + "type": "resref", + "value": "prc_maze_mvtrig" + }, + "ScriptOnExit": { + "type": "resref", + "value": "" + }, + "ScriptUserDefine": { + "type": "resref", + "value": "" + }, + "Tag": { + "type": "cexostring", + "value": "prc_maze_north_south_east" + }, + "TemplateResRef": { + "type": "resref", + "value": "newgeneric" + }, + "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": "int", + "value": 0 + }, + "VarTable": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "Name": { + "type": "cexostring", + "value": "directions" + }, + "Type": { + "type": "dword", + "value": 1 + }, + "Value": { + "type": "int", + "value": 4353 + } + } + ] + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": 85.62674713134766 + }, + "YOrientation": { + "type": "float", + "value": 0.0 + }, + "YPosition": { + "type": "float", + "value": 105.9706726074219 + }, + "ZOrientation": { + "type": "float", + "value": 0.0 + }, + "ZPosition": { + "type": "float", + "value": 0.2000000476837158 + } + }, + { + "__struct_id": 1, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Cursor": { + "type": "byte", + "value": 0 + }, + "DisarmDC": { + "type": "byte", + "value": 0 + }, + "Faction": { + "type": "dword", + "value": 1 + }, + "Geometry": { + "type": "list", + "value": [ + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.025417327880859 + }, + "PointY": { + "type": "float", + "value": 1.006362915039063 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.512710571289063 + }, + "PointY": { + "type": "float", + "value": -0.4936904907226563 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.519039154052734 + }, + "PointY": { + "type": "float", + "value": -1.481063842773438 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.010276794433594 + }, + "PointY": { + "type": "float", + "value": -2.999496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.022621154785156 + }, + "PointY": { + "type": "float", + "value": -3.493328094482422 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.510272979736328 + }, + "PointY": { + "type": "float", + "value": -3.499496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.010269165039063 + }, + "PointY": { + "type": "float", + "value": -1.987144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.004093170166015625 + }, + "PointY": { + "type": "float", + "value": -1.987148284912109 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.511528015136719 + }, + "PointY": { + "type": "float", + "value": -3.480979919433594 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999183654785156 + }, + "PointY": { + "type": "float", + "value": -3.493324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.005359649658203 + }, + "PointY": { + "type": "float", + "value": -2.993324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4991798400878906 + }, + "PointY": { + "type": "float", + "value": -1.487144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4930038452148438 + }, + "PointY": { + "type": "float", + "value": -0.4871406555175781 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999927520751953 + }, + "PointY": { + "type": "float", + "value": 1.015377044677734 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.007808685302734 + }, + "PointY": { + "type": "float", + "value": 1.519588470458984 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.487838745117188 + }, + "PointY": { + "type": "float", + "value": 1.527469635009766 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.01651382446289063 + }, + "PointY": { + "type": "float", + "value": -0.00835418701171875 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.012691497802734 + }, + "PointY": { + "type": "float", + "value": 0.0 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.531734466552734 + }, + "PointY": { + "type": "float", + "value": 1.512706756591797 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.012760162353516 + }, + "PointY": { + "type": "float", + "value": 1.519035339355469 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + } + ] + }, + "HighlightHeight": { + "type": "float", + "value": 0.0 + }, + "KeyName": { + "type": "cexostring", + "value": "" + }, + "LinkedTo": { + "type": "cexostring", + "value": "" + }, + "LinkedToFlags": { + "type": "byte", + "value": 0 + }, + "LoadScreenID": { + "type": "word", + "value": 0 + }, + "LocalizedName": { + "id": 14759, + "type": "cexolocstring", + "value": { + "0": "North & West & East Junction" + } + }, + "OnClick": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnTrapTriggered": { + "type": "resref", + "value": "" + }, + "PortraitId": { + "type": "word", + "value": 0 + }, + "ScriptHeartbeat": { + "type": "resref", + "value": "" + }, + "ScriptOnEnter": { + "type": "resref", + "value": "prc_maze_mvtrig" + }, + "ScriptOnExit": { + "type": "resref", + "value": "" + }, + "ScriptUserDefine": { + "type": "resref", + "value": "" + }, + "Tag": { + "type": "cexostring", + "value": "prc_maze_north_west_east" + }, + "TemplateResRef": { + "type": "resref", + "value": "newgeneric" + }, + "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": "int", + "value": 0 + }, + "VarTable": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "Name": { + "type": "cexostring", + "value": "directions" + }, + "Type": { + "type": "dword", + "value": 1 + }, + "Value": { + "type": "int", + "value": 4113 + } + } + ] + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": 45.49099731445313 + }, + "YOrientation": { + "type": "float", + "value": 0.0 + }, + "YPosition": { + "type": "float", + "value": 126.0774917602539 + }, + "ZOrientation": { + "type": "float", + "value": 0.0 + }, + "ZPosition": { + "type": "float", + "value": 0.2000000476837158 + } + }, + { + "__struct_id": 1, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Cursor": { + "type": "byte", + "value": 0 + }, + "DisarmDC": { + "type": "byte", + "value": 0 + }, + "Faction": { + "type": "dword", + "value": 1 + }, + "Geometry": { + "type": "list", + "value": [ + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.025417327880859 + }, + "PointY": { + "type": "float", + "value": 1.006362915039063 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.512710571289063 + }, + "PointY": { + "type": "float", + "value": -0.4936904907226563 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.519039154052734 + }, + "PointY": { + "type": "float", + "value": -1.481063842773438 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.010276794433594 + }, + "PointY": { + "type": "float", + "value": -2.999496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.022621154785156 + }, + "PointY": { + "type": "float", + "value": -3.493328094482422 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.510272979736328 + }, + "PointY": { + "type": "float", + "value": -3.499496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.010269165039063 + }, + "PointY": { + "type": "float", + "value": -1.987144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.004093170166015625 + }, + "PointY": { + "type": "float", + "value": -1.987148284912109 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.511528015136719 + }, + "PointY": { + "type": "float", + "value": -3.480979919433594 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999183654785156 + }, + "PointY": { + "type": "float", + "value": -3.493324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.005359649658203 + }, + "PointY": { + "type": "float", + "value": -2.993324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4991798400878906 + }, + "PointY": { + "type": "float", + "value": -1.487144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4930038452148438 + }, + "PointY": { + "type": "float", + "value": -0.4871406555175781 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999927520751953 + }, + "PointY": { + "type": "float", + "value": 1.015377044677734 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.007808685302734 + }, + "PointY": { + "type": "float", + "value": 1.519588470458984 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.487838745117188 + }, + "PointY": { + "type": "float", + "value": 1.527469635009766 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.01651382446289063 + }, + "PointY": { + "type": "float", + "value": -0.00835418701171875 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.012691497802734 + }, + "PointY": { + "type": "float", + "value": 0.0 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.531734466552734 + }, + "PointY": { + "type": "float", + "value": 1.512706756591797 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.012760162353516 + }, + "PointY": { + "type": "float", + "value": 1.519035339355469 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + } + ] + }, + "HighlightHeight": { + "type": "float", + "value": 0.0 + }, + "KeyName": { + "type": "cexostring", + "value": "" + }, + "LinkedTo": { + "type": "cexostring", + "value": "" + }, + "LinkedToFlags": { + "type": "byte", + "value": 0 + }, + "LoadScreenID": { + "type": "word", + "value": 0 + }, + "LocalizedName": { + "id": 14759, + "type": "cexolocstring", + "value": { + "0": "North & South & West Junction" + } + }, + "OnClick": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnTrapTriggered": { + "type": "resref", + "value": "" + }, + "PortraitId": { + "type": "word", + "value": 0 + }, + "ScriptHeartbeat": { + "type": "resref", + "value": "" + }, + "ScriptOnEnter": { + "type": "resref", + "value": "prc_maze_mvtrig" + }, + "ScriptOnExit": { + "type": "resref", + "value": "" + }, + "ScriptUserDefine": { + "type": "resref", + "value": "" + }, + "Tag": { + "type": "cexostring", + "value": "prc_maze_north_south_west" + }, + "TemplateResRef": { + "type": "resref", + "value": "newgeneric" + }, + "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": "int", + "value": 0 + }, + "VarTable": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "Name": { + "type": "cexostring", + "value": "directions" + }, + "Type": { + "type": "dword", + "value": 1 + }, + "Value": { + "type": "int", + "value": 4368 + } + } + ] + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": 65.40056610107422 + }, + "YOrientation": { + "type": "float", + "value": 0.0 + }, + "YPosition": { + "type": "float", + "value": 126.0774993896484 + }, + "ZOrientation": { + "type": "float", + "value": 0.0 + }, + "ZPosition": { + "type": "float", + "value": 0.199998140335083 + } + }, + { + "__struct_id": 1, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Cursor": { + "type": "byte", + "value": 0 + }, + "DisarmDC": { + "type": "byte", + "value": 0 + }, + "Faction": { + "type": "dword", + "value": 1 + }, + "Geometry": { + "type": "list", + "value": [ + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.025417327880859 + }, + "PointY": { + "type": "float", + "value": 1.006362915039063 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.512710571289063 + }, + "PointY": { + "type": "float", + "value": -0.4936904907226563 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.519039154052734 + }, + "PointY": { + "type": "float", + "value": -1.481063842773438 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.010276794433594 + }, + "PointY": { + "type": "float", + "value": -2.999496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.022621154785156 + }, + "PointY": { + "type": "float", + "value": -3.493328094482422 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.510272979736328 + }, + "PointY": { + "type": "float", + "value": -3.499496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.010269165039063 + }, + "PointY": { + "type": "float", + "value": -1.987144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.004093170166015625 + }, + "PointY": { + "type": "float", + "value": -1.987148284912109 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.511528015136719 + }, + "PointY": { + "type": "float", + "value": -3.480979919433594 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999183654785156 + }, + "PointY": { + "type": "float", + "value": -3.493324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.005359649658203 + }, + "PointY": { + "type": "float", + "value": -2.993324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4991798400878906 + }, + "PointY": { + "type": "float", + "value": -1.487144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4930038452148438 + }, + "PointY": { + "type": "float", + "value": -0.4871406555175781 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999927520751953 + }, + "PointY": { + "type": "float", + "value": 1.015377044677734 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.007808685302734 + }, + "PointY": { + "type": "float", + "value": 1.519588470458984 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.487838745117188 + }, + "PointY": { + "type": "float", + "value": 1.527469635009766 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.01651382446289063 + }, + "PointY": { + "type": "float", + "value": -0.00835418701171875 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.012691497802734 + }, + "PointY": { + "type": "float", + "value": 0.0 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.531734466552734 + }, + "PointY": { + "type": "float", + "value": 1.512706756591797 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.012760162353516 + }, + "PointY": { + "type": "float", + "value": 1.519035339355469 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + } + ] + }, + "HighlightHeight": { + "type": "float", + "value": 0.0 + }, + "KeyName": { + "type": "cexostring", + "value": "" + }, + "LinkedTo": { + "type": "cexostring", + "value": "" + }, + "LinkedToFlags": { + "type": "byte", + "value": 0 + }, + "LoadScreenID": { + "type": "word", + "value": 0 + }, + "LocalizedName": { + "id": 14759, + "type": "cexolocstring", + "value": { + "0": "North & South & East Junction" + } + }, + "OnClick": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnTrapTriggered": { + "type": "resref", + "value": "" + }, + "PortraitId": { + "type": "word", + "value": 0 + }, + "ScriptHeartbeat": { + "type": "resref", + "value": "" + }, + "ScriptOnEnter": { + "type": "resref", + "value": "prc_maze_mvtrig" + }, + "ScriptOnExit": { + "type": "resref", + "value": "" + }, + "ScriptUserDefine": { + "type": "resref", + "value": "" + }, + "Tag": { + "type": "cexostring", + "value": "prc_maze_north_south_east" + }, + "TemplateResRef": { + "type": "resref", + "value": "newgeneric" + }, + "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": "int", + "value": 0 + }, + "VarTable": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "Name": { + "type": "cexostring", + "value": "directions" + }, + "Type": { + "type": "dword", + "value": 1 + }, + "Value": { + "type": "int", + "value": 4353 + } + } + ] + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": 85.55573272705078 + }, + "YOrientation": { + "type": "float", + "value": 0.0 + }, + "YPosition": { + "type": "float", + "value": 136.0182342529297 + }, + "ZOrientation": { + "type": "float", + "value": 0.0 + }, + "ZPosition": { + "type": "float", + "value": 0.2000000476837158 + } + }, + { + "__struct_id": 1, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Cursor": { + "type": "byte", + "value": 0 + }, + "DisarmDC": { + "type": "byte", + "value": 0 + }, + "Faction": { + "type": "dword", + "value": 1 + }, + "Geometry": { + "type": "list", + "value": [ + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.025417327880859 + }, + "PointY": { + "type": "float", + "value": 1.006362915039063 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.512710571289063 + }, + "PointY": { + "type": "float", + "value": -0.4936904907226563 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.519039154052734 + }, + "PointY": { + "type": "float", + "value": -1.481063842773438 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.010276794433594 + }, + "PointY": { + "type": "float", + "value": -2.999496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.022621154785156 + }, + "PointY": { + "type": "float", + "value": -3.493328094482422 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.510272979736328 + }, + "PointY": { + "type": "float", + "value": -3.499496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.010269165039063 + }, + "PointY": { + "type": "float", + "value": -1.987144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.004093170166015625 + }, + "PointY": { + "type": "float", + "value": -1.987148284912109 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.511528015136719 + }, + "PointY": { + "type": "float", + "value": -3.480979919433594 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999183654785156 + }, + "PointY": { + "type": "float", + "value": -3.493324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.005359649658203 + }, + "PointY": { + "type": "float", + "value": -2.993324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4991798400878906 + }, + "PointY": { + "type": "float", + "value": -1.487144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4930038452148438 + }, + "PointY": { + "type": "float", + "value": -0.4871406555175781 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999927520751953 + }, + "PointY": { + "type": "float", + "value": 1.015377044677734 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.007808685302734 + }, + "PointY": { + "type": "float", + "value": 1.519588470458984 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.487838745117188 + }, + "PointY": { + "type": "float", + "value": 1.527469635009766 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.01651382446289063 + }, + "PointY": { + "type": "float", + "value": -0.00835418701171875 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.012691497802734 + }, + "PointY": { + "type": "float", + "value": 0.0 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.531734466552734 + }, + "PointY": { + "type": "float", + "value": 1.512706756591797 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.012760162353516 + }, + "PointY": { + "type": "float", + "value": 1.519035339355469 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + } + ] + }, + "HighlightHeight": { + "type": "float", + "value": 0.0 + }, + "KeyName": { + "type": "cexostring", + "value": "" + }, + "LinkedTo": { + "type": "cexostring", + "value": "" + }, + "LinkedToFlags": { + "type": "byte", + "value": 0 + }, + "LoadScreenID": { + "type": "word", + "value": 0 + }, + "LocalizedName": { + "id": 14759, + "type": "cexolocstring", + "value": { + "0": "South & West Junction" + } + }, + "OnClick": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnTrapTriggered": { + "type": "resref", + "value": "" + }, + "PortraitId": { + "type": "word", + "value": 0 + }, + "ScriptHeartbeat": { + "type": "resref", + "value": "" + }, + "ScriptOnEnter": { + "type": "resref", + "value": "prc_maze_mvtrig" + }, + "ScriptOnExit": { + "type": "resref", + "value": "" + }, + "ScriptUserDefine": { + "type": "resref", + "value": "" + }, + "Tag": { + "type": "cexostring", + "value": "prc_maze_south_west" + }, + "TemplateResRef": { + "type": "resref", + "value": "newgeneric" + }, + "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": "int", + "value": 0 + }, + "VarTable": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "Name": { + "type": "cexostring", + "value": "directions" + }, + "Type": { + "type": "dword", + "value": 1 + }, + "Value": { + "type": "int", + "value": 272 + } + } + ] + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": 95.35340881347656 + }, + "YOrientation": { + "type": "float", + "value": 0.0 + }, + "YPosition": { + "type": "float", + "value": 135.7021789550781 + }, + "ZOrientation": { + "type": "float", + "value": 0.0 + }, + "ZPosition": { + "type": "float", + "value": 0.2000000476837158 + } + }, + { + "__struct_id": 1, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Cursor": { + "type": "byte", + "value": 0 + }, + "DisarmDC": { + "type": "byte", + "value": 0 + }, + "Faction": { + "type": "dword", + "value": 1 + }, + "Geometry": { + "type": "list", + "value": [ + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.025417327880859 + }, + "PointY": { + "type": "float", + "value": 1.006362915039063 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.512710571289063 + }, + "PointY": { + "type": "float", + "value": -0.4936904907226563 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.519039154052734 + }, + "PointY": { + "type": "float", + "value": -1.481063842773438 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.010276794433594 + }, + "PointY": { + "type": "float", + "value": -2.999496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.022621154785156 + }, + "PointY": { + "type": "float", + "value": -3.493328094482422 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.510272979736328 + }, + "PointY": { + "type": "float", + "value": -3.499496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.010269165039063 + }, + "PointY": { + "type": "float", + "value": -1.987144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.004093170166015625 + }, + "PointY": { + "type": "float", + "value": -1.987148284912109 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.511528015136719 + }, + "PointY": { + "type": "float", + "value": -3.480979919433594 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999183654785156 + }, + "PointY": { + "type": "float", + "value": -3.493324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.005359649658203 + }, + "PointY": { + "type": "float", + "value": -2.993324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4991798400878906 + }, + "PointY": { + "type": "float", + "value": -1.487144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4930038452148438 + }, + "PointY": { + "type": "float", + "value": -0.4871406555175781 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999927520751953 + }, + "PointY": { + "type": "float", + "value": 1.015377044677734 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.007808685302734 + }, + "PointY": { + "type": "float", + "value": 1.519588470458984 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.487838745117188 + }, + "PointY": { + "type": "float", + "value": 1.527469635009766 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.01651382446289063 + }, + "PointY": { + "type": "float", + "value": -0.00835418701171875 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.012691497802734 + }, + "PointY": { + "type": "float", + "value": 0.0 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.531734466552734 + }, + "PointY": { + "type": "float", + "value": 1.512706756591797 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.012760162353516 + }, + "PointY": { + "type": "float", + "value": 1.519035339355469 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + } + ] + }, + "HighlightHeight": { + "type": "float", + "value": 0.0 + }, + "KeyName": { + "type": "cexostring", + "value": "" + }, + "LinkedTo": { + "type": "cexostring", + "value": "" + }, + "LinkedToFlags": { + "type": "byte", + "value": 0 + }, + "LoadScreenID": { + "type": "word", + "value": 0 + }, + "LocalizedName": { + "id": 14759, + "type": "cexolocstring", + "value": { + "0": "South & West Junction" + } + }, + "OnClick": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnTrapTriggered": { + "type": "resref", + "value": "" + }, + "PortraitId": { + "type": "word", + "value": 0 + }, + "ScriptHeartbeat": { + "type": "resref", + "value": "" + }, + "ScriptOnEnter": { + "type": "resref", + "value": "prc_maze_mvtrig" + }, + "ScriptOnExit": { + "type": "resref", + "value": "" + }, + "ScriptUserDefine": { + "type": "resref", + "value": "" + }, + "Tag": { + "type": "cexostring", + "value": "prc_maze_south_west" + }, + "TemplateResRef": { + "type": "resref", + "value": "newgeneric" + }, + "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": "int", + "value": 0 + }, + "VarTable": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "Name": { + "type": "cexostring", + "value": "directions" + }, + "Type": { + "type": "dword", + "value": 1 + }, + "Value": { + "type": "int", + "value": 272 + } + } + ] + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": 95.24078369140625 + }, + "YOrientation": { + "type": "float", + "value": 0.0 + }, + "YPosition": { + "type": "float", + "value": 155.7716064453125 + }, + "ZOrientation": { + "type": "float", + "value": 0.0 + }, + "ZPosition": { + "type": "float", + "value": 0.2000010013580322 + } + }, + { + "__struct_id": 1, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Cursor": { + "type": "byte", + "value": 0 + }, + "DisarmDC": { + "type": "byte", + "value": 0 + }, + "Faction": { + "type": "dword", + "value": 1 + }, + "Geometry": { + "type": "list", + "value": [ + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.025417327880859 + }, + "PointY": { + "type": "float", + "value": 1.006362915039063 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.512710571289063 + }, + "PointY": { + "type": "float", + "value": -0.4936904907226563 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.519039154052734 + }, + "PointY": { + "type": "float", + "value": -1.481063842773438 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.010276794433594 + }, + "PointY": { + "type": "float", + "value": -2.999496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.022621154785156 + }, + "PointY": { + "type": "float", + "value": -3.493328094482422 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.510272979736328 + }, + "PointY": { + "type": "float", + "value": -3.499496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.010269165039063 + }, + "PointY": { + "type": "float", + "value": -1.987144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.004093170166015625 + }, + "PointY": { + "type": "float", + "value": -1.987148284912109 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.511528015136719 + }, + "PointY": { + "type": "float", + "value": -3.480979919433594 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999183654785156 + }, + "PointY": { + "type": "float", + "value": -3.493324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.005359649658203 + }, + "PointY": { + "type": "float", + "value": -2.993324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4991798400878906 + }, + "PointY": { + "type": "float", + "value": -1.487144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4930038452148438 + }, + "PointY": { + "type": "float", + "value": -0.4871406555175781 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999927520751953 + }, + "PointY": { + "type": "float", + "value": 1.015377044677734 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.007808685302734 + }, + "PointY": { + "type": "float", + "value": 1.519588470458984 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.487838745117188 + }, + "PointY": { + "type": "float", + "value": 1.527469635009766 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.01651382446289063 + }, + "PointY": { + "type": "float", + "value": -0.00835418701171875 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.012691497802734 + }, + "PointY": { + "type": "float", + "value": 0.0 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.531734466552734 + }, + "PointY": { + "type": "float", + "value": 1.512706756591797 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.012760162353516 + }, + "PointY": { + "type": "float", + "value": 1.519035339355469 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + } + ] + }, + "HighlightHeight": { + "type": "float", + "value": 0.0 + }, + "KeyName": { + "type": "cexostring", + "value": "" + }, + "LinkedTo": { + "type": "cexostring", + "value": "" + }, + "LinkedToFlags": { + "type": "byte", + "value": 0 + }, + "LoadScreenID": { + "type": "word", + "value": 0 + }, + "LocalizedName": { + "id": 14759, + "type": "cexolocstring", + "value": { + "0": "South & West Junction" + } + }, + "OnClick": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnTrapTriggered": { + "type": "resref", + "value": "" + }, + "PortraitId": { + "type": "word", + "value": 0 + }, + "ScriptHeartbeat": { + "type": "resref", + "value": "" + }, + "ScriptOnEnter": { + "type": "resref", + "value": "prc_maze_mvtrig" + }, + "ScriptOnExit": { + "type": "resref", + "value": "" + }, + "ScriptUserDefine": { + "type": "resref", + "value": "" + }, + "Tag": { + "type": "cexostring", + "value": "prc_maze_south_west" + }, + "TemplateResRef": { + "type": "resref", + "value": "newgeneric" + }, + "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": "int", + "value": 0 + }, + "VarTable": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "Name": { + "type": "cexostring", + "value": "directions" + }, + "Type": { + "type": "dword", + "value": 1 + }, + "Value": { + "type": "int", + "value": 272 + } + } + ] + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": 55.41798400878906 + }, + "YOrientation": { + "type": "float", + "value": 0.0 + }, + "YPosition": { + "type": "float", + "value": 155.7716064453125 + }, + "ZOrientation": { + "type": "float", + "value": 0.0 + }, + "ZPosition": { + "type": "float", + "value": 0.2000010013580322 + } + }, + { + "__struct_id": 1, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Cursor": { + "type": "byte", + "value": 0 + }, + "DisarmDC": { + "type": "byte", + "value": 0 + }, + "Faction": { + "type": "dword", + "value": 1 + }, + "Geometry": { + "type": "list", + "value": [ + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.025417327880859 + }, + "PointY": { + "type": "float", + "value": 1.006362915039063 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.512710571289063 + }, + "PointY": { + "type": "float", + "value": -0.4936904907226563 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.519039154052734 + }, + "PointY": { + "type": "float", + "value": -1.481063842773438 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.010276794433594 + }, + "PointY": { + "type": "float", + "value": -2.999496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.022621154785156 + }, + "PointY": { + "type": "float", + "value": -3.493328094482422 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.510272979736328 + }, + "PointY": { + "type": "float", + "value": -3.499496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.010269165039063 + }, + "PointY": { + "type": "float", + "value": -1.987144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.004093170166015625 + }, + "PointY": { + "type": "float", + "value": -1.987148284912109 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.511528015136719 + }, + "PointY": { + "type": "float", + "value": -3.480979919433594 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999183654785156 + }, + "PointY": { + "type": "float", + "value": -3.493324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.005359649658203 + }, + "PointY": { + "type": "float", + "value": -2.993324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4991798400878906 + }, + "PointY": { + "type": "float", + "value": -1.487144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4930038452148438 + }, + "PointY": { + "type": "float", + "value": -0.4871406555175781 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999927520751953 + }, + "PointY": { + "type": "float", + "value": 1.015377044677734 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.007808685302734 + }, + "PointY": { + "type": "float", + "value": 1.519588470458984 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.487838745117188 + }, + "PointY": { + "type": "float", + "value": 1.527469635009766 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.01651382446289063 + }, + "PointY": { + "type": "float", + "value": -0.00835418701171875 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.012691497802734 + }, + "PointY": { + "type": "float", + "value": 0.0 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.531734466552734 + }, + "PointY": { + "type": "float", + "value": 1.512706756591797 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.012760162353516 + }, + "PointY": { + "type": "float", + "value": 1.519035339355469 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + } + ] + }, + "HighlightHeight": { + "type": "float", + "value": 0.0 + }, + "KeyName": { + "type": "cexostring", + "value": "" + }, + "LinkedTo": { + "type": "cexostring", + "value": "" + }, + "LinkedToFlags": { + "type": "byte", + "value": 0 + }, + "LoadScreenID": { + "type": "word", + "value": 0 + }, + "LocalizedName": { + "id": 14759, + "type": "cexolocstring", + "value": { + "0": "South & East Junction" + } + }, + "OnClick": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnTrapTriggered": { + "type": "resref", + "value": "" + }, + "PortraitId": { + "type": "word", + "value": 0 + }, + "ScriptHeartbeat": { + "type": "resref", + "value": "" + }, + "ScriptOnEnter": { + "type": "resref", + "value": "prc_maze_mvtrig" + }, + "ScriptOnExit": { + "type": "resref", + "value": "" + }, + "ScriptUserDefine": { + "type": "resref", + "value": "" + }, + "Tag": { + "type": "cexostring", + "value": "prc_maze_south_east" + }, + "TemplateResRef": { + "type": "resref", + "value": "newgeneric" + }, + "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": "int", + "value": 0 + }, + "VarTable": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "Name": { + "type": "cexostring", + "value": "directions" + }, + "Type": { + "type": "dword", + "value": 1 + }, + "Value": { + "type": "int", + "value": 257 + } + } + ] + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": 65.75753784179688 + }, + "YOrientation": { + "type": "float", + "value": 0.0 + }, + "YPosition": { + "type": "float", + "value": 135.7021942138672 + }, + "ZOrientation": { + "type": "float", + "value": 0.0 + }, + "ZPosition": { + "type": "float", + "value": 0.199998140335083 + } + }, + { + "__struct_id": 1, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Cursor": { + "type": "byte", + "value": 0 + }, + "DisarmDC": { + "type": "byte", + "value": 0 + }, + "Faction": { + "type": "dword", + "value": 1 + }, + "Geometry": { + "type": "list", + "value": [ + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.025417327880859 + }, + "PointY": { + "type": "float", + "value": 1.006362915039063 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.512710571289063 + }, + "PointY": { + "type": "float", + "value": -0.4936904907226563 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.519039154052734 + }, + "PointY": { + "type": "float", + "value": -1.481063842773438 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.010276794433594 + }, + "PointY": { + "type": "float", + "value": -2.999496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.022621154785156 + }, + "PointY": { + "type": "float", + "value": -3.493328094482422 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.510272979736328 + }, + "PointY": { + "type": "float", + "value": -3.499496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.010269165039063 + }, + "PointY": { + "type": "float", + "value": -1.987144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.004093170166015625 + }, + "PointY": { + "type": "float", + "value": -1.987148284912109 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.511528015136719 + }, + "PointY": { + "type": "float", + "value": -3.480979919433594 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999183654785156 + }, + "PointY": { + "type": "float", + "value": -3.493324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.005359649658203 + }, + "PointY": { + "type": "float", + "value": -2.993324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4991798400878906 + }, + "PointY": { + "type": "float", + "value": -1.487144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4930038452148438 + }, + "PointY": { + "type": "float", + "value": -0.4871406555175781 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999927520751953 + }, + "PointY": { + "type": "float", + "value": 1.015377044677734 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.007808685302734 + }, + "PointY": { + "type": "float", + "value": 1.519588470458984 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.487838745117188 + }, + "PointY": { + "type": "float", + "value": 1.527469635009766 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.01651382446289063 + }, + "PointY": { + "type": "float", + "value": -0.00835418701171875 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.012691497802734 + }, + "PointY": { + "type": "float", + "value": 0.0 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.531734466552734 + }, + "PointY": { + "type": "float", + "value": 1.512706756591797 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.012760162353516 + }, + "PointY": { + "type": "float", + "value": 1.519035339355469 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + } + ] + }, + "HighlightHeight": { + "type": "float", + "value": 0.0 + }, + "KeyName": { + "type": "cexostring", + "value": "" + }, + "LinkedTo": { + "type": "cexostring", + "value": "" + }, + "LinkedToFlags": { + "type": "byte", + "value": 0 + }, + "LoadScreenID": { + "type": "word", + "value": 0 + }, + "LocalizedName": { + "id": 14759, + "type": "cexolocstring", + "value": { + "0": "South & East Junction" + } + }, + "OnClick": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnTrapTriggered": { + "type": "resref", + "value": "" + }, + "PortraitId": { + "type": "word", + "value": 0 + }, + "ScriptHeartbeat": { + "type": "resref", + "value": "" + }, + "ScriptOnEnter": { + "type": "resref", + "value": "prc_maze_mvtrig" + }, + "ScriptOnExit": { + "type": "resref", + "value": "" + }, + "ScriptUserDefine": { + "type": "resref", + "value": "" + }, + "Tag": { + "type": "cexostring", + "value": "prc_maze_south_east" + }, + "TemplateResRef": { + "type": "resref", + "value": "newgeneric" + }, + "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": "int", + "value": 0 + }, + "VarTable": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "Name": { + "type": "cexostring", + "value": "directions" + }, + "Type": { + "type": "dword", + "value": 1 + }, + "Value": { + "type": "int", + "value": 257 + } + } + ] + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": 75.63055419921875 + }, + "YOrientation": { + "type": "float", + "value": 0.0 + }, + "YPosition": { + "type": "float", + "value": 145.8047485351563 + }, + "ZOrientation": { + "type": "float", + "value": 0.0 + }, + "ZPosition": { + "type": "float", + "value": 0.1999990940093994 + } + }, + { + "__struct_id": 1, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Cursor": { + "type": "byte", + "value": 0 + }, + "DisarmDC": { + "type": "byte", + "value": 0 + }, + "Faction": { + "type": "dword", + "value": 1 + }, + "Geometry": { + "type": "list", + "value": [ + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.025417327880859 + }, + "PointY": { + "type": "float", + "value": 1.006362915039063 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.512710571289063 + }, + "PointY": { + "type": "float", + "value": -0.4936904907226563 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.519039154052734 + }, + "PointY": { + "type": "float", + "value": -1.481063842773438 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.010276794433594 + }, + "PointY": { + "type": "float", + "value": -2.999496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.022621154785156 + }, + "PointY": { + "type": "float", + "value": -3.493328094482422 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.510272979736328 + }, + "PointY": { + "type": "float", + "value": -3.499496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.010269165039063 + }, + "PointY": { + "type": "float", + "value": -1.987144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.004093170166015625 + }, + "PointY": { + "type": "float", + "value": -1.987148284912109 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.511528015136719 + }, + "PointY": { + "type": "float", + "value": -3.480979919433594 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999183654785156 + }, + "PointY": { + "type": "float", + "value": -3.493324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.005359649658203 + }, + "PointY": { + "type": "float", + "value": -2.993324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4991798400878906 + }, + "PointY": { + "type": "float", + "value": -1.487144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4930038452148438 + }, + "PointY": { + "type": "float", + "value": -0.4871406555175781 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999927520751953 + }, + "PointY": { + "type": "float", + "value": 1.015377044677734 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.007808685302734 + }, + "PointY": { + "type": "float", + "value": 1.519588470458984 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.487838745117188 + }, + "PointY": { + "type": "float", + "value": 1.527469635009766 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.01651382446289063 + }, + "PointY": { + "type": "float", + "value": -0.00835418701171875 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.012691497802734 + }, + "PointY": { + "type": "float", + "value": 0.0 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.531734466552734 + }, + "PointY": { + "type": "float", + "value": 1.512706756591797 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.012760162353516 + }, + "PointY": { + "type": "float", + "value": 1.519035339355469 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + } + ] + }, + "HighlightHeight": { + "type": "float", + "value": 0.0 + }, + "KeyName": { + "type": "cexostring", + "value": "" + }, + "LinkedTo": { + "type": "cexostring", + "value": "" + }, + "LinkedToFlags": { + "type": "byte", + "value": 0 + }, + "LoadScreenID": { + "type": "word", + "value": 0 + }, + "LocalizedName": { + "id": 14759, + "type": "cexolocstring", + "value": { + "0": "South & East Junction" + } + }, + "OnClick": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnTrapTriggered": { + "type": "resref", + "value": "" + }, + "PortraitId": { + "type": "word", + "value": 0 + }, + "ScriptHeartbeat": { + "type": "resref", + "value": "" + }, + "ScriptOnEnter": { + "type": "resref", + "value": "prc_maze_mvtrig" + }, + "ScriptOnExit": { + "type": "resref", + "value": "" + }, + "ScriptUserDefine": { + "type": "resref", + "value": "" + }, + "Tag": { + "type": "cexostring", + "value": "prc_maze_south_east" + }, + "TemplateResRef": { + "type": "resref", + "value": "newgeneric" + }, + "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": "int", + "value": 0 + }, + "VarTable": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "Name": { + "type": "cexostring", + "value": "directions" + }, + "Type": { + "type": "dword", + "value": 1 + }, + "Value": { + "type": "int", + "value": 257 + } + } + ] + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": 65.73127746582031 + }, + "YOrientation": { + "type": "float", + "value": 0.0 + }, + "YPosition": { + "type": "float", + "value": 155.8001403808594 + }, + "ZOrientation": { + "type": "float", + "value": 0.0 + }, + "ZPosition": { + "type": "float", + "value": 0.2000000476837158 + } + }, + { + "__struct_id": 1, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Cursor": { + "type": "byte", + "value": 0 + }, + "DisarmDC": { + "type": "byte", + "value": 0 + }, + "Faction": { + "type": "dword", + "value": 1 + }, + "Geometry": { + "type": "list", + "value": [ + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.025417327880859 + }, + "PointY": { + "type": "float", + "value": 1.006362915039063 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.512710571289063 + }, + "PointY": { + "type": "float", + "value": -0.4936904907226563 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.519039154052734 + }, + "PointY": { + "type": "float", + "value": -1.481063842773438 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.010276794433594 + }, + "PointY": { + "type": "float", + "value": -2.999496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.022621154785156 + }, + "PointY": { + "type": "float", + "value": -3.493328094482422 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.510272979736328 + }, + "PointY": { + "type": "float", + "value": -3.499496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.010269165039063 + }, + "PointY": { + "type": "float", + "value": -1.987144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.004093170166015625 + }, + "PointY": { + "type": "float", + "value": -1.987148284912109 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.511528015136719 + }, + "PointY": { + "type": "float", + "value": -3.480979919433594 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999183654785156 + }, + "PointY": { + "type": "float", + "value": -3.493324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.005359649658203 + }, + "PointY": { + "type": "float", + "value": -2.993324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4991798400878906 + }, + "PointY": { + "type": "float", + "value": -1.487144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4930038452148438 + }, + "PointY": { + "type": "float", + "value": -0.4871406555175781 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999927520751953 + }, + "PointY": { + "type": "float", + "value": 1.015377044677734 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.007808685302734 + }, + "PointY": { + "type": "float", + "value": 1.519588470458984 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.487838745117188 + }, + "PointY": { + "type": "float", + "value": 1.527469635009766 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.01651382446289063 + }, + "PointY": { + "type": "float", + "value": -0.00835418701171875 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.012691497802734 + }, + "PointY": { + "type": "float", + "value": 0.0 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.531734466552734 + }, + "PointY": { + "type": "float", + "value": 1.512706756591797 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.012760162353516 + }, + "PointY": { + "type": "float", + "value": 1.519035339355469 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + } + ] + }, + "HighlightHeight": { + "type": "float", + "value": 0.0 + }, + "KeyName": { + "type": "cexostring", + "value": "" + }, + "LinkedTo": { + "type": "cexostring", + "value": "" + }, + "LinkedToFlags": { + "type": "byte", + "value": 0 + }, + "LoadScreenID": { + "type": "word", + "value": 0 + }, + "LocalizedName": { + "id": 14759, + "type": "cexolocstring", + "value": { + "0": "South & East Junction" + } + }, + "OnClick": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnTrapTriggered": { + "type": "resref", + "value": "" + }, + "PortraitId": { + "type": "word", + "value": 0 + }, + "ScriptHeartbeat": { + "type": "resref", + "value": "" + }, + "ScriptOnEnter": { + "type": "resref", + "value": "prc_maze_mvtrig" + }, + "ScriptOnExit": { + "type": "resref", + "value": "" + }, + "ScriptUserDefine": { + "type": "resref", + "value": "" + }, + "Tag": { + "type": "cexostring", + "value": "prc_maze_south_east" + }, + "TemplateResRef": { + "type": "resref", + "value": "newgeneric" + }, + "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": "int", + "value": 0 + }, + "VarTable": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "Name": { + "type": "cexostring", + "value": "directions" + }, + "Type": { + "type": "dword", + "value": 1 + }, + "Value": { + "type": "int", + "value": 257 + } + } + ] + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": 25.75152397155762 + }, + "YOrientation": { + "type": "float", + "value": 0.0 + }, + "YPosition": { + "type": "float", + "value": 155.7629089355469 + }, + "ZOrientation": { + "type": "float", + "value": 0.0 + }, + "ZPosition": { + "type": "float", + "value": 0.2000010013580322 + } + }, + { + "__struct_id": 1, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Cursor": { + "type": "byte", + "value": 0 + }, + "DisarmDC": { + "type": "byte", + "value": 0 + }, + "Faction": { + "type": "dword", + "value": 1 + }, + "Geometry": { + "type": "list", + "value": [ + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.025417327880859 + }, + "PointY": { + "type": "float", + "value": 1.006362915039063 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.512710571289063 + }, + "PointY": { + "type": "float", + "value": -0.4936904907226563 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.519039154052734 + }, + "PointY": { + "type": "float", + "value": -1.481063842773438 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.010276794433594 + }, + "PointY": { + "type": "float", + "value": -2.999496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.022621154785156 + }, + "PointY": { + "type": "float", + "value": -3.493328094482422 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.510272979736328 + }, + "PointY": { + "type": "float", + "value": -3.499496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.010269165039063 + }, + "PointY": { + "type": "float", + "value": -1.987144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.004093170166015625 + }, + "PointY": { + "type": "float", + "value": -1.987148284912109 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.511528015136719 + }, + "PointY": { + "type": "float", + "value": -3.480979919433594 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999183654785156 + }, + "PointY": { + "type": "float", + "value": -3.493324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.005359649658203 + }, + "PointY": { + "type": "float", + "value": -2.993324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4991798400878906 + }, + "PointY": { + "type": "float", + "value": -1.487144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4930038452148438 + }, + "PointY": { + "type": "float", + "value": -0.4871406555175781 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999927520751953 + }, + "PointY": { + "type": "float", + "value": 1.015377044677734 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.007808685302734 + }, + "PointY": { + "type": "float", + "value": 1.519588470458984 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.487838745117188 + }, + "PointY": { + "type": "float", + "value": 1.527469635009766 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.01651382446289063 + }, + "PointY": { + "type": "float", + "value": -0.00835418701171875 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.012691497802734 + }, + "PointY": { + "type": "float", + "value": 0.0 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.531734466552734 + }, + "PointY": { + "type": "float", + "value": 1.512706756591797 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.012760162353516 + }, + "PointY": { + "type": "float", + "value": 1.519035339355469 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + } + ] + }, + "HighlightHeight": { + "type": "float", + "value": 0.0 + }, + "KeyName": { + "type": "cexostring", + "value": "" + }, + "LinkedTo": { + "type": "cexostring", + "value": "" + }, + "LinkedToFlags": { + "type": "byte", + "value": 0 + }, + "LoadScreenID": { + "type": "word", + "value": 0 + }, + "LocalizedName": { + "id": 14759, + "type": "cexolocstring", + "value": { + "0": "South & West Junction" + } + }, + "OnClick": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnTrapTriggered": { + "type": "resref", + "value": "" + }, + "PortraitId": { + "type": "word", + "value": 0 + }, + "ScriptHeartbeat": { + "type": "resref", + "value": "" + }, + "ScriptOnEnter": { + "type": "resref", + "value": "prc_maze_mvtrig" + }, + "ScriptOnExit": { + "type": "resref", + "value": "" + }, + "ScriptUserDefine": { + "type": "resref", + "value": "" + }, + "Tag": { + "type": "cexostring", + "value": "prc_maze_south_west" + }, + "TemplateResRef": { + "type": "resref", + "value": "newgeneric" + }, + "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": "int", + "value": 0 + }, + "VarTable": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "Name": { + "type": "cexostring", + "value": "directions" + }, + "Type": { + "type": "dword", + "value": 1 + }, + "Value": { + "type": "int", + "value": 272 + } + } + ] + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": 45.33826446533203 + }, + "YOrientation": { + "type": "float", + "value": 0.0 + }, + "YPosition": { + "type": "float", + "value": 135.7196350097656 + }, + "ZOrientation": { + "type": "float", + "value": 0.0 + }, + "ZPosition": { + "type": "float", + "value": 0.2000000476837158 + } + }, + { + "__struct_id": 1, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Cursor": { + "type": "byte", + "value": 0 + }, + "DisarmDC": { + "type": "byte", + "value": 0 + }, + "Faction": { + "type": "dword", + "value": 1 + }, + "Geometry": { + "type": "list", + "value": [ + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.025417327880859 + }, + "PointY": { + "type": "float", + "value": 1.006362915039063 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.512710571289063 + }, + "PointY": { + "type": "float", + "value": -0.4936904907226563 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.519039154052734 + }, + "PointY": { + "type": "float", + "value": -1.481063842773438 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.010276794433594 + }, + "PointY": { + "type": "float", + "value": -2.999496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.022621154785156 + }, + "PointY": { + "type": "float", + "value": -3.493328094482422 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.510272979736328 + }, + "PointY": { + "type": "float", + "value": -3.499496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.010269165039063 + }, + "PointY": { + "type": "float", + "value": -1.987144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.004093170166015625 + }, + "PointY": { + "type": "float", + "value": -1.987148284912109 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.511528015136719 + }, + "PointY": { + "type": "float", + "value": -3.480979919433594 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999183654785156 + }, + "PointY": { + "type": "float", + "value": -3.493324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.005359649658203 + }, + "PointY": { + "type": "float", + "value": -2.993324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4991798400878906 + }, + "PointY": { + "type": "float", + "value": -1.487144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4930038452148438 + }, + "PointY": { + "type": "float", + "value": -0.4871406555175781 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999927520751953 + }, + "PointY": { + "type": "float", + "value": 1.015377044677734 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.007808685302734 + }, + "PointY": { + "type": "float", + "value": 1.519588470458984 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.487838745117188 + }, + "PointY": { + "type": "float", + "value": 1.527469635009766 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.01651382446289063 + }, + "PointY": { + "type": "float", + "value": -0.00835418701171875 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.012691497802734 + }, + "PointY": { + "type": "float", + "value": 0.0 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.531734466552734 + }, + "PointY": { + "type": "float", + "value": 1.512706756591797 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.012760162353516 + }, + "PointY": { + "type": "float", + "value": 1.519035339355469 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + } + ] + }, + "HighlightHeight": { + "type": "float", + "value": 0.0 + }, + "KeyName": { + "type": "cexostring", + "value": "" + }, + "LinkedTo": { + "type": "cexostring", + "value": "" + }, + "LinkedToFlags": { + "type": "byte", + "value": 0 + }, + "LoadScreenID": { + "type": "word", + "value": 0 + }, + "LocalizedName": { + "id": 14759, + "type": "cexolocstring", + "value": { + "0": "North & West Junction" + } + }, + "OnClick": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnTrapTriggered": { + "type": "resref", + "value": "" + }, + "PortraitId": { + "type": "word", + "value": 0 + }, + "ScriptHeartbeat": { + "type": "resref", + "value": "" + }, + "ScriptOnEnter": { + "type": "resref", + "value": "prc_maze_mvtrig" + }, + "ScriptOnExit": { + "type": "resref", + "value": "" + }, + "ScriptUserDefine": { + "type": "resref", + "value": "" + }, + "Tag": { + "type": "cexostring", + "value": "prc_maze_north_west" + }, + "TemplateResRef": { + "type": "resref", + "value": "newgeneric" + }, + "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": "int", + "value": 0 + }, + "VarTable": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "Name": { + "type": "cexostring", + "value": "directions" + }, + "Type": { + "type": "dword", + "value": 1 + }, + "Value": { + "type": "int", + "value": 4112 + } + } + ] + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": 75.50485229492188 + }, + "YOrientation": { + "type": "float", + "value": 0.0 + }, + "YPosition": { + "type": "float", + "value": 136.1657562255859 + }, + "ZOrientation": { + "type": "float", + "value": 0.0 + }, + "ZPosition": { + "type": "float", + "value": 0.2000000476837158 + } + }, + { + "__struct_id": 1, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Cursor": { + "type": "byte", + "value": 0 + }, + "DisarmDC": { + "type": "byte", + "value": 0 + }, + "Faction": { + "type": "dword", + "value": 1 + }, + "Geometry": { + "type": "list", + "value": [ + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.025417327880859 + }, + "PointY": { + "type": "float", + "value": 1.006362915039063 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.512710571289063 + }, + "PointY": { + "type": "float", + "value": -0.4936904907226563 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.519039154052734 + }, + "PointY": { + "type": "float", + "value": -1.481063842773438 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.010276794433594 + }, + "PointY": { + "type": "float", + "value": -2.999496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.022621154785156 + }, + "PointY": { + "type": "float", + "value": -3.493328094482422 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.510272979736328 + }, + "PointY": { + "type": "float", + "value": -3.499496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.010269165039063 + }, + "PointY": { + "type": "float", + "value": -1.987144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.004093170166015625 + }, + "PointY": { + "type": "float", + "value": -1.987148284912109 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.511528015136719 + }, + "PointY": { + "type": "float", + "value": -3.480979919433594 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999183654785156 + }, + "PointY": { + "type": "float", + "value": -3.493324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.005359649658203 + }, + "PointY": { + "type": "float", + "value": -2.993324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4991798400878906 + }, + "PointY": { + "type": "float", + "value": -1.487144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4930038452148438 + }, + "PointY": { + "type": "float", + "value": -0.4871406555175781 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999927520751953 + }, + "PointY": { + "type": "float", + "value": 1.015377044677734 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.007808685302734 + }, + "PointY": { + "type": "float", + "value": 1.519588470458984 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.487838745117188 + }, + "PointY": { + "type": "float", + "value": 1.527469635009766 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.01651382446289063 + }, + "PointY": { + "type": "float", + "value": -0.00835418701171875 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.012691497802734 + }, + "PointY": { + "type": "float", + "value": 0.0 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.531734466552734 + }, + "PointY": { + "type": "float", + "value": 1.512706756591797 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.012760162353516 + }, + "PointY": { + "type": "float", + "value": 1.519035339355469 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + } + ] + }, + "HighlightHeight": { + "type": "float", + "value": 0.0 + }, + "KeyName": { + "type": "cexostring", + "value": "" + }, + "LinkedTo": { + "type": "cexostring", + "value": "" + }, + "LinkedToFlags": { + "type": "byte", + "value": 0 + }, + "LoadScreenID": { + "type": "word", + "value": 0 + }, + "LocalizedName": { + "id": 14759, + "type": "cexolocstring", + "value": { + "0": "North & West Junction" + } + }, + "OnClick": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnTrapTriggered": { + "type": "resref", + "value": "" + }, + "PortraitId": { + "type": "word", + "value": 0 + }, + "ScriptHeartbeat": { + "type": "resref", + "value": "" + }, + "ScriptOnEnter": { + "type": "resref", + "value": "prc_maze_mvtrig" + }, + "ScriptOnExit": { + "type": "resref", + "value": "" + }, + "ScriptUserDefine": { + "type": "resref", + "value": "" + }, + "Tag": { + "type": "cexostring", + "value": "prc_maze_north_west" + }, + "TemplateResRef": { + "type": "resref", + "value": "newgeneric" + }, + "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": "int", + "value": 0 + }, + "VarTable": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "Name": { + "type": "cexostring", + "value": "directions" + }, + "Type": { + "type": "dword", + "value": 1 + }, + "Value": { + "type": "int", + "value": 4112 + } + } + ] + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": 65.47052764892578 + }, + "YOrientation": { + "type": "float", + "value": 0.0 + }, + "YPosition": { + "type": "float", + "value": 146.2994842529297 + }, + "ZOrientation": { + "type": "float", + "value": 0.0 + }, + "ZPosition": { + "type": "float", + "value": 0.2000000476837158 + } + }, + { + "__struct_id": 1, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Cursor": { + "type": "byte", + "value": 0 + }, + "DisarmDC": { + "type": "byte", + "value": 0 + }, + "Faction": { + "type": "dword", + "value": 1 + }, + "Geometry": { + "type": "list", + "value": [ + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.025417327880859 + }, + "PointY": { + "type": "float", + "value": 1.006362915039063 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.512710571289063 + }, + "PointY": { + "type": "float", + "value": -0.4936904907226563 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.519039154052734 + }, + "PointY": { + "type": "float", + "value": -1.481063842773438 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.010276794433594 + }, + "PointY": { + "type": "float", + "value": -2.999496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.022621154785156 + }, + "PointY": { + "type": "float", + "value": -3.493328094482422 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.510272979736328 + }, + "PointY": { + "type": "float", + "value": -3.499496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.010269165039063 + }, + "PointY": { + "type": "float", + "value": -1.987144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.004093170166015625 + }, + "PointY": { + "type": "float", + "value": -1.987148284912109 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.511528015136719 + }, + "PointY": { + "type": "float", + "value": -3.480979919433594 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999183654785156 + }, + "PointY": { + "type": "float", + "value": -3.493324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.005359649658203 + }, + "PointY": { + "type": "float", + "value": -2.993324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4991798400878906 + }, + "PointY": { + "type": "float", + "value": -1.487144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4930038452148438 + }, + "PointY": { + "type": "float", + "value": -0.4871406555175781 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999927520751953 + }, + "PointY": { + "type": "float", + "value": 1.015377044677734 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.007808685302734 + }, + "PointY": { + "type": "float", + "value": 1.519588470458984 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.487838745117188 + }, + "PointY": { + "type": "float", + "value": 1.527469635009766 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.01651382446289063 + }, + "PointY": { + "type": "float", + "value": -0.00835418701171875 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.012691497802734 + }, + "PointY": { + "type": "float", + "value": 0.0 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.531734466552734 + }, + "PointY": { + "type": "float", + "value": 1.512706756591797 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.012760162353516 + }, + "PointY": { + "type": "float", + "value": 1.519035339355469 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + } + ] + }, + "HighlightHeight": { + "type": "float", + "value": 0.0 + }, + "KeyName": { + "type": "cexostring", + "value": "" + }, + "LinkedTo": { + "type": "cexostring", + "value": "" + }, + "LinkedToFlags": { + "type": "byte", + "value": 0 + }, + "LoadScreenID": { + "type": "word", + "value": 0 + }, + "LocalizedName": { + "id": 14759, + "type": "cexolocstring", + "value": { + "0": "North & West Junction" + } + }, + "OnClick": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnTrapTriggered": { + "type": "resref", + "value": "" + }, + "PortraitId": { + "type": "word", + "value": 0 + }, + "ScriptHeartbeat": { + "type": "resref", + "value": "" + }, + "ScriptOnEnter": { + "type": "resref", + "value": "prc_maze_mvtrig" + }, + "ScriptOnExit": { + "type": "resref", + "value": "" + }, + "ScriptUserDefine": { + "type": "resref", + "value": "" + }, + "Tag": { + "type": "cexostring", + "value": "prc_maze_north_west" + }, + "TemplateResRef": { + "type": "resref", + "value": "newgeneric" + }, + "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": "int", + "value": 0 + }, + "VarTable": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "Name": { + "type": "cexostring", + "value": "directions" + }, + "Type": { + "type": "dword", + "value": 1 + }, + "Value": { + "type": "int", + "value": 4112 + } + } + ] + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": 95.34055328369141 + }, + "YOrientation": { + "type": "float", + "value": 0.0 + }, + "YPosition": { + "type": "float", + "value": 146.16845703125 + }, + "ZOrientation": { + "type": "float", + "value": 0.0 + }, + "ZPosition": { + "type": "float", + "value": 0.2000019550323486 + } + }, + { + "__struct_id": 1, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Cursor": { + "type": "byte", + "value": 0 + }, + "DisarmDC": { + "type": "byte", + "value": 0 + }, + "Faction": { + "type": "dword", + "value": 1 + }, + "Geometry": { + "type": "list", + "value": [ + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.025417327880859 + }, + "PointY": { + "type": "float", + "value": 1.006362915039063 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.512710571289063 + }, + "PointY": { + "type": "float", + "value": -0.4936904907226563 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.519039154052734 + }, + "PointY": { + "type": "float", + "value": -1.481063842773438 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.010276794433594 + }, + "PointY": { + "type": "float", + "value": -2.999496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.022621154785156 + }, + "PointY": { + "type": "float", + "value": -3.493328094482422 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.510272979736328 + }, + "PointY": { + "type": "float", + "value": -3.499496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.010269165039063 + }, + "PointY": { + "type": "float", + "value": -1.987144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.004093170166015625 + }, + "PointY": { + "type": "float", + "value": -1.987148284912109 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.511528015136719 + }, + "PointY": { + "type": "float", + "value": -3.480979919433594 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999183654785156 + }, + "PointY": { + "type": "float", + "value": -3.493324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.005359649658203 + }, + "PointY": { + "type": "float", + "value": -2.993324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4991798400878906 + }, + "PointY": { + "type": "float", + "value": -1.487144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4930038452148438 + }, + "PointY": { + "type": "float", + "value": -0.4871406555175781 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999927520751953 + }, + "PointY": { + "type": "float", + "value": 1.015377044677734 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.007808685302734 + }, + "PointY": { + "type": "float", + "value": 1.519588470458984 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.487838745117188 + }, + "PointY": { + "type": "float", + "value": 1.527469635009766 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.01651382446289063 + }, + "PointY": { + "type": "float", + "value": -0.00835418701171875 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.012691497802734 + }, + "PointY": { + "type": "float", + "value": 0.0 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.531734466552734 + }, + "PointY": { + "type": "float", + "value": 1.512706756591797 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.012760162353516 + }, + "PointY": { + "type": "float", + "value": 1.519035339355469 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + } + ] + }, + "HighlightHeight": { + "type": "float", + "value": 0.0 + }, + "KeyName": { + "type": "cexostring", + "value": "" + }, + "LinkedTo": { + "type": "cexostring", + "value": "" + }, + "LinkedToFlags": { + "type": "byte", + "value": 0 + }, + "LoadScreenID": { + "type": "word", + "value": 0 + }, + "LocalizedName": { + "id": 14759, + "type": "cexolocstring", + "value": { + "0": "North & West & East Junction" + } + }, + "OnClick": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnTrapTriggered": { + "type": "resref", + "value": "" + }, + "PortraitId": { + "type": "word", + "value": 0 + }, + "ScriptHeartbeat": { + "type": "resref", + "value": "" + }, + "ScriptOnEnter": { + "type": "resref", + "value": "prc_maze_mvtrig" + }, + "ScriptOnExit": { + "type": "resref", + "value": "" + }, + "ScriptUserDefine": { + "type": "resref", + "value": "" + }, + "Tag": { + "type": "cexostring", + "value": "prc_maze_north_west_east" + }, + "TemplateResRef": { + "type": "resref", + "value": "newgeneric" + }, + "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": "int", + "value": 0 + }, + "VarTable": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "Name": { + "type": "cexostring", + "value": "directions" + }, + "Type": { + "type": "dword", + "value": 1 + }, + "Value": { + "type": "int", + "value": 4113 + } + } + ] + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": 55.69839096069336 + }, + "YOrientation": { + "type": "float", + "value": 0.0 + }, + "YPosition": { + "type": "float", + "value": 146.2415008544922 + }, + "ZOrientation": { + "type": "float", + "value": 0.0 + }, + "ZPosition": { + "type": "float", + "value": 0.2000000476837158 + } + }, + { + "__struct_id": 1, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Cursor": { + "type": "byte", + "value": 0 + }, + "DisarmDC": { + "type": "byte", + "value": 0 + }, + "Faction": { + "type": "dword", + "value": 1 + }, + "Geometry": { + "type": "list", + "value": [ + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.025417327880859 + }, + "PointY": { + "type": "float", + "value": 1.006362915039063 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.512710571289063 + }, + "PointY": { + "type": "float", + "value": -0.4936904907226563 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.519039154052734 + }, + "PointY": { + "type": "float", + "value": -1.481063842773438 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.010276794433594 + }, + "PointY": { + "type": "float", + "value": -2.999496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.022621154785156 + }, + "PointY": { + "type": "float", + "value": -3.493328094482422 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.510272979736328 + }, + "PointY": { + "type": "float", + "value": -3.499496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.010269165039063 + }, + "PointY": { + "type": "float", + "value": -1.987144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.004093170166015625 + }, + "PointY": { + "type": "float", + "value": -1.987148284912109 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.511528015136719 + }, + "PointY": { + "type": "float", + "value": -3.480979919433594 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999183654785156 + }, + "PointY": { + "type": "float", + "value": -3.493324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.005359649658203 + }, + "PointY": { + "type": "float", + "value": -2.993324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4991798400878906 + }, + "PointY": { + "type": "float", + "value": -1.487144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4930038452148438 + }, + "PointY": { + "type": "float", + "value": -0.4871406555175781 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999927520751953 + }, + "PointY": { + "type": "float", + "value": 1.015377044677734 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.007808685302734 + }, + "PointY": { + "type": "float", + "value": 1.519588470458984 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.487838745117188 + }, + "PointY": { + "type": "float", + "value": 1.527469635009766 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.01651382446289063 + }, + "PointY": { + "type": "float", + "value": -0.00835418701171875 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.012691497802734 + }, + "PointY": { + "type": "float", + "value": 0.0 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.531734466552734 + }, + "PointY": { + "type": "float", + "value": 1.512706756591797 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.012760162353516 + }, + "PointY": { + "type": "float", + "value": 1.519035339355469 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + } + ] + }, + "HighlightHeight": { + "type": "float", + "value": 0.0 + }, + "KeyName": { + "type": "cexostring", + "value": "" + }, + "LinkedTo": { + "type": "cexostring", + "value": "" + }, + "LinkedToFlags": { + "type": "byte", + "value": 0 + }, + "LoadScreenID": { + "type": "word", + "value": 0 + }, + "LocalizedName": { + "id": 14759, + "type": "cexolocstring", + "value": { + "0": "South & West & East Junction" + } + }, + "OnClick": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnTrapTriggered": { + "type": "resref", + "value": "" + }, + "PortraitId": { + "type": "word", + "value": 0 + }, + "ScriptHeartbeat": { + "type": "resref", + "value": "" + }, + "ScriptOnEnter": { + "type": "resref", + "value": "prc_maze_mvtrig" + }, + "ScriptOnExit": { + "type": "resref", + "value": "" + }, + "ScriptUserDefine": { + "type": "resref", + "value": "" + }, + "Tag": { + "type": "cexostring", + "value": "prc_maze_south_west_east" + }, + "TemplateResRef": { + "type": "resref", + "value": "newgeneric" + }, + "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": "int", + "value": 0 + }, + "VarTable": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "Name": { + "type": "cexostring", + "value": "directions" + }, + "Type": { + "type": "dword", + "value": 1 + }, + "Value": { + "type": "int", + "value": 273 + } + } + ] + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": 85.70761871337891 + }, + "YOrientation": { + "type": "float", + "value": 0.0 + }, + "YPosition": { + "type": "float", + "value": 145.5891265869141 + }, + "ZOrientation": { + "type": "float", + "value": 0.0 + }, + "ZPosition": { + "type": "float", + "value": 0.2000000476837158 + } + }, + { + "__struct_id": 1, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Cursor": { + "type": "byte", + "value": 0 + }, + "DisarmDC": { + "type": "byte", + "value": 0 + }, + "Faction": { + "type": "dword", + "value": 1 + }, + "Geometry": { + "type": "list", + "value": [ + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.025417327880859 + }, + "PointY": { + "type": "float", + "value": 1.006362915039063 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.512710571289063 + }, + "PointY": { + "type": "float", + "value": -0.4936904907226563 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.519039154052734 + }, + "PointY": { + "type": "float", + "value": -1.481063842773438 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.010276794433594 + }, + "PointY": { + "type": "float", + "value": -2.999496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.022621154785156 + }, + "PointY": { + "type": "float", + "value": -3.493328094482422 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.510272979736328 + }, + "PointY": { + "type": "float", + "value": -3.499496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.010269165039063 + }, + "PointY": { + "type": "float", + "value": -1.987144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.004093170166015625 + }, + "PointY": { + "type": "float", + "value": -1.987148284912109 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.511528015136719 + }, + "PointY": { + "type": "float", + "value": -3.480979919433594 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999183654785156 + }, + "PointY": { + "type": "float", + "value": -3.493324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.005359649658203 + }, + "PointY": { + "type": "float", + "value": -2.993324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4991798400878906 + }, + "PointY": { + "type": "float", + "value": -1.487144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4930038452148438 + }, + "PointY": { + "type": "float", + "value": -0.4871406555175781 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999927520751953 + }, + "PointY": { + "type": "float", + "value": 1.015377044677734 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.007808685302734 + }, + "PointY": { + "type": "float", + "value": 1.519588470458984 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.487838745117188 + }, + "PointY": { + "type": "float", + "value": 1.527469635009766 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.01651382446289063 + }, + "PointY": { + "type": "float", + "value": -0.00835418701171875 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.012691497802734 + }, + "PointY": { + "type": "float", + "value": 0.0 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.531734466552734 + }, + "PointY": { + "type": "float", + "value": 1.512706756591797 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.012760162353516 + }, + "PointY": { + "type": "float", + "value": 1.519035339355469 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + } + ] + }, + "HighlightHeight": { + "type": "float", + "value": 0.0 + }, + "KeyName": { + "type": "cexostring", + "value": "" + }, + "LinkedTo": { + "type": "cexostring", + "value": "" + }, + "LinkedToFlags": { + "type": "byte", + "value": 0 + }, + "LoadScreenID": { + "type": "word", + "value": 0 + }, + "LocalizedName": { + "id": 14759, + "type": "cexolocstring", + "value": { + "0": "North & South & West Junction" + } + }, + "OnClick": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnTrapTriggered": { + "type": "resref", + "value": "" + }, + "PortraitId": { + "type": "word", + "value": 0 + }, + "ScriptHeartbeat": { + "type": "resref", + "value": "" + }, + "ScriptOnEnter": { + "type": "resref", + "value": "prc_maze_mvtrig" + }, + "ScriptOnExit": { + "type": "resref", + "value": "" + }, + "ScriptUserDefine": { + "type": "resref", + "value": "" + }, + "Tag": { + "type": "cexostring", + "value": "prc_maze_north_south_west" + }, + "TemplateResRef": { + "type": "resref", + "value": "newgeneric" + }, + "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": "int", + "value": 0 + }, + "VarTable": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "Name": { + "type": "cexostring", + "value": "directions" + }, + "Type": { + "type": "dword", + "value": 1 + }, + "Value": { + "type": "int", + "value": 4368 + } + } + ] + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": 25.36296844482422 + }, + "YOrientation": { + "type": "float", + "value": 0.0 + }, + "YPosition": { + "type": "float", + "value": 145.9153137207031 + }, + "ZOrientation": { + "type": "float", + "value": 0.0 + }, + "ZPosition": { + "type": "float", + "value": 0.200000524520874 + } + }, + { + "__struct_id": 1, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Cursor": { + "type": "byte", + "value": 0 + }, + "DisarmDC": { + "type": "byte", + "value": 0 + }, + "Faction": { + "type": "dword", + "value": 1 + }, + "Geometry": { + "type": "list", + "value": [ + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.025417327880859 + }, + "PointY": { + "type": "float", + "value": 1.006362915039063 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.512710571289063 + }, + "PointY": { + "type": "float", + "value": -0.4936904907226563 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.519039154052734 + }, + "PointY": { + "type": "float", + "value": -1.481063842773438 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.010276794433594 + }, + "PointY": { + "type": "float", + "value": -2.999496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.022621154785156 + }, + "PointY": { + "type": "float", + "value": -3.493328094482422 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.510272979736328 + }, + "PointY": { + "type": "float", + "value": -3.499496459960938 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.010269165039063 + }, + "PointY": { + "type": "float", + "value": -1.987144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.004093170166015625 + }, + "PointY": { + "type": "float", + "value": -1.987148284912109 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.511528015136719 + }, + "PointY": { + "type": "float", + "value": -3.480979919433594 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999183654785156 + }, + "PointY": { + "type": "float", + "value": -3.493324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.005359649658203 + }, + "PointY": { + "type": "float", + "value": -2.993324279785156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4991798400878906 + }, + "PointY": { + "type": "float", + "value": -1.487144470214844 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.4930038452148438 + }, + "PointY": { + "type": "float", + "value": -0.4871406555175781 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.999927520751953 + }, + "PointY": { + "type": "float", + "value": 1.015377044677734 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 2.007808685302734 + }, + "PointY": { + "type": "float", + "value": 1.519588470458984 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 1.487838745117188 + }, + "PointY": { + "type": "float", + "value": 1.527469635009766 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -0.01651382446289063 + }, + "PointY": { + "type": "float", + "value": -0.00835418701171875 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -1.012691497802734 + }, + "PointY": { + "type": "float", + "value": 0.0 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -2.531734466552734 + }, + "PointY": { + "type": "float", + "value": 1.512706756591797 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": -3.012760162353516 + }, + "PointY": { + "type": "float", + "value": 1.519035339355469 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + } + ] + }, + "HighlightHeight": { + "type": "float", + "value": 0.0 + }, + "KeyName": { + "type": "cexostring", + "value": "" + }, + "LinkedTo": { + "type": "cexostring", + "value": "" + }, + "LinkedToFlags": { + "type": "byte", + "value": 0 + }, + "LoadScreenID": { + "type": "word", + "value": 0 + }, + "LocalizedName": { + "id": 14759, + "type": "cexolocstring", + "value": { + "0": "North & West & East Junction" + } + }, + "OnClick": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnTrapTriggered": { + "type": "resref", + "value": "" + }, + "PortraitId": { + "type": "word", + "value": 0 + }, + "ScriptHeartbeat": { + "type": "resref", + "value": "" + }, + "ScriptOnEnter": { + "type": "resref", + "value": "prc_maze_mvtrig" + }, + "ScriptOnExit": { + "type": "resref", + "value": "" + }, + "ScriptUserDefine": { + "type": "resref", + "value": "" + }, + "Tag": { + "type": "cexostring", + "value": "prc_maze_north_west_east" + }, + "TemplateResRef": { + "type": "resref", + "value": "newgeneric" + }, + "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": "int", + "value": 0 + }, + "VarTable": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "Name": { + "type": "cexostring", + "value": "directions" + }, + "Type": { + "type": "dword", + "value": 1 + }, + "Value": { + "type": "int", + "value": 4113 + } + } + ] + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": 65.468994140625 + }, + "YOrientation": { + "type": "float", + "value": 0.0 + }, + "YPosition": { + "type": "float", + "value": 116.0966491699219 + }, + "ZOrientation": { + "type": "float", + "value": 0.0 + }, + "ZPosition": { + "type": "float", + "value": 0.2000000476837158 + } + }, + { + "__struct_id": 1, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Cursor": { + "type": "byte", + "value": 0 + }, + "DisarmDC": { + "type": "byte", + "value": 0 + }, + "Faction": { + "type": "dword", + "value": 1 + }, + "Geometry": { + "type": "list", + "value": [ + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.0 + }, + "PointY": { + "type": "float", + "value": 0.0 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.003210067749023438 + }, + "PointY": { + "type": "float", + "value": -4.024104118347168 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 3.991964340209961 + }, + "PointY": { + "type": "float", + "value": -4.02381181716919 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 3.99310302734375 + }, + "PointY": { + "type": "float", + "value": -0.009606361389160156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + } + ] + }, + "HighlightHeight": { + "type": "float", + "value": 0.0 + }, + "KeyName": { + "type": "cexostring", + "value": "" + }, + "LinkedTo": { + "type": "cexostring", + "value": "" + }, + "LinkedToFlags": { + "type": "byte", + "value": 0 + }, + "LoadScreenID": { + "type": "word", + "value": 0 + }, + "LocalizedName": { + "id": 14759, + "type": "cexolocstring", + "value": { + "0": "Eastward Entry" + } + }, + "OnClick": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnTrapTriggered": { + "type": "resref", + "value": "" + }, + "PortraitId": { + "type": "word", + "value": 0 + }, + "ScriptHeartbeat": { + "type": "resref", + "value": "" + }, + "ScriptOnEnter": { + "type": "resref", + "value": "prc_maze_en_trig" + }, + "ScriptOnExit": { + "type": "resref", + "value": "" + }, + "ScriptUserDefine": { + "type": "resref", + "value": "" + }, + "Tag": { + "type": "cexostring", + "value": "prc_maze_entry_east" + }, + "TemplateResRef": { + "type": "resref", + "value": "newgeneric" + }, + "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": "int", + "value": 0 + }, + "VarTable": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "Name": { + "type": "cexostring", + "value": "directions" + }, + "Type": { + "type": "dword", + "value": 1 + }, + "Value": { + "type": "int", + "value": 1 + } + } + ] + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": 7.683777809143066 + }, + "YOrientation": { + "type": "float", + "value": 0.0 + }, + "YPosition": { + "type": "float", + "value": 156.9161987304688 + }, + "ZOrientation": { + "type": "float", + "value": 0.0 + }, + "ZPosition": { + "type": "float", + "value": 0.2853844165802002 + } + }, + { + "__struct_id": 1, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Cursor": { + "type": "byte", + "value": 0 + }, + "DisarmDC": { + "type": "byte", + "value": 0 + }, + "Faction": { + "type": "dword", + "value": 1 + }, + "Geometry": { + "type": "list", + "value": [ + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.0 + }, + "PointY": { + "type": "float", + "value": 0.0 + }, + "PointZ": { + "type": "float", + "value": 0.2250001728534699 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.003210067749023438 + }, + "PointY": { + "type": "float", + "value": -4.024104118347168 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 3.991964340209961 + }, + "PointY": { + "type": "float", + "value": -4.02381181716919 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 3.99310302734375 + }, + "PointY": { + "type": "float", + "value": -0.009606361389160156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + } + ] + }, + "HighlightHeight": { + "type": "float", + "value": 0.0 + }, + "KeyName": { + "type": "cexostring", + "value": "" + }, + "LinkedTo": { + "type": "cexostring", + "value": "" + }, + "LinkedToFlags": { + "type": "byte", + "value": 0 + }, + "LoadScreenID": { + "type": "word", + "value": 0 + }, + "LocalizedName": { + "id": 14759, + "type": "cexolocstring", + "value": { + "0": "Eastward Entry" + } + }, + "OnClick": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnTrapTriggered": { + "type": "resref", + "value": "" + }, + "PortraitId": { + "type": "word", + "value": 0 + }, + "ScriptHeartbeat": { + "type": "resref", + "value": "" + }, + "ScriptOnEnter": { + "type": "resref", + "value": "prc_maze_en_trig" + }, + "ScriptOnExit": { + "type": "resref", + "value": "" + }, + "ScriptUserDefine": { + "type": "resref", + "value": "" + }, + "Tag": { + "type": "cexostring", + "value": "prc_maze_entry_east" + }, + "TemplateResRef": { + "type": "resref", + "value": "newgeneric" + }, + "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": "int", + "value": 0 + }, + "VarTable": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "Name": { + "type": "cexostring", + "value": "directions" + }, + "Type": { + "type": "dword", + "value": 1 + }, + "Value": { + "type": "int", + "value": 1 + } + } + ] + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": 127.4393997192383 + }, + "YOrientation": { + "type": "float", + "value": 0.0 + }, + "YPosition": { + "type": "float", + "value": 136.955078125 + }, + "ZOrientation": { + "type": "float", + "value": 0.0 + }, + "ZPosition": { + "type": "float", + "value": 0.2000000476837158 + } + }, + { + "__struct_id": 1, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Cursor": { + "type": "byte", + "value": 0 + }, + "DisarmDC": { + "type": "byte", + "value": 0 + }, + "Faction": { + "type": "dword", + "value": 1 + }, + "Geometry": { + "type": "list", + "value": [ + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.0 + }, + "PointY": { + "type": "float", + "value": 0.0 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.003210067749023438 + }, + "PointY": { + "type": "float", + "value": -4.024104118347168 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 3.991964340209961 + }, + "PointY": { + "type": "float", + "value": -4.02381181716919 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 3.99310302734375 + }, + "PointY": { + "type": "float", + "value": -0.009606361389160156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + } + ] + }, + "HighlightHeight": { + "type": "float", + "value": 0.0 + }, + "KeyName": { + "type": "cexostring", + "value": "" + }, + "LinkedTo": { + "type": "cexostring", + "value": "" + }, + "LinkedToFlags": { + "type": "byte", + "value": 0 + }, + "LoadScreenID": { + "type": "word", + "value": 0 + }, + "LocalizedName": { + "id": 14759, + "type": "cexolocstring", + "value": { + "0": "Eastward Entry" + } + }, + "OnClick": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnTrapTriggered": { + "type": "resref", + "value": "" + }, + "PortraitId": { + "type": "word", + "value": 0 + }, + "ScriptHeartbeat": { + "type": "resref", + "value": "" + }, + "ScriptOnEnter": { + "type": "resref", + "value": "prc_maze_en_trig" + }, + "ScriptOnExit": { + "type": "resref", + "value": "" + }, + "ScriptUserDefine": { + "type": "resref", + "value": "" + }, + "Tag": { + "type": "cexostring", + "value": "prc_maze_entry_east" + }, + "TemplateResRef": { + "type": "resref", + "value": "newgeneric" + }, + "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": "int", + "value": 0 + }, + "VarTable": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "Name": { + "type": "cexostring", + "value": "directions" + }, + "Type": { + "type": "dword", + "value": 1 + }, + "Value": { + "type": "int", + "value": 1 + } + } + ] + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": 37.38794326782227 + }, + "YOrientation": { + "type": "float", + "value": 0.0 + }, + "YPosition": { + "type": "float", + "value": 146.9919738769531 + }, + "ZOrientation": { + "type": "float", + "value": 0.0 + }, + "ZPosition": { + "type": "float", + "value": 0.2000000476837158 + } + }, + { + "__struct_id": 1, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Cursor": { + "type": "byte", + "value": 0 + }, + "DisarmDC": { + "type": "byte", + "value": 0 + }, + "Faction": { + "type": "dword", + "value": 1 + }, + "Geometry": { + "type": "list", + "value": [ + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.0 + }, + "PointY": { + "type": "float", + "value": 0.0 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.003210067749023438 + }, + "PointY": { + "type": "float", + "value": -4.024104118347168 + }, + "PointZ": { + "type": "float", + "value": 0.3603494465351105 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 3.991964340209961 + }, + "PointY": { + "type": "float", + "value": -4.02381181716919 + }, + "PointZ": { + "type": "float", + "value": 0.4688006937503815 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 3.99310302734375 + }, + "PointY": { + "type": "float", + "value": -0.009606361389160156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + } + ] + }, + "HighlightHeight": { + "type": "float", + "value": 0.0 + }, + "KeyName": { + "type": "cexostring", + "value": "" + }, + "LinkedTo": { + "type": "cexostring", + "value": "" + }, + "LinkedToFlags": { + "type": "byte", + "value": 0 + }, + "LoadScreenID": { + "type": "word", + "value": 0 + }, + "LocalizedName": { + "id": 14759, + "type": "cexolocstring", + "value": { + "0": "Northward Entry" + } + }, + "OnClick": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnTrapTriggered": { + "type": "resref", + "value": "" + }, + "PortraitId": { + "type": "word", + "value": 0 + }, + "ScriptHeartbeat": { + "type": "resref", + "value": "" + }, + "ScriptOnEnter": { + "type": "resref", + "value": "prc_maze_en_trig" + }, + "ScriptOnExit": { + "type": "resref", + "value": "" + }, + "ScriptUserDefine": { + "type": "resref", + "value": "" + }, + "Tag": { + "type": "cexostring", + "value": "prc_maze_entry_north" + }, + "TemplateResRef": { + "type": "resref", + "value": "newgeneric" + }, + "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": "int", + "value": 0 + }, + "VarTable": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "Name": { + "type": "cexostring", + "value": "directions" + }, + "Type": { + "type": "dword", + "value": 1 + }, + "Value": { + "type": "int", + "value": 4096 + } + } + ] + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": 42.91007995605469 + }, + "YOrientation": { + "type": "float", + "value": 0.0 + }, + "YPosition": { + "type": "float", + "value": 21.14060592651367 + }, + "ZOrientation": { + "type": "float", + "value": 0.0 + }, + "ZPosition": { + "type": "float", + "value": 0.199998140335083 + } + }, + { + "__struct_id": 1, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Cursor": { + "type": "byte", + "value": 0 + }, + "DisarmDC": { + "type": "byte", + "value": 0 + }, + "Faction": { + "type": "dword", + "value": 1 + }, + "Geometry": { + "type": "list", + "value": [ + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.0 + }, + "PointY": { + "type": "float", + "value": 0.0 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.003210067749023438 + }, + "PointY": { + "type": "float", + "value": -4.024104118347168 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 3.991964340209961 + }, + "PointY": { + "type": "float", + "value": -4.02381181716919 + }, + "PointZ": { + "type": "float", + "value": 0.2707840502262116 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 3.99310302734375 + }, + "PointY": { + "type": "float", + "value": -0.009606361389160156 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + } + ] + }, + "HighlightHeight": { + "type": "float", + "value": 0.0 + }, + "KeyName": { + "type": "cexostring", + "value": "" + }, + "LinkedTo": { + "type": "cexostring", + "value": "" + }, + "LinkedToFlags": { + "type": "byte", + "value": 0 + }, + "LoadScreenID": { + "type": "word", + "value": 0 + }, + "LocalizedName": { + "id": 14759, + "type": "cexolocstring", + "value": { + "0": "Northward Entry" + } + }, + "OnClick": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnTrapTriggered": { + "type": "resref", + "value": "" + }, + "PortraitId": { + "type": "word", + "value": 0 + }, + "ScriptHeartbeat": { + "type": "resref", + "value": "" + }, + "ScriptOnEnter": { + "type": "resref", + "value": "prc_maze_en_trig" + }, + "ScriptOnExit": { + "type": "resref", + "value": "" + }, + "ScriptUserDefine": { + "type": "resref", + "value": "" + }, + "Tag": { + "type": "cexostring", + "value": "prc_maze_entry_north" + }, + "TemplateResRef": { + "type": "resref", + "value": "newgeneric" + }, + "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": "int", + "value": 0 + }, + "VarTable": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "Name": { + "type": "cexostring", + "value": "directions" + }, + "Type": { + "type": "dword", + "value": 1 + }, + "Value": { + "type": "int", + "value": 4096 + } + } + ] + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": 92.99277496337891 + }, + "YOrientation": { + "type": "float", + "value": 0.0 + }, + "YPosition": { + "type": "float", + "value": 121.4183578491211 + }, + "ZOrientation": { + "type": "float", + "value": 0.0 + }, + "ZPosition": { + "type": "float", + "value": 0.2000000476837158 + } + }, + { + "__struct_id": 1, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Cursor": { + "type": "byte", + "value": 0 + }, + "DisarmDC": { + "type": "byte", + "value": 0 + }, + "Faction": { + "type": "dword", + "value": 1 + }, + "Geometry": { + "type": "list", + "value": [ + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.0 + }, + "PointY": { + "type": "float", + "value": 0.0 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.003210067749023438 + }, + "PointY": { + "type": "float", + "value": -4.024104118347168 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 3.991964340209961 + }, + "PointY": { + "type": "float", + "value": -4.02381181716919 + }, + "PointZ": { + "type": "float", + "value": 0.3958608210086823 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 3.99310302734375 + }, + "PointY": { + "type": "float", + "value": -0.009606361389160156 + }, + "PointZ": { + "type": "float", + "value": 0.5722495317459106 + } + } + ] + }, + "HighlightHeight": { + "type": "float", + "value": 0.0 + }, + "KeyName": { + "type": "cexostring", + "value": "" + }, + "LinkedTo": { + "type": "cexostring", + "value": "" + }, + "LinkedToFlags": { + "type": "byte", + "value": 0 + }, + "LoadScreenID": { + "type": "word", + "value": 0 + }, + "LocalizedName": { + "id": 14759, + "type": "cexolocstring", + "value": { + "0": "Westward Entry" + } + }, + "OnClick": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnTrapTriggered": { + "type": "resref", + "value": "" + }, + "PortraitId": { + "type": "word", + "value": 0 + }, + "ScriptHeartbeat": { + "type": "resref", + "value": "" + }, + "ScriptOnEnter": { + "type": "resref", + "value": "prc_maze_en_trig" + }, + "ScriptOnExit": { + "type": "resref", + "value": "" + }, + "ScriptUserDefine": { + "type": "resref", + "value": "" + }, + "Tag": { + "type": "cexostring", + "value": "prc_maze_entry_west" + }, + "TemplateResRef": { + "type": "resref", + "value": "newgeneric" + }, + "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": "int", + "value": 0 + }, + "VarTable": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "Name": { + "type": "cexostring", + "value": "directions" + }, + "Type": { + "type": "dword", + "value": 1 + }, + "Value": { + "type": "int", + "value": 16 + } + } + ] + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": 8.813660621643066 + }, + "YOrientation": { + "type": "float", + "value": 0.0 + }, + "YPosition": { + "type": "float", + "value": 67.00049591064453 + }, + "ZOrientation": { + "type": "float", + "value": 0.0 + }, + "ZPosition": { + "type": "float", + "value": 0.1999990940093994 + } + }, + { + "__struct_id": 1, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Cursor": { + "type": "byte", + "value": 0 + }, + "DisarmDC": { + "type": "byte", + "value": 0 + }, + "Faction": { + "type": "dword", + "value": 1 + }, + "Geometry": { + "type": "list", + "value": [ + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.0 + }, + "PointY": { + "type": "float", + "value": 0.0 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.003210067749023438 + }, + "PointY": { + "type": "float", + "value": -4.024104118347168 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 3.991964340209961 + }, + "PointY": { + "type": "float", + "value": -4.02381181716919 + }, + "PointZ": { + "type": "float", + "value": 0.3958608210086823 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 3.99310302734375 + }, + "PointY": { + "type": "float", + "value": -0.009606361389160156 + }, + "PointZ": { + "type": "float", + "value": 0.5722495317459106 + } + } + ] + }, + "HighlightHeight": { + "type": "float", + "value": 0.0 + }, + "KeyName": { + "type": "cexostring", + "value": "" + }, + "LinkedTo": { + "type": "cexostring", + "value": "" + }, + "LinkedToFlags": { + "type": "byte", + "value": 0 + }, + "LoadScreenID": { + "type": "word", + "value": 0 + }, + "LocalizedName": { + "id": 14759, + "type": "cexolocstring", + "value": { + "0": "Westward Entry" + } + }, + "OnClick": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnTrapTriggered": { + "type": "resref", + "value": "" + }, + "PortraitId": { + "type": "word", + "value": 0 + }, + "ScriptHeartbeat": { + "type": "resref", + "value": "" + }, + "ScriptOnEnter": { + "type": "resref", + "value": "prc_maze_en_trig" + }, + "ScriptOnExit": { + "type": "resref", + "value": "" + }, + "ScriptUserDefine": { + "type": "resref", + "value": "" + }, + "Tag": { + "type": "cexostring", + "value": "prc_maze_entry_west" + }, + "TemplateResRef": { + "type": "resref", + "value": "newgeneric" + }, + "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": "int", + "value": 0 + }, + "VarTable": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "Name": { + "type": "cexostring", + "value": "directions" + }, + "Type": { + "type": "dword", + "value": 1 + }, + "Value": { + "type": "int", + "value": 16 + } + } + ] + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": 139.1716156005859 + }, + "YOrientation": { + "type": "float", + "value": 0.0 + }, + "YPosition": { + "type": "float", + "value": 16.96518707275391 + }, + "ZOrientation": { + "type": "float", + "value": 0.0 + }, + "ZPosition": { + "type": "float", + "value": 0.1999990940093994 + } + }, + { + "__struct_id": 1, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Cursor": { + "type": "byte", + "value": 0 + }, + "DisarmDC": { + "type": "byte", + "value": 0 + }, + "Faction": { + "type": "dword", + "value": 1 + }, + "Geometry": { + "type": "list", + "value": [ + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.0 + }, + "PointY": { + "type": "float", + "value": 0.0 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.003210067749023438 + }, + "PointY": { + "type": "float", + "value": -4.024104118347168 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 3.991964340209961 + }, + "PointY": { + "type": "float", + "value": -4.02381181716919 + }, + "PointZ": { + "type": "float", + "value": 0.3958608210086823 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 3.99310302734375 + }, + "PointY": { + "type": "float", + "value": -0.009606361389160156 + }, + "PointZ": { + "type": "float", + "value": 0.5722495317459106 + } + } + ] + }, + "HighlightHeight": { + "type": "float", + "value": 0.0 + }, + "KeyName": { + "type": "cexostring", + "value": "" + }, + "LinkedTo": { + "type": "cexostring", + "value": "" + }, + "LinkedToFlags": { + "type": "byte", + "value": 0 + }, + "LoadScreenID": { + "type": "word", + "value": 0 + }, + "LocalizedName": { + "id": 14759, + "type": "cexolocstring", + "value": { + "0": "Westward Entry" + } + }, + "OnClick": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnTrapTriggered": { + "type": "resref", + "value": "" + }, + "PortraitId": { + "type": "word", + "value": 0 + }, + "ScriptHeartbeat": { + "type": "resref", + "value": "" + }, + "ScriptOnEnter": { + "type": "resref", + "value": "prc_maze_en_trig" + }, + "ScriptOnExit": { + "type": "resref", + "value": "" + }, + "ScriptUserDefine": { + "type": "resref", + "value": "" + }, + "Tag": { + "type": "cexostring", + "value": "prc_maze_entry_west" + }, + "TemplateResRef": { + "type": "resref", + "value": "newgeneric" + }, + "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": "int", + "value": 0 + }, + "VarTable": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "Name": { + "type": "cexostring", + "value": "directions" + }, + "Type": { + "type": "dword", + "value": 1 + }, + "Value": { + "type": "int", + "value": 16 + } + } + ] + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": 18.92706298828125 + }, + "YOrientation": { + "type": "float", + "value": 0.0 + }, + "YPosition": { + "type": "float", + "value": 97.01318359375 + }, + "ZOrientation": { + "type": "float", + "value": 0.0 + }, + "ZPosition": { + "type": "float", + "value": 0.2000000476837158 + } + }, + { + "__struct_id": 1, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Cursor": { + "type": "byte", + "value": 0 + }, + "DisarmDC": { + "type": "byte", + "value": 0 + }, + "Faction": { + "type": "dword", + "value": 1 + }, + "Geometry": { + "type": "list", + "value": [ + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.0 + }, + "PointY": { + "type": "float", + "value": 0.0 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 0.003210067749023438 + }, + "PointY": { + "type": "float", + "value": -4.024104118347168 + }, + "PointZ": { + "type": "float", + "value": 0.2250000536441803 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 3.991964340209961 + }, + "PointY": { + "type": "float", + "value": -4.02381181716919 + }, + "PointZ": { + "type": "float", + "value": 0.3958608210086823 + } + }, + { + "__struct_id": 3, + "PointX": { + "type": "float", + "value": 3.99310302734375 + }, + "PointY": { + "type": "float", + "value": -0.009606361389160156 + }, + "PointZ": { + "type": "float", + "value": 0.5722495317459106 + } + } + ] + }, + "HighlightHeight": { + "type": "float", + "value": 0.0 + }, + "KeyName": { + "type": "cexostring", + "value": "" + }, + "LinkedTo": { + "type": "cexostring", + "value": "" + }, + "LinkedToFlags": { + "type": "byte", + "value": 0 + }, + "LoadScreenID": { + "type": "word", + "value": 0 + }, + "LocalizedName": { + "id": 14759, + "type": "cexolocstring", + "value": { + "0": "Westward Entry" + } + }, + "OnClick": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnTrapTriggered": { + "type": "resref", + "value": "" + }, + "PortraitId": { + "type": "word", + "value": 0 + }, + "ScriptHeartbeat": { + "type": "resref", + "value": "" + }, + "ScriptOnEnter": { + "type": "resref", + "value": "prc_maze_en_trig" + }, + "ScriptOnExit": { + "type": "resref", + "value": "" + }, + "ScriptUserDefine": { + "type": "resref", + "value": "" + }, + "Tag": { + "type": "cexostring", + "value": "prc_maze_entry_west" + }, + "TemplateResRef": { + "type": "resref", + "value": "newgeneric" + }, + "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": "int", + "value": 0 + }, + "VarTable": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "Name": { + "type": "cexostring", + "value": "directions" + }, + "Type": { + "type": "dword", + "value": 1 + }, + "Value": { + "type": "int", + "value": 16 + } + } + ] + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": 48.66843414306641 + }, + "YOrientation": { + "type": "float", + "value": 0.0 + }, + "YPosition": { + "type": "float", + "value": 97.01317596435547 + }, + "ZOrientation": { + "type": "float", + "value": 0.0 + }, + "ZPosition": { + "type": "float", + "value": 0.2000000476837158 + } + } + ] + }, + "VarTable": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "Name": { + "type": "cexostring", + "value": "PRC_Maze_Entries_Count" + }, + "Type": { + "type": "dword", + "value": 1 + }, + "Value": { + "type": "int", + "value": 13 + } + } + ] + }, + "WaypointList": { + "type": "list", + "value": [ + { + "__struct_id": 5, + "Appearance": { + "type": "byte", + "value": 1 + }, + "Description": { + "type": "cexolocstring", + "value": {} + }, + "HasMapNote": { + "type": "byte", + "value": 0 + }, + "LinkedTo": { + "type": "cexostring", + "value": "" + }, + "LocalizedName": { + "id": 14817, + "type": "cexolocstring", + "value": { + "0": "Maze Entry" + } + }, + "MapNote": { + "type": "cexolocstring", + "value": {} + }, + "MapNoteEnabled": { + "type": "byte", + "value": 1 + }, + "Tag": { + "type": "cexostring", + "value": "PRC_MAZE_ENTRY_WP_1" + }, + "TemplateResRef": { + "type": "resref", + "value": "nw_waypoint001" + }, + "XOrientation": { + "type": "float", + "value": 1.0 + }, + "XPosition": { + "type": "float", + "value": 129.0 + }, + "YOrientation": { + "type": "float", + "value": 1.148381556959066e-006 + }, + "YPosition": { + "type": "float", + "value": 135.0 + }, + "ZPosition": { + "type": "float", + "value": 0.2099999934434891 + } + }, + { + "__struct_id": 5, + "Appearance": { + "type": "byte", + "value": 1 + }, + "Description": { + "type": "cexolocstring", + "value": {} + }, + "HasMapNote": { + "type": "byte", + "value": 0 + }, + "LinkedTo": { + "type": "cexostring", + "value": "" + }, + "LocalizedName": { + "id": 14817, + "type": "cexolocstring", + "value": { + "0": "Maze Entry" + } + }, + "MapNote": { + "type": "cexolocstring", + "value": {} + }, + "MapNoteEnabled": { + "type": "byte", + "value": 1 + }, + "Tag": { + "type": "cexostring", + "value": "PRC_MAZE_ENTRY_WP_2" + }, + "TemplateResRef": { + "type": "resref", + "value": "nw_waypoint001" + }, + "XOrientation": { + "type": "float", + "value": 1.0 + }, + "XPosition": { + "type": "float", + "value": 9.0 + }, + "YOrientation": { + "type": "float", + "value": 1.148381556959066e-006 + }, + "YPosition": { + "type": "float", + "value": 155.0 + }, + "ZPosition": { + "type": "float", + "value": 0.2099999934434891 + } + }, + { + "__struct_id": 5, + "Appearance": { + "type": "byte", + "value": 1 + }, + "Description": { + "type": "cexolocstring", + "value": {} + }, + "HasMapNote": { + "type": "byte", + "value": 0 + }, + "LinkedTo": { + "type": "cexostring", + "value": "" + }, + "LocalizedName": { + "id": 14817, + "type": "cexolocstring", + "value": { + "0": "Maze Entry" + } + }, + "MapNote": { + "type": "cexolocstring", + "value": {} + }, + "MapNoteEnabled": { + "type": "byte", + "value": 1 + }, + "Tag": { + "type": "cexostring", + "value": "PRC_MAZE_ENTRY_WP_3" + }, + "TemplateResRef": { + "type": "resref", + "value": "nw_waypoint001" + }, + "XOrientation": { + "type": "float", + "value": 1.0 + }, + "XPosition": { + "type": "float", + "value": 39.0 + }, + "YOrientation": { + "type": "float", + "value": 1.148381556959066e-006 + }, + "YPosition": { + "type": "float", + "value": 145.0 + }, + "ZPosition": { + "type": "float", + "value": 0.2099999934434891 + } + }, + { + "__struct_id": 5, + "Appearance": { + "type": "byte", + "value": 1 + }, + "Description": { + "type": "cexolocstring", + "value": {} + }, + "HasMapNote": { + "type": "byte", + "value": 0 + }, + "LinkedTo": { + "type": "cexostring", + "value": "" + }, + "LocalizedName": { + "id": 14817, + "type": "cexolocstring", + "value": { + "0": "Maze Entry" + } + }, + "MapNote": { + "type": "cexolocstring", + "value": {} + }, + "MapNoteEnabled": { + "type": "byte", + "value": 1 + }, + "Tag": { + "type": "cexostring", + "value": "PRC_MAZE_ENTRY_WP_4" + }, + "TemplateResRef": { + "type": "resref", + "value": "nw_waypoint001" + }, + "XOrientation": { + "type": "float", + "value": -1.0 + }, + "XPosition": { + "type": "float", + "value": 21.0 + }, + "YOrientation": { + "type": "float", + "value": 1.148381556959066e-006 + }, + "YPosition": { + "type": "float", + "value": 95.0 + }, + "ZPosition": { + "type": "float", + "value": 0.2099999934434891 + } + }, + { + "__struct_id": 5, + "Appearance": { + "type": "byte", + "value": 1 + }, + "Description": { + "type": "cexolocstring", + "value": {} + }, + "HasMapNote": { + "type": "byte", + "value": 0 + }, + "LinkedTo": { + "type": "cexostring", + "value": "" + }, + "LocalizedName": { + "id": 14817, + "type": "cexolocstring", + "value": { + "0": "Maze Entry" + } + }, + "MapNote": { + "type": "cexolocstring", + "value": {} + }, + "MapNoteEnabled": { + "type": "byte", + "value": 1 + }, + "Tag": { + "type": "cexostring", + "value": "PRC_MAZE_ENTRY_WP_5" + }, + "TemplateResRef": { + "type": "resref", + "value": "nw_waypoint001" + }, + "XOrientation": { + "type": "float", + "value": -1.0 + }, + "XPosition": { + "type": "float", + "value": 51.0 + }, + "YOrientation": { + "type": "float", + "value": 1.148381556959066e-006 + }, + "YPosition": { + "type": "float", + "value": 95.0 + }, + "ZPosition": { + "type": "float", + "value": 0.2099999934434891 + } + }, + { + "__struct_id": 5, + "Appearance": { + "type": "byte", + "value": 1 + }, + "Description": { + "type": "cexolocstring", + "value": {} + }, + "HasMapNote": { + "type": "byte", + "value": 0 + }, + "LinkedTo": { + "type": "cexostring", + "value": "" + }, + "LocalizedName": { + "id": 14817, + "type": "cexolocstring", + "value": { + "0": "Maze Entry" + } + }, + "MapNote": { + "type": "cexolocstring", + "value": {} + }, + "MapNoteEnabled": { + "type": "byte", + "value": 1 + }, + "Tag": { + "type": "cexostring", + "value": "PRC_MAZE_ENTRY_WP_6" + }, + "TemplateResRef": { + "type": "resref", + "value": "nw_waypoint001" + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": 95.0 + }, + "YOrientation": { + "type": "float", + "value": 1.0 + }, + "YPosition": { + "type": "float", + "value": 119.0 + }, + "ZPosition": { + "type": "float", + "value": 0.2099999934434891 + } + }, + { + "__struct_id": 5, + "Appearance": { + "type": "byte", + "value": 1 + }, + "Description": { + "type": "cexolocstring", + "value": {} + }, + "HasMapNote": { + "type": "byte", + "value": 0 + }, + "LinkedTo": { + "type": "cexostring", + "value": "" + }, + "LocalizedName": { + "id": 14817, + "type": "cexolocstring", + "value": { + "0": "Maze Entry" + } + }, + "MapNote": { + "type": "cexolocstring", + "value": {} + }, + "MapNoteEnabled": { + "type": "byte", + "value": 1 + }, + "Tag": { + "type": "cexostring", + "value": "PRC_MAZE_ENTRY_WP_7" + }, + "TemplateResRef": { + "type": "resref", + "value": "nw_waypoint001" + }, + "XOrientation": { + "type": "float", + "value": 2.773600272121257e-006 + }, + "XPosition": { + "type": "float", + "value": 155.0 + }, + "YOrientation": { + "type": "float", + "value": -1.0 + }, + "YPosition": { + "type": "float", + "value": 71.0 + }, + "ZPosition": { + "type": "float", + "value": 0.2099999934434891 + } + }, + { + "__struct_id": 5, + "Appearance": { + "type": "byte", + "value": 1 + }, + "Description": { + "type": "cexolocstring", + "value": {} + }, + "HasMapNote": { + "type": "byte", + "value": 0 + }, + "LinkedTo": { + "type": "cexostring", + "value": "" + }, + "LocalizedName": { + "id": 14817, + "type": "cexolocstring", + "value": { + "0": "Maze Entry" + } + }, + "MapNote": { + "type": "cexolocstring", + "value": {} + }, + "MapNoteEnabled": { + "type": "byte", + "value": 1 + }, + "Tag": { + "type": "cexostring", + "value": "PRC_MAZE_ENTRY_WP_8" + }, + "TemplateResRef": { + "type": "resref", + "value": "nw_waypoint001" + }, + "XOrientation": { + "type": "float", + "value": -1.0 + }, + "XPosition": { + "type": "float", + "value": 71.0 + }, + "YOrientation": { + "type": "float", + "value": 1.148381556959066e-006 + }, + "YPosition": { + "type": "float", + "value": 5.0 + }, + "ZPosition": { + "type": "float", + "value": 0.2099999934434891 + } + }, + { + "__struct_id": 5, + "Appearance": { + "type": "byte", + "value": 1 + }, + "Description": { + "type": "cexolocstring", + "value": {} + }, + "HasMapNote": { + "type": "byte", + "value": 0 + }, + "LinkedTo": { + "type": "cexostring", + "value": "" + }, + "LocalizedName": { + "id": 14817, + "type": "cexolocstring", + "value": { + "0": "Maze Entry" + } + }, + "MapNote": { + "type": "cexolocstring", + "value": {} + }, + "MapNoteEnabled": { + "type": "byte", + "value": 1 + }, + "Tag": { + "type": "cexostring", + "value": "PRC_MAZE_ENTRY_WP_9" + }, + "TemplateResRef": { + "type": "resref", + "value": "nw_waypoint001" + }, + "XOrientation": { + "type": "float", + "value": -1.0 + }, + "XPosition": { + "type": "float", + "value": 141.0 + }, + "YOrientation": { + "type": "float", + "value": 1.148381556959066e-006 + }, + "YPosition": { + "type": "float", + "value": 15.0 + }, + "ZPosition": { + "type": "float", + "value": 0.2000000029802322 + } + }, + { + "__struct_id": 5, + "Appearance": { + "type": "byte", + "value": 1 + }, + "Description": { + "type": "cexolocstring", + "value": {} + }, + "HasMapNote": { + "type": "byte", + "value": 0 + }, + "LinkedTo": { + "type": "cexostring", + "value": "" + }, + "LocalizedName": { + "id": 14817, + "type": "cexolocstring", + "value": { + "0": "Maze Entry" + } + }, + "MapNote": { + "type": "cexolocstring", + "value": {} + }, + "MapNoteEnabled": { + "type": "byte", + "value": 1 + }, + "Tag": { + "type": "cexostring", + "value": "PRC_MAZE_ENTRY_WP_10" + }, + "TemplateResRef": { + "type": "resref", + "value": "nw_waypoint001" + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": 45.0 + }, + "YOrientation": { + "type": "float", + "value": 1.0 + }, + "YPosition": { + "type": "float", + "value": 19.0 + }, + "ZPosition": { + "type": "float", + "value": 0.2099999934434891 + } + }, + { + "__struct_id": 5, + "Appearance": { + "type": "byte", + "value": 1 + }, + "Description": { + "type": "cexolocstring", + "value": {} + }, + "HasMapNote": { + "type": "byte", + "value": 0 + }, + "LinkedTo": { + "type": "cexostring", + "value": "" + }, + "LocalizedName": { + "id": 14817, + "type": "cexolocstring", + "value": { + "0": "Maze Entry" + } + }, + "MapNote": { + "type": "cexolocstring", + "value": {} + }, + "MapNoteEnabled": { + "type": "byte", + "value": 1 + }, + "Tag": { + "type": "cexostring", + "value": "PRC_MAZE_ENTRY_WP_11" + }, + "TemplateResRef": { + "type": "resref", + "value": "nw_waypoint001" + }, + "XOrientation": { + "type": "float", + "value": 0.0 + }, + "XPosition": { + "type": "float", + "value": 25.0 + }, + "YOrientation": { + "type": "float", + "value": 1.0 + }, + "YPosition": { + "type": "float", + "value": 49.0 + }, + "ZPosition": { + "type": "float", + "value": 0.199998140335083 + } + }, + { + "__struct_id": 5, + "Appearance": { + "type": "byte", + "value": 1 + }, + "Description": { + "type": "cexolocstring", + "value": {} + }, + "HasMapNote": { + "type": "byte", + "value": 0 + }, + "LinkedTo": { + "type": "cexostring", + "value": "" + }, + "LocalizedName": { + "id": 14817, + "type": "cexolocstring", + "value": { + "0": "Maze Entry" + } + }, + "MapNote": { + "type": "cexolocstring", + "value": {} + }, + "MapNoteEnabled": { + "type": "byte", + "value": 1 + }, + "Tag": { + "type": "cexostring", + "value": "PRC_MAZE_ENTRY_WP_12" + }, + "TemplateResRef": { + "type": "resref", + "value": "nw_waypoint001" + }, + "XOrientation": { + "type": "float", + "value": -1.0 + }, + "XPosition": { + "type": "float", + "value": 11.0 + }, + "YOrientation": { + "type": "float", + "value": 1.148381556959066e-006 + }, + "YPosition": { + "type": "float", + "value": 65.0 + }, + "ZPosition": { + "type": "float", + "value": 0.2099999934434891 + } + }, + { + "__struct_id": 5, + "Appearance": { + "type": "byte", + "value": 1 + }, + "Description": { + "type": "cexolocstring", + "value": {} + }, + "HasMapNote": { + "type": "byte", + "value": 0 + }, + "LinkedTo": { + "type": "cexostring", + "value": "" + }, + "LocalizedName": { + "id": 14817, + "type": "cexolocstring", + "value": { + "0": "Maze Entry" + } + }, + "MapNote": { + "type": "cexolocstring", + "value": {} + }, + "MapNoteEnabled": { + "type": "byte", + "value": 1 + }, + "Tag": { + "type": "cexostring", + "value": "PRC_MAZE_ENTRY_WP_13" + }, + "TemplateResRef": { + "type": "resref", + "value": "nw_waypoint001" + }, + "XOrientation": { + "type": "float", + "value": 1.0 + }, + "XPosition": { + "type": "float", + "value": 9.0 + }, + "YOrientation": { + "type": "float", + "value": 1.148381556959066e-006 + }, + "YPosition": { + "type": "float", + "value": 5.0 + }, + "ZPosition": { + "type": "float", + "value": 0.199998140335083 + } + } + ] + } +} diff --git a/_module/git/ruinedminds001.git.json b/_module/git/ruinedminds001.git.json new file mode 100644 index 0000000..b88c42f --- /dev/null +++ b/_module/git/ruinedminds001.git.json @@ -0,0 +1,2724 @@ +{ + "__data_type": "GIT ", + "AreaProperties": { + "__struct_id": 100, + "type": "struct", + "value": { + "__struct_id": 100, + "AmbientSndDay": { + "type": "int", + "value": 97 + }, + "AmbientSndDayVol": { + "type": "int", + "value": 32 + }, + "AmbientSndNight": { + "type": "int", + "value": 98 + }, + "AmbientSndNitVol": { + "type": "int", + "value": 32 + }, + "EnvAudio": { + "type": "int", + "value": 0 + }, + "MusicBattle": { + "type": "int", + "value": 40 + }, + "MusicDay": { + "type": "int", + "value": 52 + }, + "MusicDelay": { + "type": "int", + "value": 90000 + }, + "MusicNight": { + "type": "int", + "value": 52 + } + } + }, + "Creature List": { + "type": "list", + "value": [] + }, + "Door List": { + "type": "list", + "value": [ + { + "__struct_id": 8, + "AnimationState": { + "type": "byte", + "value": 0 + }, + "Appearance": { + "type": "dword", + "value": 78 + }, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Bearing": { + "type": "float", + "value": 1.570795655250549 + }, + "CloseLockDC": { + "type": "byte", + "value": 0 + }, + "Conversation": { + "type": "resref", + "value": "" + }, + "CurrentHP": { + "type": "short", + "value": 80 + }, + "Description": { + "type": "cexolocstring", + "value": {} + }, + "DisarmDC": { + "type": "byte", + "value": 15 + }, + "Faction": { + "type": "dword", + "value": 1 + }, + "Fort": { + "type": "byte", + "value": 16 + }, + "GenericType": { + "type": "byte", + "value": 0 + }, + "Hardness": { + "type": "byte", + "value": 5 + }, + "HP": { + "type": "short", + "value": 80 + }, + "Interruptable": { + "type": "byte", + "value": 1 + }, + "KeyName": { + "type": "cexostring", + "value": "" + }, + "KeyRequired": { + "type": "byte", + "value": 0 + }, + "LinkedTo": { + "type": "cexostring", + "value": "" + }, + "LinkedToFlags": { + "type": "byte", + "value": 0 + }, + "LoadScreenID": { + "type": "word", + "value": 0 + }, + "Lockable": { + "type": "byte", + "value": 0 + }, + "Locked": { + "type": "byte", + "value": 0 + }, + "LocName": { + "id": 5349, + "type": "cexolocstring", + "value": {} + }, + "OnClick": { + "type": "resref", + "value": "" + }, + "OnClosed": { + "type": "resref", + "value": "" + }, + "OnDamaged": { + "type": "resref", + "value": "" + }, + "OnDeath": { + "type": "resref", + "value": "x2_door_death" + }, + "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": 0 + }, + "PortraitId": { + "type": "word", + "value": 0 + }, + "Ref": { + "type": "byte", + "value": 0 + }, + "Tag": { + "type": "cexostring", + "value": "CorriDoor" + }, + "TemplateResRef": { + "type": "resref", + "value": "nw_door_ttr_08" + }, + "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": 45.0 + }, + "Y": { + "type": "float", + "value": 15.0 + }, + "Z": { + "type": "float", + "value": 0.2000000029802322 + } + }, + { + "__struct_id": 8, + "AnimationState": { + "type": "byte", + "value": 0 + }, + "Appearance": { + "type": "dword", + "value": 80 + }, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Bearing": { + "type": "float", + "value": -0.0 + }, + "CloseLockDC": { + "type": "byte", + "value": 0 + }, + "Conversation": { + "type": "resref", + "value": "" + }, + "CurrentHP": { + "type": "short", + "value": 80 + }, + "Description": { + "type": "cexolocstring", + "value": {} + }, + "DisarmDC": { + "type": "byte", + "value": 15 + }, + "Faction": { + "type": "dword", + "value": 1 + }, + "Fort": { + "type": "byte", + "value": 16 + }, + "GenericType": { + "type": "byte", + "value": 0 + }, + "Hardness": { + "type": "byte", + "value": 5 + }, + "HP": { + "type": "short", + "value": 80 + }, + "Interruptable": { + "type": "byte", + "value": 1 + }, + "KeyName": { + "type": "cexostring", + "value": "" + }, + "KeyRequired": { + "type": "byte", + "value": 0 + }, + "LinkedTo": { + "type": "cexostring", + "value": "" + }, + "LinkedToFlags": { + "type": "byte", + "value": 0 + }, + "LoadScreenID": { + "type": "word", + "value": 0 + }, + "Lockable": { + "type": "byte", + "value": 0 + }, + "Locked": { + "type": "byte", + "value": 0 + }, + "LocName": { + "id": 5349, + "type": "cexolocstring", + "value": {} + }, + "OnClick": { + "type": "resref", + "value": "" + }, + "OnClosed": { + "type": "resref", + "value": "" + }, + "OnDamaged": { + "type": "resref", + "value": "" + }, + "OnDeath": { + "type": "resref", + "value": "x2_door_death" + }, + "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": 0 + }, + "PortraitId": { + "type": "word", + "value": 0 + }, + "Ref": { + "type": "byte", + "value": 0 + }, + "Tag": { + "type": "cexostring", + "value": "BridgeDoor" + }, + "TemplateResRef": { + "type": "resref", + "value": "nw_door_ttr_06" + }, + "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": 15.0 + }, + "Y": { + "type": "float", + "value": 33.34000015258789 + }, + "Z": { + "type": "float", + "value": 0.699999988079071 + } + }, + { + "__struct_id": 8, + "AnimationState": { + "type": "byte", + "value": 0 + }, + "Appearance": { + "type": "dword", + "value": 80 + }, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Bearing": { + "type": "float", + "value": -0.0 + }, + "CloseLockDC": { + "type": "byte", + "value": 0 + }, + "Conversation": { + "type": "resref", + "value": "" + }, + "CurrentHP": { + "type": "short", + "value": 80 + }, + "Description": { + "type": "cexolocstring", + "value": {} + }, + "DisarmDC": { + "type": "byte", + "value": 15 + }, + "Faction": { + "type": "dword", + "value": 1 + }, + "Fort": { + "type": "byte", + "value": 16 + }, + "GenericType": { + "type": "byte", + "value": 0 + }, + "Hardness": { + "type": "byte", + "value": 5 + }, + "HP": { + "type": "short", + "value": 80 + }, + "Interruptable": { + "type": "byte", + "value": 1 + }, + "KeyName": { + "type": "cexostring", + "value": "" + }, + "KeyRequired": { + "type": "byte", + "value": 0 + }, + "LinkedTo": { + "type": "cexostring", + "value": "" + }, + "LinkedToFlags": { + "type": "byte", + "value": 0 + }, + "LoadScreenID": { + "type": "word", + "value": 0 + }, + "Lockable": { + "type": "byte", + "value": 0 + }, + "Locked": { + "type": "byte", + "value": 0 + }, + "LocName": { + "id": 5349, + "type": "cexolocstring", + "value": {} + }, + "OnClick": { + "type": "resref", + "value": "" + }, + "OnClosed": { + "type": "resref", + "value": "" + }, + "OnDamaged": { + "type": "resref", + "value": "" + }, + "OnDeath": { + "type": "resref", + "value": "x2_door_death" + }, + "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": 0 + }, + "PortraitId": { + "type": "word", + "value": 0 + }, + "Ref": { + "type": "byte", + "value": 0 + }, + "Tag": { + "type": "cexostring", + "value": "BridgeDoor" + }, + "TemplateResRef": { + "type": "resref", + "value": "nw_door_ttr_06" + }, + "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": 15.0 + }, + "Y": { + "type": "float", + "value": 36.68000030517578 + }, + "Z": { + "type": "float", + "value": 0.699999988079071 + } + } + ] + }, + "Encounter List": { + "type": "list", + "value": [] + }, + "List": { + "type": "list", + "value": [] + }, + "Placeable List": { + "type": "list", + "value": [ + { + "__struct_id": 9, + "AnimationState": { + "type": "byte", + "value": 4 + }, + "Appearance": { + "type": "dword", + "value": 472 + }, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Bearing": { + "type": "float", + "value": -0.0 + }, + "BodyBag": { + "type": "byte", + "value": 0 + }, + "CloseLockDC": { + "type": "byte", + "value": 0 + }, + "Conversation": { + "type": "resref", + "value": "" + }, + "CurrentHP": { + "type": "short", + "value": 15 + }, + "Description": { + "id": 84596, + "type": "cexolocstring", + "value": {} + }, + "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": 84590, + "type": "cexolocstring", + "value": {} + }, + "OnClosed": { + "type": "resref", + "value": "" + }, + "OnDamaged": { + "type": "resref", + "value": "" + }, + "OnDeath": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnHeartbeat": { + "type": "resref", + "value": "" + }, + "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": "x2_plc_used_act" + }, + "OnUserDefined": { + "type": "resref", + "value": "" + }, + "OpenLockDC": { + "type": "byte", + "value": 18 + }, + "Plot": { + "type": "byte", + "value": 0 + }, + "PortraitId": { + "type": "word", + "value": 0 + }, + "Ref": { + "type": "byte", + "value": 0 + }, + "Static": { + "type": "byte", + "value": 1 + }, + "Tag": { + "type": "cexostring", + "value": "X2_PLC_SCIRCLE" + }, + "TemplateResRef": { + "type": "resref", + "value": "x2_plc_scircle" + }, + "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": 15.04899024963379 + }, + "Y": { + "type": "float", + "value": 65.10181427001953 + }, + "Z": { + "type": "float", + "value": 0.6000008583068848 + } + }, + { + "__struct_id": 9, + "AnimationState": { + "type": "byte", + "value": 0 + }, + "Appearance": { + "type": "dword", + "value": 28 + }, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Bearing": { + "type": "float", + "value": -0.0 + }, + "BodyBag": { + "type": "byte", + "value": 0 + }, + "CloseLockDC": { + "type": "byte", + "value": 0 + }, + "Conversation": { + "type": "resref", + "value": "" + }, + "CurrentHP": { + "type": "short", + "value": 15 + }, + "Description": { + "id": 14533, + "type": "cexolocstring", + "value": { + "0": "A portal glows softly before you. You wonder where it leads." + } + }, + "DisarmDC": { + "type": "byte", + "value": 15 + }, + "Faction": { + "type": "dword", + "value": 2 + }, + "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": 5670, + "type": "cexolocstring", + "value": { + "0": "Genesis Exit Portal" + } + }, + "OnClosed": { + "type": "resref", + "value": "" + }, + "OnDamaged": { + "type": "resref", + "value": "" + }, + "OnDeath": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnHeartbeat": { + "type": "resref", + "value": "" + }, + "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": "psi_gen_exit" + }, + "OnUserDefined": { + "type": "resref", + "value": "" + }, + "OpenLockDC": { + "type": "byte", + "value": 18 + }, + "Plot": { + "type": "byte", + "value": 1 + }, + "PortraitId": { + "type": "word", + "value": 386 + }, + "Ref": { + "type": "byte", + "value": 0 + }, + "Static": { + "type": "byte", + "value": 0 + }, + "Tag": { + "type": "cexostring", + "value": "GenesisExit05" + }, + "TemplateResRef": { + "type": "resref", + "value": "genesisexit" + }, + "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": 1 + }, + "Will": { + "type": "byte", + "value": 0 + }, + "X": { + "type": "float", + "value": 13.79570484161377 + }, + "Y": { + "type": "float", + "value": 74.52798461914063 + }, + "Z": { + "type": "float", + "value": 0.2000002861022949 + } + } + ] + }, + "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": 68020, + "type": "cexolocstring", + "value": {} + }, + "Looping": { + "type": "byte", + "value": 1 + }, + "MaxDistance": { + "type": "float", + "value": 10.0 + }, + "MinDistance": { + "type": "float", + "value": 1.0 + }, + "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_na_waterpool1" + } + } + ] + }, + "Tag": { + "type": "cexostring", + "value": "WaterPoolSmall" + }, + "TemplateResRef": { + "type": "resref", + "value": "waterpoolsmall" + }, + "Times": { + "type": "byte", + "value": 3 + }, + "Volume": { + "type": "byte", + "value": 127 + }, + "VolumeVrtn": { + "type": "byte", + "value": 0 + }, + "XPosition": { + "type": "float", + "value": 65.05518341064453 + }, + "YPosition": { + "type": "float", + "value": 24.88151931762695 + }, + "ZPosition": { + "type": "float", + "value": 3.12960410118103 + } + }, + { + "__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": 67893, + "type": "cexolocstring", + "value": {} + }, + "Looping": { + "type": "byte", + "value": 1 + }, + "MaxDistance": { + "type": "float", + "value": 10.0 + }, + "MinDistance": { + "type": "float", + "value": 1.0 + }, + "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_mg_chntmagic1" + } + } + ] + }, + "Tag": { + "type": "cexostring", + "value": "MagicChants" + }, + "TemplateResRef": { + "type": "resref", + "value": "magicchants" + }, + "Times": { + "type": "byte", + "value": 3 + }, + "Volume": { + "type": "byte", + "value": 127 + }, + "VolumeVrtn": { + "type": "byte", + "value": 0 + }, + "XPosition": { + "type": "float", + "value": 49.99136734008789 + }, + "YPosition": { + "type": "float", + "value": 59.39344024658203 + }, + "ZPosition": { + "type": "float", + "value": -1.50000524520874 + } + }, + { + "__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": 67848, + "type": "cexolocstring", + "value": {} + }, + "Looping": { + "type": "byte", + "value": 1 + }, + "MaxDistance": { + "type": "float", + "value": 10.0 + }, + "MinDistance": { + "type": "float", + "value": 1.0 + }, + "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_mg_entrvscry1" + } + } + ] + }, + "Tag": { + "type": "cexostring", + "value": "EntranceVeryScary" + }, + "TemplateResRef": { + "type": "resref", + "value": "entranceveryscar" + }, + "Times": { + "type": "byte", + "value": 3 + }, + "Volume": { + "type": "byte", + "value": 127 + }, + "VolumeVrtn": { + "type": "byte", + "value": 0 + }, + "XPosition": { + "type": "float", + "value": 48.06650543212891 + }, + "YPosition": { + "type": "float", + "value": 38.12089157104492 + }, + "ZPosition": { + "type": "float", + "value": 1.500000476837158 + } + }, + { + "__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": 25000 + }, + "IntervalVrtn": { + "type": "dword", + "value": 5000 + }, + "LocName": { + "id": 67889, + "type": "cexolocstring", + "value": {} + }, + "Looping": { + "type": "byte", + "value": 0 + }, + "MaxDistance": { + "type": "float", + "value": 10.0 + }, + "MinDistance": { + "type": "float", + "value": 1.0 + }, + "PitchVariation": { + "type": "float", + "value": 0.2000000029802322 + }, + "Positional": { + "type": "byte", + "value": 1 + }, + "Priority": { + "type": "byte", + "value": 20 + }, + "Random": { + "type": "byte", + "value": 1 + }, + "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_mg_frstmagic2" + } + }, + { + "__struct_id": 0, + "Sound": { + "type": "resref", + "value": "as_mg_frstmagic3" + } + }, + { + "__struct_id": 0, + "Sound": { + "type": "resref", + "value": "as_mg_frstmagic4" + } + } + ] + }, + "Tag": { + "type": "cexostring", + "value": "MagicalForestNoises" + }, + "TemplateResRef": { + "type": "resref", + "value": "magicalforestnoi" + }, + "Times": { + "type": "byte", + "value": 3 + }, + "Volume": { + "type": "byte", + "value": 127 + }, + "VolumeVrtn": { + "type": "byte", + "value": 0 + }, + "XPosition": { + "type": "float", + "value": 64.77873229980469 + }, + "YPosition": { + "type": "float", + "value": 14.52048015594482 + }, + "ZPosition": { + "type": "float", + "value": 1.388710021972656 + } + }, + { + "__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": 67900, + "type": "cexolocstring", + "value": {} + }, + "Looping": { + "type": "byte", + "value": 1 + }, + "MaxDistance": { + "type": "float", + "value": 10.0 + }, + "MinDistance": { + "type": "float", + "value": 1.0 + }, + "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_mg_ballmagic1" + } + } + ] + }, + "Tag": { + "type": "cexostring", + "value": "MagicGlowingBall" + }, + "TemplateResRef": { + "type": "resref", + "value": "magicglowingball" + }, + "Times": { + "type": "byte", + "value": 3 + }, + "Volume": { + "type": "byte", + "value": 127 + }, + "VolumeVrtn": { + "type": "byte", + "value": 0 + }, + "XPosition": { + "type": "float", + "value": 15.05164909362793 + }, + "YPosition": { + "type": "float", + "value": 65.12294769287109 + }, + "ZPosition": { + "type": "float", + "value": 2.100000381469727 + } + }, + { + "__struct_id": 6, + "Active": { + "type": "byte", + "value": 1 + }, + "Continuous": { + "type": "byte", + "value": 1 + }, + "Elevation": { + "type": "float", + "value": 1.0 + }, + "GeneratedType": { + "type": "dword", + "value": 0 + }, + "Hours": { + "type": "dword", + "value": 0 + }, + "Interval": { + "type": "dword", + "value": 10000 + }, + "IntervalVrtn": { + "type": "dword", + "value": 5000 + }, + "LocName": { + "id": 91303, + "type": "cexolocstring", + "value": {} + }, + "Looping": { + "type": "byte", + "value": 0 + }, + "MaxDistance": { + "type": "float", + "value": 10.0 + }, + "MinDistance": { + "type": "float", + "value": 1.0 + }, + "PitchVariation": { + "type": "float", + "value": 0.300000011920929 + }, + "Positional": { + "type": "byte", + "value": 0 + }, + "Priority": { + "type": "byte", + "value": 19 + }, + "Random": { + "type": "byte", + "value": 1 + }, + "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_hr_x2chnratl1" + } + }, + { + "__struct_id": 0, + "Sound": { + "type": "resref", + "value": "as_hr_x2chnratl2" + } + }, + { + "__struct_id": 0, + "Sound": { + "type": "resref", + "value": "as_hr_x2chnratl3" + } + }, + { + "__struct_id": 0, + "Sound": { + "type": "resref", + "value": "as_hr_x2chnratl4" + } + }, + { + "__struct_id": 0, + "Sound": { + "type": "resref", + "value": "as_hr_x2chnratl5" + } + } + ] + }, + "Tag": { + "type": "cexostring", + "value": "ChainRattles" + }, + "TemplateResRef": { + "type": "resref", + "value": "chainrattles" + }, + "Times": { + "type": "byte", + "value": 3 + }, + "Volume": { + "type": "byte", + "value": 127 + }, + "VolumeVrtn": { + "type": "byte", + "value": 0 + }, + "XPosition": { + "type": "float", + "value": 14.92038059234619 + }, + "YPosition": { + "type": "float", + "value": 34.7988166809082 + }, + "ZPosition": { + "type": "float", + "value": 1.299999833106995 + } + }, + { + "__struct_id": 6, + "Active": { + "type": "byte", + "value": 1 + }, + "Continuous": { + "type": "byte", + "value": 1 + }, + "Elevation": { + "type": "float", + "value": 1.0 + }, + "GeneratedType": { + "type": "dword", + "value": 0 + }, + "Hours": { + "type": "dword", + "value": 0 + }, + "Interval": { + "type": "dword", + "value": 10000 + }, + "IntervalVrtn": { + "type": "dword", + "value": 5000 + }, + "LocName": { + "id": 91308, + "type": "cexolocstring", + "value": {} + }, + "Looping": { + "type": "byte", + "value": 0 + }, + "MaxDistance": { + "type": "float", + "value": 10.0 + }, + "MinDistance": { + "type": "float", + "value": 1.0 + }, + "PitchVariation": { + "type": "float", + "value": 0.300000011920929 + }, + "Positional": { + "type": "byte", + "value": 0 + }, + "Priority": { + "type": "byte", + "value": 19 + }, + "Random": { + "type": "byte", + "value": 1 + }, + "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_hr_x2drnoise1" + } + }, + { + "__struct_id": 0, + "Sound": { + "type": "resref", + "value": "as_hr_x2drnoise2" + } + }, + { + "__struct_id": 0, + "Sound": { + "type": "resref", + "value": "as_hr_x2drnoise3" + } + }, + { + "__struct_id": 0, + "Sound": { + "type": "resref", + "value": "as_hr_x2drnoise4" + } + }, + { + "__struct_id": 0, + "Sound": { + "type": "resref", + "value": "as_hr_x2drnoise5" + } + }, + { + "__struct_id": 0, + "Sound": { + "type": "resref", + "value": "as_hr_x2drnoise6" + } + }, + { + "__struct_id": 0, + "Sound": { + "type": "resref", + "value": "as_hr_x2drnoise7" + } + }, + { + "__struct_id": 0, + "Sound": { + "type": "resref", + "value": "as_hr_x2drnoise8" + } + } + ] + }, + "Tag": { + "type": "cexostring", + "value": "DoorNoises" + }, + "TemplateResRef": { + "type": "resref", + "value": "doornoises" + }, + "Times": { + "type": "byte", + "value": 3 + }, + "Volume": { + "type": "byte", + "value": 127 + }, + "VolumeVrtn": { + "type": "byte", + "value": 0 + }, + "XPosition": { + "type": "float", + "value": 14.92793464660645 + }, + "YPosition": { + "type": "float", + "value": 19.97026252746582 + }, + "ZPosition": { + "type": "float", + "value": 1.400000095367432 + } + }, + { + "__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": 91329, + "type": "cexolocstring", + "value": {} + }, + "Looping": { + "type": "byte", + "value": 1 + }, + "MaxDistance": { + "type": "float", + "value": 20.0 + }, + "MinDistance": { + "type": "float", + "value": 2.0 + }, + "PitchVariation": { + "type": "float", + "value": 0.0 + }, + "Positional": { + "type": "byte", + "value": 0 + }, + "Priority": { + "type": "byte", + "value": 2 + }, + "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_pl_x2wardrum1" + } + } + ] + }, + "Tag": { + "type": "cexostring", + "value": "WarDrum1" + }, + "TemplateResRef": { + "type": "resref", + "value": "wardrum1" + }, + "Times": { + "type": "byte", + "value": 3 + }, + "Volume": { + "type": "byte", + "value": 127 + }, + "VolumeVrtn": { + "type": "byte", + "value": 0 + }, + "XPosition": { + "type": "float", + "value": 34.48321914672852 + }, + "YPosition": { + "type": "float", + "value": 39.76030349731445 + }, + "ZPosition": { + "type": "float", + "value": 1.899991393089294 + } + }, + { + "__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": 91329, + "type": "cexolocstring", + "value": {} + }, + "Looping": { + "type": "byte", + "value": 1 + }, + "MaxDistance": { + "type": "float", + "value": 20.0 + }, + "MinDistance": { + "type": "float", + "value": 2.0 + }, + "PitchVariation": { + "type": "float", + "value": 0.0 + }, + "Positional": { + "type": "byte", + "value": 0 + }, + "Priority": { + "type": "byte", + "value": 2 + }, + "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_pl_x2wardrum1" + } + } + ] + }, + "Tag": { + "type": "cexostring", + "value": "WarDrum1" + }, + "TemplateResRef": { + "type": "resref", + "value": "wardrum1" + }, + "Times": { + "type": "byte", + "value": 3 + }, + "Volume": { + "type": "byte", + "value": 127 + }, + "VolumeVrtn": { + "type": "byte", + "value": 0 + }, + "XPosition": { + "type": "float", + "value": 36.65742874145508 + }, + "YPosition": { + "type": "float", + "value": 40.13705444335938 + }, + "ZPosition": { + "type": "float", + "value": 1.5 + } + }, + { + "__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": 91329, + "type": "cexolocstring", + "value": {} + }, + "Looping": { + "type": "byte", + "value": 1 + }, + "MaxDistance": { + "type": "float", + "value": 20.0 + }, + "MinDistance": { + "type": "float", + "value": 2.0 + }, + "PitchVariation": { + "type": "float", + "value": 0.0 + }, + "Positional": { + "type": "byte", + "value": 0 + }, + "Priority": { + "type": "byte", + "value": 2 + }, + "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_pl_x2wardrum1" + } + } + ] + }, + "Tag": { + "type": "cexostring", + "value": "WarDrum1" + }, + "TemplateResRef": { + "type": "resref", + "value": "wardrum1" + }, + "Times": { + "type": "byte", + "value": 3 + }, + "Volume": { + "type": "byte", + "value": 127 + }, + "VolumeVrtn": { + "type": "byte", + "value": 0 + }, + "XPosition": { + "type": "float", + "value": 35.51938629150391 + }, + "YPosition": { + "type": "float", + "value": 38.57212829589844 + }, + "ZPosition": { + "type": "float", + "value": 1.899991393089294 + } + }, + { + "__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": 91329, + "type": "cexolocstring", + "value": {} + }, + "Looping": { + "type": "byte", + "value": 1 + }, + "MaxDistance": { + "type": "float", + "value": 20.0 + }, + "MinDistance": { + "type": "float", + "value": 2.0 + }, + "PitchVariation": { + "type": "float", + "value": 0.0 + }, + "Positional": { + "type": "byte", + "value": 0 + }, + "Priority": { + "type": "byte", + "value": 2 + }, + "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_pl_x2wardrum1" + } + } + ] + }, + "Tag": { + "type": "cexostring", + "value": "WarDrum1" + }, + "TemplateResRef": { + "type": "resref", + "value": "wardrum1" + }, + "Times": { + "type": "byte", + "value": 3 + }, + "Volume": { + "type": "byte", + "value": 127 + }, + "VolumeVrtn": { + "type": "byte", + "value": 0 + }, + "XPosition": { + "type": "float", + "value": 35.4919548034668 + }, + "YPosition": { + "type": "float", + "value": 41.23887252807617 + }, + "ZPosition": { + "type": "float", + "value": 1.900000095367432 + } + }, + { + "__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": 25000 + }, + "IntervalVrtn": { + "type": "dword", + "value": 5000 + }, + "LocName": { + "id": 67959, + "type": "cexolocstring", + "value": {} + }, + "Looping": { + "type": "byte", + "value": 0 + }, + "MaxDistance": { + "type": "float", + "value": 10.0 + }, + "MinDistance": { + "type": "float", + "value": 1.0 + }, + "PitchVariation": { + "type": "float", + "value": 0.0 + }, + "Positional": { + "type": "byte", + "value": 0 + }, + "Priority": { + "type": "byte", + "value": 19 + }, + "Random": { + "type": "byte", + "value": 1 + }, + "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_pl_skriekf1" + } + }, + { + "__struct_id": 0, + "Sound": { + "type": "resref", + "value": "as_pl_skriekf2" + } + }, + { + "__struct_id": 0, + "Sound": { + "type": "resref", + "value": "as_pl_skriekf3" + } + } + ] + }, + "Tag": { + "type": "cexostring", + "value": "ShrieksWomenOutside" + }, + "TemplateResRef": { + "type": "resref", + "value": "shriekswomenouts" + }, + "Times": { + "type": "byte", + "value": 3 + }, + "Volume": { + "type": "byte", + "value": 127 + }, + "VolumeVrtn": { + "type": "byte", + "value": 0 + }, + "XPosition": { + "type": "float", + "value": 35.59280776977539 + }, + "YPosition": { + "type": "float", + "value": 39.58004379272461 + }, + "ZPosition": { + "type": "float", + "value": 1.830684065818787 + } + } + ] + }, + "StoreList": { + "type": "list", + "value": [] + }, + "TriggerList": { + "type": "list", + "value": [] + }, + "WaypointList": { + "type": "list", + "value": [] + } +} diff --git a/_module/git/thequietofthemin.git.json b/_module/git/thequietofthemin.git.json new file mode 100644 index 0000000..a770cb0 --- /dev/null +++ b/_module/git/thequietofthemin.git.json @@ -0,0 +1,7824 @@ +{ + "__data_type": "GIT ", + "AreaProperties": { + "__struct_id": 100, + "type": "struct", + "value": { + "__struct_id": 100, + "AmbientSndDay": { + "type": "int", + "value": 56 + }, + "AmbientSndDayVol": { + "type": "int", + "value": 32 + }, + "AmbientSndNight": { + "type": "int", + "value": 56 + }, + "AmbientSndNitVol": { + "type": "int", + "value": 32 + }, + "EnvAudio": { + "type": "int", + "value": 89 + }, + "MusicBattle": { + "type": "int", + "value": 34 + }, + "MusicDay": { + "type": "int", + "value": 6 + }, + "MusicDelay": { + "type": "int", + "value": 90000 + }, + "MusicNight": { + "type": "int", + "value": 6 + } + } + }, + "Creature List": { + "type": "list", + "value": [] + }, + "Door List": { + "type": "list", + "value": [] + }, + "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": 435 + }, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Bearing": { + "type": "float", + "value": 0.8344852924346924 + }, + "BodyBag": { + "type": "byte", + "value": 0 + }, + "CloseLockDC": { + "type": "byte", + "value": 0 + }, + "Conversation": { + "type": "resref", + "value": "" + }, + "CurrentHP": { + "type": "short", + "value": 15 + }, + "Description": { + "id": 84173, + "type": "cexolocstring", + "value": {} + }, + "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": 83428, + "type": "cexolocstring", + "value": {} + }, + "OnClosed": { + "type": "resref", + "value": "" + }, + "OnDamaged": { + "type": "resref", + "value": "" + }, + "OnDeath": { + "type": "resref", + "value": "x2_o2_dead" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnHeartbeat": { + "type": "resref", + "value": "" + }, + "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": 1 + }, + "PortraitId": { + "type": "word", + "value": 918 + }, + "Ref": { + "type": "byte", + "value": 0 + }, + "Static": { + "type": "byte", + "value": 1 + }, + "Tag": { + "type": "cexostring", + "value": "X2_PLC_TENT_B" + }, + "TemplateResRef": { + "type": "resref", + "value": "x2_plc_tent_b" + }, + "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": 37.39952850341797 + }, + "Y": { + "type": "float", + "value": 52.21608734130859 + }, + "Z": { + "type": "float", + "value": 9.5367431640625e-006 + } + }, + { + "__struct_id": 9, + "AnimationState": { + "type": "byte", + "value": 0 + }, + "Appearance": { + "type": "dword", + "value": 58 + }, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Bearing": { + "type": "float", + "value": -0.9326600432395935 + }, + "BodyBag": { + "type": "byte", + "value": 0 + }, + "CloseLockDC": { + "type": "byte", + "value": 0 + }, + "Conversation": { + "type": "resref", + "value": "" + }, + "CurrentHP": { + "type": "short", + "value": 15 + }, + "Description": { + "id": 14586, + "type": "cexolocstring", + "value": { + "0": "The smell of woodsmoke draws you closer to the dancing fire. The sap of a birch log burns blue at its center." + } + }, + "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": 5700, + "type": "cexolocstring", + "value": {} + }, + "OnClosed": { + "type": "resref", + "value": "" + }, + "OnDamaged": { + "type": "resref", + "value": "" + }, + "OnDeath": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnHeartbeat": { + "type": "resref", + "value": "" + }, + "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": 1 + }, + "PortraitId": { + "type": "word", + "value": 416 + }, + "Ref": { + "type": "byte", + "value": 0 + }, + "Static": { + "type": "byte", + "value": 1 + }, + "Tag": { + "type": "cexostring", + "value": "Campfire" + }, + "TemplateResRef": { + "type": "resref", + "value": "plc_campfr" + }, + "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": 41.19637298583984 + }, + "Y": { + "type": "float", + "value": 49.78355407714844 + }, + "Z": { + "type": "float", + "value": 9.5367431640625e-006 + } + }, + { + "__struct_id": 9, + "AnimationState": { + "type": "byte", + "value": 0 + }, + "Appearance": { + "type": "dword", + "value": 233 + }, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Bearing": { + "type": "float", + "value": -0.9326600432395935 + }, + "BodyBag": { + "type": "byte", + "value": 0 + }, + "CloseLockDC": { + "type": "byte", + "value": 0 + }, + "Conversation": { + "type": "resref", + "value": "" + }, + "CurrentHP": { + "type": "short", + "value": 15 + }, + "Description": { + "id": 68833, + "type": "cexolocstring", + "value": {} + }, + "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": 68832, + "type": "cexolocstring", + "value": {} + }, + "OnClosed": { + "type": "resref", + "value": "" + }, + "OnDamaged": { + "type": "resref", + "value": "" + }, + "OnDeath": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnHeartbeat": { + "type": "resref", + "value": "" + }, + "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": "x2_plc_used_sit" + }, + "OnUserDefined": { + "type": "resref", + "value": "" + }, + "OpenLockDC": { + "type": "byte", + "value": 18 + }, + "Plot": { + "type": "byte", + "value": 1 + }, + "PortraitId": { + "type": "word", + "value": 755 + }, + "Ref": { + "type": "byte", + "value": 0 + }, + "Static": { + "type": "byte", + "value": 0 + }, + "Tag": { + "type": "cexostring", + "value": "FallenTimber" + }, + "TemplateResRef": { + "type": "resref", + "value": "x0_fallentimber" + }, + "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": 1 + }, + "Will": { + "type": "byte", + "value": 0 + }, + "X": { + "type": "float", + "value": 38.14817428588867 + }, + "Y": { + "type": "float", + "value": 48.89194488525391 + }, + "Z": { + "type": "float", + "value": -0.04248762130737305 + } + }, + { + "__struct_id": 9, + "AnimationState": { + "type": "byte", + "value": 0 + }, + "Appearance": { + "type": "dword", + "value": 100 + }, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Bearing": { + "type": "float", + "value": -0.0 + }, + "BodyBag": { + "type": "byte", + "value": 0 + }, + "CloseLockDC": { + "type": "byte", + "value": 0 + }, + "Conversation": { + "type": "resref", + "value": "" + }, + "CurrentHP": { + "type": "short", + "value": 15 + }, + "Description": { + "id": 14746, + "type": "cexolocstring", + "value": {} + }, + "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": 5743, + "type": "cexolocstring", + "value": {} + }, + "OnClosed": { + "type": "resref", + "value": "" + }, + "OnDamaged": { + "type": "resref", + "value": "" + }, + "OnDeath": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnHeartbeat": { + "type": "resref", + "value": "" + }, + "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": 458 + }, + "Ref": { + "type": "byte", + "value": 0 + }, + "Static": { + "type": "byte", + "value": 1 + }, + "Tag": { + "type": "cexostring", + "value": "Tree - Normal" + }, + "TemplateResRef": { + "type": "resref", + "value": "plc_tree" + }, + "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": 43.33951568603516 + }, + "Y": { + "type": "float", + "value": 56.0804328918457 + }, + "Z": { + "type": "float", + "value": 4.835692405700684 + } + }, + { + "__struct_id": 9, + "AnimationState": { + "type": "byte", + "value": 0 + }, + "Appearance": { + "type": "dword", + "value": 101 + }, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Bearing": { + "type": "float", + "value": -0.0 + }, + "BodyBag": { + "type": "byte", + "value": 0 + }, + "CloseLockDC": { + "type": "byte", + "value": 0 + }, + "Conversation": { + "type": "resref", + "value": "" + }, + "CurrentHP": { + "type": "short", + "value": 15 + }, + "Description": { + "id": 14747, + "type": "cexolocstring", + "value": {} + }, + "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": 5743, + "type": "cexolocstring", + "value": {} + }, + "OnClosed": { + "type": "resref", + "value": "" + }, + "OnDamaged": { + "type": "resref", + "value": "" + }, + "OnDeath": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnHeartbeat": { + "type": "resref", + "value": "" + }, + "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": 459 + }, + "Ref": { + "type": "byte", + "value": 0 + }, + "Static": { + "type": "byte", + "value": 1 + }, + "Tag": { + "type": "cexostring", + "value": "Tree - Autumn" + }, + "TemplateResRef": { + "type": "resref", + "value": "plc_treeautumn" + }, + "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": 52.57250595092773 + }, + "Y": { + "type": "float", + "value": 13.78011512756348 + }, + "Z": { + "type": "float", + "value": 0.00999981164932251 + } + }, + { + "__struct_id": 9, + "AnimationState": { + "type": "byte", + "value": 0 + }, + "Appearance": { + "type": "dword", + "value": 101 + }, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Bearing": { + "type": "float", + "value": -0.0 + }, + "BodyBag": { + "type": "byte", + "value": 0 + }, + "CloseLockDC": { + "type": "byte", + "value": 0 + }, + "Conversation": { + "type": "resref", + "value": "" + }, + "CurrentHP": { + "type": "short", + "value": 15 + }, + "Description": { + "id": 14747, + "type": "cexolocstring", + "value": {} + }, + "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": 5743, + "type": "cexolocstring", + "value": {} + }, + "OnClosed": { + "type": "resref", + "value": "" + }, + "OnDamaged": { + "type": "resref", + "value": "" + }, + "OnDeath": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnHeartbeat": { + "type": "resref", + "value": "" + }, + "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": 459 + }, + "Ref": { + "type": "byte", + "value": 0 + }, + "Static": { + "type": "byte", + "value": 1 + }, + "Tag": { + "type": "cexostring", + "value": "Tree - Autumn" + }, + "TemplateResRef": { + "type": "resref", + "value": "plc_treeautumn" + }, + "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": 45.12921142578125 + }, + "Y": { + "type": "float", + "value": 5.94110918045044 + }, + "Z": { + "type": "float", + "value": 0.009999930858612061 + } + }, + { + "__struct_id": 9, + "AnimationState": { + "type": "byte", + "value": 0 + }, + "Appearance": { + "type": "dword", + "value": 101 + }, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Bearing": { + "type": "float", + "value": -0.0 + }, + "BodyBag": { + "type": "byte", + "value": 0 + }, + "CloseLockDC": { + "type": "byte", + "value": 0 + }, + "Conversation": { + "type": "resref", + "value": "" + }, + "CurrentHP": { + "type": "short", + "value": 15 + }, + "Description": { + "id": 14747, + "type": "cexolocstring", + "value": {} + }, + "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": 5743, + "type": "cexolocstring", + "value": {} + }, + "OnClosed": { + "type": "resref", + "value": "" + }, + "OnDamaged": { + "type": "resref", + "value": "" + }, + "OnDeath": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnHeartbeat": { + "type": "resref", + "value": "" + }, + "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": 459 + }, + "Ref": { + "type": "byte", + "value": 0 + }, + "Static": { + "type": "byte", + "value": 1 + }, + "Tag": { + "type": "cexostring", + "value": "Tree - Autumn" + }, + "TemplateResRef": { + "type": "resref", + "value": "plc_treeautumn" + }, + "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": 59.17726135253906 + }, + "Y": { + "type": "float", + "value": 10.84413909912109 + }, + "Z": { + "type": "float", + "value": -1.192092895507813e-007 + } + }, + { + "__struct_id": 9, + "AnimationState": { + "type": "byte", + "value": 0 + }, + "Appearance": { + "type": "dword", + "value": 101 + }, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Bearing": { + "type": "float", + "value": -0.0 + }, + "BodyBag": { + "type": "byte", + "value": 0 + }, + "CloseLockDC": { + "type": "byte", + "value": 0 + }, + "Conversation": { + "type": "resref", + "value": "" + }, + "CurrentHP": { + "type": "short", + "value": 15 + }, + "Description": { + "id": 14747, + "type": "cexolocstring", + "value": {} + }, + "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": 5743, + "type": "cexolocstring", + "value": {} + }, + "OnClosed": { + "type": "resref", + "value": "" + }, + "OnDamaged": { + "type": "resref", + "value": "" + }, + "OnDeath": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnHeartbeat": { + "type": "resref", + "value": "" + }, + "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": 459 + }, + "Ref": { + "type": "byte", + "value": 0 + }, + "Static": { + "type": "byte", + "value": 1 + }, + "Tag": { + "type": "cexostring", + "value": "Tree - Autumn" + }, + "TemplateResRef": { + "type": "resref", + "value": "plc_treeautumn" + }, + "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": 52.99975967407227 + }, + "Y": { + "type": "float", + "value": 7.868078231811523 + }, + "Z": { + "type": "float", + "value": 2.384185791015625e-007 + } + }, + { + "__struct_id": 9, + "AnimationState": { + "type": "byte", + "value": 0 + }, + "Appearance": { + "type": "dword", + "value": 100 + }, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Bearing": { + "type": "float", + "value": -0.0 + }, + "BodyBag": { + "type": "byte", + "value": 0 + }, + "CloseLockDC": { + "type": "byte", + "value": 0 + }, + "Conversation": { + "type": "resref", + "value": "" + }, + "CurrentHP": { + "type": "short", + "value": 15 + }, + "Description": { + "id": 14746, + "type": "cexolocstring", + "value": {} + }, + "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": 5743, + "type": "cexolocstring", + "value": {} + }, + "OnClosed": { + "type": "resref", + "value": "" + }, + "OnDamaged": { + "type": "resref", + "value": "" + }, + "OnDeath": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnHeartbeat": { + "type": "resref", + "value": "" + }, + "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": 458 + }, + "Ref": { + "type": "byte", + "value": 0 + }, + "Static": { + "type": "byte", + "value": 1 + }, + "Tag": { + "type": "cexostring", + "value": "Tree - Normal" + }, + "TemplateResRef": { + "type": "resref", + "value": "plc_tree" + }, + "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": 47.73908233642578 + }, + "Y": { + "type": "float", + "value": 10.37340545654297 + }, + "Z": { + "type": "float", + "value": 0.009999957866966724 + } + }, + { + "__struct_id": 9, + "AnimationState": { + "type": "byte", + "value": 0 + }, + "Appearance": { + "type": "dword", + "value": 100 + }, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Bearing": { + "type": "float", + "value": -0.0 + }, + "BodyBag": { + "type": "byte", + "value": 0 + }, + "CloseLockDC": { + "type": "byte", + "value": 0 + }, + "Conversation": { + "type": "resref", + "value": "" + }, + "CurrentHP": { + "type": "short", + "value": 15 + }, + "Description": { + "id": 14746, + "type": "cexolocstring", + "value": {} + }, + "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": 5743, + "type": "cexolocstring", + "value": {} + }, + "OnClosed": { + "type": "resref", + "value": "" + }, + "OnDamaged": { + "type": "resref", + "value": "" + }, + "OnDeath": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnHeartbeat": { + "type": "resref", + "value": "" + }, + "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": 458 + }, + "Ref": { + "type": "byte", + "value": 0 + }, + "Static": { + "type": "byte", + "value": 1 + }, + "Tag": { + "type": "cexostring", + "value": "Tree - Normal" + }, + "TemplateResRef": { + "type": "resref", + "value": "plc_tree" + }, + "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": 56.72996520996094 + }, + "Y": { + "type": "float", + "value": 5.993070125579834 + }, + "Z": { + "type": "float", + "value": 0.0100000100210309 + } + }, + { + "__struct_id": 9, + "AnimationState": { + "type": "byte", + "value": 0 + }, + "Appearance": { + "type": "dword", + "value": 100 + }, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Bearing": { + "type": "float", + "value": -0.0 + }, + "BodyBag": { + "type": "byte", + "value": 0 + }, + "CloseLockDC": { + "type": "byte", + "value": 0 + }, + "Conversation": { + "type": "resref", + "value": "" + }, + "CurrentHP": { + "type": "short", + "value": 15 + }, + "Description": { + "id": 14746, + "type": "cexolocstring", + "value": {} + }, + "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": 5743, + "type": "cexolocstring", + "value": {} + }, + "OnClosed": { + "type": "resref", + "value": "" + }, + "OnDamaged": { + "type": "resref", + "value": "" + }, + "OnDeath": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnHeartbeat": { + "type": "resref", + "value": "" + }, + "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": 458 + }, + "Ref": { + "type": "byte", + "value": 0 + }, + "Static": { + "type": "byte", + "value": 1 + }, + "Tag": { + "type": "cexostring", + "value": "Tree - Normal" + }, + "TemplateResRef": { + "type": "resref", + "value": "plc_tree" + }, + "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": 18.31732559204102 + }, + "Y": { + "type": "float", + "value": 1.762819051742554 + }, + "Z": { + "type": "float", + "value": 5.010000228881836 + } + }, + { + "__struct_id": 9, + "AnimationState": { + "type": "byte", + "value": 0 + }, + "Appearance": { + "type": "dword", + "value": 100 + }, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Bearing": { + "type": "float", + "value": -0.0 + }, + "BodyBag": { + "type": "byte", + "value": 0 + }, + "CloseLockDC": { + "type": "byte", + "value": 0 + }, + "Conversation": { + "type": "resref", + "value": "" + }, + "CurrentHP": { + "type": "short", + "value": 15 + }, + "Description": { + "id": 14746, + "type": "cexolocstring", + "value": {} + }, + "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": 5743, + "type": "cexolocstring", + "value": {} + }, + "OnClosed": { + "type": "resref", + "value": "" + }, + "OnDamaged": { + "type": "resref", + "value": "" + }, + "OnDeath": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnHeartbeat": { + "type": "resref", + "value": "" + }, + "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": 458 + }, + "Ref": { + "type": "byte", + "value": 0 + }, + "Static": { + "type": "byte", + "value": 1 + }, + "Tag": { + "type": "cexostring", + "value": "Tree - Normal" + }, + "TemplateResRef": { + "type": "resref", + "value": "plc_tree" + }, + "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": 23.21756553649902 + }, + "Y": { + "type": "float", + "value": 2.530272006988525 + }, + "Z": { + "type": "float", + "value": 5.010000228881836 + } + }, + { + "__struct_id": 9, + "AnimationState": { + "type": "byte", + "value": 0 + }, + "Appearance": { + "type": "dword", + "value": 100 + }, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Bearing": { + "type": "float", + "value": -0.0 + }, + "BodyBag": { + "type": "byte", + "value": 0 + }, + "CloseLockDC": { + "type": "byte", + "value": 0 + }, + "Conversation": { + "type": "resref", + "value": "" + }, + "CurrentHP": { + "type": "short", + "value": 15 + }, + "Description": { + "id": 14746, + "type": "cexolocstring", + "value": {} + }, + "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": 5743, + "type": "cexolocstring", + "value": {} + }, + "OnClosed": { + "type": "resref", + "value": "" + }, + "OnDamaged": { + "type": "resref", + "value": "" + }, + "OnDeath": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnHeartbeat": { + "type": "resref", + "value": "" + }, + "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": 458 + }, + "Ref": { + "type": "byte", + "value": 0 + }, + "Static": { + "type": "byte", + "value": 1 + }, + "Tag": { + "type": "cexostring", + "value": "Tree - Normal" + }, + "TemplateResRef": { + "type": "resref", + "value": "plc_tree" + }, + "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": 7.7538743019104 + }, + "Y": { + "type": "float", + "value": 19.3975944519043 + }, + "Z": { + "type": "float", + "value": 5.010000228881836 + } + }, + { + "__struct_id": 9, + "AnimationState": { + "type": "byte", + "value": 0 + }, + "Appearance": { + "type": "dword", + "value": 451 + }, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Bearing": { + "type": "float", + "value": 0.95720374584198 + }, + "BodyBag": { + "type": "byte", + "value": 0 + }, + "CloseLockDC": { + "type": "byte", + "value": 0 + }, + "Conversation": { + "type": "resref", + "value": "" + }, + "CurrentHP": { + "type": "short", + "value": 15 + }, + "Description": { + "id": 84192, + "type": "cexolocstring", + "value": {} + }, + "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": 83445, + "type": "cexolocstring", + "value": {} + }, + "OnClosed": { + "type": "resref", + "value": "" + }, + "OnDamaged": { + "type": "resref", + "value": "" + }, + "OnDeath": { + "type": "resref", + "value": "x2_o2_dead" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnHeartbeat": { + "type": "resref", + "value": "" + }, + "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": "x2_plc_used_act" + }, + "OnUserDefined": { + "type": "resref", + "value": "" + }, + "OpenLockDC": { + "type": "byte", + "value": 18 + }, + "Plot": { + "type": "byte", + "value": 0 + }, + "PortraitId": { + "type": "word", + "value": 934 + }, + "Ref": { + "type": "byte", + "value": 0 + }, + "Static": { + "type": "byte", + "value": 1 + }, + "Tag": { + "type": "cexostring", + "value": "X2_PLC_CRYSTAL" + }, + "TemplateResRef": { + "type": "resref", + "value": "x2_plc_crystal" + }, + "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": 40.07021331787109 + }, + "Y": { + "type": "float", + "value": 52.49710464477539 + }, + "Z": { + "type": "float", + "value": -8.568167686462402e-008 + } + }, + { + "__struct_id": 9, + "AnimationState": { + "type": "byte", + "value": 0 + }, + "Appearance": { + "type": "dword", + "value": 81 + }, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Bearing": { + "type": "float", + "value": -0.0 + }, + "BodyBag": { + "type": "byte", + "value": 0 + }, + "CloseLockDC": { + "type": "byte", + "value": 0 + }, + "Conversation": { + "type": "resref", + "value": "" + }, + "CurrentHP": { + "type": "short", + "value": 15 + }, + "Description": { + "id": 14649, + "type": "cexolocstring", + "value": {} + }, + "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": 14650, + "type": "cexolocstring", + "value": {} + }, + "OnClosed": { + "type": "resref", + "value": "" + }, + "OnDamaged": { + "type": "resref", + "value": "" + }, + "OnDeath": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnHeartbeat": { + "type": "resref", + "value": "" + }, + "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": 439 + }, + "Ref": { + "type": "byte", + "value": 0 + }, + "Static": { + "type": "byte", + "value": 1 + }, + "Tag": { + "type": "cexostring", + "value": "Plant Growth - Grass Tufts" + }, + "TemplateResRef": { + "type": "resref", + "value": "plc_grasstuft" + }, + "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": 33.97865295410156 + }, + "Y": { + "type": "float", + "value": 29.61967849731445 + }, + "Z": { + "type": "float", + "value": 4.999999523162842 + } + }, + { + "__struct_id": 9, + "AnimationState": { + "type": "byte", + "value": 0 + }, + "Appearance": { + "type": "dword", + "value": 188 + }, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Bearing": { + "type": "float", + "value": -0.0 + }, + "BodyBag": { + "type": "byte", + "value": 0 + }, + "CloseLockDC": { + "type": "byte", + "value": 0 + }, + "Conversation": { + "type": "resref", + "value": "" + }, + "CurrentHP": { + "type": "short", + "value": 15 + }, + "Description": { + "id": 66749, + "type": "cexolocstring", + "value": {} + }, + "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": 0 + }, + "KeyName": { + "type": "cexostring", + "value": "" + }, + "KeyRequired": { + "type": "byte", + "value": 0 + }, + "Lockable": { + "type": "byte", + "value": 0 + }, + "Locked": { + "type": "byte", + "value": 0 + }, + "LocName": { + "id": 52999, + "type": "cexolocstring", + "value": {} + }, + "OnClosed": { + "type": "resref", + "value": "" + }, + "OnDamaged": { + "type": "resref", + "value": "" + }, + "OnDeath": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnHeartbeat": { + "type": "resref", + "value": "" + }, + "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": 551 + }, + "Ref": { + "type": "byte", + "value": 0 + }, + "Static": { + "type": "byte", + "value": 1 + }, + "Tag": { + "type": "cexostring", + "value": "Fern" + }, + "TemplateResRef": { + "type": "resref", + "value": "plc_fern" + }, + "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": 34.29781341552734 + }, + "Y": { + "type": "float", + "value": 35.96198654174805 + }, + "Z": { + "type": "float", + "value": 0.009999964386224747 + } + }, + { + "__struct_id": 9, + "AnimationState": { + "type": "byte", + "value": 0 + }, + "Appearance": { + "type": "dword", + "value": 188 + }, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Bearing": { + "type": "float", + "value": -0.0 + }, + "BodyBag": { + "type": "byte", + "value": 0 + }, + "CloseLockDC": { + "type": "byte", + "value": 0 + }, + "Conversation": { + "type": "resref", + "value": "" + }, + "CurrentHP": { + "type": "short", + "value": 15 + }, + "Description": { + "id": 66749, + "type": "cexolocstring", + "value": {} + }, + "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": 0 + }, + "KeyName": { + "type": "cexostring", + "value": "" + }, + "KeyRequired": { + "type": "byte", + "value": 0 + }, + "Lockable": { + "type": "byte", + "value": 0 + }, + "Locked": { + "type": "byte", + "value": 0 + }, + "LocName": { + "id": 52999, + "type": "cexolocstring", + "value": {} + }, + "OnClosed": { + "type": "resref", + "value": "" + }, + "OnDamaged": { + "type": "resref", + "value": "" + }, + "OnDeath": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnHeartbeat": { + "type": "resref", + "value": "" + }, + "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": 551 + }, + "Ref": { + "type": "byte", + "value": 0 + }, + "Static": { + "type": "byte", + "value": 1 + }, + "Tag": { + "type": "cexostring", + "value": "Fern" + }, + "TemplateResRef": { + "type": "resref", + "value": "plc_fern" + }, + "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": 35.13401794433594 + }, + "Y": { + "type": "float", + "value": 37.03725814819336 + }, + "Z": { + "type": "float", + "value": 0.01000005286186934 + } + }, + { + "__struct_id": 9, + "AnimationState": { + "type": "byte", + "value": 0 + }, + "Appearance": { + "type": "dword", + "value": 81 + }, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Bearing": { + "type": "float", + "value": -0.0 + }, + "BodyBag": { + "type": "byte", + "value": 0 + }, + "CloseLockDC": { + "type": "byte", + "value": 0 + }, + "Conversation": { + "type": "resref", + "value": "" + }, + "CurrentHP": { + "type": "short", + "value": 15 + }, + "Description": { + "id": 14649, + "type": "cexolocstring", + "value": {} + }, + "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": 14650, + "type": "cexolocstring", + "value": {} + }, + "OnClosed": { + "type": "resref", + "value": "" + }, + "OnDamaged": { + "type": "resref", + "value": "" + }, + "OnDeath": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnHeartbeat": { + "type": "resref", + "value": "" + }, + "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": 439 + }, + "Ref": { + "type": "byte", + "value": 0 + }, + "Static": { + "type": "byte", + "value": 1 + }, + "Tag": { + "type": "cexostring", + "value": "Plant Growth - Grass Tufts" + }, + "TemplateResRef": { + "type": "resref", + "value": "plc_grasstuft" + }, + "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": 41.34269332885742 + }, + "Y": { + "type": "float", + "value": 36.90547180175781 + }, + "Z": { + "type": "float", + "value": 0.009999717585742474 + } + }, + { + "__struct_id": 9, + "AnimationState": { + "type": "byte", + "value": 0 + }, + "Appearance": { + "type": "dword", + "value": 81 + }, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Bearing": { + "type": "float", + "value": -0.0 + }, + "BodyBag": { + "type": "byte", + "value": 0 + }, + "CloseLockDC": { + "type": "byte", + "value": 0 + }, + "Conversation": { + "type": "resref", + "value": "" + }, + "CurrentHP": { + "type": "short", + "value": 15 + }, + "Description": { + "id": 14649, + "type": "cexolocstring", + "value": {} + }, + "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": 14650, + "type": "cexolocstring", + "value": {} + }, + "OnClosed": { + "type": "resref", + "value": "" + }, + "OnDamaged": { + "type": "resref", + "value": "" + }, + "OnDeath": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnHeartbeat": { + "type": "resref", + "value": "" + }, + "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": 439 + }, + "Ref": { + "type": "byte", + "value": 0 + }, + "Static": { + "type": "byte", + "value": 1 + }, + "Tag": { + "type": "cexostring", + "value": "Plant Growth - Grass Tufts" + }, + "TemplateResRef": { + "type": "resref", + "value": "plc_grasstuft" + }, + "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": 43.2283935546875 + }, + "Y": { + "type": "float", + "value": 31.98800086975098 + }, + "Z": { + "type": "float", + "value": 0.01000010967254639 + } + }, + { + "__struct_id": 9, + "AnimationState": { + "type": "byte", + "value": 0 + }, + "Appearance": { + "type": "dword", + "value": 81 + }, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Bearing": { + "type": "float", + "value": -0.0 + }, + "BodyBag": { + "type": "byte", + "value": 0 + }, + "CloseLockDC": { + "type": "byte", + "value": 0 + }, + "Conversation": { + "type": "resref", + "value": "" + }, + "CurrentHP": { + "type": "short", + "value": 15 + }, + "Description": { + "id": 14649, + "type": "cexolocstring", + "value": {} + }, + "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": 14650, + "type": "cexolocstring", + "value": {} + }, + "OnClosed": { + "type": "resref", + "value": "" + }, + "OnDamaged": { + "type": "resref", + "value": "" + }, + "OnDeath": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnHeartbeat": { + "type": "resref", + "value": "" + }, + "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": 439 + }, + "Ref": { + "type": "byte", + "value": 0 + }, + "Static": { + "type": "byte", + "value": 1 + }, + "Tag": { + "type": "cexostring", + "value": "Plant Growth - Grass Tufts" + }, + "TemplateResRef": { + "type": "resref", + "value": "plc_grasstuft" + }, + "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": 42.45475006103516 + }, + "Y": { + "type": "float", + "value": 32.33461380004883 + }, + "Z": { + "type": "float", + "value": 0.009999905712902546 + } + }, + { + "__struct_id": 9, + "AnimationState": { + "type": "byte", + "value": 0 + }, + "Appearance": { + "type": "dword", + "value": 340 + }, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Bearing": { + "type": "float", + "value": 1.570795893669128 + }, + "BodyBag": { + "type": "byte", + "value": 0 + }, + "CloseLockDC": { + "type": "byte", + "value": 0 + }, + "Conversation": { + "type": "resref", + "value": "" + }, + "CurrentHP": { + "type": "short", + "value": 15 + }, + "Description": { + "id": 68852, + "type": "cexolocstring", + "value": {} + }, + "DisarmDC": { + "type": "byte", + "value": 15 + }, + "Faction": { + "type": "dword", + "value": 4294967295 + }, + "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": 9208, + "type": "cexolocstring", + "value": {} + }, + "OnClosed": { + "type": "resref", + "value": "" + }, + "OnDamaged": { + "type": "resref", + "value": "" + }, + "OnDeath": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnHeartbeat": { + "type": "resref", + "value": "" + }, + "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": 779 + }, + "Ref": { + "type": "byte", + "value": 0 + }, + "Static": { + "type": "byte", + "value": 1 + }, + "Tag": { + "type": "cexostring", + "value": "Ivy" + }, + "TemplateResRef": { + "type": "resref", + "value": "x0_ivy" + }, + "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": 35.55771255493164 + }, + "Y": { + "type": "float", + "value": 38.96686935424805 + }, + "Z": { + "type": "float", + "value": 1.046706199645996 + } + }, + { + "__struct_id": 9, + "AnimationState": { + "type": "byte", + "value": 0 + }, + "Appearance": { + "type": "dword", + "value": 299 + }, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Bearing": { + "type": "float", + "value": -0.0 + }, + "BodyBag": { + "type": "byte", + "value": 0 + }, + "CloseLockDC": { + "type": "byte", + "value": 0 + }, + "Conversation": { + "type": "resref", + "value": "" + }, + "CurrentHP": { + "type": "short", + "value": 15 + }, + "Description": { + "id": 68872, + "type": "cexolocstring", + "value": {} + }, + "DisarmDC": { + "type": "byte", + "value": 15 + }, + "Faction": { + "type": "dword", + "value": 4294967295 + }, + "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": 9188, + "type": "cexolocstring", + "value": {} + }, + "OnClosed": { + "type": "resref", + "value": "" + }, + "OnDamaged": { + "type": "resref", + "value": "" + }, + "OnDeath": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnHeartbeat": { + "type": "resref", + "value": "" + }, + "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": 0 + }, + "Ref": { + "type": "byte", + "value": 0 + }, + "Static": { + "type": "byte", + "value": 1 + }, + "Tag": { + "type": "cexostring", + "value": "x0_mushrooms" + }, + "TemplateResRef": { + "type": "resref", + "value": "x0_mushrooms" + }, + "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": 37.63296127319336 + }, + "Y": { + "type": "float", + "value": 19.42643356323242 + }, + "Z": { + "type": "float", + "value": 0.0 + } + }, + { + "__struct_id": 9, + "AnimationState": { + "type": "byte", + "value": 0 + }, + "Appearance": { + "type": "dword", + "value": 82 + }, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Bearing": { + "type": "float", + "value": -0.0 + }, + "BodyBag": { + "type": "byte", + "value": 0 + }, + "CloseLockDC": { + "type": "byte", + "value": 0 + }, + "Conversation": { + "type": "resref", + "value": "" + }, + "CurrentHP": { + "type": "short", + "value": 15 + }, + "Description": { + "id": 67632, + "type": "cexolocstring", + "value": {} + }, + "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": 5725, + "type": "cexolocstring", + "value": {} + }, + "OnClosed": { + "type": "resref", + "value": "" + }, + "OnDamaged": { + "type": "resref", + "value": "" + }, + "OnDeath": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnHeartbeat": { + "type": "resref", + "value": "" + }, + "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": 440 + }, + "Ref": { + "type": "byte", + "value": 0 + }, + "Static": { + "type": "byte", + "value": 1 + }, + "Tag": { + "type": "cexostring", + "value": "PlantGrowthShrubs" + }, + "TemplateResRef": { + "type": "resref", + "value": "plc_shrub" + }, + "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": 18.11355590820313 + }, + "Y": { + "type": "float", + "value": 21.91219520568848 + }, + "Z": { + "type": "float", + "value": 5.010000228881836 + } + }, + { + "__struct_id": 9, + "AnimationState": { + "type": "byte", + "value": 0 + }, + "Appearance": { + "type": "dword", + "value": 82 + }, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Bearing": { + "type": "float", + "value": -0.0 + }, + "BodyBag": { + "type": "byte", + "value": 0 + }, + "CloseLockDC": { + "type": "byte", + "value": 0 + }, + "Conversation": { + "type": "resref", + "value": "" + }, + "CurrentHP": { + "type": "short", + "value": 15 + }, + "Description": { + "id": 67632, + "type": "cexolocstring", + "value": {} + }, + "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": 5725, + "type": "cexolocstring", + "value": {} + }, + "OnClosed": { + "type": "resref", + "value": "" + }, + "OnDamaged": { + "type": "resref", + "value": "" + }, + "OnDeath": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnHeartbeat": { + "type": "resref", + "value": "" + }, + "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": 440 + }, + "Ref": { + "type": "byte", + "value": 0 + }, + "Static": { + "type": "byte", + "value": 1 + }, + "Tag": { + "type": "cexostring", + "value": "PlantGrowthShrubs" + }, + "TemplateResRef": { + "type": "resref", + "value": "plc_shrub" + }, + "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": 18.88867950439453 + }, + "Y": { + "type": "float", + "value": 21.08381080627441 + }, + "Z": { + "type": "float", + "value": 5.010000228881836 + } + }, + { + "__struct_id": 9, + "AnimationState": { + "type": "byte", + "value": 0 + }, + "Appearance": { + "type": "dword", + "value": 254 + }, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Bearing": { + "type": "float", + "value": -0.0 + }, + "BodyBag": { + "type": "byte", + "value": 0 + }, + "CloseLockDC": { + "type": "byte", + "value": 0 + }, + "Conversation": { + "type": "resref", + "value": "" + }, + "CurrentHP": { + "type": "short", + "value": 15 + }, + "Description": { + "id": 68944, + "type": "cexolocstring", + "value": {} + }, + "DisarmDC": { + "type": "byte", + "value": 15 + }, + "Faction": { + "type": "dword", + "value": 4294967295 + }, + "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": 68943, + "type": "cexolocstring", + "value": {} + }, + "OnClosed": { + "type": "resref", + "value": "" + }, + "OnDamaged": { + "type": "resref", + "value": "" + }, + "OnDeath": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnHeartbeat": { + "type": "resref", + "value": "" + }, + "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": 0 + }, + "Ref": { + "type": "byte", + "value": 0 + }, + "Static": { + "type": "byte", + "value": 1 + }, + "Tag": { + "type": "cexostring", + "value": "x0_treepinesnowy" + }, + "TemplateResRef": { + "type": "resref", + "value": "x0_treepinesnowy" + }, + "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": 38.23606491088867 + }, + "Y": { + "type": "float", + "value": 16.62683486938477 + }, + "Z": { + "type": "float", + "value": 0.0 + } + }, + { + "__struct_id": 9, + "AnimationState": { + "type": "byte", + "value": 0 + }, + "Appearance": { + "type": "dword", + "value": 254 + }, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Bearing": { + "type": "float", + "value": -0.0 + }, + "BodyBag": { + "type": "byte", + "value": 0 + }, + "CloseLockDC": { + "type": "byte", + "value": 0 + }, + "Conversation": { + "type": "resref", + "value": "" + }, + "CurrentHP": { + "type": "short", + "value": 15 + }, + "Description": { + "id": 68944, + "type": "cexolocstring", + "value": {} + }, + "DisarmDC": { + "type": "byte", + "value": 15 + }, + "Faction": { + "type": "dword", + "value": 4294967295 + }, + "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": 68943, + "type": "cexolocstring", + "value": {} + }, + "OnClosed": { + "type": "resref", + "value": "" + }, + "OnDamaged": { + "type": "resref", + "value": "" + }, + "OnDeath": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnHeartbeat": { + "type": "resref", + "value": "" + }, + "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": 0 + }, + "Ref": { + "type": "byte", + "value": 0 + }, + "Static": { + "type": "byte", + "value": 1 + }, + "Tag": { + "type": "cexostring", + "value": "x0_treepinesnowy" + }, + "TemplateResRef": { + "type": "resref", + "value": "x0_treepinesnowy" + }, + "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": 39.79621124267578 + }, + "Y": { + "type": "float", + "value": 18.73380661010742 + }, + "Z": { + "type": "float", + "value": 5.960464477539063e-008 + } + }, + { + "__struct_id": 9, + "AnimationState": { + "type": "byte", + "value": 0 + }, + "Appearance": { + "type": "dword", + "value": 254 + }, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Bearing": { + "type": "float", + "value": -0.0 + }, + "BodyBag": { + "type": "byte", + "value": 0 + }, + "CloseLockDC": { + "type": "byte", + "value": 0 + }, + "Conversation": { + "type": "resref", + "value": "" + }, + "CurrentHP": { + "type": "short", + "value": 15 + }, + "Description": { + "id": 68944, + "type": "cexolocstring", + "value": {} + }, + "DisarmDC": { + "type": "byte", + "value": 15 + }, + "Faction": { + "type": "dword", + "value": 4294967295 + }, + "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": 68943, + "type": "cexolocstring", + "value": {} + }, + "OnClosed": { + "type": "resref", + "value": "" + }, + "OnDamaged": { + "type": "resref", + "value": "" + }, + "OnDeath": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnHeartbeat": { + "type": "resref", + "value": "" + }, + "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": 0 + }, + "Ref": { + "type": "byte", + "value": 0 + }, + "Static": { + "type": "byte", + "value": 1 + }, + "Tag": { + "type": "cexostring", + "value": "x0_treepinesnowy" + }, + "TemplateResRef": { + "type": "resref", + "value": "x0_treepinesnowy" + }, + "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": 41.85860824584961 + }, + "Y": { + "type": "float", + "value": 17.61887168884277 + }, + "Z": { + "type": "float", + "value": 0.0100000174716115 + } + }, + { + "__struct_id": 9, + "AnimationState": { + "type": "byte", + "value": 0 + }, + "Appearance": { + "type": "dword", + "value": 254 + }, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Bearing": { + "type": "float", + "value": -0.0 + }, + "BodyBag": { + "type": "byte", + "value": 0 + }, + "CloseLockDC": { + "type": "byte", + "value": 0 + }, + "Conversation": { + "type": "resref", + "value": "" + }, + "CurrentHP": { + "type": "short", + "value": 15 + }, + "Description": { + "id": 68944, + "type": "cexolocstring", + "value": {} + }, + "DisarmDC": { + "type": "byte", + "value": 15 + }, + "Faction": { + "type": "dword", + "value": 4294967295 + }, + "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": 68943, + "type": "cexolocstring", + "value": {} + }, + "OnClosed": { + "type": "resref", + "value": "" + }, + "OnDamaged": { + "type": "resref", + "value": "" + }, + "OnDeath": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnHeartbeat": { + "type": "resref", + "value": "" + }, + "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": 0 + }, + "Ref": { + "type": "byte", + "value": 0 + }, + "Static": { + "type": "byte", + "value": 1 + }, + "Tag": { + "type": "cexostring", + "value": "x0_treepinesnowy" + }, + "TemplateResRef": { + "type": "resref", + "value": "x0_treepinesnowy" + }, + "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": 41.72346496582031 + }, + "Y": { + "type": "float", + "value": 20.75842666625977 + }, + "Z": { + "type": "float", + "value": -1.192092895507813e-007 + } + }, + { + "__struct_id": 9, + "AnimationState": { + "type": "byte", + "value": 0 + }, + "Appearance": { + "type": "dword", + "value": 254 + }, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Bearing": { + "type": "float", + "value": -0.0 + }, + "BodyBag": { + "type": "byte", + "value": 0 + }, + "CloseLockDC": { + "type": "byte", + "value": 0 + }, + "Conversation": { + "type": "resref", + "value": "" + }, + "CurrentHP": { + "type": "short", + "value": 15 + }, + "Description": { + "id": 68944, + "type": "cexolocstring", + "value": {} + }, + "DisarmDC": { + "type": "byte", + "value": 15 + }, + "Faction": { + "type": "dword", + "value": 4294967295 + }, + "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": 68943, + "type": "cexolocstring", + "value": {} + }, + "OnClosed": { + "type": "resref", + "value": "" + }, + "OnDamaged": { + "type": "resref", + "value": "" + }, + "OnDeath": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnHeartbeat": { + "type": "resref", + "value": "" + }, + "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": 0 + }, + "Ref": { + "type": "byte", + "value": 0 + }, + "Static": { + "type": "byte", + "value": 1 + }, + "Tag": { + "type": "cexostring", + "value": "x0_treepinesnowy" + }, + "TemplateResRef": { + "type": "resref", + "value": "x0_treepinesnowy" + }, + "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": 43.9787483215332 + }, + "Y": { + "type": "float", + "value": 20.28043556213379 + }, + "Z": { + "type": "float", + "value": 1.490116119384766e-008 + } + }, + { + "__struct_id": 9, + "AnimationState": { + "type": "byte", + "value": 0 + }, + "Appearance": { + "type": "dword", + "value": 254 + }, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Bearing": { + "type": "float", + "value": -0.0 + }, + "BodyBag": { + "type": "byte", + "value": 0 + }, + "CloseLockDC": { + "type": "byte", + "value": 0 + }, + "Conversation": { + "type": "resref", + "value": "" + }, + "CurrentHP": { + "type": "short", + "value": 15 + }, + "Description": { + "id": 68944, + "type": "cexolocstring", + "value": {} + }, + "DisarmDC": { + "type": "byte", + "value": 15 + }, + "Faction": { + "type": "dword", + "value": 4294967295 + }, + "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": 68943, + "type": "cexolocstring", + "value": {} + }, + "OnClosed": { + "type": "resref", + "value": "" + }, + "OnDamaged": { + "type": "resref", + "value": "" + }, + "OnDeath": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnHeartbeat": { + "type": "resref", + "value": "" + }, + "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": 0 + }, + "Ref": { + "type": "byte", + "value": 0 + }, + "Static": { + "type": "byte", + "value": 1 + }, + "Tag": { + "type": "cexostring", + "value": "x0_treepinesnowy" + }, + "TemplateResRef": { + "type": "resref", + "value": "x0_treepinesnowy" + }, + "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": 44.68499755859375 + }, + "Y": { + "type": "float", + "value": 23.02812957763672 + }, + "Z": { + "type": "float", + "value": 0.009999864734709263 + } + }, + { + "__struct_id": 9, + "AnimationState": { + "type": "byte", + "value": 0 + }, + "Appearance": { + "type": "dword", + "value": 100 + }, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Bearing": { + "type": "float", + "value": -0.0 + }, + "BodyBag": { + "type": "byte", + "value": 0 + }, + "CloseLockDC": { + "type": "byte", + "value": 0 + }, + "Conversation": { + "type": "resref", + "value": "" + }, + "CurrentHP": { + "type": "short", + "value": 15 + }, + "Description": { + "id": 14746, + "type": "cexolocstring", + "value": {} + }, + "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": 5743, + "type": "cexolocstring", + "value": {} + }, + "OnClosed": { + "type": "resref", + "value": "" + }, + "OnDamaged": { + "type": "resref", + "value": "" + }, + "OnDeath": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnHeartbeat": { + "type": "resref", + "value": "" + }, + "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": 458 + }, + "Ref": { + "type": "byte", + "value": 0 + }, + "Static": { + "type": "byte", + "value": 1 + }, + "Tag": { + "type": "cexostring", + "value": "Tree - Normal" + }, + "TemplateResRef": { + "type": "resref", + "value": "plc_tree" + }, + "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": 42.8446044921875 + }, + "Y": { + "type": "float", + "value": 23.09242057800293 + }, + "Z": { + "type": "float", + "value": 1.127251029014587 + } + }, + { + "__struct_id": 9, + "AnimationState": { + "type": "byte", + "value": 0 + }, + "Appearance": { + "type": "dword", + "value": 100 + }, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Bearing": { + "type": "float", + "value": -0.0 + }, + "BodyBag": { + "type": "byte", + "value": 0 + }, + "CloseLockDC": { + "type": "byte", + "value": 0 + }, + "Conversation": { + "type": "resref", + "value": "" + }, + "CurrentHP": { + "type": "short", + "value": 15 + }, + "Description": { + "id": 14746, + "type": "cexolocstring", + "value": {} + }, + "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": 5743, + "type": "cexolocstring", + "value": {} + }, + "OnClosed": { + "type": "resref", + "value": "" + }, + "OnDamaged": { + "type": "resref", + "value": "" + }, + "OnDeath": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnHeartbeat": { + "type": "resref", + "value": "" + }, + "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": 458 + }, + "Ref": { + "type": "byte", + "value": 0 + }, + "Static": { + "type": "byte", + "value": 1 + }, + "Tag": { + "type": "cexostring", + "value": "Tree - Normal" + }, + "TemplateResRef": { + "type": "resref", + "value": "plc_tree" + }, + "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": 39.06078338623047 + }, + "Y": { + "type": "float", + "value": 20.59476089477539 + }, + "Z": { + "type": "float", + "value": 0.0 + } + }, + { + "__struct_id": 9, + "AnimationState": { + "type": "byte", + "value": 0 + }, + "Appearance": { + "type": "dword", + "value": 101 + }, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Bearing": { + "type": "float", + "value": -0.0 + }, + "BodyBag": { + "type": "byte", + "value": 0 + }, + "CloseLockDC": { + "type": "byte", + "value": 0 + }, + "Conversation": { + "type": "resref", + "value": "" + }, + "CurrentHP": { + "type": "short", + "value": 15 + }, + "Description": { + "id": 14747, + "type": "cexolocstring", + "value": {} + }, + "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": 5743, + "type": "cexolocstring", + "value": {} + }, + "OnClosed": { + "type": "resref", + "value": "" + }, + "OnDamaged": { + "type": "resref", + "value": "" + }, + "OnDeath": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnHeartbeat": { + "type": "resref", + "value": "" + }, + "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": 459 + }, + "Ref": { + "type": "byte", + "value": 0 + }, + "Static": { + "type": "byte", + "value": 1 + }, + "Tag": { + "type": "cexostring", + "value": "Tree - Autumn" + }, + "TemplateResRef": { + "type": "resref", + "value": "plc_treeautumn" + }, + "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": 43.41528701782227 + }, + "Y": { + "type": "float", + "value": 51.22684860229492 + }, + "Z": { + "type": "float", + "value": -1.192092895507813e-007 + } + }, + { + "__struct_id": 9, + "AnimationState": { + "type": "byte", + "value": 0 + }, + "Appearance": { + "type": "dword", + "value": 260 + }, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Bearing": { + "type": "float", + "value": -0.0 + }, + "BodyBag": { + "type": "byte", + "value": 0 + }, + "CloseLockDC": { + "type": "byte", + "value": 0 + }, + "Conversation": { + "type": "resref", + "value": "" + }, + "CurrentHP": { + "type": "short", + "value": 15 + }, + "Description": { + "id": 76388, + "type": "cexolocstring", + "value": {} + }, + "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": 0 + }, + "KeyName": { + "type": "cexostring", + "value": "" + }, + "KeyRequired": { + "type": "byte", + "value": 0 + }, + "Lockable": { + "type": "byte", + "value": 0 + }, + "Locked": { + "type": "byte", + "value": 0 + }, + "LocName": { + "id": 68943, + "type": "cexolocstring", + "value": {} + }, + "OnClosed": { + "type": "resref", + "value": "" + }, + "OnDamaged": { + "type": "resref", + "value": "" + }, + "OnDeath": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnHeartbeat": { + "type": "resref", + "value": "" + }, + "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": 796 + }, + "Ref": { + "type": "byte", + "value": 0 + }, + "Static": { + "type": "byte", + "value": 1 + }, + "Tag": { + "type": "cexostring", + "value": "x0_smallpine" + }, + "TemplateResRef": { + "type": "resref", + "value": "x0_smallpine" + }, + "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": 44.42694854736328 + }, + "Y": { + "type": "float", + "value": 49.79259490966797 + }, + "Z": { + "type": "float", + "value": 0.0 + } + }, + { + "__struct_id": 9, + "AnimationState": { + "type": "byte", + "value": 0 + }, + "Appearance": { + "type": "dword", + "value": 28 + }, + "AutoRemoveKey": { + "type": "byte", + "value": 0 + }, + "Bearing": { + "type": "float", + "value": -0.0 + }, + "BodyBag": { + "type": "byte", + "value": 0 + }, + "CloseLockDC": { + "type": "byte", + "value": 0 + }, + "Conversation": { + "type": "resref", + "value": "" + }, + "CurrentHP": { + "type": "short", + "value": 15 + }, + "Description": { + "id": 14533, + "type": "cexolocstring", + "value": { + "0": "A portal glows softly before you. You wonder where it leads." + } + }, + "DisarmDC": { + "type": "byte", + "value": 15 + }, + "Faction": { + "type": "dword", + "value": 2 + }, + "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": 5670, + "type": "cexolocstring", + "value": { + "0": "Genesis Exit Portal" + } + }, + "OnClosed": { + "type": "resref", + "value": "" + }, + "OnDamaged": { + "type": "resref", + "value": "" + }, + "OnDeath": { + "type": "resref", + "value": "" + }, + "OnDisarm": { + "type": "resref", + "value": "" + }, + "OnHeartbeat": { + "type": "resref", + "value": "" + }, + "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": "psi_gen_exit" + }, + "OnUserDefined": { + "type": "resref", + "value": "" + }, + "OpenLockDC": { + "type": "byte", + "value": 18 + }, + "Plot": { + "type": "byte", + "value": 1 + }, + "PortraitId": { + "type": "word", + "value": 386 + }, + "Ref": { + "type": "byte", + "value": 0 + }, + "Static": { + "type": "byte", + "value": 0 + }, + "Tag": { + "type": "cexostring", + "value": "GenesisExit04" + }, + "TemplateResRef": { + "type": "resref", + "value": "genesisexit" + }, + "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": 1 + }, + "Will": { + "type": "byte", + "value": 0 + }, + "X": { + "type": "float", + "value": 18.99376106262207 + }, + "Y": { + "type": "float", + "value": 58.27448272705078 + }, + "Z": { + "type": "float", + "value": 5.010000228881836 + } + } + ] + }, + "SoundList": { + "type": "list", + "value": [] + }, + "StoreList": { + "type": "list", + "value": [] + }, + "TriggerList": { + "type": "list", + "value": [] + }, + "WaypointList": { + "type": "list", + "value": [] + } +} diff --git a/_module/ifo/module.ifo.json b/_module/ifo/module.ifo.json index 59c6b3b..99e0ba8 100644 --- a/_module/ifo/module.ifo.json +++ b/_module/ifo/module.ifo.json @@ -76,6 +76,104 @@ "type": "resref", "value": "wol_a_dymond" } + }, + { + "__struct_id": 6, + "Area_Name": { + "type": "resref", + "value": "desolateanddespa" + } + }, + { + "__struct_id": 6, + "Area_Name": { + "type": "resref", + "value": "ey_dpcon_erewood" + } + }, + { + "__struct_id": 6, + "Area_Name": { + "type": "resref", + "value": "frostedpits" + } + }, + { + "__struct_id": 6, + "Area_Name": { + "type": "resref", + "value": "frozentimes" + } + }, + { + "__struct_id": 6, + "Area_Name": { + "type": "resref", + "value": "limbo001" + } + }, + { + "__struct_id": 6, + "Area_Name": { + "type": "resref", + "value": "mordmagman01" + } + }, + { + "__struct_id": 6, + "Area_Name": { + "type": "resref", + "value": "mordmagman02" + } + }, + { + "__struct_id": 6, + "Area_Name": { + "type": "resref", + "value": "mordmagman03" + } + }, + { + "__struct_id": 6, + "Area_Name": { + "type": "resref", + "value": "mordmagman04" + } + }, + { + "__struct_id": 6, + "Area_Name": { + "type": "resref", + "value": "mordmagman05" + } + }, + { + "__struct_id": 6, + "Area_Name": { + "type": "resref", + "value": "mordmagman06" + } + }, + { + "__struct_id": 6, + "Area_Name": { + "type": "resref", + "value": "prc_maze_01" + } + }, + { + "__struct_id": 6, + "Area_Name": { + "type": "resref", + "value": "ruinedminds001" + } + }, + { + "__struct_id": 6, + "Area_Name": { + "type": "resref", + "value": "thequietofthemin" + } } ] }, @@ -200,41 +298,6 @@ "value": "prc_spells" } }, - { - "__struct_id": 8, - "Mod_Hak": { - "type": "cexostring", - "value": "cep3_armor" - } - }, - { - "__struct_id": 8, - "Mod_Hak": { - "type": "cexostring", - "value": "cep3_facelift" - } - }, - { - "__struct_id": 8, - "Mod_Hak": { - "type": "cexostring", - "value": "cep3_reforge" - } - }, - { - "__struct_id": 8, - "Mod_Hak": { - "type": "cexostring", - "value": "cep3_skies" - } - }, - { - "__struct_id": 8, - "Mod_Hak": { - "type": "cexostring", - "value": "cep3_vfx" - } - }, { "__struct_id": 8, "Mod_Hak": { @@ -284,7 +347,7 @@ }, "Mod_OnCutsnAbort": { "type": "resref", - "value": "" + "value": "call_oncutabort" }, "Mod_OnHeartbeat": { "type": "resref", @@ -304,7 +367,7 @@ }, "Mod_OnPlrChat": { "type": "resref", - "value": "" + "value": "call_onplaychat" }, "Mod_OnPlrDeath": { "type": "resref", @@ -572,6 +635,21 @@ "type": "int", "value": 0 } + }, + { + "__struct_id": 0, + "Name": { + "type": "cexostring", + "value": "PRC_XP_USE_SIMPLE_RACIAL_HD" + }, + "Type": { + "type": "dword", + "value": 1 + }, + "Value": { + "type": "int", + "value": 0 + } } ] } diff --git a/_module/itp/creaturepalcus.itp.json b/_module/itp/creaturepalcus.itp.json index 2d93afa..411e8b5 100644 --- a/_module/itp/creaturepalcus.itp.json +++ b/_module/itp/creaturepalcus.itp.json @@ -8,6 +8,155 @@ "LIST": { "type": "list", "value": [ + { + "__struct_id": 0, + "ID": { + "type": "byte", + "value": 48 + }, + "LIST": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 0.5 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "RESREF": { + "type": "resref", + "value": "prc_danclighth" + }, + "STRREF": { + "type": "dword", + "value": 16789582 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 0.5 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "RESREF": { + "type": "resref", + "value": "prc_danclights" + }, + "STRREF": { + "type": "dword", + "value": 16789582 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 11.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Hostile" + }, + "NAME": { + "type": "cexostring", + "value": "Summoned Battle Devourer" + }, + "RESREF": { + "type": "resref", + "value": "ep_summonaberat5" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 13.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Hostile" + }, + "NAME": { + "type": "cexostring", + "value": "Summoned Beholder" + }, + "RESREF": { + "type": "resref", + "value": "ep_summonaberat2" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 17.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Hostile" + }, + "NAME": { + "type": "cexostring", + "value": "Summoned Drider Chief" + }, + "RESREF": { + "type": "resref", + "value": "ep_summonaberat1" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 16.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Hostile" + }, + "NAME": { + "type": "cexostring", + "value": "Summoned Mind Flayer Darkener" + }, + "RESREF": { + "type": "resref", + "value": "ep_summonaberat3" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 9.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Hostile" + }, + "NAME": { + "type": "cexostring", + "value": "Summoned Umber Hulk" + }, + "RESREF": { + "type": "resref", + "value": "ep_summonaberat4" + } + } + ] + }, + "STRREF": { + "type": "dword", + "value": 63235 + } + }, { "__struct_id": 0, "LIST": { @@ -19,6 +168,49 @@ "type": "byte", "value": 5 }, + "LIST": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 11.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Hostile" + }, + "NAME": { + "type": "cexostring", + "value": "Pseudonatural Dire Bear" + }, + "RESREF": { + "type": "resref", + "value": "pseudobeardire" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 6.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Hostile" + }, + "NAME": { + "type": "cexostring", + "value": "Skeletal Dire Bear" + }, + "RESREF": { + "type": "resref", + "value": "prc_skelbear" + } + } + ] + }, "STRREF": { "type": "dword", "value": 6695 @@ -30,6 +222,30 @@ "type": "byte", "value": 6 }, + "LIST": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 0.3333333432674408 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "RESREF": { + "type": "resref", + "value": "prc_chicken" + }, + "STRREF": { + "type": "dword", + "value": 12416 + } + } + ] + }, "STRREF": { "type": "dword", "value": 6696 @@ -41,6 +257,49 @@ "type": "byte", "value": 7 }, + "LIST": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 5.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Hostile" + }, + "NAME": { + "type": "cexostring", + "value": "Hound of Doom" + }, + "RESREF": { + "type": "resref", + "value": "prc_hound_doom" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 6.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Hostile" + }, + "NAME": { + "type": "cexostring", + "value": "Pseudonatural Dire Wolf" + }, + "RESREF": { + "type": "resref", + "value": "pseudowolfdire" + } + } + ] + }, "STRREF": { "type": "dword", "value": 6697 @@ -52,6 +311,49 @@ "type": "byte", "value": 8 }, + "LIST": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 4.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Hostile" + }, + "RESREF": { + "type": "resref", + "value": "prc_sum_lion" + }, + "STRREF": { + "type": "dword", + "value": 12632 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 13.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Hostile" + }, + "NAME": { + "type": "cexostring", + "value": "Pseudonatural Dire Tiger" + }, + "RESREF": { + "type": "resref", + "value": "pseudodiretiger" + } + } + ] + }, "STRREF": { "type": "dword", "value": 6698 @@ -63,6 +365,144 @@ "type": "byte", "value": 9 }, + "LIST": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 1.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Defender" + }, + "NAME": { + "type": "cexostring", + "value": "Bat Swarm" + }, + "RESREF": { + "type": "resref", + "value": "prc_bat_swarm" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 3.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Hostile" + }, + "NAME": { + "type": "cexostring", + "value": "Pseudonatural Dire Badger" + }, + "RESREF": { + "type": "resref", + "value": "pseudobadgerdire" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 6.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Hostile" + }, + "NAME": { + "type": "cexostring", + "value": "Pseudonatural Dire Boar" + }, + "RESREF": { + "type": "resref", + "value": "pseudoboardire" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 1.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Defender" + }, + "NAME": { + "type": "cexostring", + "value": "Rat Swarm" + }, + "RESREF": { + "type": "resref", + "value": "prc_rat_swarm" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 2.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Defender" + }, + "NAME": { + "type": "cexostring", + "value": "Tenacious Plague" + }, + "RESREF": { + "type": "resref", + "value": "prc_tplagueswarm" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 6.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Winter Wolf" + }, + "RESREF": { + "type": "resref", + "value": "acomep_winwolf" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 6.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Winter Wolf" + }, + "RESREF": { + "type": "resref", + "value": "acomp_winwolf" + } + } + ] + }, "STRREF": { "type": "dword", "value": 201 @@ -84,6 +524,177 @@ "LIST": { "type": "list", "value": [ + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 25.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animated Bone Tyrant" + }, + "RESREF": { + "type": "resref", + "value": "prc_sum_bonet" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 18.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animated Bone Warrior" + }, + "RESREF": { + "type": "resref", + "value": "prc_sum_bonewar" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 10.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Defender" + }, + "NAME": { + "type": "cexostring", + "value": "Animated Object" + }, + "RESREF": { + "type": "resref", + "value": "anim_armour_0" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 11.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Defender" + }, + "NAME": { + "type": "cexostring", + "value": "Animated Object" + }, + "RESREF": { + "type": "resref", + "value": "anim_armour_1_4" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 11.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Defender" + }, + "NAME": { + "type": "cexostring", + "value": "Animated Object" + }, + "RESREF": { + "type": "resref", + "value": "anim_armour_5_8" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 11.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Defender" + }, + "NAME": { + "type": "cexostring", + "value": "Animated Object" + }, + "RESREF": { + "type": "resref", + "value": "anim_weapon_larg" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 11.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Defender" + }, + "NAME": { + "type": "cexostring", + "value": "Animated Object" + }, + "RESREF": { + "type": "resref", + "value": "anim_weapon_smal" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 6.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Hostile" + }, + "NAME": { + "type": "cexostring", + "value": "Animated Object, Gargantuan" + }, + "RESREF": { + "type": "resref", + "value": "prc_shd_animgarg" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 5.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Hostile" + }, + "NAME": { + "type": "cexostring", + "value": "Animated Object, Huge" + }, + "RESREF": { + "type": "resref", + "value": "prc_shd_animhuge" + } + }, { "__struct_id": 0, "CR": { @@ -255,6 +866,25 @@ "value": "shguard001" } }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 19.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Merchant" + }, + "RESREF": { + "type": "resref", + "value": "sp_sphereofud" + }, + "STRREF": { + "type": "dword", + "value": 16830451 + } + }, { "__struct_id": 0, "CR": { @@ -308,6 +938,44 @@ "type": "resref", "value": "dragonelf" } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 18.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Defender" + }, + "NAME": { + "type": "cexostring", + "value": "Dragon Cloud" + }, + "RESREF": { + "type": "resref", + "value": "prc_drag_cld" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 14.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Defender" + }, + "NAME": { + "type": "cexostring", + "value": "Juvenile Red Dragon" + }, + "RESREF": { + "type": "resref", + "value": "prc_drgnally" + } } ] }, @@ -325,6 +993,215 @@ "LIST": { "type": "list", "value": [ + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 22.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Defender" + }, + "NAME": { + "type": "cexostring", + "value": "Air Elemental Elder" + }, + "RESREF": { + "type": "resref", + "value": "hen_air_eld" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 3.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Defender" + }, + "NAME": { + "type": "cexostring", + "value": "Air Elemental Elder" + }, + "RESREF": { + "type": "resref", + "value": "hen_air_eld2" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 19.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Defender" + }, + "NAME": { + "type": "cexostring", + "value": "Air Elemental Greater" + }, + "RESREF": { + "type": "resref", + "value": "hen_air_gre" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 3.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Defender" + }, + "NAME": { + "type": "cexostring", + "value": "Air Elemental Greater" + }, + "RESREF": { + "type": "resref", + "value": "hen_air_gre2" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 14.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Defender" + }, + "NAME": { + "type": "cexostring", + "value": "Air Elemental Huge" + }, + "RESREF": { + "type": "resref", + "value": "hen_air_hug" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 2.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Defender" + }, + "NAME": { + "type": "cexostring", + "value": "Air Elemental Huge" + }, + "RESREF": { + "type": "resref", + "value": "hen_air_hug2" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 7.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Defender" + }, + "NAME": { + "type": "cexostring", + "value": "Air Elemental Large" + }, + "RESREF": { + "type": "resref", + "value": "hen_air_lar" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 2.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Defender" + }, + "NAME": { + "type": "cexostring", + "value": "Air Elemental Large" + }, + "RESREF": { + "type": "resref", + "value": "hen_air_lar2" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 4.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Defender" + }, + "NAME": { + "type": "cexostring", + "value": "Air Elemental Medium" + }, + "RESREF": { + "type": "resref", + "value": "hen_air_med" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 1.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Defender" + }, + "NAME": { + "type": "cexostring", + "value": "Air Elemental Medium" + }, + "RESREF": { + "type": "resref", + "value": "hen_air_med2" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 3.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Defender" + }, + "NAME": { + "type": "cexostring", + "value": "Air Elemental Small" + }, + "RESREF": { + "type": "resref", + "value": "hen_air_small001" + } + }, { "__struct_id": 0, "CR": { @@ -344,6 +1221,291 @@ "value": "earth001" } }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 17.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Defender" + }, + "NAME": { + "type": "cexostring", + "value": "Earth Elemental Elder" + }, + "RESREF": { + "type": "resref", + "value": "hen_earth_eld" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 3.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Defender" + }, + "NAME": { + "type": "cexostring", + "value": "Earth Elemental Elder" + }, + "RESREF": { + "type": "resref", + "value": "hen_earth_eld2" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 16.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Defender" + }, + "NAME": { + "type": "cexostring", + "value": "Earth Elemental Greater" + }, + "RESREF": { + "type": "resref", + "value": "hen_earth_gre" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 3.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Defender" + }, + "NAME": { + "type": "cexostring", + "value": "Earth Elemental Greater" + }, + "RESREF": { + "type": "resref", + "value": "hen_earth_gre2" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 10.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Defender" + }, + "NAME": { + "type": "cexostring", + "value": "Earth Elemental Huge" + }, + "RESREF": { + "type": "resref", + "value": "bnd_agares_huge" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 12.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Defender" + }, + "NAME": { + "type": "cexostring", + "value": "Earth Elemental Huge" + }, + "RESREF": { + "type": "resref", + "value": "hen_earth_hug" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 2.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Defender" + }, + "NAME": { + "type": "cexostring", + "value": "Earth Elemental Huge" + }, + "RESREF": { + "type": "resref", + "value": "hen_earth_hug2" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 4.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Defender" + }, + "NAME": { + "type": "cexostring", + "value": "Earth Elemental Large" + }, + "RESREF": { + "type": "resref", + "value": "bnd_agares_large" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 7.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Defender" + }, + "NAME": { + "type": "cexostring", + "value": "Earth Elemental Large" + }, + "RESREF": { + "type": "resref", + "value": "hen_earth_lar" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 2.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Defender" + }, + "NAME": { + "type": "cexostring", + "value": "Earth Elemental Large" + }, + "RESREF": { + "type": "resref", + "value": "hen_earth_lar2" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 2.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Defender" + }, + "NAME": { + "type": "cexostring", + "value": "Earth Elemental Medium" + }, + "RESREF": { + "type": "resref", + "value": "bnd_agares_med" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 4.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Defender" + }, + "NAME": { + "type": "cexostring", + "value": "Earth Elemental Medium" + }, + "RESREF": { + "type": "resref", + "value": "hen_earth_med" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 2.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Defender" + }, + "NAME": { + "type": "cexostring", + "value": "Earth Elemental Medium" + }, + "RESREF": { + "type": "resref", + "value": "hen_earth_med2" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 0.25 + }, + "FACTION": { + "type": "cexostring", + "value": "Defender" + }, + "NAME": { + "type": "cexostring", + "value": "Earth Elemental Small" + }, + "RESREF": { + "type": "resref", + "value": "bnd_agares_small" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 2.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Defender" + }, + "NAME": { + "type": "cexostring", + "value": "Earth Elemental Small" + }, + "RESREF": { + "type": "resref", + "value": "hen_earth_small1" + } + }, { "__struct_id": 0, "CR": { @@ -363,6 +1525,215 @@ "value": "eartheld001" } }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 19.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Defender" + }, + "NAME": { + "type": "cexostring", + "value": "Fire Elemental Elder" + }, + "RESREF": { + "type": "resref", + "value": "hen_fire_eld" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 3.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Defender" + }, + "NAME": { + "type": "cexostring", + "value": "Fire Elemental Elder" + }, + "RESREF": { + "type": "resref", + "value": "hen_fire_eld2" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 17.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Defender" + }, + "NAME": { + "type": "cexostring", + "value": "Fire Elemental Greater" + }, + "RESREF": { + "type": "resref", + "value": "hen_fire_gre" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 2.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Defender" + }, + "NAME": { + "type": "cexostring", + "value": "Fire Elemental Greater" + }, + "RESREF": { + "type": "resref", + "value": "hen_fire_gre2" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 12.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Defender" + }, + "NAME": { + "type": "cexostring", + "value": "Fire Elemental Huge" + }, + "RESREF": { + "type": "resref", + "value": "hen_fire_hug" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 2.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Defender" + }, + "NAME": { + "type": "cexostring", + "value": "Fire Elemental Huge" + }, + "RESREF": { + "type": "resref", + "value": "hen_fire_hug2" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 6.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Defender" + }, + "NAME": { + "type": "cexostring", + "value": "Fire Elemental Large" + }, + "RESREF": { + "type": "resref", + "value": "hen_fire_lar" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 2.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Defender" + }, + "NAME": { + "type": "cexostring", + "value": "Fire Elemental Large" + }, + "RESREF": { + "type": "resref", + "value": "hen_fire_lar2" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 3.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Hostile" + }, + "NAME": { + "type": "cexostring", + "value": "Fire Elemental Medium" + }, + "RESREF": { + "type": "resref", + "value": "hen_fire_med" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 1.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Hostile" + }, + "NAME": { + "type": "cexostring", + "value": "Fire Elemental Medium" + }, + "RESREF": { + "type": "resref", + "value": "hen_fire_med2" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 2.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Defender" + }, + "NAME": { + "type": "cexostring", + "value": "Fire Elemental Small" + }, + "RESREF": { + "type": "resref", + "value": "hen_fire_small01" + } + }, { "__struct_id": 0, "CR": { @@ -400,6 +1771,557 @@ "type": "resref", "value": "earthhuge001" } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 22.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Hostile" + }, + "NAME": { + "type": "cexostring", + "value": "Pseudonatural Elder Air Elemental" + }, + "RESREF": { + "type": "resref", + "value": "pseudoairelder" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 19.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Hostile" + }, + "NAME": { + "type": "cexostring", + "value": "Pseudonatural Elder Earth Elemental" + }, + "RESREF": { + "type": "resref", + "value": "pseudoearthelder" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 19.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Hostile" + }, + "NAME": { + "type": "cexostring", + "value": "Pseudonatural Elder Fire Elemental" + }, + "RESREF": { + "type": "resref", + "value": "pseudofireelder" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 18.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Hostile" + }, + "NAME": { + "type": "cexostring", + "value": "Pseudonatural Elder Water Elemental" + }, + "RESREF": { + "type": "resref", + "value": "pseudowaterelder" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 20.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Hostile" + }, + "NAME": { + "type": "cexostring", + "value": "Pseudonatural Greater Air Elemental" + }, + "RESREF": { + "type": "resref", + "value": "pseudoairgreat" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 17.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Hostile" + }, + "NAME": { + "type": "cexostring", + "value": "Pseudonatural Greater Earth Elemental" + }, + "RESREF": { + "type": "resref", + "value": "pseudoearthgreat" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 17.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Hostile" + }, + "NAME": { + "type": "cexostring", + "value": "Pseudonatural Greater Fire Elemental" + }, + "RESREF": { + "type": "resref", + "value": "pseudofiregreat" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 15.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Hostile" + }, + "NAME": { + "type": "cexostring", + "value": "Pseudonatural Huge Air Elemental" + }, + "RESREF": { + "type": "resref", + "value": "pseudoairhuge" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 13.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Hostile" + }, + "NAME": { + "type": "cexostring", + "value": "Pseudonatural Huge Earth Elemental" + }, + "RESREF": { + "type": "resref", + "value": "pseudoearthhuge" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 14.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Hostile" + }, + "NAME": { + "type": "cexostring", + "value": "Pseudonatural Huge Fire Elemental" + }, + "RESREF": { + "type": "resref", + "value": "pseudofirehuge" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 13.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Hostile" + }, + "NAME": { + "type": "cexostring", + "value": "Pseudonatural Huge Water Elemental" + }, + "RESREF": { + "type": "resref", + "value": "pseudowaterhuge" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 16.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Hostile" + }, + "NAME": { + "type": "cexostring", + "value": "Pseuonatural Greater Water Elemental" + }, + "RESREF": { + "type": "resref", + "value": "pseudowatergreat" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 14.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Defender" + }, + "NAME": { + "type": "cexostring", + "value": "Shadow Elemental, Elder" + }, + "RESREF": { + "type": "resref", + "value": "shd_shdelem_eldr" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 9.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Defender" + }, + "NAME": { + "type": "cexostring", + "value": "Shadow Elemental, Huge" + }, + "RESREF": { + "type": "resref", + "value": "shd_shdelem_huge" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 4.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Defender" + }, + "NAME": { + "type": "cexostring", + "value": "Shadow Elemental, Med" + }, + "RESREF": { + "type": "resref", + "value": "shd_shdelem_med" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 6.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Defender" + }, + "NAME": { + "type": "cexostring", + "value": "Shadow Familiar 2" + }, + "RESREF": { + "type": "resref", + "value": "shd_shdelem_med2" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 7.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Defender" + }, + "NAME": { + "type": "cexostring", + "value": "Shadow Familiar 3" + }, + "RESREF": { + "type": "resref", + "value": "shd_shdelem_med3" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 10.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Defender" + }, + "NAME": { + "type": "cexostring", + "value": "Shadow Familiar 4" + }, + "RESREF": { + "type": "resref", + "value": "shd_shdelem_med4" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 18.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Defender" + }, + "NAME": { + "type": "cexostring", + "value": "Water Elemental Elder" + }, + "RESREF": { + "type": "resref", + "value": "hen_water_eld" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 2.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Defender" + }, + "NAME": { + "type": "cexostring", + "value": "Water Elemental Elder" + }, + "RESREF": { + "type": "resref", + "value": "hen_water_eld2" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 16.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Defender" + }, + "NAME": { + "type": "cexostring", + "value": "Water Elemental Greater" + }, + "RESREF": { + "type": "resref", + "value": "hen_water_gre" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 2.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Defender" + }, + "NAME": { + "type": "cexostring", + "value": "Water Elemental Greater" + }, + "RESREF": { + "type": "resref", + "value": "hen_water_gre2" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 12.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Defender" + }, + "NAME": { + "type": "cexostring", + "value": "Water Elemental Huge" + }, + "RESREF": { + "type": "resref", + "value": "hen_water_hug" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 2.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Defender" + }, + "NAME": { + "type": "cexostring", + "value": "Water Elemental Huge" + }, + "RESREF": { + "type": "resref", + "value": "hen_water_hug2" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 7.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Defender" + }, + "NAME": { + "type": "cexostring", + "value": "Water Elemental Large" + }, + "RESREF": { + "type": "resref", + "value": "hen_water_lar" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 2.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Defender" + }, + "NAME": { + "type": "cexostring", + "value": "Water Elemental Large" + }, + "RESREF": { + "type": "resref", + "value": "hen_water_lar2" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 4.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Defender" + }, + "NAME": { + "type": "cexostring", + "value": "Water Elemental Medium" + }, + "RESREF": { + "type": "resref", + "value": "hen_water_med" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 2.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Defender" + }, + "NAME": { + "type": "cexostring", + "value": "Water Elemental Medium" + }, + "RESREF": { + "type": "resref", + "value": "hen_water_med2" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 3.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Defender" + }, + "NAME": { + "type": "cexostring", + "value": "Water Elemental Small" + }, + "RESREF": { + "type": "resref", + "value": "hen_water_small1" + } } ] }, @@ -701,6 +2623,17 @@ "type": "dword", "value": 537 } + }, + { + "__struct_id": 0, + "ID": { + "type": "byte", + "value": 50 + }, + "STRREF": { + "type": "dword", + "value": 201 + } } ] }, @@ -731,6 +2664,30 @@ "type": "byte", "value": 11 }, + "LIST": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 9.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Hostile" + }, + "NAME": { + "type": "cexostring", + "value": "Pseudonatural Dire Spider" + }, + "RESREF": { + "type": "resref", + "value": "pseudospiddire" + } + } + ] + }, "STRREF": { "type": "dword", "value": 6702 @@ -743,12 +2700,104 @@ "value": 6700 } }, + { + "__struct_id": 0, + "ID": { + "type": "byte", + "value": 49 + }, + "STRREF": { + "type": "dword", + "value": 63246 + } + }, { "__struct_id": 0, "ID": { "type": "byte", "value": 13 }, + "LIST": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 1.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Defender" + }, + "NAME": { + "type": "cexostring", + "value": "Earthen Hand" + }, + "RESREF": { + "type": "resref", + "value": "inv_earthenhand" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 2.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Defender" + }, + "NAME": { + "type": "cexostring", + "value": "Stony Hand" + }, + "RESREF": { + "type": "resref", + "value": "inv_stonyhand" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 6.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Defender" + }, + "NAME": { + "type": "cexostring", + "value": "Treant" + }, + "RESREF": { + "type": "resref", + "value": "prc_sum_treant" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 1.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Hostile" + }, + "NAME": { + "type": "cexostring", + "value": "Twig Blight" + }, + "RESREF": { + "type": "resref", + "value": "wol_twigblight" + } + } + ] + }, "STRREF": { "type": "dword", "value": 1592 @@ -765,6 +2814,201 @@ "type": "byte", "value": 23 }, + "LIST": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 17.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Defender" + }, + "NAME": { + "type": "cexostring", + "value": "Astral Deva" + }, + "RESREF": { + "type": "resref", + "value": "true_deva" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 11.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Celestial Avenger" + }, + "RESREF": { + "type": "resref", + "value": "council_npca" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 8.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Compassion" + }, + "RESREF": { + "type": "resref", + "value": "prc_compassion" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 7.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Greater Soulspark" + }, + "RESREF": { + "type": "resref", + "value": "moi_slspk_greatr" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 6.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Hound Archon" + }, + "RESREF": { + "type": "resref", + "value": "council_npcb" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 5.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Defender" + }, + "RESREF": { + "type": "resref", + "value": "hen_clantern" + }, + "STRREF": { + "type": "dword", + "value": 12421 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 5.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Defender" + }, + "RESREF": { + "type": "resref", + "value": "nw_s_clantern" + }, + "STRREF": { + "type": "dword", + "value": 12421 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 1.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Least Soulspark" + }, + "RESREF": { + "type": "resref", + "value": "moi_slspk_least" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 3.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Lesser Soulspark" + }, + "RESREF": { + "type": "resref", + "value": "moi_slspk_lesser" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 5.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Soulspark" + }, + "RESREF": { + "type": "resref", + "value": "moi_slspk_medium" + } + } + ] + }, "STRREF": { "type": "dword", "value": 6716 @@ -776,6 +3020,448 @@ "type": "byte", "value": 24 }, + "LIST": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 15.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Balor" + }, + "RESREF": { + "type": "resref", + "value": "fiendw_npcb" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 16.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Daemon Brute" + }, + "RESREF": { + "type": "resref", + "value": "baalsummon2" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 9.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Daemoness" + }, + "RESREF": { + "type": "resref", + "value": "baalsummon1" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 8.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Erinyes" + }, + "RESREF": { + "type": "resref", + "value": "erinyes" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 10.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Merchant" + }, + "NAME": { + "type": "cexostring", + "value": "Monstrous Spider Servant" + }, + "RESREF": { + "type": "resref", + "value": "ch_dj_monstspid1" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 12.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Merchant" + }, + "NAME": { + "type": "cexostring", + "value": "Monstrous Spider Servant" + }, + "RESREF": { + "type": "resref", + "value": "ch_dj_monstspid2" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 15.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Merchant" + }, + "NAME": { + "type": "cexostring", + "value": "Monstrous Spider Servant" + }, + "RESREF": { + "type": "resref", + "value": "ch_dj_monstspid3" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 17.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Merchant" + }, + "NAME": { + "type": "cexostring", + "value": "Monstrous Spider Servant" + }, + "RESREF": { + "type": "resref", + "value": "ch_dj_monstspid4" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 9.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Merchant" + }, + "NAME": { + "type": "cexostring", + "value": "Myrlochar Servant" + }, + "RESREF": { + "type": "resref", + "value": "ch_dj_myrlochar1" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 11.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Merchant" + }, + "NAME": { + "type": "cexostring", + "value": "Myrlochar Servant" + }, + "RESREF": { + "type": "resref", + "value": "ch_dj_myrlochar2" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 12.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Merchant" + }, + "NAME": { + "type": "cexostring", + "value": "Myrlochar Servant" + }, + "RESREF": { + "type": "resref", + "value": "ch_dj_myrlochar3" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 15.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Merchant" + }, + "NAME": { + "type": "cexostring", + "value": "Myrlochar Servant" + }, + "RESREF": { + "type": "resref", + "value": "ch_dj_myrlochar4" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 10.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Merchant" + }, + "NAME": { + "type": "cexostring", + "value": "Phase Spider Servant" + }, + "RESREF": { + "type": "resref", + "value": "ch_dj_phasespid1" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 12.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Merchant" + }, + "NAME": { + "type": "cexostring", + "value": "Phase Spider Servant" + }, + "RESREF": { + "type": "resref", + "value": "ch_dj_phasespid2" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 14.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Merchant" + }, + "NAME": { + "type": "cexostring", + "value": "Phase Spider Servant" + }, + "RESREF": { + "type": "resref", + "value": "ch_dj_phasespid3" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 16.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Merchant" + }, + "NAME": { + "type": "cexostring", + "value": "Phase Spider Servant" + }, + "RESREF": { + "type": "resref", + "value": "ch_dj_phasespid4" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 7.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Succubus" + }, + "RESREF": { + "type": "resref", + "value": "fiendw_npca" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 17.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Summoned Pit Fiend" + }, + "RESREF": { + "type": "resref", + "value": "twinfiend_demon" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 9.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Merchant" + }, + "NAME": { + "type": "cexostring", + "value": "Sword Spider Servant" + }, + "RESREF": { + "type": "resref", + "value": "ch_dj_swordspid1" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 11.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Merchant" + }, + "NAME": { + "type": "cexostring", + "value": "Sword Spider Servant" + }, + "RESREF": { + "type": "resref", + "value": "ch_dj_swordspid2" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 13.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Merchant" + }, + "NAME": { + "type": "cexostring", + "value": "Sword Spider Servant" + }, + "RESREF": { + "type": "resref", + "value": "ch_dj_swordspid3" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 15.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Merchant" + }, + "NAME": { + "type": "cexostring", + "value": "Sword Spider Servant" + }, + "RESREF": { + "type": "resref", + "value": "ch_dj_swordspid4" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 8.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Temptation" + }, + "RESREF": { + "type": "resref", + "value": "prc_temptation" + } + } + ] + }, "STRREF": { "type": "dword", "value": 6717 @@ -984,6 +3670,25 @@ "LIST": { "type": "list", "value": [ + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 18.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Hostile" + }, + "NAME": { + "type": "cexostring", + "value": "Animated Ghoul Ravager" + }, + "RESREF": { + "type": "resref", + "value": "prc_sum_grav" + } + }, { "__struct_id": 0, "CR": { @@ -1228,6 +3933,44 @@ "LIST": { "type": "list", "value": [ + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 19.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Hostile" + }, + "NAME": { + "type": "cexostring", + "value": "Greater Mummy of Orcus" + }, + "RESREF": { + "type": "resref", + "value": "prc_to_mummy" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 10.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Hostile" + }, + "RESREF": { + "type": "resref", + "value": "wo_mummy" + }, + "STRREF": { + "type": "dword", + "value": 90421 + } + }, { "__struct_id": 0, "CR": { @@ -1339,6 +4082,120 @@ "LIST": { "type": "list", "value": [ + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 20.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animated Blood Warrior" + }, + "RESREF": { + "type": "resref", + "value": "prc_sum_vamp1" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 29.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animated Doombringer" + }, + "RESREF": { + "type": "resref", + "value": "prc_sum_dk" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 35.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animated Doombringer Lord" + }, + "RESREF": { + "type": "resref", + "value": "prc_sum_dbl" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 30.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animated Emperor of Blood" + }, + "RESREF": { + "type": "resref", + "value": "prc_sum_vamp2" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 22.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animated Grey Warrior " + }, + "RESREF": { + "type": "resref", + "value": "prc_sum_wight" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 10.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animated Mohrg" + }, + "RESREF": { + "type": "resref", + "value": "prc_sum_mohrg" + } + }, { "__struct_id": 0, "CR": { @@ -1415,6 +4272,25 @@ "value": "doomscout009" } }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 9.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Defender" + }, + "NAME": { + "type": "cexostring", + "value": "Enslaved Wight" + }, + "RESREF": { + "type": "resref", + "value": "prc_hench_wight3" + } + }, { "__struct_id": 0, "CR": { @@ -1529,6 +4405,44 @@ "value": "mohrg005" } }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 17.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Hostile" + }, + "NAME": { + "type": "cexostring", + "value": "Mohrg of Orcus" + }, + "RESREF": { + "type": "resref", + "value": "prc_to_mohrg" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 16.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Nightwing of Orcus" + }, + "RESREF": { + "type": "resref", + "value": "prc_to_nightwing" + } + }, { "__struct_id": 0, "CR": { @@ -1624,6 +4538,44 @@ "value": "skeldevour009" } }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 2.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Soul Drained Wight" + }, + "RESREF": { + "type": "resref", + "value": "soul_wight_test" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 20.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Unholy Disciple" + }, + "RESREF": { + "type": "resref", + "value": "unholy_disciple" + } + }, { "__struct_id": 0, "CR": { @@ -1803,6 +4755,25 @@ "LIST": { "type": "list", "value": [ + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 16.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animated Skeletal Ravager" + }, + "RESREF": { + "type": "resref", + "value": "prc_sum_sklch" + } + }, { "__struct_id": 0, "CR": { @@ -2087,6 +5058,25 @@ "type": "resref", "value": "skelwarr009" } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 2.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Hostile" + }, + "RESREF": { + "type": "resref", + "value": "wo_skel" + }, + "STRREF": { + "type": "dword", + "value": 12763 + } } ] }, @@ -2199,6 +5189,139 @@ "value": "spectre009" } }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 36.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Merchant" + }, + "NAME": { + "type": "cexostring", + "value": "Summoned Epic Wraith" + }, + "RESREF": { + "type": "resref", + "value": "summonedgreat004" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 37.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Merchant" + }, + "NAME": { + "type": "cexostring", + "value": "Summoned Epic Wraith" + }, + "RESREF": { + "type": "resref", + "value": "summonedgreat005" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 42.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Merchant" + }, + "NAME": { + "type": "cexostring", + "value": "Summoned Greater Epic Wraith" + }, + "RESREF": { + "type": "resref", + "value": "summonedgreat006" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 25.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Merchant" + }, + "NAME": { + "type": "cexostring", + "value": "Summoned Greater Wraith" + }, + "RESREF": { + "type": "resref", + "value": "summonedgreat001" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 29.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Merchant" + }, + "NAME": { + "type": "cexostring", + "value": "Summoned Greater Wraith" + }, + "RESREF": { + "type": "resref", + "value": "summonedgreat002" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 30.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Merchant" + }, + "NAME": { + "type": "cexostring", + "value": "Summoned Greater Wraith" + }, + "RESREF": { + "type": "resref", + "value": "summonedgreat003" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 21.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Merchant" + }, + "NAME": { + "type": "cexostring", + "value": "Summoned Greater Wraith" + }, + "RESREF": { + "type": "resref", + "value": "summonedgreaterw" + } + }, { "__struct_id": 0, "CR": { @@ -2310,6 +5433,101 @@ "LIST": { "type": "list", "value": [ + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 13.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animated Festering Thug" + }, + "RESREF": { + "type": "resref", + "value": "prc_tn_fthug" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 13.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animated Rotting Lord" + }, + "RESREF": { + "type": "resref", + "value": "prc_sum_zlord" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 4.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Hostile" + }, + "NAME": { + "type": "cexostring", + "value": "Summoned Zombie Bugbear" + }, + "RESREF": { + "type": "resref", + "value": "wo_zombie_bugb" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 6.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Hostile" + }, + "NAME": { + "type": "cexostring", + "value": "Summoned Zombie Ogre" + }, + "RESREF": { + "type": "resref", + "value": "wo_zombie_ogre" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 8.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Hostile" + }, + "NAME": { + "type": "cexostring", + "value": "Summoned Zombie Wyvern" + }, + "RESREF": { + "type": "resref", + "value": "wo_zombie_wyv" + } + }, { "__struct_id": 0, "CR": { @@ -2383,6 +5601,25 @@ "value": "gloignar" } }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 7.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Hostile" + }, + "NAME": { + "type": "cexostring", + "value": "Khofar" + }, + "RESREF": { + "type": "resref", + "value": "wol_khofar" + } + }, { "__struct_id": 0, "CR": { @@ -2710,6 +5947,196 @@ "type": "resref", "value": "pett" } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 5.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Rashemen" + }, + "RESREF": { + "type": "resref", + "value": "prc_hath_rash" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 9.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Rashemen Beserker" + }, + "RESREF": { + "type": "resref", + "value": "prc_hath_rash3" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 22.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Rashemen Bodyguard" + }, + "RESREF": { + "type": "resref", + "value": "prc_hath_rash6" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 7.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Rashemen Brawler" + }, + "RESREF": { + "type": "resref", + "value": "prc_hath_rash2" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 18.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Rashemen Defender" + }, + "RESREF": { + "type": "resref", + "value": "prc_hath_rash5" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 23.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Rashemen Guardian" + }, + "RESREF": { + "type": "resref", + "value": "prc_hath_rash7" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 12.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Rashemen Lord" + }, + "RESREF": { + "type": "resref", + "value": "prc_hath_rash4" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 40.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Rashemen Perfected One" + }, + "RESREF": { + "type": "resref", + "value": "prc_hath_rash10" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 29.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Rashemen Thunderguard" + }, + "RESREF": { + "type": "resref", + "value": "prc_hath_rash9" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 27.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Rashemen Warlord" + }, + "RESREF": { + "type": "resref", + "value": "prc_hath_rash8" + } } ] }, @@ -2724,6 +6151,258 @@ "type": "byte", "value": 45 }, + "LIST": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 5.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Defender" + }, + "NAME": { + "type": "cexostring", + "value": "Anti-paladin Mount" + }, + "RESREF": { + "type": "resref", + "value": "x3_palhrs11" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 7.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Defender" + }, + "NAME": { + "type": "cexostring", + "value": "Anti-paladin Mount" + }, + "RESREF": { + "type": "resref", + "value": "x3_palhrs12" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 9.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Defender" + }, + "NAME": { + "type": "cexostring", + "value": "Anti-paladin Mount" + }, + "RESREF": { + "type": "resref", + "value": "x3_palhrs13" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 10.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Defender" + }, + "NAME": { + "type": "cexostring", + "value": "Anti-paladin Mount" + }, + "RESREF": { + "type": "resref", + "value": "x3_palhrs14" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 12.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Defender" + }, + "NAME": { + "type": "cexostring", + "value": "Anti-paladin Mount" + }, + "RESREF": { + "type": "resref", + "value": "x3_palhrs15" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 16.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Defender" + }, + "NAME": { + "type": "cexostring", + "value": "Anti-paladin Mount" + }, + "RESREF": { + "type": "resref", + "value": "x3_palhrs17" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 18.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Defender" + }, + "NAME": { + "type": "cexostring", + "value": "Anti-paladin Mount" + }, + "RESREF": { + "type": "resref", + "value": "x3_palhrs18" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 14.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Defender" + }, + "NAME": { + "type": "cexostring", + "value": "Paladin Mount" + }, + "RESREF": { + "type": "resref", + "value": "x3_palhrs16" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 1.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Defender" + }, + "NAME": { + "type": "cexostring", + "value": "Tiny Viper" + }, + "RESREF": { + "type": "resref", + "value": "prc_viper" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 3.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Hostile" + }, + "RESREF": { + "type": "resref", + "value": "prc_s_wolf002" + }, + "STRREF": { + "type": "dword", + "value": 12816 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 3.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Hostile" + }, + "RESREF": { + "type": "resref", + "value": "prc_s_wolf003" + }, + "STRREF": { + "type": "dword", + "value": 12816 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 4.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Hostile" + }, + "RESREF": { + "type": "resref", + "value": "prc_s_wolf004" + }, + "STRREF": { + "type": "dword", + "value": 12816 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 5.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Hostile" + }, + "NAME": { + "type": "cexostring", + "value": "Wolf" + }, + "RESREF": { + "type": "resref", + "value": "prc_s_wolf005" + } + } + ] + }, "STRREF": { "type": "dword", "value": 201 @@ -2747,6 +6426,2671 @@ "type": "byte", "value": 0 }, + "LIST": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 1.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "" + }, + "RESREF": { + "type": "resref", + "value": "psi_thrall_wiz" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 25.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Merchant" + }, + "NAME": { + "type": "cexostring", + "value": "Adamantium Golem" + }, + "RESREF": { + "type": "resref", + "value": "prc_con_adam" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 25.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Merchant" + }, + "NAME": { + "type": "cexostring", + "value": "Adamantium Golem" + }, + "RESREF": { + "type": "resref", + "value": "prc_con_adam_55" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 25.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Merchant" + }, + "NAME": { + "type": "cexostring", + "value": "Adamantium Golem" + }, + "RESREF": { + "type": "resref", + "value": "prc_con_adam_60" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 25.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Merchant" + }, + "NAME": { + "type": "cexostring", + "value": "Adamantium Golem" + }, + "RESREF": { + "type": "resref", + "value": "prc_con_adam_65" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 25.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Merchant" + }, + "NAME": { + "type": "cexostring", + "value": "Adamantium Golem" + }, + "RESREF": { + "type": "resref", + "value": "prc_con_adam_70" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 25.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Merchant" + }, + "NAME": { + "type": "cexostring", + "value": "Adamantium Golem" + }, + "RESREF": { + "type": "resref", + "value": "prc_con_adam_75" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 25.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Merchant" + }, + "NAME": { + "type": "cexostring", + "value": "Adamantium Golem" + }, + "RESREF": { + "type": "resref", + "value": "prc_con_adam_80" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 3.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Merchant" + }, + "NAME": { + "type": "cexostring", + "value": "Aranea Human Form" + }, + "RESREF": { + "type": "resref", + "value": "prc_ara_human" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 3.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Merchant" + }, + "NAME": { + "type": "cexostring", + "value": "Aranea Hybrid Form" + }, + "RESREF": { + "type": "resref", + "value": "prc_ara_hybrid" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 2.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Hostile" + }, + "RESREF": { + "type": "resref", + "value": "psi_astral_con1" + }, + "STRREF": { + "type": "dword", + "value": 16824740 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 2.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Hostile" + }, + "RESREF": { + "type": "resref", + "value": "psi_astral_con1a" + }, + "STRREF": { + "type": "dword", + "value": 16824740 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 4.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Hostile" + }, + "RESREF": { + "type": "resref", + "value": "psi_astral_con2" + }, + "STRREF": { + "type": "dword", + "value": 16824740 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 4.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Hostile" + }, + "RESREF": { + "type": "resref", + "value": "psi_astral_con2a" + }, + "STRREF": { + "type": "dword", + "value": 16824740 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 5.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Hostile" + }, + "RESREF": { + "type": "resref", + "value": "psi_astral_con3" + }, + "STRREF": { + "type": "dword", + "value": 16824740 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 5.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Hostile" + }, + "RESREF": { + "type": "resref", + "value": "psi_astral_con3a" + }, + "STRREF": { + "type": "dword", + "value": 16824740 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 7.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Hostile" + }, + "RESREF": { + "type": "resref", + "value": "psi_astral_con4" + }, + "STRREF": { + "type": "dword", + "value": 16824740 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 7.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Hostile" + }, + "RESREF": { + "type": "resref", + "value": "psi_astral_con4a" + }, + "STRREF": { + "type": "dword", + "value": 16824740 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 8.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Hostile" + }, + "RESREF": { + "type": "resref", + "value": "psi_astral_con4b" + }, + "STRREF": { + "type": "dword", + "value": 16824740 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 9.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Hostile" + }, + "RESREF": { + "type": "resref", + "value": "psi_astral_con5" + }, + "STRREF": { + "type": "dword", + "value": 16824740 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 10.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Hostile" + }, + "RESREF": { + "type": "resref", + "value": "psi_astral_con5a" + }, + "STRREF": { + "type": "dword", + "value": 16824740 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 10.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Hostile" + }, + "RESREF": { + "type": "resref", + "value": "psi_astral_con5b" + }, + "STRREF": { + "type": "dword", + "value": 16824740 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 12.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Hostile" + }, + "RESREF": { + "type": "resref", + "value": "psi_astral_con6" + }, + "STRREF": { + "type": "dword", + "value": 16824740 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 13.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Hostile" + }, + "RESREF": { + "type": "resref", + "value": "psi_astral_con6a" + }, + "STRREF": { + "type": "dword", + "value": 16824740 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 13.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Hostile" + }, + "RESREF": { + "type": "resref", + "value": "psi_astral_con6b" + }, + "STRREF": { + "type": "dword", + "value": 16824740 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 15.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Hostile" + }, + "RESREF": { + "type": "resref", + "value": "psi_astral_con7" + }, + "STRREF": { + "type": "dword", + "value": 16824740 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 15.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Hostile" + }, + "RESREF": { + "type": "resref", + "value": "psi_astral_con7a" + }, + "STRREF": { + "type": "dword", + "value": 16824740 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 16.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Hostile" + }, + "RESREF": { + "type": "resref", + "value": "psi_astral_con7b" + }, + "STRREF": { + "type": "dword", + "value": 16824740 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 17.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Hostile" + }, + "RESREF": { + "type": "resref", + "value": "psi_astral_con7c" + }, + "STRREF": { + "type": "dword", + "value": 16824740 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 18.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Hostile" + }, + "RESREF": { + "type": "resref", + "value": "psi_astral_con8" + }, + "STRREF": { + "type": "dword", + "value": 16824740 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 18.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Hostile" + }, + "RESREF": { + "type": "resref", + "value": "psi_astral_con8a" + }, + "STRREF": { + "type": "dword", + "value": 16824740 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 19.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Hostile" + }, + "RESREF": { + "type": "resref", + "value": "psi_astral_con8b" + }, + "STRREF": { + "type": "dword", + "value": 16824740 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 20.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Hostile" + }, + "RESREF": { + "type": "resref", + "value": "psi_astral_con8c" + }, + "STRREF": { + "type": "dword", + "value": 16824740 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 24.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Hostile" + }, + "RESREF": { + "type": "resref", + "value": "psi_astral_con9" + }, + "STRREF": { + "type": "dword", + "value": 16824740 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 24.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Hostile" + }, + "RESREF": { + "type": "resref", + "value": "psi_astral_con9a" + }, + "STRREF": { + "type": "dword", + "value": 16824740 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 25.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Hostile" + }, + "RESREF": { + "type": "resref", + "value": "psi_astral_con9b" + }, + "STRREF": { + "type": "dword", + "value": 16824740 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 26.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Hostile" + }, + "RESREF": { + "type": "resref", + "value": "psi_astral_con9c" + }, + "STRREF": { + "type": "dword", + "value": 16824740 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 6.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Hostile" + }, + "NAME": { + "type": "cexostring", + "value": "Bralani Eladrin" + }, + "RESREF": { + "type": "resref", + "value": "true_bralan" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 2.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Burning Ember" + }, + "RESREF": { + "type": "resref", + "value": "tob_dw_distembr" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 9.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Merchant" + }, + "NAME": { + "type": "cexostring", + "value": "Clay Golem" + }, + "RESREF": { + "type": "resref", + "value": "prc_con_clay" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 9.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Merchant" + }, + "NAME": { + "type": "cexostring", + "value": "Clay Golem" + }, + "RESREF": { + "type": "resref", + "value": "prc_con_clay_12" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 9.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Merchant" + }, + "NAME": { + "type": "cexostring", + "value": "Clay Golem" + }, + "RESREF": { + "type": "resref", + "value": "prc_con_clay_17" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 9.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Merchant" + }, + "NAME": { + "type": "cexostring", + "value": "Clay Golem" + }, + "RESREF": { + "type": "resref", + "value": "prc_con_clay_22" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 9.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Merchant" + }, + "NAME": { + "type": "cexostring", + "value": "Clay Golem" + }, + "RESREF": { + "type": "resref", + "value": "prc_con_clay_27" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 9.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Merchant" + }, + "NAME": { + "type": "cexostring", + "value": "Clay Golem" + }, + "RESREF": { + "type": "resref", + "value": "prc_con_clay_32" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 0.25 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Crushing Fist of Spite" + }, + "RESREF": { + "type": "resref", + "value": "prc_crush_fist" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 0.3333333432674408 + }, + "FACTION": { + "type": "cexostring", + "value": "Merchant" + }, + "RESREF": { + "type": "resref", + "value": "prc_hex_darkcomp" + }, + "STRREF": { + "type": "dword", + "value": 16825795 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 24.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Merchant" + }, + "NAME": { + "type": "cexostring", + "value": "Demonflesh Golem" + }, + "RESREF": { + "type": "resref", + "value": "prc_con_demo" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 0.125 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Epic Template" + }, + "RESREF": { + "type": "resref", + "value": "epicshifterliste" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 7.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Merchant" + }, + "NAME": { + "type": "cexostring", + "value": "Flesh Golem" + }, + "RESREF": { + "type": "resref", + "value": "prc_con_fles" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 7.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Merchant" + }, + "NAME": { + "type": "cexostring", + "value": "Flesh Golem" + }, + "RESREF": { + "type": "resref", + "value": "prc_con_fles_10" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 7.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Merchant" + }, + "NAME": { + "type": "cexostring", + "value": "Flesh Golem" + }, + "RESREF": { + "type": "resref", + "value": "prc_con_fles_15" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 7.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Merchant" + }, + "NAME": { + "type": "cexostring", + "value": "Flesh Golem" + }, + "RESREF": { + "type": "resref", + "value": "prc_con_fles_20" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 7.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Merchant" + }, + "NAME": { + "type": "cexostring", + "value": "Flesh Golem" + }, + "RESREF": { + "type": "resref", + "value": "prc_con_fles_25" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 49.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Hostile" + }, + "NAME": { + "type": "cexostring", + "value": "Greater Demilich " + }, + "RESREF": { + "type": "resref", + "value": "prc_pm_mage10" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 8.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Hamatula" + }, + "RESREF": { + "type": "resref", + "value": "hamatula" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 11.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Horde Orc Axe Battlemaster" + }, + "RESREF": { + "type": "resref", + "value": "ow_sum_axe_8" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 9.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Horde Orc Axe Commander" + }, + "RESREF": { + "type": "resref", + "value": "ow_sum_axe_6" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 10.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Horde Orc Axe Legionnaire" + }, + "RESREF": { + "type": "resref", + "value": "ow_sum_axe_7" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 14.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Horde Orc Axe Myrmidon" + }, + "RESREF": { + "type": "resref", + "value": "ow_sum_axe_10" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 12.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Horde Orc Axe Ravager" + }, + "RESREF": { + "type": "resref", + "value": "ow_sum_axe_9" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 2.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Horde Orc Axethrower" + }, + "RESREF": { + "type": "resref", + "value": "ow_sum_axe_1" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 6.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Horde Orc Elite Axetosser" + }, + "RESREF": { + "type": "resref", + "value": "ow_sum_axe_4" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 7.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Horde Orc Greater Marksman" + }, + "RESREF": { + "type": "resref", + "value": "ow_sum_axe_5" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 14.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Horde Orc Gruumsh's Axe" + }, + "RESREF": { + "type": "resref", + "value": "ow_sum_axe_11" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 15.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Horde Orc Gruumsh's Chosen Axe" + }, + "RESREF": { + "type": "resref", + "value": "ow_sum_axe_12" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 5.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Horde Orc Marksman" + }, + "RESREF": { + "type": "resref", + "value": "ow_sum_axe_3" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 4.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Horde Orc Trained Axethrower" + }, + "RESREF": { + "type": "resref", + "value": "ow_sum_axe_2" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 24.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Merchant" + }, + "NAME": { + "type": "cexostring", + "value": "Iron Golem" + }, + "RESREF": { + "type": "resref", + "value": "prc_con_iron" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 24.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Merchant" + }, + "NAME": { + "type": "cexostring", + "value": "Iron Golem" + }, + "RESREF": { + "type": "resref", + "value": "prc_con_iron_19" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 24.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Merchant" + }, + "NAME": { + "type": "cexostring", + "value": "Iron Golem" + }, + "RESREF": { + "type": "resref", + "value": "prc_con_iron_24" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 24.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Merchant" + }, + "NAME": { + "type": "cexostring", + "value": "Iron Golem" + }, + "RESREF": { + "type": "resref", + "value": "prc_con_iron_29" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 24.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Merchant" + }, + "NAME": { + "type": "cexostring", + "value": "Iron Golem" + }, + "RESREF": { + "type": "resref", + "value": "prc_con_iron_34" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 24.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Merchant" + }, + "NAME": { + "type": "cexostring", + "value": "Iron Golem" + }, + "RESREF": { + "type": "resref", + "value": "prc_con_iron_39" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 24.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Merchant" + }, + "NAME": { + "type": "cexostring", + "value": "Iron Golem" + }, + "RESREF": { + "type": "resref", + "value": "prc_con_iron_44" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 24.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Merchant" + }, + "NAME": { + "type": "cexostring", + "value": "Iron Golem" + }, + "RESREF": { + "type": "resref", + "value": "prc_con_iron_49" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 24.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Merchant" + }, + "NAME": { + "type": "cexostring", + "value": "Iron Golem" + }, + "RESREF": { + "type": "resref", + "value": "prc_con_iron_54" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 42.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Hostile" + }, + "NAME": { + "type": "cexostring", + "value": "Lesser Demilich" + }, + "RESREF": { + "type": "resref", + "value": "prc_pm_mage8" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 36.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Hostile" + }, + "NAME": { + "type": "cexostring", + "value": "Lich Magician" + }, + "RESREF": { + "type": "resref", + "value": "prc_pm_mage6" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 38.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Hostile" + }, + "NAME": { + "type": "cexostring", + "value": "Lich War Weaver" + }, + "RESREF": { + "type": "resref", + "value": "prc_pm_mage7" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 31.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Hostile" + }, + "NAME": { + "type": "cexostring", + "value": "Lich Weavewarrior" + }, + "RESREF": { + "type": "resref", + "value": "prc_pm_mage5" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 0.125 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Magic Template" + }, + "RESREF": { + "type": "resref", + "value": "shifterlistenero" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 21.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Merchant" + }, + "NAME": { + "type": "cexostring", + "value": "Mithril Golem" + }, + "RESREF": { + "type": "resref", + "value": "prc_con_mith" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 21.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Merchant" + }, + "NAME": { + "type": "cexostring", + "value": "Mithril Golem" + }, + "RESREF": { + "type": "resref", + "value": "prc_con_mith_37" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 21.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Merchant" + }, + "NAME": { + "type": "cexostring", + "value": "Mithril Golem" + }, + "RESREF": { + "type": "resref", + "value": "prc_con_mith_42" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 21.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Merchant" + }, + "NAME": { + "type": "cexostring", + "value": "Mithril Golem" + }, + "RESREF": { + "type": "resref", + "value": "prc_con_mith_47" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 21.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Merchant" + }, + "NAME": { + "type": "cexostring", + "value": "Mithril Golem" + }, + "RESREF": { + "type": "resref", + "value": "prc_con_mith_52" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 21.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Merchant" + }, + "NAME": { + "type": "cexostring", + "value": "Mithril Golem" + }, + "RESREF": { + "type": "resref", + "value": "prc_con_mith_57" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 21.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Merchant" + }, + "NAME": { + "type": "cexostring", + "value": "Mithril Golem" + }, + "RESREF": { + "type": "resref", + "value": "prc_con_mith_62" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 21.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Merchant" + }, + "NAME": { + "type": "cexostring", + "value": "Mithril Golem" + }, + "RESREF": { + "type": "resref", + "value": "prc_con_mith_67" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 21.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Merchant" + }, + "NAME": { + "type": "cexostring", + "value": "Mithril Golem" + }, + "RESREF": { + "type": "resref", + "value": "prc_con_mith_72" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 45.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Hostile" + }, + "NAME": { + "type": "cexostring", + "value": "Necromantic Demilich " + }, + "RESREF": { + "type": "resref", + "value": "prc_pm_mage9" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 2.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Defender" + }, + "NAME": { + "type": "cexostring", + "value": "PnP Bat Familiar" + }, + "RESREF": { + "type": "resref", + "value": "prc_pnpfam_bat" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 1.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Defender" + }, + "NAME": { + "type": "cexostring", + "value": "PnP Cat Familiar" + }, + "RESREF": { + "type": "resref", + "value": "prc_pnpfam_cat" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 2.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Defender" + }, + "NAME": { + "type": "cexostring", + "value": "PnP Hawk Familiar" + }, + "RESREF": { + "type": "resref", + "value": "prc_pnpfam_hawk" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 2.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Defender" + }, + "NAME": { + "type": "cexostring", + "value": "PnP Owl Familiar" + }, + "RESREF": { + "type": "resref", + "value": "prc_pnpfam_owl" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 1.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Defender" + }, + "NAME": { + "type": "cexostring", + "value": "PnP Rat Familiar" + }, + "RESREF": { + "type": "resref", + "value": "prc_pnpfam_rat" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 1.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Defender" + }, + "NAME": { + "type": "cexostring", + "value": "PnP Raven Familiar" + }, + "RESREF": { + "type": "resref", + "value": "prc_pnpfam_raven" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 4.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Defender" + }, + "NAME": { + "type": "cexostring", + "value": "PnP Snake Familiar" + }, + "RESREF": { + "type": "resref", + "value": "prc_pnpfam_snake" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 2.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Defender" + }, + "NAME": { + "type": "cexostring", + "value": "PnP Weasel Familiar" + }, + "RESREF": { + "type": "resref", + "value": "prc_pnpfam_weasl" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 0.3333333432674408 + }, + "FACTION": { + "type": "cexostring", + "value": "Merchant" + }, + "NAME": { + "type": "cexostring", + "value": "prc_2da_cache" + }, + "RESREF": { + "type": "resref", + "value": "prc_2da_cache" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 0.125 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "prc_gen_listener" + }, + "RESREF": { + "type": "resref", + "value": "prc_gen_listener" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 14.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Hostile" + }, + "NAME": { + "type": "cexostring", + "value": "Skeleton Mage" + }, + "RESREF": { + "type": "resref", + "value": "prc_pm_mage1" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 28.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Hostile" + }, + "NAME": { + "type": "cexostring", + "value": "Skeleton Spellweaver" + }, + "RESREF": { + "type": "resref", + "value": "prc_pm_mage4" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 23.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Hostile" + }, + "NAME": { + "type": "cexostring", + "value": "Skeleton Warlock" + }, + "RESREF": { + "type": "resref", + "value": "prc_pm_mage3" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 19.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Hostile" + }, + "NAME": { + "type": "cexostring", + "value": "Skeleton Wizard" + }, + "RESREF": { + "type": "resref", + "value": "prc_pm_mage2" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 11.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Merchant" + }, + "NAME": { + "type": "cexostring", + "value": "Stone Golem" + }, + "RESREF": { + "type": "resref", + "value": "prc_con_ston" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 11.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Merchant" + }, + "NAME": { + "type": "cexostring", + "value": "Stone Golem" + }, + "RESREF": { + "type": "resref", + "value": "prc_con_ston_15" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 11.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Merchant" + }, + "NAME": { + "type": "cexostring", + "value": "Stone Golem" + }, + "RESREF": { + "type": "resref", + "value": "prc_con_ston_20" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 11.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Merchant" + }, + "NAME": { + "type": "cexostring", + "value": "Stone Golem" + }, + "RESREF": { + "type": "resref", + "value": "prc_con_ston_25" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 11.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Merchant" + }, + "NAME": { + "type": "cexostring", + "value": "Stone Golem" + }, + "RESREF": { + "type": "resref", + "value": "prc_con_ston_30" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 11.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Merchant" + }, + "NAME": { + "type": "cexostring", + "value": "Stone Golem" + }, + "RESREF": { + "type": "resref", + "value": "prc_con_ston_35" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 11.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Merchant" + }, + "NAME": { + "type": "cexostring", + "value": "Stone Golem" + }, + "RESREF": { + "type": "resref", + "value": "prc_con_ston_40" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 10.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Merchant" + }, + "NAME": { + "type": "cexostring", + "value": "Summoned Allip" + }, + "RESREF": { + "type": "resref", + "value": "prc_mos_allip" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 11.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Hostile" + }, + "NAME": { + "type": "cexostring", + "value": "Summoned Balor" + }, + "RESREF": { + "type": "resref", + "value": "tog_balor" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 8.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Hostile" + }, + "NAME": { + "type": "cexostring", + "value": "Summoned Bezekira" + }, + "RESREF": { + "type": "resref", + "value": "prc_doa_hellcat" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 15.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Summoned Cornugon" + }, + "RESREF": { + "type": "resref", + "value": "prc_sum_cornugon" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 2.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Summoned Dretch" + }, + "RESREF": { + "type": "resref", + "value": "prc_sum_dretch" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 14.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Summoned Gelugon" + }, + "RESREF": { + "type": "resref", + "value": "prc_sum_gelugon" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 13.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Summoned Glabrezu" + }, + "RESREF": { + "type": "resref", + "value": "prc_sum_glabrezu" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 6.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Summoned Glabrezu" + }, + "RESREF": { + "type": "resref", + "value": "tog_glabrezu" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 11.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Summoned Hamatula" + }, + "RESREF": { + "type": "resref", + "value": "prc_sum_hamatula" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 1.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Summoned Lemure" + }, + "RESREF": { + "type": "resref", + "value": "prc_sum_lemure" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 6.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Summoned Marilith" + }, + "RESREF": { + "type": "resref", + "value": "tog_marilith" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 9.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Summoned Osyluth" + }, + "RESREF": { + "type": "resref", + "value": "prc_sum_osyluth" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 14.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Merchant" + }, + "NAME": { + "type": "cexostring", + "value": "Summoned Spectre" + }, + "RESREF": { + "type": "resref", + "value": "prc_mos_spectre1" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 16.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Merchant" + }, + "NAME": { + "type": "cexostring", + "value": "Summoned Spectre" + }, + "RESREF": { + "type": "resref", + "value": "prc_mos_spectre2" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 7.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Defender" + }, + "NAME": { + "type": "cexostring", + "value": "Summoned Succubus" + }, + "RESREF": { + "type": "resref", + "value": "tog_succubus" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 3.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Summoned Vrock" + }, + "RESREF": { + "type": "resref", + "value": "tog_vrock" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 12.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Merchant" + }, + "NAME": { + "type": "cexostring", + "value": "Summoned Wraith" + }, + "RESREF": { + "type": "resref", + "value": "prc_mos_wraith" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 0.25 + }, + "FACTION": { + "type": "cexostring", + "value": "Merchant" + }, + "NAME": { + "type": "cexostring", + "value": "Tenser's Floating Disk" + }, + "RESREF": { + "type": "resref", + "value": "floatingdisk" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 1.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Thrallherd" + }, + "RESREF": { + "type": "resref", + "value": "psi_thrall_clc" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 2.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Thrallherd" + }, + "RESREF": { + "type": "resref", + "value": "psi_thrall_cleri" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 0.5 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Thrallherd" + }, + "RESREF": { + "type": "resref", + "value": "psi_thrall_fgt" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 2.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Thrallherd" + }, + "RESREF": { + "type": "resref", + "value": "psi_thrall_fight" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 0.5 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Thrallherd" + }, + "RESREF": { + "type": "resref", + "value": "psi_thrall_rog" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 2.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Thrallherd" + }, + "RESREF": { + "type": "resref", + "value": "psi_thrall_rogue" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 1.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Thrallherd" + }, + "RESREF": { + "type": "resref", + "value": "psi_thrall_sorc" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 53.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Hostile" + }, + "NAME": { + "type": "cexostring", + "value": "Weave Spawn" + }, + "RESREF": { + "type": "resref", + "value": "prc_pm_mage11" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 9.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Hostile" + }, + "NAME": { + "type": "cexostring", + "value": "Word Archon" + }, + "RESREF": { + "type": "resref", + "value": "true_wordarch" + } + } + ] + }, "STRREF": { "type": "dword", "value": 6688 @@ -2758,6 +9102,239 @@ "type": "byte", "value": 1 }, + "LIST": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 16.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Horde Orc Bahgtru's Chosen" + }, + "RESREF": { + "type": "resref", + "value": "ow_sum_barb_12" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 2.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Horde Orc Barbarian" + }, + "RESREF": { + "type": "resref", + "value": "ow_sum_barb_1" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 10.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Horde Orc Battle Charger" + }, + "RESREF": { + "type": "resref", + "value": "ow_sum_barb_7" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 6.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Horde Orc Beserker" + }, + "RESREF": { + "type": "resref", + "value": "ow_sum_barb_4" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 9.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Horde Orc Breacher" + }, + "RESREF": { + "type": "resref", + "value": "ow_sum_barb_6" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 5.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Horde Orc Charger" + }, + "RESREF": { + "type": "resref", + "value": "ow_sum_barb_3" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 12.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Horde Orc Elf Slayer" + }, + "RESREF": { + "type": "resref", + "value": "ow_sum_barb_9" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 14.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Horde Orc Greater Rager" + }, + "RESREF": { + "type": "resref", + "value": "ow_sum_barb_10" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 15.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Horde Orc Killer of Bahgtru" + }, + "RESREF": { + "type": "resref", + "value": "ow_sum_barb_11" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 7.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Horde Orc Rager" + }, + "RESREF": { + "type": "resref", + "value": "ow_sum_barb_5" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 4.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Horde Orc Savage" + }, + "RESREF": { + "type": "resref", + "value": "ow_sum_barb_2" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 11.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Horde Orc Warrior of Hate" + }, + "RESREF": { + "type": "resref", + "value": "ow_sum_barb_8" + } + } + ] + }, "STRREF": { "type": "dword", "value": 6689 @@ -2769,6 +9346,239 @@ "type": "byte", "value": 2 }, + "LIST": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 3.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Horde Orc Acolyte" + }, + "RESREF": { + "type": "resref", + "value": "ow_sum_sham_1" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 15.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Horde Orc Battlepriest of Ilneval" + }, + "RESREF": { + "type": "resref", + "value": "ow_sum_sham_10" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 4.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Horde Orc Deacon" + }, + "RESREF": { + "type": "resref", + "value": "ow_sum_sham_2" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 12.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Horde Orc Elder Witchdoctor" + }, + "RESREF": { + "type": "resref", + "value": "ow_sum_sham_8" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 18.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Horde Orc General of Ilneval" + }, + "RESREF": { + "type": "resref", + "value": "ow_sum_sham_12" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 13.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Horde Orc Preacher of Ilneval" + }, + "RESREF": { + "type": "resref", + "value": "ow_sum_sham_9" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 7.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Horde Orc Priest" + }, + "RESREF": { + "type": "resref", + "value": "ow_sum_sham_4" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 5.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Horde Orc Shaman" + }, + "RESREF": { + "type": "resref", + "value": "ow_sum_sham_3" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 10.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Horde Orc Spirit Shaman" + }, + "RESREF": { + "type": "resref", + "value": "ow_sum_sham_7" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 10.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Horde Orc Tribal Priest" + }, + "RESREF": { + "type": "resref", + "value": "ow_sum_sham_6" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 16.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Horde Orc Warleader of Ilneval" + }, + "RESREF": { + "type": "resref", + "value": "ow_sum_sham_11" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 8.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Horde Orc Witchdoctor" + }, + "RESREF": { + "type": "resref", + "value": "ow_sum_sham_5" + } + } + ] + }, "STRREF": { "type": "dword", "value": 6690 @@ -2780,6 +9590,2291 @@ "type": "byte", "value": 3 }, + "LIST": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 2.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Crag Cat" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_cragcat01" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 2.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Crag Cat" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_cragcat02" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 3.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Crag Cat" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_cragcat03" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 4.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Crag Cat" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_cragcat04" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 5.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Crag Cat" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_cragcat05" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 5.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Crag Cat" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_cragcat06" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 6.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Crag Cat" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_cragcat07" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 7.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Crag Cat" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_cragcat08" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 8.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Crag Cat" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_cragcat09" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 8.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Crag Cat" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_cragcat10" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 9.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Crag Cat" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_cragcat11" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 10.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Crag Cat" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_cragcat12" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 11.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Crag Cat" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_cragcat13" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 11.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Crag Cat" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_cragcat14" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 12.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Crag Cat" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_cragcat15" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 13.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Crag Cat" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_cragcat16" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 14.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Crag Cat" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_cragcat17" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 14.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Crag Cat" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_cragcat18" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 15.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Crag Cat" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_cragcat19" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 16.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Crag Cat" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_cragcat20" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 16.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Crag Cat" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_cragcat21" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 17.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Crag Cat" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_cragcat22" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 17.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Crag Cat" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_cragcat23" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 18.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Crag Cat" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_cragcat24" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 19.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Crag Cat" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_cragcat25" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 19.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Crag Cat" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_cragcat26" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 20.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Crag Cat" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_cragcat27" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 20.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Crag Cat" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_cragcat28" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 21.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Crag Cat" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_cragcat29" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 21.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Crag Cat" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_cragcat30" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 22.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Crag Cat" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_cragcat31" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 22.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Crag Cat" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_cragcat32" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 23.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Crag Cat" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_cragcat33" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 24.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Crag Cat" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_cragcat34" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 24.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Crag Cat" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_cragcat35" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 25.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Crag Cat" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_cragcat36" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 25.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Crag Cat" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_cragcat37" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 26.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Crag Cat" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_cragcat38" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 26.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Crag Cat" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_cragcat39" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 27.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Crag Cat" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_cragcat40" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 1.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Krenshar" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_krenshar01" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 2.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Krenshar" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_krenshar02" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 3.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Krenshar" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_krenshar03" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 3.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Krenshar" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_krenshar04" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 4.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Krenshar" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_krenshar05" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 5.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Krenshar" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_krenshar06" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 6.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Krenshar" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_krenshar07" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 6.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Krenshar" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_krenshar08" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 7.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Krenshar" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_krenshar09" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 8.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Krenshar" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_krenshar10" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 9.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Krenshar" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_krenshar11" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 9.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Krenshar" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_krenshar12" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 10.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Krenshar" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_krenshar13" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 11.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Krenshar" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_krenshar14" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 11.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Krenshar" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_krenshar15" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 12.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Krenshar" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_krenshar16" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 13.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Krenshar" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_krenshar17" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 14.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Krenshar" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_krenshar18" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 14.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Krenshar" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_krenshar19" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 15.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Krenshar" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_krenshar20" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 16.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Krenshar" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_krenshar21" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 16.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Krenshar" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_krenshar22" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 17.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Krenshar" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_krenshar23" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 17.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Krenshar" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_krenshar24" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 18.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Krenshar" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_krenshar25" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 19.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Krenshar" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_krenshar26" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 19.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Krenshar" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_krenshar27" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 20.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Krenshar" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_krenshar28" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 20.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Krenshar" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_krenshar29" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 21.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Krenshar" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_krenshar30" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 22.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Krenshar" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_krenshar31" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 22.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Krenshar" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_krenshar32" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 23.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Krenshar" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_krenshar33" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 23.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Krenshar" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_krenshar34" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 24.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Krenshar" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_krenshar35" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 25.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Krenshar" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_krenshar36" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 25.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Krenshar" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_krenshar37" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 26.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Krenshar" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_krenshar38" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 26.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Krenshar" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_krenshar39" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 27.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Krenshar" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_krenshar40" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 2.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_polarb01" + }, + "STRREF": { + "type": "dword", + "value": 12389 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 3.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_polarb02" + }, + "STRREF": { + "type": "dword", + "value": 12389 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 3.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_polarb03" + }, + "STRREF": { + "type": "dword", + "value": 12389 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 4.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_polarb04" + }, + "STRREF": { + "type": "dword", + "value": 12389 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 5.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_polarb05" + }, + "STRREF": { + "type": "dword", + "value": 12389 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 5.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_polarb06" + }, + "STRREF": { + "type": "dword", + "value": 12389 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 6.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_polarb07" + }, + "STRREF": { + "type": "dword", + "value": 12389 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 7.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_polarb08" + }, + "STRREF": { + "type": "dword", + "value": 12389 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 8.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_polarb09" + }, + "STRREF": { + "type": "dword", + "value": 12389 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 8.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_polarb10" + }, + "STRREF": { + "type": "dword", + "value": 12389 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 9.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_polarb11" + }, + "STRREF": { + "type": "dword", + "value": 12389 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 9.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_polarb12" + }, + "STRREF": { + "type": "dword", + "value": 12389 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 10.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_polarb13" + }, + "STRREF": { + "type": "dword", + "value": 12389 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 11.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_polarb14" + }, + "STRREF": { + "type": "dword", + "value": 12389 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 12.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_polarb15" + }, + "STRREF": { + "type": "dword", + "value": 12389 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 12.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_polarb16" + }, + "STRREF": { + "type": "dword", + "value": 12389 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 13.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_polarb17" + }, + "STRREF": { + "type": "dword", + "value": 12389 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 13.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_polarb18" + }, + "STRREF": { + "type": "dword", + "value": 12389 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 14.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_polarb19" + }, + "STRREF": { + "type": "dword", + "value": 12389 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 15.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_polarb20" + }, + "STRREF": { + "type": "dword", + "value": 12389 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 15.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_polarb21" + }, + "STRREF": { + "type": "dword", + "value": 12389 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 16.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_polarb22" + }, + "STRREF": { + "type": "dword", + "value": 12389 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 16.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_polarb23" + }, + "STRREF": { + "type": "dword", + "value": 12389 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 17.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_polarb24" + }, + "STRREF": { + "type": "dword", + "value": 12389 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 18.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_polarb25" + }, + "STRREF": { + "type": "dword", + "value": 12389 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 18.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_polarb26" + }, + "STRREF": { + "type": "dword", + "value": 12389 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 19.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_polarb27" + }, + "STRREF": { + "type": "dword", + "value": 12389 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 19.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_polarb28" + }, + "STRREF": { + "type": "dword", + "value": 12389 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 20.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_polarb29" + }, + "STRREF": { + "type": "dword", + "value": 12389 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 20.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_polarb30" + }, + "STRREF": { + "type": "dword", + "value": 12389 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 21.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_polarb31" + }, + "STRREF": { + "type": "dword", + "value": 12389 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 21.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_polarb32" + }, + "STRREF": { + "type": "dword", + "value": 12389 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 22.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_polarb33" + }, + "STRREF": { + "type": "dword", + "value": 12389 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 22.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_polarb34" + }, + "STRREF": { + "type": "dword", + "value": 12389 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 23.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_polarb35" + }, + "STRREF": { + "type": "dword", + "value": 12389 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 23.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_polarb36" + }, + "STRREF": { + "type": "dword", + "value": 12389 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 24.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_polarb37" + }, + "STRREF": { + "type": "dword", + "value": 12389 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 24.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_polarb38" + }, + "STRREF": { + "type": "dword", + "value": 12389 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 25.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_polarb39" + }, + "STRREF": { + "type": "dword", + "value": 12389 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 26.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_polarb40" + }, + "STRREF": { + "type": "dword", + "value": 12389 + } + } + ] + }, "STRREF": { "type": "dword", "value": 6691 @@ -2791,6 +11886,17966 @@ "type": "byte", "value": 4 }, + "LIST": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 0.3333333432674408 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "" + }, + "RESREF": { + "type": "resref", + "value": "nw_fm_quas01" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 1.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "" + }, + "RESREF": { + "type": "resref", + "value": "nw_fm_quas02" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 2.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "" + }, + "RESREF": { + "type": "resref", + "value": "nw_fm_quas03" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 3.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "" + }, + "RESREF": { + "type": "resref", + "value": "nw_fm_quas04" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 3.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "" + }, + "RESREF": { + "type": "resref", + "value": "nw_fm_quas05" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 4.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "" + }, + "RESREF": { + "type": "resref", + "value": "nw_fm_quas06" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 5.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "" + }, + "RESREF": { + "type": "resref", + "value": "nw_fm_quas07" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 5.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "" + }, + "RESREF": { + "type": "resref", + "value": "nw_fm_quas08" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 6.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "" + }, + "RESREF": { + "type": "resref", + "value": "nw_fm_quas09" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 7.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "" + }, + "RESREF": { + "type": "resref", + "value": "nw_fm_quas10" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 7.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "" + }, + "RESREF": { + "type": "resref", + "value": "nw_fm_quas11" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 8.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "" + }, + "RESREF": { + "type": "resref", + "value": "nw_fm_quas12" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 9.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "" + }, + "RESREF": { + "type": "resref", + "value": "nw_fm_quas13" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 9.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "" + }, + "RESREF": { + "type": "resref", + "value": "nw_fm_quas14" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 10.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "" + }, + "RESREF": { + "type": "resref", + "value": "nw_fm_quas15" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 10.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "" + }, + "RESREF": { + "type": "resref", + "value": "nw_fm_quas16" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 11.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "" + }, + "RESREF": { + "type": "resref", + "value": "nw_fm_quas17" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 12.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "" + }, + "RESREF": { + "type": "resref", + "value": "nw_fm_quas18" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 12.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "" + }, + "RESREF": { + "type": "resref", + "value": "nw_fm_quas19" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 13.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "" + }, + "RESREF": { + "type": "resref", + "value": "nw_fm_quas20" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 13.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "" + }, + "RESREF": { + "type": "resref", + "value": "nw_fm_quas21" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 14.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "" + }, + "RESREF": { + "type": "resref", + "value": "nw_fm_quas22" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 15.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "" + }, + "RESREF": { + "type": "resref", + "value": "nw_fm_quas23" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 15.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "" + }, + "RESREF": { + "type": "resref", + "value": "nw_fm_quas24" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 16.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "" + }, + "RESREF": { + "type": "resref", + "value": "nw_fm_quas25" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 17.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "" + }, + "RESREF": { + "type": "resref", + "value": "nw_fm_quas26" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 17.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "" + }, + "RESREF": { + "type": "resref", + "value": "nw_fm_quas27" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 18.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "" + }, + "RESREF": { + "type": "resref", + "value": "nw_fm_quas28" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 18.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "" + }, + "RESREF": { + "type": "resref", + "value": "nw_fm_quas29" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 19.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "" + }, + "RESREF": { + "type": "resref", + "value": "nw_fm_quas30" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 19.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "" + }, + "RESREF": { + "type": "resref", + "value": "nw_fm_quas31" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 20.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "" + }, + "RESREF": { + "type": "resref", + "value": "nw_fm_quas32" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 21.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "" + }, + "RESREF": { + "type": "resref", + "value": "nw_fm_quas33" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 21.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "" + }, + "RESREF": { + "type": "resref", + "value": "nw_fm_quas34" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 22.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "" + }, + "RESREF": { + "type": "resref", + "value": "nw_fm_quas35" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 22.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "" + }, + "RESREF": { + "type": "resref", + "value": "nw_fm_quas36" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 23.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "" + }, + "RESREF": { + "type": "resref", + "value": "nw_fm_quas37" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 23.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "" + }, + "RESREF": { + "type": "resref", + "value": "nw_fm_quas38" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 24.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "" + }, + "RESREF": { + "type": "resref", + "value": "nw_fm_quas39" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 25.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "" + }, + "RESREF": { + "type": "resref", + "value": "nw_fm_quas40" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 2.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "" + }, + "RESREF": { + "type": "resref", + "value": "nw_fm_wwlf01" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 3.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "" + }, + "RESREF": { + "type": "resref", + "value": "nw_fm_wwlf02" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 3.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "" + }, + "RESREF": { + "type": "resref", + "value": "nw_fm_wwlf03" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 4.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "" + }, + "RESREF": { + "type": "resref", + "value": "nw_fm_wwlf04" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 5.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "" + }, + "RESREF": { + "type": "resref", + "value": "nw_fm_wwlf05" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 5.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "" + }, + "RESREF": { + "type": "resref", + "value": "nw_fm_wwlf06" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 6.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "" + }, + "RESREF": { + "type": "resref", + "value": "nw_fm_wwlf07" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 6.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "" + }, + "RESREF": { + "type": "resref", + "value": "nw_fm_wwlf08" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 7.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "" + }, + "RESREF": { + "type": "resref", + "value": "nw_fm_wwlf09" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 7.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "" + }, + "RESREF": { + "type": "resref", + "value": "nw_fm_wwlf10" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 8.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "" + }, + "RESREF": { + "type": "resref", + "value": "nw_fm_wwlf11" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 9.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "" + }, + "RESREF": { + "type": "resref", + "value": "nw_fm_wwlf12" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 9.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "" + }, + "RESREF": { + "type": "resref", + "value": "nw_fm_wwlf13" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 10.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "" + }, + "RESREF": { + "type": "resref", + "value": "nw_fm_wwlf14" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 10.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "" + }, + "RESREF": { + "type": "resref", + "value": "nw_fm_wwlf15" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 11.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "" + }, + "RESREF": { + "type": "resref", + "value": "nw_fm_wwlf16" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 11.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "" + }, + "RESREF": { + "type": "resref", + "value": "nw_fm_wwlf17" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 12.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "" + }, + "RESREF": { + "type": "resref", + "value": "nw_fm_wwlf18" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 13.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "" + }, + "RESREF": { + "type": "resref", + "value": "nw_fm_wwlf19" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 13.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "" + }, + "RESREF": { + "type": "resref", + "value": "nw_fm_wwlf20" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 14.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "" + }, + "RESREF": { + "type": "resref", + "value": "nw_fm_wwlf21" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 14.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "" + }, + "RESREF": { + "type": "resref", + "value": "nw_fm_wwlf22" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 15.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "" + }, + "RESREF": { + "type": "resref", + "value": "nw_fm_wwlf23" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 15.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "" + }, + "RESREF": { + "type": "resref", + "value": "nw_fm_wwlf24" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 16.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "" + }, + "RESREF": { + "type": "resref", + "value": "nw_fm_wwlf25" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 16.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "" + }, + "RESREF": { + "type": "resref", + "value": "nw_fm_wwlf26" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 17.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "" + }, + "RESREF": { + "type": "resref", + "value": "nw_fm_wwlf27" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 17.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "" + }, + "RESREF": { + "type": "resref", + "value": "nw_fm_wwlf28" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 18.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "" + }, + "RESREF": { + "type": "resref", + "value": "nw_fm_wwlf29" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 18.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "" + }, + "RESREF": { + "type": "resref", + "value": "nw_fm_wwlf30" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 19.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "" + }, + "RESREF": { + "type": "resref", + "value": "nw_fm_wwlf31" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 19.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "" + }, + "RESREF": { + "type": "resref", + "value": "nw_fm_wwlf32" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 20.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "" + }, + "RESREF": { + "type": "resref", + "value": "nw_fm_wwlf33" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 20.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "" + }, + "RESREF": { + "type": "resref", + "value": "nw_fm_wwlf34" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 21.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "" + }, + "RESREF": { + "type": "resref", + "value": "nw_fm_wwlf35" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 22.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "" + }, + "RESREF": { + "type": "resref", + "value": "nw_fm_wwlf36" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 22.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "" + }, + "RESREF": { + "type": "resref", + "value": "nw_fm_wwlf37" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 23.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "" + }, + "RESREF": { + "type": "resref", + "value": "nw_fm_wwlf38" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 23.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "" + }, + "RESREF": { + "type": "resref", + "value": "nw_fm_wwlf39" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 23.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "" + }, + "RESREF": { + "type": "resref", + "value": "nw_fm_wwlf40" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 1.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Dire Rat 01" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_direrat01" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 1.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Dire Rat 02" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_direrat02" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 3.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Dire Rat 03" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_direrat03" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 3.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Dire Rat 04" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_direrat04" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 3.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Dire Rat 05" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_direrat05" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 5.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Dire Rat 06" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_direrat06" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 5.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Dire Rat 07" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_direrat07" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 5.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Dire Rat 08" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_direrat08" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 6.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Dire Rat 09" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_direrat09" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 6.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Dire Rat 10" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_direrat10" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 6.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Dire Rat 11" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_direrat11" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 8.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Dire Rat 12" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_direrat12" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 8.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Dire Rat 13" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_direrat13" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 8.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Dire Rat 14" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_direrat14" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 9.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Dire Rat 15" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_direrat15" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 9.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Dire Rat 16" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_direrat16" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 9.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Dire Rat 17" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_direrat17" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 11.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Dire Rat 18" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_direrat18" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 11.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Dire Rat 19" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_direrat19" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 11.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Dire Rat 20" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_direrat20" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 13.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Dire Rat 21" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_direrat21" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 13.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Dire Rat 22" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_direrat22" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 13.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Dire Rat 23" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_direrat23" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 14.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Dire Rat 24" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_direrat24" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 14.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Dire Rat 25" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_direrat25" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 14.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Dire Rat 26" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_direrat26" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 16.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Dire Rat 27" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_direrat27" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 16.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Dire Rat 28" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_direrat28" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 16.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Dire Rat 29" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_direrat29" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 17.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Dire Rat 30" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_direrat30" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 17.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Dire Rat 31" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_direrat31" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 17.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Dire Rat 32" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_direrat32" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 19.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Dire Rat 33" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_direrat33" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 19.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Dire Rat 34" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_direrat34" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 19.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Dire Rat 35" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_direrat35" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 20.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Dire Rat 36" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_direrat36" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 20.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Dire Rat 37" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_direrat37" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 20.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Dire Rat 38" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_direrat38" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 22.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Dire Rat 39" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_direrat39" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 22.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Dire Rat 40" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_direrat40" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 1.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Dog 01" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_dog01" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 1.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Dog 02" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_dog02" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 3.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Dog 03" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_dog03" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 3.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Dog 04" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_dog04" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 3.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Dog 05" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_dog05" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 5.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Dog 06" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_dog06" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 5.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Dog 07" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_dog07" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 5.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Dog 08" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_dog08" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 6.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Dog 09" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_dog09" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 6.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Dog 10" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_dog10" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 6.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Dog 11" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_dog11" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 8.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Dog 12" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_dog12" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 8.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Dog 13" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_dog13" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 8.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Dog 14" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_dog14" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 9.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Dog 15" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_dog15" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 9.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Dog 16" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_dog16" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 9.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Dog 17" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_dog17" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 11.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Dog 18" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_dog18" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 11.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Dog 19" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_dog19" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 11.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Dog 20" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_dog20" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 13.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Dog 21" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_dog21" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 13.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Dog 22" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_dog22" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 13.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Dog 23" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_dog23" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 14.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Dog 24" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_dog24" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 14.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Dog 25" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_dog25" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 14.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Dog 26" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_dog26" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 16.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Dog 27" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_dog27" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 16.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Dog 28" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_dog28" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 16.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Dog 29" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_dog29" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 17.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Dog 30" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_dog30" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 17.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Dog 31" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_dog31" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 17.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Dog 32" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_dog32" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 19.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Dog 33" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_dog33" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 19.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Dog 34" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_dog34" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 19.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Dog 35" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_dog35" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 20.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Dog 36" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_dog36" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 20.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Dog 37" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_dog37" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 20.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Dog 38" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_dog38" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 22.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Dog 39" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_dog39" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 22.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Dog 40" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_dog40" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 1.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Eagle 01" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_eagle01" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 1.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Eagle 02" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_eagle02" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 3.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Eagle 03" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_eagle03" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 3.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Eagle 04" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_eagle04" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 3.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Eagle 05" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_eagle05" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 5.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Eagle 06" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_eagle06" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 5.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Eagle 07" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_eagle07" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 5.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Eagle 08" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_eagle08" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 6.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Eagle 09" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_eagle09" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 6.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Eagle 10" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_eagle10" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 6.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Eagle 11" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_eagle11" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 8.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Eagle 12" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_eagle12" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 8.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Eagle 13" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_eagle13" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 8.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Eagle 14" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_eagle14" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 9.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Eagle 15" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_eagle15" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 9.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Eagle 16" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_eagle16" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 9.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Eagle 17" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_eagle17" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 11.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Eagle 18" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_eagle18" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 11.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Eagle 19" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_eagle19" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 11.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Eagle 20" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_eagle20" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 13.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Eagle 21" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_eagle21" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 13.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Eagle 22" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_eagle22" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 13.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Eagle 23" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_eagle23" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 14.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Eagle 24" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_eagle24" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 14.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Eagle 25" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_eagle25" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 14.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Eagle 26" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_eagle26" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 16.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Eagle 27" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_eagle27" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 16.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Eagle 28" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_eagle28" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 16.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Eagle 29" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_eagle29" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 18.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Eagle 30" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_eagle30" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 18.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Eagle 31" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_eagle31" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 18.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Eagle 32" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_eagle32" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 19.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Eagle 33" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_eagle33" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 19.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Eagle 34" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_eagle34" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 19.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Eagle 35" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_eagle35" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 21.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Eagle 36" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_eagle36" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 21.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Eagle 37" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_eagle37" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 21.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Eagle 38" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_eagle38" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 22.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Eagle 39" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_eagle39" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 22.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Eagle 40" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_eagle40" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 1.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Hawk 01" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_hawk01" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 1.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Hawk 02" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_hawk02" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 3.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Hawk 03" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_hawk03" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 3.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Hawk 04" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_hawk04" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 3.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Hawk 05" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_hawk05" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 5.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Hawk 06" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_hawk06" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 5.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Hawk 07" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_hawk07" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 5.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Hawk 08" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_hawk08" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 7.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Hawk 09" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_hawk09" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 7.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Hawk 10" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_hawk10" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 7.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Hawk 11" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_hawk11" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 8.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Hawk 12" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_hawk12" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 8.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Hawk 13" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_hawk13" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 8.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Hawk 14" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_hawk14" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 10.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Hawk 15" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_hawk15" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 10.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Hawk 16" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_hawk16" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 10.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Hawk 17" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_hawk17" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 12.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Hawk 18" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_hawk18" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 12.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Hawk 19" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_hawk19" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 12.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Hawk 20" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_hawk20" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 13.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Hawk 21" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_hawk21" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 13.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Hawk 22" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_hawk22" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 13.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Hawk 23" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_hawk23" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 15.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Hawk 24" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_hawk24" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 15.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Hawk 25" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_hawk25" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 15.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Hawk 26" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_hawk26" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 16.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Hawk 27" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_hawk27" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 16.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Hawk 28" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_hawk28" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 16.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Hawk 29" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_hawk29" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 18.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Hawk 30" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_hawk30" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 18.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Hawk 31" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_hawk31" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 18.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Hawk 32" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_hawk32" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 19.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Hawk 33" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_hawk33" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 19.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Hawk 34" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_hawk34" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 19.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Hawk 35" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_hawk35" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 20.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Hawk 36" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_hawk36" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 20.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Hawk 37" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_hawk37" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 20.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Hawk 38" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_hawk38" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 22.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Hawk 39" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_hawk39" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 22.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Hawk 40" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_hawk40" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 3.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Heavy Horse 01" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_hvhorse01" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 3.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Heavy Horse 02" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_hvhorse02" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 4.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Heavy Horse 03" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_hvhorse03" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 4.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Heavy Horse 04" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_hvhorse04" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 4.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Heavy Horse 05" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_hvhorse05" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 6.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Heavy Horse 06" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_hvhorse06" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 6.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Heavy Horse 07" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_hvhorse07" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 6.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Heavy Horse 08" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_hvhorse08" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 8.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Heavy Horse 09" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_hvhorse09" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 8.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Heavy Horse 10" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_hvhorse10" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 8.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Heavy Horse 11" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_hvhorse11" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 9.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Heavy Horse 12" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_hvhorse12" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 9.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Heavy Horse 13" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_hvhorse13" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 9.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Heavy Horse 14" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_hvhorse14" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 11.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Heavy Horse 15" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_hvhorse15" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 11.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Heavy Horse 16" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_hvhorse16" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 11.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Heavy Horse 17" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_hvhorse17" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 13.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Heavy Horse 18" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_hvhorse18" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 13.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Heavy Horse 19" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_hvhorse19" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 13.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Heavy Horse 20" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_hvhorse20" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 14.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Heavy Horse 21" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_hvhorse21" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 14.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Heavy Horse 22" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_hvhorse22" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 14.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Heavy Horse 23" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_hvhorse23" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 16.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Heavy Horse 24" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_hvhorse24" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 16.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Heavy Horse 25" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_hvhorse25" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 16.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Heavy Horse 26" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_hvhorse26" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 17.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Heavy Horse 27" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_hvhorse27" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 17.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Heavy Horse 28" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_hvhorse28" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 17.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Heavy Horse 29" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_hvhorse29" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 19.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Heavy Horse 30" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_hvhorse30" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 19.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Heavy Horse 31" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_hvhorse31" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 19.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Heavy Horse 32" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_hvhorse32" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 20.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Heavy Horse 33" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_hvhorse33" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 20.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Heavy Horse 34" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_hvhorse34" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 20.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Heavy Horse 35" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_hvhorse35" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 22.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Heavy Horse 36" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_hvhorse36" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 22.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Heavy Horse 37" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_hvhorse37" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 22.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Heavy Horse 38" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_hvhorse38" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 23.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Heavy Horse 39" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_hvhorse39" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 23.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Heavy Horse 40" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_hvhorse40" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 3.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Light Horse 01" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_lthorse01" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 3.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Light Horse 02" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_lthorse02" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 4.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Light Horse 03" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_lthorse03" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 4.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Light Horse 04" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_lthorse04" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 4.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Light Horse 05" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_lthorse05" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 6.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Light Horse 06" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_lthorse06" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 6.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Light Horse 07" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_lthorse07" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 6.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Light Horse 08" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_lthorse08" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 8.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Light Horse 09" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_lthorse09" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 8.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Light Horse 10" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_lthorse10" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 8.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Light Horse 11" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_lthorse11" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 9.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Light Horse 12" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_lthorse12" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 9.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Light Horse 13" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_lthorse13" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 9.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Light Horse 14" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_lthorse14" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 11.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Light Horse 15" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_lthorse15" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 11.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Light Horse 16" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_lthorse16" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 11.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Light Horse 17" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_lthorse17" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 12.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Light Horse 18" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_lthorse18" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 12.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Light Horse 19" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_lthorse19" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 12.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Light Horse 20" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_lthorse20" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 14.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Light Horse 21" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_lthorse21" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 14.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Light Horse 22" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_lthorse22" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 14.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Light Horse 23" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_lthorse23" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 16.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Light Horse 24" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_lthorse24" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 16.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Light Horse 25" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_lthorse25" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 16.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Light Horse 26" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_lthorse26" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 17.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Light Horse 27" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_lthorse27" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 17.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Light Horse 28" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_lthorse28" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 17.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Light Horse 29" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_lthorse29" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 19.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Light Horse 30" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_lthorse30" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 19.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Light Horse 31" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_lthorse31" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 19.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Light Horse 32" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_lthorse32" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 20.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Light Horse 33" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_lthorse33" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 20.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Light Horse 34" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_lthorse34" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 20.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Light Horse 35" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_lthorse35" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 22.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Light Horse 36" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_lthorse36" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 22.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Light Horse 37" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_lthorse37" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 22.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Light Horse 38" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_lthorse38" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 23.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Light Horse 39" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_lthorse39" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 23.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Light Horse 40" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_lthorse40" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 1.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Owl 01" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_owl01" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 1.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Owl 02" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_owl02" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 3.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Owl 03" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_owl03" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 3.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Owl 04" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_owl04" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 3.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Owl 05" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_owl05" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 5.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Owl 06" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_owl06" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 5.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Owl 07" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_owl07" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 5.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Owl 08" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_owl08" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 7.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Owl 09" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_owl09" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 7.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Owl 10" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_owl10" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 7.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Owl 11" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_owl11" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 8.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Owl 12" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_owl12" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 8.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Owl 13" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_owl13" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 8.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Owl 14" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_owl14" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 10.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Owl 15" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_owl15" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 10.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Owl 16" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_owl16" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 10.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Owl 17" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_owl17" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 11.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Owl 18" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_owl18" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 11.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Owl 19" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_owl19" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 11.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Owl 20" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_owl20" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 13.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Owl 21" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_owl21" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 13.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Owl 22" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_owl22" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 13.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Owl 23" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_owl23" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 15.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Owl 24" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_owl24" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 15.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Owl 25" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_owl25" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 15.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Owl 26" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_owl26" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 16.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Owl 27" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_owl27" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 16.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Owl 28" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_owl28" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 16.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Owl 29" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_owl29" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 18.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Owl 30" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_owl30" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 18.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Owl 31" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_owl31" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 18.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Owl 32" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_owl32" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 20.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Owl 33" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_owl33" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 20.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Owl 34" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_owl34" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 18.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Owl 35" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_owl35" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 21.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Owl 36" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_owl36" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 21.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Owl 37" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_owl37" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 21.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Owl 38" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_owl38" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 23.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Owl 39" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_owl39" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 23.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Owl 40" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_owl40" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 2.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Pony 01" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_pony01" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 2.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Pony 02" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_pony02" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 3.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Pony 03" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_pony03" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 3.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Pony 04" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_pony04" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 3.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Pony 05" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_pony05" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 5.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Pony 06" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_pony06" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 5.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Pony 07" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_pony07" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 5.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Pony 08" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_pony08" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 7.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Pony 09" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_pony09" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 7.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Pony 10" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_pony10" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 7.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Pony 11" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_pony11" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 9.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Pony 12" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_pony12" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 9.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Pony 13" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_pony13" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 9.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Pony 14" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_pony14" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 10.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Pony 15" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_pony15" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 10.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Pony 16" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_pony16" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 10.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Pony 17" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_pony17" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 12.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Pony 18" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_pony18" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 12.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Pony 19" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_pony19" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 12.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Pony 20" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_pony20" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 13.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Pony 21" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_pony21" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 13.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Pony 22" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_pony22" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 13.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Pony 23" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_pony23" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 15.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Pony 24" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_pony24" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 15.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Pony 25" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_pony25" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 15.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Pony 26" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_pony26" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 16.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Pony 27" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_pony27" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 16.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Pony 28" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_pony28" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 16.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Pony 29" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_pony29" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 18.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Pony 30" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_pony30" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 18.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Pony 31" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_pony31" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 18.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Pony 32" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_pony32" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 19.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Pony 33" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_pony33" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 19.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Pony 34" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_pony34" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 19.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Pony 35" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_pony35" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 21.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Pony 36" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_pony36" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 21.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Pony 37" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_pony37" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 21.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Pony 38" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_pony38" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 22.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Pony 39" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_pony39" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 22.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Pony 40" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_pony40" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 2.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Riding Dog 01" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_dogride01" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 2.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Riding Dog 02" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_dogride02" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 4.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Riding Dog 03" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_dogride03" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 4.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Riding Dog 04" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_dogride04" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 4.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Riding Dog 05" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_dogride05" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 6.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Riding Dog 06" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_dogride06" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 6.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Riding Dog 07" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_dogride07" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 6.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Riding Dog 08" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_dogride08" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 7.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Riding Dog 09" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_dogride09" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 7.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Riding Dog 10" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_dogride10" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 7.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Riding Dog 11" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_dogride11" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 9.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Riding Dog 12" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_dogride12" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 9.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Riding Dog 13" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_dogride13" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 9.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Riding Dog 14" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_dogride14" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 10.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Riding Dog 15" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_dogride15" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 10.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Riding Dog 16" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_dogride16" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 10.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Riding Dog 17" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_dogride17" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 12.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Riding Dog 18" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_dogride18" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 12.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Riding Dog 19" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_dogride19" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 12.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Riding Dog 20" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_dogride20" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 14.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Riding Dog 21" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_dogride21" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 14.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Riding Dog 22" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_dogride22" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 14.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Riding Dog 23" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_dogride23" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 15.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Riding Dog 24" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_dogride24" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 15.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Riding Dog 25" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_dogride25" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 15.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Riding Dog 26" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_dogride26" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 17.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Riding Dog 27" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_dogride27" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 17.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Riding Dog 28" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_dogride28" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 17.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Riding Dog 29" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_dogride29" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 19.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Riding Dog 30" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_dogride30" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 19.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Riding Dog 31" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_dogride31" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 19.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Riding Dog 32" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_dogride32" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 20.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Riding Dog 33" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_dogride33" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 20.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Riding Dog 34" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_dogride34" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 20.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Riding Dog 35" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_dogride35" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 22.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Riding Dog 36" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_dogride36" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 22.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Riding Dog 37" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_dogride37" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 22.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Riding Dog 38" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_dogride38" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 23.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Riding Dog 39" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_dogride39" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 23.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Riding Dog 40" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_dogride40" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 2.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Viper 01" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_mviper01" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 2.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Viper 02" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_mviper02" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 3.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Viper 03" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_mviper03" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 3.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Viper 04" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_mviper04" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 3.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Viper 05" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_mviper05" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 5.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Viper 06" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_mviper06" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 5.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Viper 07" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_mviper07" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 5.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Viper 08" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_mviper08" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 6.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Viper 09" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_mviper09" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 6.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Viper 10" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_mviper10" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 6.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Viper 11" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_mviper11" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 7.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Viper 12" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_mviper12" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 7.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Viper 13" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_mviper13" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 7.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Viper 14" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_mviper14" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 9.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Viper 15" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_mviper15" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 9.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Viper 16" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_mviper16" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 9.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Viper 17" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_mviper17" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 10.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Viper 18" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_mviper18" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 10.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Viper 19" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_mviper19" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 10.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Viper 20" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_mviper20" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 11.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Viper 21" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_mviper21" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 11.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Viper 22" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_mviper22" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 11.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Viper 23" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_mviper23" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 13.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Viper 24" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_mviper24" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 13.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Viper 25" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_mviper25" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 13.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Viper 26" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_mviper26" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 14.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Viper 27" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_mviper27" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 14.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Viper 28" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_mviper28" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 14.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Viper 29" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_mviper29" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 15.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Viper 30" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_mviper30" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 15.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Viper 31" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_mviper31" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 15.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Viper 32" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_mviper32" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 17.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Viper 33" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_mviper33" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 17.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Viper 34" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_mviper34" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 17.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Viper 35" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_mviper35" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 18.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Viper 36" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_mviper36" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 18.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Viper 37" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_mviper37" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 18.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Viper 38" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_mviper38" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 19.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Viper 39" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_mviper39" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 19.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Viper 40" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_mviper40" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 2.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Wolf 01" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_wolf01" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 2.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Wolf 02" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_wolf02" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 4.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Wolf 03" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_wolf03" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 4.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Wolf 04" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_wolf04" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 4.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Wolf 05" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_wolf05" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 5.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Wolf 06" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_wolf06" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 5.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Wolf 07" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_wolf07" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 5.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Wolf 08" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_wolf08" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 7.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Wolf 09" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_wolf09" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 7.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Wolf 10" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_wolf10" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 7.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Wolf 11" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_wolf11" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 9.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Wolf 12" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_wolf12" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 9.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Wolf 13" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_wolf13" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 9.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Wolf 14" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_wolf14" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 10.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Wolf 15" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_wolf15" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 10.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Wolf 16" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_wolf16" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 10.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Wolf 17" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_wolf17" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 12.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Wolf 18" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_wolf18" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 12.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Wolf 19" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_wolf19" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 12.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Wolf 20" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_wolf20" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 13.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Wolf 21" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_wolf21" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 13.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Wolf 22" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_wolf22" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 13.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Wolf 23" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_wolf23" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 15.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Wolf 24" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_wolf24" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 15.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Wolf 25" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_wolf25" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 15.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Wolf 26" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_wolf26" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 17.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Wolf 27" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_wolf27" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 17.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Wolf 28" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_wolf28" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 17.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Wolf 29" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_wolf29" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 18.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Wolf 30" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_wolf30" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 18.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Wolf 31" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_wolf31" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 18.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Wolf 32" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_wolf32" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 20.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Wolf 33" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_wolf33" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 20.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Wolf 34" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_wolf34" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 20.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Wolf 35" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_wolf35" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 21.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Wolf 36" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_wolf36" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 21.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Wolf 37" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_wolf37" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 21.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Wolf 38" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_wolf38" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 23.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Wolf 39" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_wolf39" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 23.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animal Companion: Wolf 40" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_wolf40" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 13.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animated Dire Bear" + }, + "RESREF": { + "type": "resref", + "value": "prc_a_beardire" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 15.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animated Dire Tiger" + }, + "RESREF": { + "type": "resref", + "value": "prc_a_tigerdire" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 9.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Animated Dire Wolf" + }, + "RESREF": { + "type": "resref", + "value": "prc_a_wolfdire" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 1.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Merchant" + }, + "NAME": { + "type": "cexostring", + "value": "Badger" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_badger01" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 1.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Merchant" + }, + "NAME": { + "type": "cexostring", + "value": "Badger" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_badger02" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 2.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Merchant" + }, + "NAME": { + "type": "cexostring", + "value": "Badger" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_badger03" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 2.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Merchant" + }, + "NAME": { + "type": "cexostring", + "value": "Badger" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_badger04" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 2.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Merchant" + }, + "NAME": { + "type": "cexostring", + "value": "Badger" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_badger05" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 4.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Merchant" + }, + "NAME": { + "type": "cexostring", + "value": "Badger" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_badger06" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 4.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Merchant" + }, + "NAME": { + "type": "cexostring", + "value": "Badger" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_badger07" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 4.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Merchant" + }, + "NAME": { + "type": "cexostring", + "value": "Badger" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_badger08" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 6.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Merchant" + }, + "NAME": { + "type": "cexostring", + "value": "Badger" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_badger09" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 6.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Merchant" + }, + "NAME": { + "type": "cexostring", + "value": "Badger" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_badger10" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 6.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Merchant" + }, + "NAME": { + "type": "cexostring", + "value": "Badger" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_badger11" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 7.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Merchant" + }, + "NAME": { + "type": "cexostring", + "value": "Badger" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_badger12" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 7.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Merchant" + }, + "NAME": { + "type": "cexostring", + "value": "Badger" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_badger13" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 7.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Merchant" + }, + "NAME": { + "type": "cexostring", + "value": "Badger" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_badger14" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 9.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Merchant" + }, + "NAME": { + "type": "cexostring", + "value": "Badger" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_badger15" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 9.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Merchant" + }, + "NAME": { + "type": "cexostring", + "value": "Badger" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_badger16" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 9.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Merchant" + }, + "NAME": { + "type": "cexostring", + "value": "Badger" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_badger17" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 10.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Merchant" + }, + "NAME": { + "type": "cexostring", + "value": "Badger" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_badger18" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 10.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Merchant" + }, + "NAME": { + "type": "cexostring", + "value": "Badger" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_badger19" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 10.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Merchant" + }, + "NAME": { + "type": "cexostring", + "value": "Badger" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_badger20" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 12.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Merchant" + }, + "NAME": { + "type": "cexostring", + "value": "Badger" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_badger21" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 12.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Merchant" + }, + "NAME": { + "type": "cexostring", + "value": "Badger" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_badger22" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 12.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Merchant" + }, + "NAME": { + "type": "cexostring", + "value": "Badger" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_badger23" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 13.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Merchant" + }, + "NAME": { + "type": "cexostring", + "value": "Badger" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_badger24" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 13.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Merchant" + }, + "NAME": { + "type": "cexostring", + "value": "Badger" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_badger25" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 13.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Merchant" + }, + "NAME": { + "type": "cexostring", + "value": "Badger" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_badger26" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 15.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Merchant" + }, + "NAME": { + "type": "cexostring", + "value": "Badger" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_badger27" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 15.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Merchant" + }, + "NAME": { + "type": "cexostring", + "value": "Badger" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_badger28" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 15.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Merchant" + }, + "NAME": { + "type": "cexostring", + "value": "Badger" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_badger29" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 16.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Merchant" + }, + "NAME": { + "type": "cexostring", + "value": "Badger" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_badger30" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 16.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Merchant" + }, + "NAME": { + "type": "cexostring", + "value": "Badger" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_badger31" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 16.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Merchant" + }, + "NAME": { + "type": "cexostring", + "value": "Badger" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_badger32" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 18.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Merchant" + }, + "NAME": { + "type": "cexostring", + "value": "Badger" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_badger33" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 18.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Merchant" + }, + "NAME": { + "type": "cexostring", + "value": "Badger" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_badger34" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 18.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Merchant" + }, + "NAME": { + "type": "cexostring", + "value": "Badger" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_badger35" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 19.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Merchant" + }, + "NAME": { + "type": "cexostring", + "value": "Badger" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_badger36" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 19.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Merchant" + }, + "NAME": { + "type": "cexostring", + "value": "Badger" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_badger37" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 19.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Merchant" + }, + "NAME": { + "type": "cexostring", + "value": "Badger" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_badger38" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 21.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Merchant" + }, + "NAME": { + "type": "cexostring", + "value": "Badger" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_badger39" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 21.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Merchant" + }, + "NAME": { + "type": "cexostring", + "value": "Badger" + }, + "RESREF": { + "type": "resref", + "value": "prc_ac_badger40" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 1.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Bat" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_bat01" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 2.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Bat" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_bat02" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 2.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Bat" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_bat03" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 3.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Bat" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_bat04" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 4.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Bat" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_bat05" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 4.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Bat" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_bat06" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 5.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Bat" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_bat07" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 6.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Bat" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_bat08" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 6.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Bat" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_bat09" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 7.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Bat" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_bat10" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 8.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Bat" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_bat11" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 8.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Bat" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_bat12" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 9.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Bat" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_bat13" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 10.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Bat" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_bat14" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 10.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Bat" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_bat15" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 11.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Bat" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_bat16" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 11.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Bat" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_bat17" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 12.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Bat" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_bat18" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 13.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Bat" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_bat19" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 13.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Bat" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_bat20" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 14.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Bat" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_bat21" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 15.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Bat" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_bat22" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 15.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Bat" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_bat23" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 16.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Bat" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_bat24" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 16.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Bat" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_bat25" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 17.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Bat" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_bat26" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 18.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Bat" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_bat27" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 18.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Bat" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_bat28" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 19.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Bat" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_bat29" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 19.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Bat" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_bat30" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 20.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Bat" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_bat31" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 20.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Bat" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_bat32" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 21.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Bat" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_bat33" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 21.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Bat" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_bat34" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 22.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Bat" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_bat35" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 23.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Bat" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_bat36" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 23.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Bat" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_bat37" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 24.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Bat" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_bat38" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 24.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Bat" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_bat39" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 25.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Bat" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_bat40" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 16.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "RESREF": { + "type": "resref", + "value": "x2_s_batthorr001" + }, + "STRREF": { + "type": "dword", + "value": 90406 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 39.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "RESREF": { + "type": "resref", + "value": "x2_s_bblade" + }, + "STRREF": { + "type": "dword", + "value": 90406 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 2.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Blink Dog, companion 01" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_bdog01" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 2.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Blink Dog, companion 02" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_bdog02" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 3.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Blink Dog, companion 03" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_bdog03" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 4.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Blink Dog, companion 04" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_bdog04" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 5.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Blink Dog, companion 05" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_bdog05" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 5.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Blink Dog, companion 06" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_bdog06" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 6.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Blink Dog, companion 07" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_bdog07" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 7.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Blink Dog, companion 08" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_bdog08" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 7.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Blink Dog, companion 09" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_bdog09" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 8.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Blink Dog, companion 10" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_bdog10" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 9.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Blink Dog, companion 11" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_bdog11" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 9.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Blink Dog, companion 12" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_bdog12" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 10.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Blink Dog, companion 13" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_bdog13" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 11.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Blink Dog, companion 14" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_bdog14" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 12.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Blink Dog, companion 15" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_bdog15" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 12.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Blink Dog, companion 16" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_bdog16" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 13.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Blink Dog, companion 17" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_bdog17" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 14.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Blink Dog, companion 18" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_bdog18" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 14.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Blink Dog, companion 19" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_bdog19" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 15.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Blink Dog, companion 20" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_bdog20" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 16.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Blink Dog, companion 21" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_bdog21" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 16.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Blink Dog, companion 22" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_bdog22" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 17.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Blink Dog, companion 23" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_bdog23" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 17.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Blink Dog, companion 24" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_bdog24" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 18.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Blink Dog, companion 25" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_bdog25" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 19.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Blink Dog, companion 26" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_bdog26" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 19.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Blink Dog, companion 27" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_bdog27" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 20.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Blink Dog, companion 28" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_bdog28" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 20.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Blink Dog, companion 29" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_bdog29" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 21.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Blink Dog, companion 30" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_bdog30" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 22.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Blink Dog, companion 31" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_bdog31" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 22.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Blink Dog, companion 32" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_bdog32" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 23.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Blink Dog, companion 33" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_bdog33" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 23.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Blink Dog, companion 34" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_bdog34" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 24.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Blink Dog, companion 35" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_bdog35" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 25.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Blink Dog, companion 36" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_bdog36" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 25.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Blink Dog, companion 37" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_bdog37" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 26.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Blink Dog, companion 38" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_bdog38" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 26.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Blink Dog, companion 39" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_bdog39" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 27.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Blink Dog, companion 40" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_bdog40" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 0.5 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Cobra, companion 01" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_cobra01" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 2.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Cobra, companion 02" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_cobra02" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 2.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Cobra, companion 03" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_cobra03" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 3.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Cobra, companion 04" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_cobra04" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 4.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Cobra, companion 05" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_cobra05" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 4.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Cobra, companion 06" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_cobra06" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 5.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Cobra, companion 07" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_cobra07" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 5.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Cobra, companion 08" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_cobra08" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 6.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Cobra, companion 09" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_cobra09" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 7.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Cobra, companion 10" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_cobra10" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 7.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Cobra, companion 11" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_cobra11" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 8.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Cobra, companion 12" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_cobra12" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 8.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Cobra, companion 13" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_cobra13" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 9.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Cobra, companion 14" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_cobra14" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 10.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Cobra, companion 15" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_cobra15" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 10.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Cobra, companion 16" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_cobra16" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 11.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Cobra, companion 17" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_cobra17" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 11.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Cobra, companion 18" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_cobra18" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 12.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Cobra, companion 19" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_cobra19" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 12.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Cobra, companion 20" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_cobra20" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 13.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Cobra, companion 21" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_cobra21" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 14.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Cobra, companion 22" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_cobra22" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 14.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Cobra, companion 23" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_cobra23" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 15.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Cobra, companion 24" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_cobra24" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 15.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Cobra, companion 25" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_cobra25" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 16.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Cobra, companion 26" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_cobra26" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 16.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Cobra, companion 27" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_cobra27" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 17.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Cobra, companion 28" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_cobra28" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 17.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Cobra, companion 29" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_cobra29" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 18.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Cobra, companion 30" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_cobra30" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 18.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Cobra, companion 31" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_cobra31" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 19.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Cobra, companion 32" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_cobra32" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 19.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Cobra, companion 33" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_cobra33" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 20.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Cobra, companion 34" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_cobra34" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 20.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Cobra, companion 35" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_cobra35" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 21.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Cobra, companion 36" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_cobra36" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 21.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Cobra, companion 37" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_cobra37" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 22.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Cobra, companion 38" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_cobra38" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 22.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Cobra, companion 39" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_cobra39" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 23.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Cobra, companion 40" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_cobra40" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 2.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Defender" + }, + "NAME": { + "type": "cexostring", + "value": "Controlled" + }, + "RESREF": { + "type": "resref", + "value": "psi_ctrlobj" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 0.5 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_phases01" + }, + "STRREF": { + "type": "dword", + "value": 12722 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 2.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_phases02" + }, + "STRREF": { + "type": "dword", + "value": 12722 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 2.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_phases03" + }, + "STRREF": { + "type": "dword", + "value": 12722 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 3.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_phases04" + }, + "STRREF": { + "type": "dword", + "value": 12722 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 3.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_phases05" + }, + "STRREF": { + "type": "dword", + "value": 12722 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 4.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_phases06" + }, + "STRREF": { + "type": "dword", + "value": 12722 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 5.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_phases07" + }, + "STRREF": { + "type": "dword", + "value": 12722 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 5.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_phases08" + }, + "STRREF": { + "type": "dword", + "value": 12722 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 6.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_phases09" + }, + "STRREF": { + "type": "dword", + "value": 12722 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 6.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_phases10" + }, + "STRREF": { + "type": "dword", + "value": 12722 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 7.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_phases11" + }, + "STRREF": { + "type": "dword", + "value": 12722 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 8.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_phases12" + }, + "STRREF": { + "type": "dword", + "value": 12722 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 8.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_phases13" + }, + "STRREF": { + "type": "dword", + "value": 12722 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 9.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_phases14" + }, + "STRREF": { + "type": "dword", + "value": 12722 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 9.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_phases15" + }, + "STRREF": { + "type": "dword", + "value": 12722 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 10.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_phases16" + }, + "STRREF": { + "type": "dword", + "value": 12722 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 11.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_phases17" + }, + "STRREF": { + "type": "dword", + "value": 12722 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 11.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_phases18" + }, + "STRREF": { + "type": "dword", + "value": 12722 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 12.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_phases19" + }, + "STRREF": { + "type": "dword", + "value": 12722 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 12.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_phases20" + }, + "STRREF": { + "type": "dword", + "value": 12722 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 13.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_phases21" + }, + "STRREF": { + "type": "dword", + "value": 12722 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 13.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_phases22" + }, + "STRREF": { + "type": "dword", + "value": 12722 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 14.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_phases23" + }, + "STRREF": { + "type": "dword", + "value": 12722 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 14.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_phases24" + }, + "STRREF": { + "type": "dword", + "value": 12722 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 15.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_phases25" + }, + "STRREF": { + "type": "dword", + "value": 12722 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 16.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_phases26" + }, + "STRREF": { + "type": "dword", + "value": 12722 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 16.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_phases27" + }, + "STRREF": { + "type": "dword", + "value": 12722 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 17.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_phases28" + }, + "STRREF": { + "type": "dword", + "value": 12722 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 17.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_phases29" + }, + "STRREF": { + "type": "dword", + "value": 12722 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 18.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_phases30" + }, + "STRREF": { + "type": "dword", + "value": 12722 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 18.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_phases31" + }, + "STRREF": { + "type": "dword", + "value": 12722 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 19.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_phases32" + }, + "STRREF": { + "type": "dword", + "value": 12722 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 19.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_phases33" + }, + "STRREF": { + "type": "dword", + "value": 12722 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 20.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_phases34" + }, + "STRREF": { + "type": "dword", + "value": 12722 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 20.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_phases35" + }, + "STRREF": { + "type": "dword", + "value": 12722 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 21.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_phases36" + }, + "STRREF": { + "type": "dword", + "value": 12722 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 21.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_phases37" + }, + "STRREF": { + "type": "dword", + "value": 12722 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 22.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_phases38" + }, + "STRREF": { + "type": "dword", + "value": 12722 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 23.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_phases39" + }, + "STRREF": { + "type": "dword", + "value": 12722 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 23.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_phases40" + }, + "STRREF": { + "type": "dword", + "value": 12722 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 0.5 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "RESREF": { + "type": "resref", + "value": "x2_s_faerie001" + }, + "STRREF": { + "type": "dword", + "value": 90413 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 1.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_stinkb01" + }, + "STRREF": { + "type": "dword", + "value": 12409 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 2.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_stinkb02" + }, + "STRREF": { + "type": "dword", + "value": 12409 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 3.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_stinkb03" + }, + "STRREF": { + "type": "dword", + "value": 12409 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 3.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_stinkb04" + }, + "STRREF": { + "type": "dword", + "value": 12409 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 4.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_stinkb05" + }, + "STRREF": { + "type": "dword", + "value": 12409 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 5.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_stinkb06" + }, + "STRREF": { + "type": "dword", + "value": 12409 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 5.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_stinkb07" + }, + "STRREF": { + "type": "dword", + "value": 12409 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 6.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_stinkb08" + }, + "STRREF": { + "type": "dword", + "value": 12409 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 7.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_stinkb09" + }, + "STRREF": { + "type": "dword", + "value": 12409 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 7.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_stinkb10" + }, + "STRREF": { + "type": "dword", + "value": 12409 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 8.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_stinkb11" + }, + "STRREF": { + "type": "dword", + "value": 12409 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 8.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_stinkb12" + }, + "STRREF": { + "type": "dword", + "value": 12409 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 9.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_stinkb13" + }, + "STRREF": { + "type": "dword", + "value": 12409 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 10.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_stinkb14" + }, + "STRREF": { + "type": "dword", + "value": 12409 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 10.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_stinkb15" + }, + "STRREF": { + "type": "dword", + "value": 12409 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 11.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_stinkb16" + }, + "STRREF": { + "type": "dword", + "value": 12409 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 12.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_stinkb17" + }, + "STRREF": { + "type": "dword", + "value": 12409 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 12.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_stinkb18" + }, + "STRREF": { + "type": "dword", + "value": 12409 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 13.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_stinkb19" + }, + "STRREF": { + "type": "dword", + "value": 12409 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 13.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_stinkb20" + }, + "STRREF": { + "type": "dword", + "value": 12409 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 14.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_stinkb21" + }, + "STRREF": { + "type": "dword", + "value": 12409 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 15.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_stinkb22" + }, + "STRREF": { + "type": "dword", + "value": 12409 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 15.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_stinkb23" + }, + "STRREF": { + "type": "dword", + "value": 12409 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 16.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_stinkb24" + }, + "STRREF": { + "type": "dword", + "value": 12409 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 17.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_stinkb25" + }, + "STRREF": { + "type": "dword", + "value": 12409 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 17.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_stinkb26" + }, + "STRREF": { + "type": "dword", + "value": 12409 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 18.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_stinkb27" + }, + "STRREF": { + "type": "dword", + "value": 12409 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 18.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_stinkb28" + }, + "STRREF": { + "type": "dword", + "value": 12409 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 19.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_stinkb29" + }, + "STRREF": { + "type": "dword", + "value": 12409 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 20.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_stinkb30" + }, + "STRREF": { + "type": "dword", + "value": 12409 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 20.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_stinkb31" + }, + "STRREF": { + "type": "dword", + "value": 12409 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 21.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_stinkb32" + }, + "STRREF": { + "type": "dword", + "value": 12409 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 22.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_stinkb33" + }, + "STRREF": { + "type": "dword", + "value": 12409 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 22.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_stinkb34" + }, + "STRREF": { + "type": "dword", + "value": 12409 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 23.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_stinkb35" + }, + "STRREF": { + "type": "dword", + "value": 12409 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 23.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_stinkb36" + }, + "STRREF": { + "type": "dword", + "value": 12409 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 24.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_stinkb37" + }, + "STRREF": { + "type": "dword", + "value": 12409 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 25.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_stinkb38" + }, + "STRREF": { + "type": "dword", + "value": 12409 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 25.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_stinkb39" + }, + "STRREF": { + "type": "dword", + "value": 12409 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 26.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_stinkb40" + }, + "STRREF": { + "type": "dword", + "value": 12409 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 4.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "RESREF": { + "type": "resref", + "value": "x1_s_airsmall" + }, + "STRREF": { + "type": "dword", + "value": 40642 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 22.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Hostile" + }, + "RESREF": { + "type": "resref", + "value": "x2_s_lich_24" + }, + "STRREF": { + "type": "dword", + "value": 90418 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 23.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Hostile" + }, + "RESREF": { + "type": "resref", + "value": "x2_s_lich_26" + }, + "STRREF": { + "type": "dword", + "value": 90419 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 18.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "RESREF": { + "type": "resref", + "value": "nw_s_balor" + }, + "STRREF": { + "type": "dword", + "value": 12735 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 15.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Hostile" + }, + "RESREF": { + "type": "resref", + "value": "nw_s_balor_evil" + }, + "STRREF": { + "type": "dword", + "value": 12735 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 14.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "RESREF": { + "type": "resref", + "value": "nw_s_ctrumpet" + }, + "STRREF": { + "type": "dword", + "value": 12740 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 14.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "RESREF": { + "type": "resref", + "value": "nw_s_slaaddeth" + }, + "STRREF": { + "type": "dword", + "value": 12765 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 3.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "RESREF": { + "type": "resref", + "value": "nw_s_badgerdire" + }, + "STRREF": { + "type": "dword", + "value": 12734 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 8.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "RESREF": { + "type": "resref", + "value": "nw_s_beardire" + }, + "STRREF": { + "type": "dword", + "value": 12736 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 5.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "RESREF": { + "type": "resref", + "value": "nw_s_boardire" + }, + "STRREF": { + "type": "dword", + "value": 12737 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 7.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "RESREF": { + "type": "resref", + "value": "nw_s_spiddire" + }, + "STRREF": { + "type": "dword", + "value": 12769 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 11.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "RESREF": { + "type": "resref", + "value": "nw_s_diretiger" + }, + "STRREF": { + "type": "dword", + "value": 12741 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 5.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "RESREF": { + "type": "resref", + "value": "nw_s_wolfdire" + }, + "STRREF": { + "type": "dword", + "value": 12779 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 10.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "RESREF": { + "type": "resref", + "value": "nw_s_doomkght" + }, + "STRREF": { + "type": "dword", + "value": 12743 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 4.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "RESREF": { + "type": "resref", + "value": "x1_s_earthsmall" + }, + "STRREF": { + "type": "dword", + "value": 40643 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 20.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "RESREF": { + "type": "resref", + "value": "nw_s_airelder" + }, + "STRREF": { + "type": "dword", + "value": 12732 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 16.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "RESREF": { + "type": "resref", + "value": "nw_s_earthelder" + }, + "STRREF": { + "type": "dword", + "value": 12744 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 16.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "RESREF": { + "type": "resref", + "value": "nw_s_fireelder" + }, + "STRREF": { + "type": "dword", + "value": 12746 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 15.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Hostile" + }, + "RESREF": { + "type": "resref", + "value": "nw_s_waterelder" + }, + "STRREF": { + "type": "dword", + "value": 12776 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 3.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "RESREF": { + "type": "resref", + "value": "x2_s_eshadlord" + }, + "STRREF": { + "type": "dword", + "value": 90411 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 3.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "RESREF": { + "type": "resref", + "value": "x2_s_vrock" + }, + "STRREF": { + "type": "dword", + "value": 90428 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 36.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Merchant" + }, + "NAME": { + "type": "cexostring", + "value": "Summoned Epic Wraith" + }, + "RESREF": { + "type": "resref", + "value": "prc_mos_33" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 37.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Merchant" + }, + "NAME": { + "type": "cexostring", + "value": "Summoned Epic Wraith" + }, + "RESREF": { + "type": "resref", + "value": "prc_mos_36" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 3.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "RESREF": { + "type": "resref", + "value": "x1_s_firesmall" + }, + "STRREF": { + "type": "dword", + "value": 40644 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 3.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "RESREF": { + "type": "resref", + "value": "nw_s_gargoyle" + }, + "STRREF": { + "type": "dword", + "value": 12748 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 8.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "RESREF": { + "type": "resref", + "value": "nw_s_ghast" + }, + "STRREF": { + "type": "dword", + "value": 12749 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 6.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "RESREF": { + "type": "resref", + "value": "nw_s_ghoul" + }, + "STRREF": { + "type": "dword", + "value": 12750 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 14.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Hostile" + }, + "RESREF": { + "type": "resref", + "value": "x2_s_ghoul_16" + }, + "STRREF": { + "type": "dword", + "value": 90415 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 10.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Hostile" + }, + "NAME": { + "type": "cexostring", + "value": "Summoned Ghoul Lord" + }, + "RESREF": { + "type": "resref", + "value": "s_ghoullord" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 12.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Hostile" + }, + "NAME": { + "type": "cexostring", + "value": "Summoned Ghoul Ravager" + }, + "RESREF": { + "type": "resref", + "value": "s_ghoulravager" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 17.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "RESREF": { + "type": "resref", + "value": "nw_s_airgreat" + }, + "STRREF": { + "type": "dword", + "value": 12728 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 18.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "RESREF": { + "type": "resref", + "value": "nw_sw_airgreat" + }, + "STRREF": { + "type": "dword", + "value": 12728 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 11.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Hostile" + }, + "RESREF": { + "type": "resref", + "value": "x2_s_bodak_14" + }, + "STRREF": { + "type": "dword", + "value": 90409 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 14.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "RESREF": { + "type": "resref", + "value": "nw_s_earthgreat" + }, + "STRREF": { + "type": "dword", + "value": 12729 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 15.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "RESREF": { + "type": "resref", + "value": "nw_sw_earthgreat" + }, + "STRREF": { + "type": "dword", + "value": 12729 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 42.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Merchant" + }, + "NAME": { + "type": "cexostring", + "value": "Summoned Greater Epic Wraith" + }, + "RESREF": { + "type": "resref", + "value": "prc_mos_39" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 14.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "RESREF": { + "type": "resref", + "value": "nw_s_firegreat" + }, + "STRREF": { + "type": "dword", + "value": 12730 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 15.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "RESREF": { + "type": "resref", + "value": "nw_sw_firegreat" + }, + "STRREF": { + "type": "dword", + "value": 12730 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 14.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "RESREF": { + "type": "resref", + "value": "nw_s_mumcleric" + }, + "STRREF": { + "type": "dword", + "value": 12756 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 13.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "RESREF": { + "type": "resref", + "value": "nw_s_watergreat" + }, + "STRREF": { + "type": "dword", + "value": 12731 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 14.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "RESREF": { + "type": "resref", + "value": "nw_sw_watergreat" + }, + "STRREF": { + "type": "dword", + "value": 12731 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 21.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Merchant" + }, + "NAME": { + "type": "cexostring", + "value": "Summoned Greater Wraith" + }, + "RESREF": { + "type": "resref", + "value": "prc_mos_21" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 25.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Merchant" + }, + "NAME": { + "type": "cexostring", + "value": "Summoned Greater Wraith" + }, + "RESREF": { + "type": "resref", + "value": "prc_mos_24" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 29.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Merchant" + }, + "NAME": { + "type": "cexostring", + "value": "Summoned Greater Wraith" + }, + "RESREF": { + "type": "resref", + "value": "prc_mos_27" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 30.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Merchant" + }, + "NAME": { + "type": "cexostring", + "value": "Summoned Greater Wraith" + }, + "RESREF": { + "type": "resref", + "value": "prc_mos_30" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 9.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "RESREF": { + "type": "resref", + "value": "nw_s_slaadgrn" + }, + "STRREF": { + "type": "dword", + "value": 12766 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 16.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "RESREF": { + "type": "resref", + "value": "nw_s_helmhorr" + }, + "STRREF": { + "type": "dword", + "value": 12751 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 11.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Hostile" + }, + "RESREF": { + "type": "resref", + "value": "nw_s_chound" + }, + "STRREF": { + "type": "dword", + "value": 12738 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 13.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "RESREF": { + "type": "resref", + "value": "nw_s_airhuge" + }, + "STRREF": { + "type": "dword", + "value": 12733 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 11.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "RESREF": { + "type": "resref", + "value": "nw_s_earthhuge" + }, + "STRREF": { + "type": "dword", + "value": 12745 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 12.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "RESREF": { + "type": "resref", + "value": "nw_s_firehuge" + }, + "STRREF": { + "type": "dword", + "value": 12747 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 11.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "RESREF": { + "type": "resref", + "value": "nw_s_waterhuge" + }, + "STRREF": { + "type": "dword", + "value": 12777 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 5.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "RESREF": { + "type": "resref", + "value": "nw_s_imp" + }, + "STRREF": { + "type": "dword", + "value": 12752 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 7.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Summoned Large Air Elemental" + }, + "RESREF": { + "type": "resref", + "value": "prc_s_airlarge" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 6.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Summoned Large Earth Elemental" + }, + "RESREF": { + "type": "resref", + "value": "prc_s_earthlarge" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 6.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Summoned Large Fire Elemental" + }, + "RESREF": { + "type": "resref", + "value": "prc_s_firelarge" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 6.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Summoned Large Water Elemental" + }, + "RESREF": { + "type": "resref", + "value": "prc_s_waterlarge" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 23.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Hostile" + }, + "RESREF": { + "type": "resref", + "value": "x2_s_lich_30" + }, + "STRREF": { + "type": "dword", + "value": 90420 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 18.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "RESREF": { + "type": "resref", + "value": "nw_s_lich" + }, + "STRREF": { + "type": "dword", + "value": 12753 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 21.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Hostile" + }, + "RESREF": { + "type": "resref", + "value": "x2_s_lich_20" + }, + "STRREF": { + "type": "dword", + "value": 90416 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 25.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Hostile" + }, + "RESREF": { + "type": "resref", + "value": "x2_s_lich_22" + }, + "STRREF": { + "type": "dword", + "value": 90417 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 8.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "RESREF": { + "type": "resref", + "value": "nw_s_minogon" + }, + "STRREF": { + "type": "dword", + "value": 12755 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 5.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "RESREF": { + "type": "resref", + "value": "x2_s_mummy" + }, + "STRREF": { + "type": "dword", + "value": 90421 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 8.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Hostile" + }, + "RESREF": { + "type": "resref", + "value": "x2_s_mummy_9" + }, + "STRREF": { + "type": "dword", + "value": 90421 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 3.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "RESREF": { + "type": "resref", + "value": "nw_s_dmquasit" + }, + "STRREF": { + "type": "dword", + "value": 12742 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 16.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "RESREF": { + "type": "resref", + "value": "x2_s_drgred001" + }, + "STRREF": { + "type": "dword", + "value": 90410 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 6.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "RESREF": { + "type": "resref", + "value": "nw_s_slaadred" + }, + "STRREF": { + "type": "dword", + "value": 12767 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 3.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "RESREF": { + "type": "resref", + "value": "nw_s_shadow" + }, + "STRREF": { + "type": "dword", + "value": 12760 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 3.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "RESREF": { + "type": "resref", + "value": "x1_s_shadow" + }, + "STRREF": { + "type": "dword", + "value": 12760 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 8.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "RESREF": { + "type": "resref", + "value": "nw_s_shfiend" + }, + "STRREF": { + "type": "dword", + "value": 12761 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 8.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "RESREF": { + "type": "resref", + "value": "x1_s_shfiend" + }, + "STRREF": { + "type": "dword", + "value": 12761 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 10.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "RESREF": { + "type": "resref", + "value": "nw_s_shadlord" + }, + "STRREF": { + "type": "dword", + "value": 12758 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 11.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "RESREF": { + "type": "resref", + "value": "x1_s_shadlord" + }, + "STRREF": { + "type": "dword", + "value": 12758 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 6.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "RESREF": { + "type": "resref", + "value": "nw_s_shadmastif" + }, + "STRREF": { + "type": "dword", + "value": 12759 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 1.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "RESREF": { + "type": "resref", + "value": "nw_s_skeleton" + }, + "STRREF": { + "type": "dword", + "value": 12763 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 13.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Hostile" + }, + "RESREF": { + "type": "resref", + "value": "x2_s_bguard_18" + }, + "STRREF": { + "type": "dword", + "value": 90408 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 7.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "RESREF": { + "type": "resref", + "value": "nw_s_skelchief" + }, + "STRREF": { + "type": "dword", + "value": 12762 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 5.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "RESREF": { + "type": "resref", + "value": "nw_s_skelwarr" + }, + "STRREF": { + "type": "dword", + "value": 12764 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 8.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "RESREF": { + "type": "resref", + "value": "nw_s_spectre" + }, + "STRREF": { + "type": "dword", + "value": 12768 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 10.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Hostile" + }, + "RESREF": { + "type": "resref", + "value": "x2_s_spectre_10" + }, + "STRREF": { + "type": "dword", + "value": 90423 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 3.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "RESREF": { + "type": "resref", + "value": "nw_s_mepsteam" + }, + "STRREF": { + "type": "dword", + "value": 12754 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 9.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "RESREF": { + "type": "resref", + "value": "nw_s_succubus" + }, + "STRREF": { + "type": "dword", + "value": 12771 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 4.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "RESREF": { + "type": "resref", + "value": "nw_s_spidsword" + }, + "STRREF": { + "type": "dword", + "value": 12770 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 3.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "RESREF": { + "type": "resref", + "value": "nw_s_zombtyrant" + }, + "STRREF": { + "type": "dword", + "value": 12782 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 12.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "RESREF": { + "type": "resref", + "value": "nw_s_vampire" + }, + "STRREF": { + "type": "dword", + "value": 12773 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 18.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Hostile" + }, + "RESREF": { + "type": "resref", + "value": "x2_s_vamp_18" + }, + "STRREF": { + "type": "dword", + "value": 90427 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 11.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Hostile" + }, + "RESREF": { + "type": "resref", + "value": "x2_s_vamp_10" + }, + "STRREF": { + "type": "dword", + "value": 90426 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 11.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "RESREF": { + "type": "resref", + "value": "nw_s_vrock" + }, + "STRREF": { + "type": "dword", + "value": 12774 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 22.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "RESREF": { + "type": "resref", + "value": "x2_s_mummywarr" + }, + "STRREF": { + "type": "dword", + "value": 90422 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 11.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "RESREF": { + "type": "resref", + "value": "nw_s_mumfight" + }, + "STRREF": { + "type": "dword", + "value": 12757 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 4.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "RESREF": { + "type": "resref", + "value": "x1_s_watersmall" + }, + "STRREF": { + "type": "dword", + "value": 40645 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 4.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Hostile" + }, + "RESREF": { + "type": "resref", + "value": "nw_s_wight" + }, + "STRREF": { + "type": "dword", + "value": 12778 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 5.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "RESREF": { + "type": "resref", + "value": "nw_s_wraith" + }, + "STRREF": { + "type": "dword", + "value": 12780 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 2.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "RESREF": { + "type": "resref", + "value": "nw_s_zombie" + }, + "STRREF": { + "type": "dword", + "value": 12781 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 21.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "RESREF": { + "type": "resref", + "value": "x2_s_tynan0" + }, + "STRREF": { + "type": "dword", + "value": 90424 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 16.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Hostile" + }, + "RESREF": { + "type": "resref", + "value": "x2_s_tynan1" + }, + "STRREF": { + "type": "dword", + "value": 90425 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 2.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Winter Wolf, companion 01" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_wwlf01" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 3.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Winter Wolf, companion 02" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_wwlf02" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 3.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Winter Wolf, companion 03" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_wwlf03" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 4.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Winter Wolf, companion 04" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_wwlf04" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 5.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Winter Wolf, companion 05" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_wwlf05" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 5.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Winter Wolf, companion 06" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_wwlf06" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 6.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Winter Wolf, companion 07" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_wwlf07" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 7.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Winter Wolf, companion 08" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_wwlf08" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 7.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Winter Wolf, companion 09" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_wwlf09" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 8.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Winter Wolf, companion 10" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_wwlf10" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 9.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Winter Wolf, companion 11" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_wwlf11" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 10.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Winter Wolf, companion 12" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_wwlf12" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 10.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Winter Wolf, companion 13" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_wwlf13" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 11.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Winter Wolf, companion 14" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_wwlf14" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 12.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Winter Wolf, companion 15" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_wwlf15" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 12.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Winter Wolf, companion 16" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_wwlf16" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 13.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Winter Wolf, companion 17" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_wwlf17" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 14.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Winter Wolf, companion 18" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_wwlf18" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 14.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Winter Wolf, companion 19" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_wwlf19" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 15.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Winter Wolf, companion 20" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_wwlf20" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 16.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Winter Wolf, companion 21" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_wwlf21" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 16.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Winter Wolf, companion 22" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_wwlf22" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 17.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Winter Wolf, companion 23" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_wwlf23" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 17.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Winter Wolf, companion 24" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_wwlf24" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 18.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Winter Wolf, companion 25" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_wwlf25" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 19.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Winter Wolf, companion 26" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_wwlf26" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 19.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Winter Wolf, companion 27" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_wwlf27" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 20.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Winter Wolf, companion 28" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_wwlf28" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 20.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Winter Wolf, companion 29" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_wwlf29" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 21.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Winter Wolf, companion 30" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_wwlf30" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 21.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Winter Wolf, companion 31" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_wwlf31" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 22.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Winter Wolf, companion 32" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_wwlf32" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 23.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Winter Wolf, companion 33" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_wwlf33" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 23.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Winter Wolf, companion 34" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_wwlf34" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 24.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Winter Wolf, companion 35" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_wwlf35" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 24.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Winter Wolf, companion 36" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_wwlf36" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 25.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Winter Wolf, companion 37" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_wwlf37" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 25.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Winter Wolf, companion 38" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_wwlf38" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 26.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Winter Wolf, companion 39" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_wwlf39" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 26.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Winter Wolf, companion 40" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_wwlf40" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 2.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Worg, companion 01" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_worg01" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 2.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Worg, companion 02" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_worg02" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 3.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Worg, companion 03" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_worg03" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 4.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Worg, companion 04" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_worg04" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 5.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Worg, companion 05" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_worg05" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 5.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Worg, companion 06" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_worg06" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 6.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Worg, companion 07" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_worg07" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 7.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Worg, companion 08" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_worg08" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 8.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Worg, companion 09" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_worg09" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 8.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Worg, companion 10" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_worg10" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 9.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Worg, companion 11" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_worg11" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 10.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Worg, companion 12" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_worg12" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 11.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Worg, companion 13" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_worg13" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 11.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Worg, companion 14" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_worg14" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 12.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Worg, companion 15" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_worg15" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 13.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Worg, companion 16" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_worg16" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 13.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Worg, companion 17" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_worg17" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 14.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Worg, companion 18" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_worg18" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 15.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Worg, companion 19" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_worg19" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 15.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Worg, companion 20" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_worg20" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 16.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Worg, companion 21" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_worg21" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 17.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Worg, companion 22" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_worg22" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 17.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Worg, companion 23" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_worg23" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 18.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Worg, companion 24" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_worg24" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 18.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Worg, companion 25" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_worg25" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 19.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Worg, companion 26" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_worg26" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 20.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Worg, companion 27" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_worg27" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 20.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Worg, companion 28" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_worg28" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 21.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Worg, companion 29" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_worg29" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 21.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Worg, companion 30" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_worg30" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 22.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Worg, companion 31" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_worg31" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 22.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Worg, companion 32" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_worg32" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 23.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Worg, companion 33" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_worg33" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 24.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Worg, companion 34" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_worg34" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 24.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Worg, companion 35" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_worg35" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 25.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Worg, companion 36" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_worg36" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 25.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Worg, companion 37" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_worg37" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 26.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Worg, companion 38" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_worg38" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 26.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Worg, companion 39" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_worg39" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 27.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Worg, companion 40" + }, + "RESREF": { + "type": "resref", + "value": "nw_ac_worg40" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 6.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Hostile" + }, + "RESREF": { + "type": "resref", + "value": "x2_s_wraith" + }, + "STRREF": { + "type": "dword", + "value": 12822 + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 43.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Defender" + }, + "NAME": { + "type": "cexostring", + "value": "Xag-Ya" + }, + "RESREF": { + "type": "resref", + "value": "xagya2" + } + } + ] + }, "STRREF": { "type": "dword", "value": 6692 @@ -2809,6 +29864,353 @@ "type": "byte", "value": 46 }, + "LIST": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 0.5 + }, + "FACTION": { + "type": "cexostring", + "value": "Hostile" + }, + "NAME": { + "type": "cexostring", + "value": " " + }, + "RESREF": { + "type": "resref", + "value": "bdd_asherati_chn" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 0.125 + }, + "FACTION": { + "type": "cexostring", + "value": "Hostile" + }, + "NAME": { + "type": "cexostring", + "value": " " + }, + "RESREF": { + "type": "resref", + "value": "bdd_asherati_tnt" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 2.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Hostile" + }, + "NAME": { + "type": "cexostring", + "value": "Ashen Husk" + }, + "RESREF": { + "type": "resref", + "value": "bdd_ashen_husk" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 3.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Hostile" + }, + "NAME": { + "type": "cexostring", + "value": "Dustblight" + }, + "RESREF": { + "type": "resref", + "value": "bdd_dustblight" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 10.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Horde Orc Battlemaster" + }, + "RESREF": { + "type": "resref", + "value": "ow_sum_fght_7" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 5.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Horde Orc Bodyguard" + }, + "RESREF": { + "type": "resref", + "value": "ow_sum_fght_3" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 8.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Horde Orc Captain" + }, + "RESREF": { + "type": "resref", + "value": "ow_sum_fght_5" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 9.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Horde Orc Centurion" + }, + "RESREF": { + "type": "resref", + "value": "ow_sum_fght_6" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 7.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Horde Orc Chieftain" + }, + "RESREF": { + "type": "resref", + "value": "ow_sum_fght_4" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 17.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Horde Orc Chosen of Gruumsh" + }, + "RESREF": { + "type": "resref", + "value": "ow_sum_fght_12" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 14.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Horde Orc Emperor" + }, + "RESREF": { + "type": "resref", + "value": "ow_sum_fght_10" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 2.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Horde Orc Fighter" + }, + "RESREF": { + "type": "resref", + "value": "ow_sum_fght_1" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 15.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Horde Orc Gruumsh Hand" + }, + "RESREF": { + "type": "resref", + "value": "ow_sum_fght_11" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 13.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Horde Orc King" + }, + "RESREF": { + "type": "resref", + "value": "ow_sum_fght_9" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 12.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Horde Orc War Leader" + }, + "RESREF": { + "type": "resref", + "value": "ow_sum_fght_8" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 4.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Horde Orc Warrior" + }, + "RESREF": { + "type": "resref", + "value": "ow_sum_fght_2" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 24.0 + }, + "FACTION": { + "type": "cexostring", + "value": "Hostile" + }, + "NAME": { + "type": "cexostring", + "value": "Le Cirque Elemental" + }, + "RESREF": { + "type": "resref", + "value": "lecirqueelementa" + } + }, + { + "__struct_id": 0, + "CR": { + "type": "float", + "value": 0.25 + }, + "FACTION": { + "type": "cexostring", + "value": "Commoner" + }, + "NAME": { + "type": "cexostring", + "value": "Leomund's Secret Chest" + }, + "RESREF": { + "type": "resref", + "value": "xchst_cont" + } + } + ] + }, "STRREF": { "type": "dword", "value": 6732 diff --git a/_module/itp/doorpalcus.itp.json b/_module/itp/doorpalcus.itp.json index e8efb6d..2e3b2a6 100644 --- a/_module/itp/doorpalcus.itp.json +++ b/_module/itp/doorpalcus.itp.json @@ -124,6 +124,17 @@ "value": 6736 } }, + { + "__struct_id": 0, + "ID": { + "type": "byte", + "value": 9 + }, + "STRREF": { + "type": "dword", + "value": 201 + } + }, { "__struct_id": 0, "ID": { diff --git a/_module/itp/itempalcus.itp.json b/_module/itp/itempalcus.itp.json index 764bc88..ed53e6c 100644 --- a/_module/itp/itempalcus.itp.json +++ b/_module/itp/itempalcus.itp.json @@ -17,6 +17,17 @@ "LIST": { "type": "list", "value": [ + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Erinyes Clothes" + }, + "RESREF": { + "type": "resref", + "value": "erinyesclothes" + } + }, { "__struct_id": 0, "NAME": { @@ -49,6 +60,28 @@ "type": "resref", "value": "merchantclothing" } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "nightwing" + }, + "RESREF": { + "type": "resref", + "value": "nightwing" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "ow_light_1" + }, + "RESREF": { + "type": "resref", + "value": "ow_light_1" + } } ] }, @@ -66,6 +99,17 @@ "LIST": { "type": "list", "value": [ + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Baal Summon 2 Plate" + }, + "RESREF": { + "type": "resref", + "value": "baalsummon2plate" + } + }, { "__struct_id": 0, "NAME": { @@ -93,6 +137,39 @@ "LIST": { "type": "list", "value": [ + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Baal Summon 2 Head" + }, + "RESREF": { + "type": "resref", + "value": "baalsummon2head" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Crown of Might" + }, + "RESREF": { + "type": "resref", + "value": "prc_crown_might" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Crown of Protection" + }, + "RESREF": { + "type": "resref", + "value": "prc_crown_prot" + } + }, { "__struct_id": 0, "NAME": { @@ -103,6 +180,28 @@ "type": "resref", "value": "armhe011" } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "nightwing" + }, + "RESREF": { + "type": "resref", + "value": "nightwing001" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Wyrmbane Helm" + }, + "RESREF": { + "type": "resref", + "value": "prc_wol_wyrmbane" + } } ] }, @@ -117,6 +216,33 @@ "type": "byte", "value": 6 }, + "LIST": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "BaalSummonPlate" + }, + "RESREF": { + "type": "resref", + "value": "baalsummonplate" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Infiltrator" + }, + "RESREF": { + "type": "resref", + "value": "prc_wol_infil" + } + } + ] + }, "STRREF": { "type": "dword", "value": 4815 @@ -128,6 +254,22 @@ "type": "byte", "value": 7 }, + "LIST": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Wargird's Armor" + }, + "RESREF": { + "type": "resref", + "value": "prc_wol_wargirds" + } + } + ] + }, "STRREF": { "type": "dword", "value": 6669 @@ -139,6 +281,22 @@ "type": "byte", "value": 58 }, + "LIST": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Deva Robe" + }, + "RESREF": { + "type": "resref", + "value": "devarobe" + } + } + ] + }, "STRREF": { "type": "dword", "value": 6813 @@ -155,6 +313,22 @@ "type": "byte", "value": 11 }, + "LIST": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Quickspur's Ally" + }, + "RESREF": { + "type": "resref", + "value": "prc_wol_quickspr" + } + } + ] + }, "STRREF": { "type": "dword", "value": 6822 @@ -207,6 +381,1980 @@ "type": "byte", "value": 55 }, + "LIST": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Aranea Bite (colossal)" + }, + "RESREF": { + "type": "resref", + "value": "prc_ara_bite_c" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Aranea Bite (diminuative)" + }, + "RESREF": { + "type": "resref", + "value": "prc_ara_bite_d" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Aranea Bite (fine)" + }, + "RESREF": { + "type": "resref", + "value": "prc_ara_bite_f" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Aranea Bite (gargantuan)" + }, + "RESREF": { + "type": "resref", + "value": "prc_ara_bite_g" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Aranea Bite (huge)" + }, + "RESREF": { + "type": "resref", + "value": "prc_ara_bite_h" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Aranea Bite (large)" + }, + "RESREF": { + "type": "resref", + "value": "prc_ara_bite_l" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Aranea Bite (medium)" + }, + "RESREF": { + "type": "resref", + "value": "prc_ara_bite_m" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Aranea Bite (small)" + }, + "RESREF": { + "type": "resref", + "value": "prc_ara_bite_s" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Aranea Bite (tiny)" + }, + "RESREF": { + "type": "resref", + "value": "prc_ara_bite_t" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Bite of the Wolf (colossal)" + }, + "RESREF": { + "type": "resref", + "value": "prc_bw0_bite_c" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Bite of the Wolf (diminutive)" + }, + "RESREF": { + "type": "resref", + "value": "prc_bw0_bite_d" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Bite of the Wolf (fine)" + }, + "RESREF": { + "type": "resref", + "value": "prc_bw0_bite_f" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Bite of the Wolf (gargantuan)" + }, + "RESREF": { + "type": "resref", + "value": "prc_bw0_bite_g" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Bite of the Wolf (huge)" + }, + "RESREF": { + "type": "resref", + "value": "prc_bw0_bite_h" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Bite of the Wolf (large)" + }, + "RESREF": { + "type": "resref", + "value": "prc_bw0_bite_l" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Bite of the Wolf (medium)" + }, + "RESREF": { + "type": "resref", + "value": "prc_bw0_bite_m" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Bite of the Wolf (small)" + }, + "RESREF": { + "type": "resref", + "value": "prc_bw0_bite_s" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Bite of the Wolf (tiny)" + }, + "RESREF": { + "type": "resref", + "value": "prc_bw0_bite_t" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Bite of the Wolf 10th level (colossal)" + }, + "RESREF": { + "type": "resref", + "value": "prc_bw2_bite_c" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Bite of the Wolf 10th level (diminutive)" + }, + "RESREF": { + "type": "resref", + "value": "prc_bw2_bite_d" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Bite of the Wolf 10th level (fine)" + }, + "RESREF": { + "type": "resref", + "value": "prc_bw2_bite_f" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Bite of the Wolf 10th level (gargantuan)" + }, + "RESREF": { + "type": "resref", + "value": "prc_bw2_bite_g" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Bite of the Wolf 10th level (huge)" + }, + "RESREF": { + "type": "resref", + "value": "prc_bw2_bite_h" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Bite of the Wolf 10th level (large)" + }, + "RESREF": { + "type": "resref", + "value": "prc_bw2_bite_l" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Bite of the Wolf 10th level (medium)" + }, + "RESREF": { + "type": "resref", + "value": "prc_bw2_bite_m" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Bite of the Wolf 10th level (small)" + }, + "RESREF": { + "type": "resref", + "value": "prc_bw2_bite_s" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Bite of the Wolf 10th level (tiny)" + }, + "RESREF": { + "type": "resref", + "value": "prc_bw2_bite_t" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Bite of the Wolf 15th level (colossal)" + }, + "RESREF": { + "type": "resref", + "value": "prc_bw3_bite_c" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Bite of the Wolf 15th level (diminutive)" + }, + "RESREF": { + "type": "resref", + "value": "prc_bw3_bite_d" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Bite of the Wolf 15th level (fine)" + }, + "RESREF": { + "type": "resref", + "value": "prc_bw3_bite_f" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Bite of the Wolf 15th level (gargantuan)" + }, + "RESREF": { + "type": "resref", + "value": "prc_bw3_bite_g" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Bite of the Wolf 15th level (huge)" + }, + "RESREF": { + "type": "resref", + "value": "prc_bw3_bite_h" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Bite of the Wolf 15th level (large)" + }, + "RESREF": { + "type": "resref", + "value": "prc_bw3_bite_l" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Bite of the Wolf 15th level (medium)" + }, + "RESREF": { + "type": "resref", + "value": "prc_bw3_bite_m" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Bite of the Wolf 15th level (small)" + }, + "RESREF": { + "type": "resref", + "value": "prc_bw3_bite_s" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Bite of the Wolf 15th level (tiny)" + }, + "RESREF": { + "type": "resref", + "value": "prc_bw3_bite_t" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Bite of the Wolf 20th level (colossal)" + }, + "RESREF": { + "type": "resref", + "value": "prc_bw4_bite_c" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Bite of the Wolf 20th level (diminutive)" + }, + "RESREF": { + "type": "resref", + "value": "prc_bw4_bite_d" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Bite of the Wolf 20th level (fine)" + }, + "RESREF": { + "type": "resref", + "value": "prc_bw4_bite_f" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Bite of the Wolf 20th level (gargantuan)" + }, + "RESREF": { + "type": "resref", + "value": "prc_bw4_bite_g" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Bite of the Wolf 20th level (huge)" + }, + "RESREF": { + "type": "resref", + "value": "prc_bw4_bite_h" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Bite of the Wolf 20th level (large)" + }, + "RESREF": { + "type": "resref", + "value": "prc_bw4_bite_l" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Bite of the Wolf 20th level (medium)" + }, + "RESREF": { + "type": "resref", + "value": "prc_bw4_bite_m" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Bite of the Wolf 20th level (small)" + }, + "RESREF": { + "type": "resref", + "value": "prc_bw4_bite_s" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Bite of the Wolf 20th level (tiny)" + }, + "RESREF": { + "type": "resref", + "value": "prc_bw4_bite_t" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Bite of the Wolf 5th level (colossal)" + }, + "RESREF": { + "type": "resref", + "value": "prc_bw1_bite_c" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Bite of the Wolf 5th level (diminutive)" + }, + "RESREF": { + "type": "resref", + "value": "prc_bw1_bite_d" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Bite of the Wolf 5th level (fine)" + }, + "RESREF": { + "type": "resref", + "value": "prc_bw1_bite_f" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Bite of the Wolf 5th level (gargantuan)" + }, + "RESREF": { + "type": "resref", + "value": "prc_bw1_bite_g" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Bite of the Wolf 5th level (huge)" + }, + "RESREF": { + "type": "resref", + "value": "prc_bw1_bite_h" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Bite of the Wolf 5th level (large)" + }, + "RESREF": { + "type": "resref", + "value": "prc_bw1_bite_l" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Bite of the Wolf 5th level (medium)" + }, + "RESREF": { + "type": "resref", + "value": "prc_bw1_bite_m" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Bite of the Wolf 5th level (small)" + }, + "RESREF": { + "type": "resref", + "value": "prc_bw1_bite_s" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Bite of the Wolf 5th level (tiny)" + }, + "RESREF": { + "type": "resref", + "value": "prc_bw1_bite_t" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Bombardier/Stink Beetle Bite" + }, + "RESREF": { + "type": "resref", + "value": "stinkb_c_bite_01" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Bombardier/Stink Beetle Bite" + }, + "RESREF": { + "type": "resref", + "value": "stinkb_c_bite_05" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Bombardier/Stink Beetle Bite" + }, + "RESREF": { + "type": "resref", + "value": "stinkb_c_bite_10" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Bombardier/Stink Beetle Bite" + }, + "RESREF": { + "type": "resref", + "value": "stinkb_c_bite_15" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Bombardier/Stink Beetle Bite" + }, + "RESREF": { + "type": "resref", + "value": "stinkb_c_bite_20" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Bombardier/Stink Beetle Bite" + }, + "RESREF": { + "type": "resref", + "value": "stinkb_c_bite_25" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Bombardier/Stink Beetle Bite" + }, + "RESREF": { + "type": "resref", + "value": "stinkb_c_bite_30" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Bombardier/Stink Beetle Bite" + }, + "RESREF": { + "type": "resref", + "value": "stinkb_c_bite_35" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Cobra's bite, level 20" + }, + "RESREF": { + "type": "resref", + "value": "cobra_c_bite_20" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Cobra's bite, level 25" + }, + "RESREF": { + "type": "resref", + "value": "cobra_c_bite_25" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Cobra's bite, level 30" + }, + "RESREF": { + "type": "resref", + "value": "cobra_c_bite_30" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Cobra's bite, level 35" + }, + "RESREF": { + "type": "resref", + "value": "cobra_c_bite_35" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Cobra's bite, level 40" + }, + "RESREF": { + "type": "resref", + "value": "cobra_c_bite_40" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Dire Rat Bite" + }, + "RESREF": { + "type": "resref", + "value": "cr_bite_direrat" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Dragon Disciple Bite (colossal)" + }, + "RESREF": { + "type": "resref", + "value": "prc_rdd_bite_c" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Dragon Disciple Bite (diminutive)" + }, + "RESREF": { + "type": "resref", + "value": "prc_rdd_bite_d" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Dragon Disciple Bite (fine)" + }, + "RESREF": { + "type": "resref", + "value": "prc_rdd_bite_f" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Dragon Disciple Bite (gargantuan)" + }, + "RESREF": { + "type": "resref", + "value": "prc_rdd_bite_g" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Dragon Disciple Bite (huge)" + }, + "RESREF": { + "type": "resref", + "value": "prc_rdd_bite_h" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Dragon Disciple Bite (large)" + }, + "RESREF": { + "type": "resref", + "value": "prc_rdd_bite_l" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Dragon Disciple Bite (medium)" + }, + "RESREF": { + "type": "resref", + "value": "prc_rdd_bite_m" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Dragon Disciple Bite (small)" + }, + "RESREF": { + "type": "resref", + "value": "prc_rdd_bite_s" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Dragon Disciple Bite (tiny)" + }, + "RESREF": { + "type": "resref", + "value": "prc_rdd_bite_t" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Drider Bite (Colossal)" + }, + "RESREF": { + "type": "resref", + "value": "prc_drid_bite_c" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Drider Bite (Gargantuan)" + }, + "RESREF": { + "type": "resref", + "value": "prc_drid_bite_g" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Drider Bite (Huge)" + }, + "RESREF": { + "type": "resref", + "value": "prc_drid_bite_h" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Drider Bite (Large)" + }, + "RESREF": { + "type": "resref", + "value": "prc_drid_bite_l" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Drider Bite (Medium)" + }, + "RESREF": { + "type": "resref", + "value": "prc_drid_bite_m" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Drider Bite (Small)" + }, + "RESREF": { + "type": "resref", + "value": "prc_drid_bite_s" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Dustblight Claw" + }, + "RESREF": { + "type": "resref", + "value": "bdd_dustbl_claw" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Giant Spider Companion Bite Level 15" + }, + "RESREF": { + "type": "resref", + "value": "phase_c_15" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Giant Spider Companion Bite Level 20" + }, + "RESREF": { + "type": "resref", + "value": "phase_c_20" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Giant Spider Companion Bite Level 25" + }, + "RESREF": { + "type": "resref", + "value": "phase_c_25" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Giant Spider Companion Bite Level 30" + }, + "RESREF": { + "type": "resref", + "value": "phase_c_30" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Giant Spider Companion Bite Level 35" + }, + "RESREF": { + "type": "resref", + "value": "phase_c_35" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Giant Spider Companion Bite Level 40" + }, + "RESREF": { + "type": "resref", + "value": "phase_c_40" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Greater Wraith Bite lv 21" + }, + "RESREF": { + "type": "resref", + "value": "greaterwraithbit" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Greater Wraith Bite lv 24" + }, + "RESREF": { + "type": "resref", + "value": "greaterwraith001" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Greater Wraith Bite lv 27" + }, + "RESREF": { + "type": "resref", + "value": "greaterwraith002" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Greater Wraith Bite lv 30" + }, + "RESREF": { + "type": "resref", + "value": "greaterwraith003" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Greater Wraith Bite lv 33" + }, + "RESREF": { + "type": "resref", + "value": "greaterwraith004" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Greater Wraith Bite lv 36" + }, + "RESREF": { + "type": "resref", + "value": "greaterwraith005" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Greater Wraith Bite lv 39" + }, + "RESREF": { + "type": "resref", + "value": "greaterwraith006" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Hell Hound Familiar Bite" + }, + "RESREF": { + "type": "resref", + "value": "wwolf_f_bite_01" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Hell Hound Familiar Bite" + }, + "RESREF": { + "type": "resref", + "value": "wwolf_f_bite_05" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Hell Hound Familiar Bite" + }, + "RESREF": { + "type": "resref", + "value": "wwolf_f_bite_10" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Hell Hound Familiar Bite" + }, + "RESREF": { + "type": "resref", + "value": "wwolf_f_bite_15" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Hell Hound Familiar Bite" + }, + "RESREF": { + "type": "resref", + "value": "wwolf_f_bite_20" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Hell Hound Familiar Bite" + }, + "RESREF": { + "type": "resref", + "value": "wwolf_f_bite_25" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Hell Hound Familiar Bite" + }, + "RESREF": { + "type": "resref", + "value": "wwolf_f_bite_30" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Hell Hound Familiar Bite" + }, + "RESREF": { + "type": "resref", + "value": "wwolf_f_bite_35" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Hell Hound Familiar Bite" + }, + "RESREF": { + "type": "resref", + "value": "wwolf_f_bite_40" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "hellcat_bite" + }, + "RESREF": { + "type": "resref", + "value": "hellcat_bite" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Hound Archon Bite(Colossal)" + }, + "RESREF": { + "type": "resref", + "value": "prc_hdarc_bite_c" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Hound Archon Bite(Diminutive)" + }, + "RESREF": { + "type": "resref", + "value": "prc_hdarc_bite_d" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Hound Archon Bite(Fine)" + }, + "RESREF": { + "type": "resref", + "value": "prc_hdarc_bite_f" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Hound Archon Bite(Gargantuan)" + }, + "RESREF": { + "type": "resref", + "value": "prc_hdarc_bite_g" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Hound Archon Bite(Huge)" + }, + "RESREF": { + "type": "resref", + "value": "prc_hdarc_bite_h" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Hound Archon Bite(Large)" + }, + "RESREF": { + "type": "resref", + "value": "prc_hdarc_bite_l" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Hound Archon Bite(Medium)" + }, + "RESREF": { + "type": "resref", + "value": "prc_hdarc_bite_m" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Hound Archon Bite(Small)" + }, + "RESREF": { + "type": "resref", + "value": "prc_hdarc_bite_s" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Hound Archon Bite(Tiny)" + }, + "RESREF": { + "type": "resref", + "value": "prc_hdarc_bite_t" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Lizardman Bite (colossal)" + }, + "RESREF": { + "type": "resref", + "value": "prc_lizf_bite_c" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Lizardman Bite (diminutive)" + }, + "RESREF": { + "type": "resref", + "value": "prc_lizf_bite_d" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Lizardman Bite (fine)" + }, + "RESREF": { + "type": "resref", + "value": "prc_lizf_bite_f" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Lizardman Bite (gargantuan)" + }, + "RESREF": { + "type": "resref", + "value": "prc_lizf_bite_g" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Lizardman Bite (huge)" + }, + "RESREF": { + "type": "resref", + "value": "prc_lizf_bite_h" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Lizardman Bite (large)" + }, + "RESREF": { + "type": "resref", + "value": "prc_lizf_bite_l" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Lizardman Bite (medium)" + }, + "RESREF": { + "type": "resref", + "value": "prc_lizf_bite_m" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Lizardman Bite (small)" + }, + "RESREF": { + "type": "resref", + "value": "prc_lizf_bite_s" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Lizardman Bite (tiny)" + }, + "RESREF": { + "type": "resref", + "value": "prc_lizf_bite_t" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Longtooth Shifter Elite Bite(Colossal)" + }, + "RESREF": { + "type": "resref", + "value": "prc_lngth_elt_c" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Longtooth Shifter Elite Bite(Fine)" + }, + "RESREF": { + "type": "resref", + "value": "prc_lngth_elt_f" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Longtooth Shifter Elite Bite(Gargantuan)" + }, + "RESREF": { + "type": "resref", + "value": "prc_lngth_elt_g" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Longtooth Shifter Elite Bite(Huge)" + }, + "RESREF": { + "type": "resref", + "value": "prc_lngth_elt_h" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Longtooth Shifter Elite Bite(Large)" + }, + "RESREF": { + "type": "resref", + "value": "prc_lngth_elt_l" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Longtooth Shifter Elite Bite(Medium)" + }, + "RESREF": { + "type": "resref", + "value": "prc_lngth_el_m" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Longtooth Shifter Elite Bite(Small)" + }, + "RESREF": { + "type": "resref", + "value": "prc_lngth_elt_s" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Longtooth Shifter Elite Bite(Tiny)" + }, + "RESREF": { + "type": "resref", + "value": "prc_lngth_elt_t" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Medium Viper Bite" + }, + "RESREF": { + "type": "resref", + "value": "cr_bite_viper001" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Medium Viper Bite (Improved)" + }, + "RESREF": { + "type": "resref", + "value": "cr_bite_viper002" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Morsure de quasit niveau 15" + }, + "RESREF": { + "type": "resref", + "value": "quasit_m_15" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Morsure de quasit niveau 20" + }, + "RESREF": { + "type": "resref", + "value": "quasit_m_20" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Morsure de quasit niveau 25" + }, + "RESREF": { + "type": "resref", + "value": "quasit_m_25" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Morsure de quasit niveau 30" + }, + "RESREF": { + "type": "resref", + "value": "quasit_m_30" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Morsure de quasit niveau 35" + }, + "RESREF": { + "type": "resref", + "value": "quasit_m_35" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Morsure de quasit niveau 40" + }, + "RESREF": { + "type": "resref", + "value": "quasit_m_40" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "nightwing" + }, + "RESREF": { + "type": "resref", + "value": "prc_nightwing" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Rakshasa Bite (colossal)" + }, + "RESREF": { + "type": "resref", + "value": "prc_raks_bite_c" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Rakshasa Bite (diminutive)" + }, + "RESREF": { + "type": "resref", + "value": "prc_raks_bite_d" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Rakshasa Bite (fine)" + }, + "RESREF": { + "type": "resref", + "value": "prc_raks_bite_f" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Rakshasa Bite (gargantuan)" + }, + "RESREF": { + "type": "resref", + "value": "prc_raks_bite_g" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Rakshasa Bite (huge)" + }, + "RESREF": { + "type": "resref", + "value": "prc_raks_bite_h" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Rakshasa Bite (large)" + }, + "RESREF": { + "type": "resref", + "value": "prc_raks_bite_l" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Rakshasa Bite (medium)" + }, + "RESREF": { + "type": "resref", + "value": "prc_raks_bite_m" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Rakshasa Bite (small)" + }, + "RESREF": { + "type": "resref", + "value": "prc_raks_bite_s" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Rakshasa Bite (tiny)" + }, + "RESREF": { + "type": "resref", + "value": "prc_raks_bite_t" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Tanarukk Bite (colossal)" + }, + "RESREF": { + "type": "resref", + "value": "prc_tana_bite_c" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Tanarukk Bite (diminutive)" + }, + "RESREF": { + "type": "resref", + "value": "prc_tana_bite_d" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Tanarukk Bite (fine)" + }, + "RESREF": { + "type": "resref", + "value": "prc_tana_bite_f" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Tanarukk Bite (gargantuan)" + }, + "RESREF": { + "type": "resref", + "value": "prc_tana_bite_g" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Tanarukk Bite (huge)" + }, + "RESREF": { + "type": "resref", + "value": "prc_tana_bite_h" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Tanarukk Bite (large)" + }, + "RESREF": { + "type": "resref", + "value": "prc_tana_bite_l" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Tanarukk Bite (medium)" + }, + "RESREF": { + "type": "resref", + "value": "prc_tana_bite_m" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Tanarukk Bite (small)" + }, + "RESREF": { + "type": "resref", + "value": "prc_tana_bite_s" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Tanarukk Bite (tiny)" + }, + "RESREF": { + "type": "resref", + "value": "prc_tana_bite_t" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Troll Bite (colossal)" + }, + "RESREF": { + "type": "resref", + "value": "prc_troll_bite_c" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Troll Bite (diminutive)" + }, + "RESREF": { + "type": "resref", + "value": "prc_troll_bite_d" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Troll Bite (fine)" + }, + "RESREF": { + "type": "resref", + "value": "prc_troll_bite_f" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Troll Bite (gargantuan)" + }, + "RESREF": { + "type": "resref", + "value": "prc_troll_bite_g" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Troll Bite (huge)" + }, + "RESREF": { + "type": "resref", + "value": "prc_troll_bite_h" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Troll Bite (large)" + }, + "RESREF": { + "type": "resref", + "value": "prc_troll_bite_l" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Troll Bite (medium)" + }, + "RESREF": { + "type": "resref", + "value": "prc_troll_bite_m" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Troll Bite (small)" + }, + "RESREF": { + "type": "resref", + "value": "prc_troll_bite_s" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Troll Bite (tiny)" + }, + "RESREF": { + "type": "resref", + "value": "prc_troll_bite_t" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Useless Bite" + }, + "RESREF": { + "type": "resref", + "value": "prc_nodmgbite" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Viletooth Lizardfolk Bite (Colossal)" + }, + "RESREF": { + "type": "resref", + "value": "prc_vtth_bite_c" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Viletooth Lizardfolk Bite (Gargantuan)" + }, + "RESREF": { + "type": "resref", + "value": "prc_vtth_bite_g" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Viletooth Lizardfolk Bite (Huge)" + }, + "RESREF": { + "type": "resref", + "value": "prc_vtth_bite_h" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Viletooth Lizardfolk Bite (Large)" + }, + "RESREF": { + "type": "resref", + "value": "prc_vtth_bite_l" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Viletooth Lizardfolk Bite (Medium)" + }, + "RESREF": { + "type": "resref", + "value": "prc_vtth_bite_m" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Viletooth Lizardfolk Bite (Small)" + }, + "RESREF": { + "type": "resref", + "value": "prc_vtth_bite_s" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Viletooth Lizardfolk Bite (Tiny)" + }, + "RESREF": { + "type": "resref", + "value": "prc_vtth_bite_t" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Werewolf Bite" + }, + "RESREF": { + "type": "resref", + "value": "werewolfbite" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Werewolf Lycanthrope Bite" + }, + "RESREF": { + "type": "resref", + "value": "werewolfbitel" + } + } + ] + }, "STRREF": { "type": "dword", "value": 6810 @@ -218,6 +2366,1551 @@ "type": "byte", "value": 13 }, + "LIST": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Claw 10d6 (colossal)" + }, + "RESREF": { + "type": "resref", + "value": "prc_claw_6d6m_c" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Claw 1d2 (diminutive)" + }, + "RESREF": { + "type": "resref", + "value": "prc_claw_1d6l_d" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Claw 1d2 (diminutive)" + }, + "RESREF": { + "type": "resref", + "value": "prc_claw_1d6m_d" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Claw 1d2 (fine)" + }, + "RESREF": { + "type": "resref", + "value": "prc_claw_1d6l_f" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Claw 1d2 (fine)" + }, + "RESREF": { + "type": "resref", + "value": "prc_claw_1d6m_f" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Claw 1d2 (fine)" + }, + "RESREF": { + "type": "resref", + "value": "prc_claw_1d8m_f" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Claw 1d2 (tiny)" + }, + "RESREF": { + "type": "resref", + "value": "prc_claw_1d6l_t" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Claw 1d3 (diminutive)" + }, + "RESREF": { + "type": "resref", + "value": "prc_claw_1d8m_d" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Claw 1d3 (fine)" + }, + "RESREF": { + "type": "resref", + "value": "prc_claw_2d6m_f" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Claw 1d3 (small)" + }, + "RESREF": { + "type": "resref", + "value": "prc_claw_1d6l_s" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Claw 1d3 (tiny)" + }, + "RESREF": { + "type": "resref", + "value": "prc_claw_1d6m_t" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Claw 1d4 (diminutive)" + }, + "RESREF": { + "type": "resref", + "value": "prc_claw_2d6m_d" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Claw 1d4 (fine)" + }, + "RESREF": { + "type": "resref", + "value": "prc_claw_3d6m_f" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Claw 1d4 (medium)" + }, + "RESREF": { + "type": "resref", + "value": "prc_claw_1d6l_m" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Claw 1d4 (small)" + }, + "RESREF": { + "type": "resref", + "value": "prc_claw_1d6m_s" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Claw 1d4 (tiny)" + }, + "RESREF": { + "type": "resref", + "value": "prc_claw_1d8m_t" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Claw 1d6 (diminutive)" + }, + "RESREF": { + "type": "resref", + "value": "prc_claw_3d6m_d" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Claw 1d6 (fine)" + }, + "RESREF": { + "type": "resref", + "value": "prc_claw_4d6m_f" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Claw 1d6 (large)" + }, + "RESREF": { + "type": "resref", + "value": "prc_claw_1d6l_l" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Claw 1d6 (medium)" + }, + "RESREF": { + "type": "resref", + "value": "prc_claw_1d6m_m" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Claw 1d6 (small)" + }, + "RESREF": { + "type": "resref", + "value": "prc_claw_1d8m_s" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Claw 1d6 (tiny)" + }, + "RESREF": { + "type": "resref", + "value": "prc_claw_2d6m_t" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Claw 1d8 (diminutive)" + }, + "RESREF": { + "type": "resref", + "value": "prc_claw_4d6m_d" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Claw 1d8 (fine)" + }, + "RESREF": { + "type": "resref", + "value": "prc_claw_5d6m_f" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Claw 1d8 (huge)" + }, + "RESREF": { + "type": "resref", + "value": "prc_claw_1d6l_h" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Claw 1d8 (large)" + }, + "RESREF": { + "type": "resref", + "value": "prc_claw_1d6m_l" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Claw 1d8 (medium)" + }, + "RESREF": { + "type": "resref", + "value": "prc_claw_1d8m_m" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Claw 1d8 (small)" + }, + "RESREF": { + "type": "resref", + "value": "prc_claw_2d6m_s" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Claw 1d8 (tiny)" + }, + "RESREF": { + "type": "resref", + "value": "prc_claw_3d6m_t" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Claw 2d6 (diminutive)" + }, + "RESREF": { + "type": "resref", + "value": "prc_claw_5d6m_d" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Claw 2d6 (fine)" + }, + "RESREF": { + "type": "resref", + "value": "prc_claw_6d6m_f" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Claw 2d6 (gargantuan)" + }, + "RESREF": { + "type": "resref", + "value": "prc_claw_1d6l_g" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Claw 2d6 (huge)" + }, + "RESREF": { + "type": "resref", + "value": "prc_claw_1d6m_h" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Claw 2d6 (large)" + }, + "RESREF": { + "type": "resref", + "value": "prc_claw_1d8m_l" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Claw 2d6 (medium)" + }, + "RESREF": { + "type": "resref", + "value": "prc_claw_2d6m_m" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Claw 2d6 (small)" + }, + "RESREF": { + "type": "resref", + "value": "prc_claw_3d6m_s" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Claw 2d6 (tiny)" + }, + "RESREF": { + "type": "resref", + "value": "prc_claw_4d6m_t" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Claw 3d6 (colossal)" + }, + "RESREF": { + "type": "resref", + "value": "prc_claw_1d6l_c" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Claw 3d6 (diminutive)" + }, + "RESREF": { + "type": "resref", + "value": "prc_claw_6d6m_d" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Claw 3d6 (gargantuan)" + }, + "RESREF": { + "type": "resref", + "value": "prc_claw_1d6m_g" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Claw 3d6 (huge)" + }, + "RESREF": { + "type": "resref", + "value": "prc_claw_1d8m_h" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Claw 3d6 (large)" + }, + "RESREF": { + "type": "resref", + "value": "prc_claw_2d6m_l" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Claw 3d6 (medium)" + }, + "RESREF": { + "type": "resref", + "value": "prc_claw_3d6m_m" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Claw 3d6 (small)" + }, + "RESREF": { + "type": "resref", + "value": "prc_claw_4d6m_s" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Claw 3d6 (tiny)" + }, + "RESREF": { + "type": "resref", + "value": "prc_claw_5d6m_t" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Claw 4d6 (colossal)" + }, + "RESREF": { + "type": "resref", + "value": "prc_claw_1d6m_c" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Claw 4d6 (gargantuan)" + }, + "RESREF": { + "type": "resref", + "value": "prc_claw_1d8m_g" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Claw 4d6 (huge)" + }, + "RESREF": { + "type": "resref", + "value": "prc_claw_2d6m_h" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Claw 4d6 (large)" + }, + "RESREF": { + "type": "resref", + "value": "prc_claw_3d6m_l" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Claw 4d6 (medium)" + }, + "RESREF": { + "type": "resref", + "value": "prc_claw_4d6m_m" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Claw 4d6 (small)" + }, + "RESREF": { + "type": "resref", + "value": "prc_claw_5d6m_s" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Claw 4d6 (tiny)" + }, + "RESREF": { + "type": "resref", + "value": "prc_claw_6d6m_t" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Claw 5d6 (colossal)" + }, + "RESREF": { + "type": "resref", + "value": "prc_claw_1d8m_c" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Claw 5d6 (gargantuan)" + }, + "RESREF": { + "type": "resref", + "value": "prc_claw_2d6m_g" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Claw 5d6 (huge)" + }, + "RESREF": { + "type": "resref", + "value": "prc_claw_3d6m_h" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Claw 5d6 (large)" + }, + "RESREF": { + "type": "resref", + "value": "prc_claw_4d6m_l" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Claw 5d6 (medium)" + }, + "RESREF": { + "type": "resref", + "value": "prc_claw_5d6m_m" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Claw 5d6 (small)" + }, + "RESREF": { + "type": "resref", + "value": "prc_claw_6d6m_s" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Claw 6d6 (colossal)" + }, + "RESREF": { + "type": "resref", + "value": "prc_claw_2d6m_c" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Claw 6d6 (gargantuan)" + }, + "RESREF": { + "type": "resref", + "value": "prc_claw_3d6m_g" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Claw 6d6 (huge)" + }, + "RESREF": { + "type": "resref", + "value": "prc_claw_4d6m_h" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Claw 6d6 (large)" + }, + "RESREF": { + "type": "resref", + "value": "prc_claw_5d6m_l" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Claw 6d6 (medium)" + }, + "RESREF": { + "type": "resref", + "value": "prc_claw_6d6m_m" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Claw 7d6 (colossal)" + }, + "RESREF": { + "type": "resref", + "value": "prc_claw_3d6m_c" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Claw 7d6 (gargantuan)" + }, + "RESREF": { + "type": "resref", + "value": "prc_claw_4d6m_g" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Claw 7d6 (huge)" + }, + "RESREF": { + "type": "resref", + "value": "prc_claw_5d6m_h" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Claw 7d6 (large)" + }, + "RESREF": { + "type": "resref", + "value": "prc_claw_6d6m_l" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Claw 8d6 (colossal)" + }, + "RESREF": { + "type": "resref", + "value": "prc_claw_4d6m_c" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Claw 8d6 (gargantuan)" + }, + "RESREF": { + "type": "resref", + "value": "prc_claw_5d6m_g" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Claw 8d6 (huge)" + }, + "RESREF": { + "type": "resref", + "value": "prc_claw_6d6m_h" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Claw 9d6 (colossal)" + }, + "RESREF": { + "type": "resref", + "value": "prc_claw_5d6m_c" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Claw 9d6 (gargantuan)" + }, + "RESREF": { + "type": "resref", + "value": "prc_claw_6d6m_g" + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "tob_dw_embrclaw" + }, + "STRREF": { + "type": "dword", + "value": 13284 + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Cornugon Claw" + }, + "RESREF": { + "type": "resref", + "value": "prc_corn_claw" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Diamond Dragon Claw (Colossal)" + }, + "RESREF": { + "type": "resref", + "value": "prc_diaclaw_0_c" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Diamond Dragon Claw (Colossal)" + }, + "RESREF": { + "type": "resref", + "value": "prc_diaclaw_1_c" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Diamond Dragon Claw (Colossal)" + }, + "RESREF": { + "type": "resref", + "value": "prc_diaclaw_2_c" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Diamond Dragon Claw (Colossal)" + }, + "RESREF": { + "type": "resref", + "value": "prc_diaclaw_3_c" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Diamond Dragon Claw (Colossal)" + }, + "RESREF": { + "type": "resref", + "value": "prc_diaclaw_4_c" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Diamond Dragon Claw (Colossal)" + }, + "RESREF": { + "type": "resref", + "value": "prc_diaclaw_5_c" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Diamond Dragon Claw (Gargantuan)" + }, + "RESREF": { + "type": "resref", + "value": "prc_diaclaw_0_g" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Diamond Dragon Claw (Gargantuan)" + }, + "RESREF": { + "type": "resref", + "value": "prc_diaclaw_1_g" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Diamond Dragon Claw (Gargantuan)" + }, + "RESREF": { + "type": "resref", + "value": "prc_diaclaw_2_g" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Diamond Dragon Claw (Gargantuan)" + }, + "RESREF": { + "type": "resref", + "value": "prc_diaclaw_3_g" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Diamond Dragon Claw (Gargantuan)" + }, + "RESREF": { + "type": "resref", + "value": "prc_diaclaw_4_g" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Diamond Dragon Claw (Gargantuan)" + }, + "RESREF": { + "type": "resref", + "value": "prc_diaclaw_5_g" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Diamond Dragon Claw (Huge)" + }, + "RESREF": { + "type": "resref", + "value": "prc_diaclaw_0_h" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Diamond Dragon Claw (Huge)" + }, + "RESREF": { + "type": "resref", + "value": "prc_diaclaw_1_h" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Diamond Dragon Claw (Huge)" + }, + "RESREF": { + "type": "resref", + "value": "prc_diaclaw_2_h" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Diamond Dragon Claw (Huge)" + }, + "RESREF": { + "type": "resref", + "value": "prc_diaclaw_3_h" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Diamond Dragon Claw (Huge)" + }, + "RESREF": { + "type": "resref", + "value": "prc_diaclaw_4_h" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Diamond Dragon Claw (Huge)" + }, + "RESREF": { + "type": "resref", + "value": "prc_diaclaw_5_h" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Diamond Dragon Claw (Large)" + }, + "RESREF": { + "type": "resref", + "value": "prc_diaclaw_0_l" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Diamond Dragon Claw (Large)" + }, + "RESREF": { + "type": "resref", + "value": "prc_diaclaw_1_l" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Diamond Dragon Claw (Large)" + }, + "RESREF": { + "type": "resref", + "value": "prc_diaclaw_2_l" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Diamond Dragon Claw (Large)" + }, + "RESREF": { + "type": "resref", + "value": "prc_diaclaw_3_l" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Diamond Dragon Claw (Large)" + }, + "RESREF": { + "type": "resref", + "value": "prc_diaclaw_4_l" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Diamond Dragon Claw (Large)" + }, + "RESREF": { + "type": "resref", + "value": "prc_diaclaw_5_l" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Diamond Dragon Claw (Medium)" + }, + "RESREF": { + "type": "resref", + "value": "prc_diaclaw_0_m" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Diamond Dragon Claw (Medium)" + }, + "RESREF": { + "type": "resref", + "value": "prc_diaclaw_1_m" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Diamond Dragon Claw (Medium)" + }, + "RESREF": { + "type": "resref", + "value": "prc_diaclaw_2_m" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Diamond Dragon Claw (Medium)" + }, + "RESREF": { + "type": "resref", + "value": "prc_diaclaw_3_m" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Diamond Dragon Claw (Medium)" + }, + "RESREF": { + "type": "resref", + "value": "prc_diaclaw_4_m" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Diamond Dragon Claw (Medium)" + }, + "RESREF": { + "type": "resref", + "value": "prc_diaclaw_5_m" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Diamond Dragon Claw (Small)" + }, + "RESREF": { + "type": "resref", + "value": "prc_diaclaw_0_s" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Diamond Dragon Claw (Small)" + }, + "RESREF": { + "type": "resref", + "value": "prc_diaclaw_1_s" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Diamond Dragon Claw (Small)" + }, + "RESREF": { + "type": "resref", + "value": "prc_diaclaw_2_s" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Diamond Dragon Claw (Small)" + }, + "RESREF": { + "type": "resref", + "value": "prc_diaclaw_3_s" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Diamond Dragon Claw (Small)" + }, + "RESREF": { + "type": "resref", + "value": "prc_diaclaw_4_s" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Diamond Dragon Claw (Small)" + }, + "RESREF": { + "type": "resref", + "value": "prc_diaclaw_5_s" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Diamond Dragon Claw (Tiny)" + }, + "RESREF": { + "type": "resref", + "value": "prc_diaclaw_0_t" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Diamond Dragon Claw (Tiny)" + }, + "RESREF": { + "type": "resref", + "value": "prc_diaclaw_1_t" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Diamond Dragon Claw (Tiny)" + }, + "RESREF": { + "type": "resref", + "value": "prc_diaclaw_2_t" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Diamond Dragon Claw (Tiny)" + }, + "RESREF": { + "type": "resref", + "value": "prc_diaclaw_3_t" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Diamond Dragon Claw (Tiny)" + }, + "RESREF": { + "type": "resref", + "value": "prc_diaclaw_4_t" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Diamond Dragon Claw (Tiny)" + }, + "RESREF": { + "type": "resref", + "value": "prc_diaclaw_5_t" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Draconic Devotee Claw (Colossal)" + }, + "RESREF": { + "type": "resref", + "value": "prc_devclaw_c" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Draconic Devotee Claw (Gargantuan)" + }, + "RESREF": { + "type": "resref", + "value": "prc_devclaw_g" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Draconic Devotee Claw (Huge)" + }, + "RESREF": { + "type": "resref", + "value": "prc_devclaw_h" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Draconic Devotee Claw (Large)" + }, + "RESREF": { + "type": "resref", + "value": "prc_devclaw_l" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Draconic Devotee Claw (Medium)" + }, + "RESREF": { + "type": "resref", + "value": "prc_devclaw_m" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Draconic Devotee Claw (Small)" + }, + "RESREF": { + "type": "resref", + "value": "prc_devclaw_s" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Draconic Devotee Claw (Tiny)" + }, + "RESREF": { + "type": "resref", + "value": "prc_devclaw_t" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Gelugon Claw" + }, + "RESREF": { + "type": "resref", + "value": "prc_gel_claw" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Griffes de quasit niveau 15" + }, + "RESREF": { + "type": "resref", + "value": "quasit_15" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Griffes de quasit niveau 20" + }, + "RESREF": { + "type": "resref", + "value": "quasit_20" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Griffes de quasit niveau 25" + }, + "RESREF": { + "type": "resref", + "value": "quasit_25" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Griffes de quasit niveau 30" + }, + "RESREF": { + "type": "resref", + "value": "quasit_30" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Griffes de quasit niveau 35" + }, + "RESREF": { + "type": "resref", + "value": "quasit_35" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Griffes de quasit niveau 40" + }, + "RESREF": { + "type": "resref", + "value": "quasit_40" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Hamatula Claw" + }, + "RESREF": { + "type": "resref", + "value": "prc_ham_claw" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Osyluth Claw" + }, + "RESREF": { + "type": "resref", + "value": "prc_osy_claw" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "pnp_shft_cweap" + }, + "RESREF": { + "type": "resref", + "value": "pnp_shft_cweap" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "PRC construct Demoflesh claw" + }, + "RESREF": { + "type": "resref", + "value": "prc_cns_dem_c" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Shadow Elemental Elder" + }, + "RESREF": { + "type": "resref", + "value": "shadowelement001" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Shadow Elemental Huge" + }, + "RESREF": { + "type": "resref", + "value": "shadowelementalh" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Shadow Elemental Medium" + }, + "RESREF": { + "type": "resref", + "value": "shd_shdelem_med" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Twig Blight Claw" + }, + "RESREF": { + "type": "resref", + "value": "wol_twigblightcl" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Werewolf Claw" + }, + "RESREF": { + "type": "resref", + "value": "werewolfclaw" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Werewolf Lycanthrope Claw" + }, + "RESREF": { + "type": "resref", + "value": "werewolfclawl" + } + } + ] + }, "STRREF": { "type": "dword", "value": 6744 @@ -229,6 +3922,253 @@ "type": "byte", "value": 63 }, + "LIST": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Gorebrute Horns(Colossal)" + }, + "RESREF": { + "type": "resref", + "value": "prc_shftr_gore_c" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Gorebrute Horns(Diminuitive)" + }, + "RESREF": { + "type": "resref", + "value": "prc_shftr_gore_d" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Gorebrute Horns(Fine)" + }, + "RESREF": { + "type": "resref", + "value": "prc_shftr_gore_f" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Gorebrute Horns(Gargantuan)" + }, + "RESREF": { + "type": "resref", + "value": "prc_shftr_gore_g" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Gorebrute Horns(Huge)" + }, + "RESREF": { + "type": "resref", + "value": "prc_shftr_gore_h" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Gorebrute Horns(Large)" + }, + "RESREF": { + "type": "resref", + "value": "prc_shftr_gore_l" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Gorebrute Horns(Medium)" + }, + "RESREF": { + "type": "resref", + "value": "prc_shftr_gore_m" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Gorebrute Horns(Small)" + }, + "RESREF": { + "type": "resref", + "value": "prc_shftr_gore_s" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Gorebrute Horns(Tiny)" + }, + "RESREF": { + "type": "resref", + "value": "prc_shftr_gore_t" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Greater Nightshade Bite" + }, + "RESREF": { + "type": "resref", + "value": "grtrnsbite" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Lesser Nightshade Bite" + }, + "RESREF": { + "type": "resref", + "value": "lessernightshade" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Minotaur Gore (colossal)" + }, + "RESREF": { + "type": "resref", + "value": "prc_mino_gore_c" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Minotaur Gore (diminutive)" + }, + "RESREF": { + "type": "resref", + "value": "prc_mino_gore_d" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Minotaur Gore (fine)" + }, + "RESREF": { + "type": "resref", + "value": "prc_mino_gore_f" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Minotaur Gore (gargantuan)" + }, + "RESREF": { + "type": "resref", + "value": "prc_mino_gore_g" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Minotaur Gore (huge)" + }, + "RESREF": { + "type": "resref", + "value": "prc_mino_gore_h" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Minotaur Gore (large)" + }, + "RESREF": { + "type": "resref", + "value": "prc_mino_gore_l" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Minotaur Gore (medium)" + }, + "RESREF": { + "type": "resref", + "value": "prc_mino_gore_m" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Minotaur Gore (small)" + }, + "RESREF": { + "type": "resref", + "value": "prc_mino_gore_s" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Minotaur Gore (tiny)" + }, + "RESREF": { + "type": "resref", + "value": "prc_mino_gore_t" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Minotaur Powerful Charge" + }, + "RESREF": { + "type": "resref", + "value": "prc_mino_char" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Nightshade Bite" + }, + "RESREF": { + "type": "resref", + "value": "lessernightsh002" + } + } + ] + }, "STRREF": { "type": "dword", "value": 6831 @@ -254,6 +4194,17 @@ "LIST": { "type": "list", "value": [ + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "" + }, + "RESREF": { + "type": "resref", + "value": "pc_skin" + } + }, { "__struct_id": 0, "NAME": { @@ -264,6 +4215,1051 @@ "type": "resref", "value": "it_creitem002" } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "anim_armour_0" + }, + "RESREF": { + "type": "resref", + "value": "anim_armour_0" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "anim_armour_1_4" + }, + "RESREF": { + "type": "resref", + "value": "anim_armour_1_4" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "anim_armour_5_8" + }, + "RESREF": { + "type": "resref", + "value": "anim_armour_5_8" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "anim_weapon_large" + }, + "RESREF": { + "type": "resref", + "value": "anim_weapon_larg" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "anim_weapon_small" + }, + "RESREF": { + "type": "resref", + "value": "anim_weapon_smal" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "AnimObject Properties" + }, + "RESREF": { + "type": "resref", + "value": "prc_shd_animcon" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Ashen Husk Hide" + }, + "RESREF": { + "type": "resref", + "value": "bdd_ashen_hide" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Asherati Taint Changed" + }, + "RESREF": { + "type": "resref", + "value": "bdd_asherati_skn" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "base_prc_skin" + }, + "RESREF": { + "type": "resref", + "value": "base_prc_skin" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Bat FM HD 1 Properties" + }, + "RESREF": { + "type": "resref", + "value": "bat_c_hide_01" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Bat FM HD 1 Properties" + }, + "RESREF": { + "type": "resref", + "value": "polarb_c_hide01" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Bat FM HD 1 Properties" + }, + "RESREF": { + "type": "resref", + "value": "polarb_c_hide05" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Bat FM HD 1 Properties" + }, + "RESREF": { + "type": "resref", + "value": "polarb_c_hide10" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Bat FM HD 1 Properties" + }, + "RESREF": { + "type": "resref", + "value": "polarb_c_hide15" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Bat FM HD 1 Properties" + }, + "RESREF": { + "type": "resref", + "value": "polarb_c_hide20" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Bat FM HD 1 Properties" + }, + "RESREF": { + "type": "resref", + "value": "polarb_c_hide25" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Bat FM HD 1 Properties" + }, + "RESREF": { + "type": "resref", + "value": "polarb_c_hide30" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Bat FM HD 1 Properties" + }, + "RESREF": { + "type": "resref", + "value": "polarb_c_hide35" + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "bat_c_hide_20" + }, + "STRREF": { + "type": "dword", + "value": 13121 + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Bat FM HD 25 Properties" + }, + "RESREF": { + "type": "resref", + "value": "bat_c_hide_25" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Bat FM HD 30 Properties" + }, + "RESREF": { + "type": "resref", + "value": "bat_c_hide_30" + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "bat_c_hide_05" + }, + "STRREF": { + "type": "dword", + "value": 13118 + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Cornugon Hide" + }, + "RESREF": { + "type": "resref", + "value": "prc_corn_hide" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Deva Hide" + }, + "RESREF": { + "type": "resref", + "value": "devahide" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Earth Elemental Properties" + }, + "RESREF": { + "type": "resref", + "value": "prc_agares_elem" + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "tob_dw_embrhide" + }, + "STRREF": { + "type": "dword", + "value": 13193 + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Gelugon Hide" + }, + "RESREF": { + "type": "resref", + "value": "prc_gel_hide" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Glabrezu Properties" + }, + "RESREF": { + "type": "resref", + "value": "glabrezuproperti" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Glabrezu Skin" + }, + "RESREF": { + "type": "resref", + "value": "prc_glab_hide" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Greater Nightshade Hide" + }, + "RESREF": { + "type": "resref", + "value": "grtrnightshadhid" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Greater Wraith Hide lv 21" + }, + "RESREF": { + "type": "resref", + "value": "greaterwraithhid" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Greater Wraith Hide lv 24" + }, + "RESREF": { + "type": "resref", + "value": "greaterwraith007" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Greater Wraith Hide lv 27" + }, + "RESREF": { + "type": "resref", + "value": "greaterwraith008" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Greater Wraith Hide lv 30" + }, + "RESREF": { + "type": "resref", + "value": "greaterwraith009" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Greater Wraith Hide lv 33" + }, + "RESREF": { + "type": "resref", + "value": "greaterwraith010" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Greater Wraith Hide lv 36" + }, + "RESREF": { + "type": "resref", + "value": "greaterwraith011" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Greater Wraith Hide lv 39" + }, + "RESREF": { + "type": "resref", + "value": "greaterwraith012" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Hamatula Hide" + }, + "RESREF": { + "type": "resref", + "value": "prc_ham_hide" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "hellcat_hide" + }, + "RESREF": { + "type": "resref", + "value": "hellcat_hide" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Lesser Nightshade Hide" + }, + "RESREF": { + "type": "resref", + "value": "lessernightsh001" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Marilith Properties" + }, + "RESREF": { + "type": "resref", + "value": "marilithproperti" + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "wo_mummy_prop" + }, + "STRREF": { + "type": "dword", + "value": 12938 + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Nightshade Hide" + }, + "RESREF": { + "type": "resref", + "value": "nightshadehide" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Nightwing Properties" + }, + "RESREF": { + "type": "resref", + "value": "prc_to_nighthide" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Osyluth Hide" + }, + "RESREF": { + "type": "resref", + "value": "prc_osy_hide" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Particularités des méphites à 10 DV" + }, + "RESREF": { + "type": "resref", + "value": "meph_10dv" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Particularités des méphites à 15 DV" + }, + "RESREF": { + "type": "resref", + "value": "meph_15dv" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Particularités des méphites à 20 DV" + }, + "RESREF": { + "type": "resref", + "value": "meph_20dv" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Particularités des méphites à 25 DV" + }, + "RESREF": { + "type": "resref", + "value": "meph_25dv" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Particularités des méphites à 30 DV" + }, + "RESREF": { + "type": "resref", + "value": "meph_30dv" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Particularités des méphites à 5 DV" + }, + "RESREF": { + "type": "resref", + "value": "meph_5dv" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Particularités des méphitesà 1 DV" + }, + "RESREF": { + "type": "resref", + "value": "meph_1dv" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "PRC Construct Adamantium" + }, + "RESREF": { + "type": "resref", + "value": "prc_cns_ada_h" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "PRC Construct Clay" + }, + "RESREF": { + "type": "resref", + "value": "prc_cns_cly_h" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "PRC Construct Demonflesh hide" + }, + "RESREF": { + "type": "resref", + "value": "prc_cns_dem_h" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "PRC Construct Flesh" + }, + "RESREF": { + "type": "resref", + "value": "prc_cns_fle_h" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "PRC Construct Iron" + }, + "RESREF": { + "type": "resref", + "value": "prc_cns_irn_h" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "PRC Construct Mithril" + }, + "RESREF": { + "type": "resref", + "value": "prc_cns_mit_h" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "PRC Construct Stone" + }, + "RESREF": { + "type": "resref", + "value": "prc_cns_stn_h" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Pseudonatural Dire Badger Hide" + }, + "RESREF": { + "type": "resref", + "value": "pseudonaturaldir" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Pseudonatural Dire Bear Hide" + }, + "RESREF": { + "type": "resref", + "value": "pseudonatural002" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Pseudonatural Dire Spider Hide" + }, + "RESREF": { + "type": "resref", + "value": "pseudodirespider" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Pseudonatural Dire Tiger Hide" + }, + "RESREF": { + "type": "resref", + "value": "pseudonaturaltig" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Pseudonatural Dire Wolf Hide" + }, + "RESREF": { + "type": "resref", + "value": "pseudonatural001" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Pseudonatural Elder Elemental Hide" + }, + "RESREF": { + "type": "resref", + "value": "pseudonaturalel" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Pseudonatural Elder Fire Elemental Properties" + }, + "RESREF": { + "type": "resref", + "value": "pseudonaturalfi" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Pseudonatural Elder Water Elemental Properties" + }, + "RESREF": { + "type": "resref", + "value": "pseudonaturalwa" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Pseudonatural Huge/Greater Elemental Properties" + }, + "RESREF": { + "type": "resref", + "value": "pseudonaturalhu" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Pseudonatural Huge/Greater Fire Elemental Properties" + }, + "RESREF": { + "type": "resref", + "value": "pseudonaturalfir" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Pseudonatural Huge/Greater Water Elemental Properties" + }, + "RESREF": { + "type": "resref", + "value": "pseudonaturalwat" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Pseuodnatural Dire Boar Hide" + }, + "RESREF": { + "type": "resref", + "value": "pseuodnaturaldir" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Psuedonatural Huge/Greater Elemental Properties" + }, + "RESREF": { + "type": "resref", + "value": "pseudonaturalhug" + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_skelhide" + }, + "STRREF": { + "type": "dword", + "value": 13204 + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Skeleton Properties" + }, + "RESREF": { + "type": "resref", + "value": "wo_skel_prop" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Soulspark" + }, + "RESREF": { + "type": "resref", + "value": "moi_slspk_prop" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Spider Servant Properties" + }, + "RESREF": { + "type": "resref", + "value": "servantprops" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Spider Servant Properties 12HD" + }, + "RESREF": { + "type": "resref", + "value": "servantprops2" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Spider Servant Properties 14HD" + }, + "RESREF": { + "type": "resref", + "value": "servantprops3" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Spider Servant Properties 16HD" + }, + "RESREF": { + "type": "resref", + "value": "servantprops4" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "TNecro Doom Knight Properties" + }, + "RESREF": { + "type": "resref", + "value": "prc_tn_dk" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Treant Properties" + }, + "RESREF": { + "type": "resref", + "value": "prc_sum_treant" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Twig Blight Hide" + }, + "RESREF": { + "type": "resref", + "value": "wol_twigblightci" + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "it_creitem003" + }, + "STRREF": { + "type": "dword", + "value": 13205 + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Very Young Prismatic Dragon Properties" + }, + "RESREF": { + "type": "resref", + "value": "vy_it_creitem011" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Warforged Armor Feats" + }, + "RESREF": { + "type": "resref", + "value": "prc_wf_feats" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Werewolf Skin 0" + }, + "RESREF": { + "type": "resref", + "value": "werewolfskin0" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Werewolf Skin 0 L10" + }, + "RESREF": { + "type": "resref", + "value": "werewolfskin0l" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Werewolf Skin 0 S5" + }, + "RESREF": { + "type": "resref", + "value": "werewolfskin0s" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Werewolf Skin 1" + }, + "RESREF": { + "type": "resref", + "value": "werewolfskin1" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Werewolf Skin 1 L10" + }, + "RESREF": { + "type": "resref", + "value": "werewolfskin1l" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Werewolf Skin 1 S5" + }, + "RESREF": { + "type": "resref", + "value": "werewolfskin1s" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Werewolf Skin 2" + }, + "RESREF": { + "type": "resref", + "value": "werewolfskin2" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Werewolf Skin 2 L10" + }, + "RESREF": { + "type": "resref", + "value": "werewolfskin2l" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Werewolf Skin 2 S5" + }, + "RESREF": { + "type": "resref", + "value": "werewolfskin2s" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Zombie Properties" + }, + "RESREF": { + "type": "resref", + "value": "wo_zombie_prop" + } } ] }, @@ -278,6 +5274,1078 @@ "type": "byte", "value": 56 }, + "LIST": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Ashen Husk Slam" + }, + "RESREF": { + "type": "resref", + "value": "bdd_ashen_slam" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Centaur Hoof (colossal)" + }, + "RESREF": { + "type": "resref", + "value": "prc_cent_hoof_c" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Centaur Hoof (diminutive)" + }, + "RESREF": { + "type": "resref", + "value": "prc_cent_hoof_d" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Centaur Hoof (fine)" + }, + "RESREF": { + "type": "resref", + "value": "prc_cent_hoof_f" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Centaur Hoof (gargantuan)" + }, + "RESREF": { + "type": "resref", + "value": "prc_cent_hoof_g" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Centaur Hoof (huge)" + }, + "RESREF": { + "type": "resref", + "value": "prc_cent_hoof_h" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Centaur Hoof (large)" + }, + "RESREF": { + "type": "resref", + "value": "prc_cent_hoof_l" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Centaur Hoof (medium)" + }, + "RESREF": { + "type": "resref", + "value": "prc_cent_hoof_" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Centaur Hoof (small)" + }, + "RESREF": { + "type": "resref", + "value": "prc_cent_hoof_s" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Centaur Hoof (tiny)" + }, + "RESREF": { + "type": "resref", + "value": "prc_cent_hoof_t" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Diamond Dragon Tail Slap (Colossal)" + }, + "RESREF": { + "type": "resref", + "value": "prc_diatail_0_c" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Diamond Dragon Tail Slap (Colossal)" + }, + "RESREF": { + "type": "resref", + "value": "prc_diatail_1_c" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Diamond Dragon Tail Slap (Colossal)" + }, + "RESREF": { + "type": "resref", + "value": "prc_diatail_2_c" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Diamond Dragon Tail Slap (Colossal)" + }, + "RESREF": { + "type": "resref", + "value": "prc_diatail_3_c" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Diamond Dragon Tail Slap (Colossal)" + }, + "RESREF": { + "type": "resref", + "value": "prc_diatail_4_c" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Diamond Dragon Tail Slap (Colossal)" + }, + "RESREF": { + "type": "resref", + "value": "prc_diatail_5_c" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Diamond Dragon Tail Slap (Gargantuan)" + }, + "RESREF": { + "type": "resref", + "value": "prc_diatail_0_g" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Diamond Dragon Tail Slap (Gargantuan)" + }, + "RESREF": { + "type": "resref", + "value": "prc_diatail_1_g" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Diamond Dragon Tail Slap (Gargantuan)" + }, + "RESREF": { + "type": "resref", + "value": "prc_diatail_2_g" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Diamond Dragon Tail Slap (Gargantuan)" + }, + "RESREF": { + "type": "resref", + "value": "prc_diatail_3_g" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Diamond Dragon Tail Slap (Gargantuan)" + }, + "RESREF": { + "type": "resref", + "value": "prc_diatail_4_g" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Diamond Dragon Tail Slap (Gargantuan)" + }, + "RESREF": { + "type": "resref", + "value": "prc_diatail_5_g" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Diamond Dragon Tail Slap (Huge)" + }, + "RESREF": { + "type": "resref", + "value": "prc_diatail_0_h" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Diamond Dragon Tail Slap (Huge)" + }, + "RESREF": { + "type": "resref", + "value": "prc_diatail_1_h" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Diamond Dragon Tail Slap (Huge)" + }, + "RESREF": { + "type": "resref", + "value": "prc_diatail_2_h" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Diamond Dragon Tail Slap (Huge)" + }, + "RESREF": { + "type": "resref", + "value": "prc_diatail_3_h" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Diamond Dragon Tail Slap (Huge)" + }, + "RESREF": { + "type": "resref", + "value": "prc_diatail_4_h" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Diamond Dragon Tail Slap (Huge)" + }, + "RESREF": { + "type": "resref", + "value": "prc_diatail_5_h" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Diamond Dragon Tail Slap (Large)" + }, + "RESREF": { + "type": "resref", + "value": "prc_diatail_0_l" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Diamond Dragon Tail Slap (Large)" + }, + "RESREF": { + "type": "resref", + "value": "prc_diatail_1_l" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Diamond Dragon Tail Slap (Large)" + }, + "RESREF": { + "type": "resref", + "value": "prc_diatail_2_l" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Diamond Dragon Tail Slap (Large)" + }, + "RESREF": { + "type": "resref", + "value": "prc_diatail_3_l" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Diamond Dragon Tail Slap (Large)" + }, + "RESREF": { + "type": "resref", + "value": "prc_diatail_4_l" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Diamond Dragon Tail Slap (Large)" + }, + "RESREF": { + "type": "resref", + "value": "prc_diatail_5_l" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Diamond Dragon Tail Slap (Medium)" + }, + "RESREF": { + "type": "resref", + "value": "prc_diatail_0_m" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Diamond Dragon Tail Slap (Medium)" + }, + "RESREF": { + "type": "resref", + "value": "prc_diatail_1_m" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Diamond Dragon Tail Slap (Medium)" + }, + "RESREF": { + "type": "resref", + "value": "prc_diatail_2_m" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Diamond Dragon Tail Slap (Medium)" + }, + "RESREF": { + "type": "resref", + "value": "prc_diatail_3_m" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Diamond Dragon Tail Slap (Medium)" + }, + "RESREF": { + "type": "resref", + "value": "prc_diatail_4_m" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Diamond Dragon Tail Slap (Medium)" + }, + "RESREF": { + "type": "resref", + "value": "prc_diatail_5_m" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Diamond Dragon Tail Slap (Small)" + }, + "RESREF": { + "type": "resref", + "value": "prc_diatail_0_s" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Diamond Dragon Tail Slap (Small)" + }, + "RESREF": { + "type": "resref", + "value": "prc_diatail_1_s" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Diamond Dragon Tail Slap (Small)" + }, + "RESREF": { + "type": "resref", + "value": "prc_diatail_2_s" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Diamond Dragon Tail Slap (Small)" + }, + "RESREF": { + "type": "resref", + "value": "prc_diatail_3_s" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Diamond Dragon Tail Slap (Small)" + }, + "RESREF": { + "type": "resref", + "value": "prc_diatail_4_s" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Diamond Dragon Tail Slap (Small)" + }, + "RESREF": { + "type": "resref", + "value": "prc_diatail_5_s" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Diamond Dragon Tail Slap (Tiny)" + }, + "RESREF": { + "type": "resref", + "value": "prc_diatail_0_t" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Diamond Dragon Tail Slap (Tiny)" + }, + "RESREF": { + "type": "resref", + "value": "prc_diatail_1_t" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Diamond Dragon Tail Slap (Tiny)" + }, + "RESREF": { + "type": "resref", + "value": "prc_diatail_2_t" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Diamond Dragon Tail Slap (Tiny)" + }, + "RESREF": { + "type": "resref", + "value": "prc_diatail_3_t" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Diamond Dragon Tail Slap (Tiny)" + }, + "RESREF": { + "type": "resref", + "value": "prc_diatail_4_t" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Diamond Dragon Tail Slap (Tiny)" + }, + "RESREF": { + "type": "resref", + "value": "prc_diatail_5_t" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Dragon Disciple Tail Slap (colossal)" + }, + "RESREF": { + "type": "resref", + "value": "prc_rdd_tail_c" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Dragon Disciple Tail Slap (gargantuan)" + }, + "RESREF": { + "type": "resref", + "value": "prc_rdd_tail_g" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Dragon Disciple Tail Slap (huge)" + }, + "RESREF": { + "type": "resref", + "value": "prc_rdd_tail_h" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Dragon Disciple Tail Slap (large)" + }, + "RESREF": { + "type": "resref", + "value": "prc_rdd_tail_l" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Dragon Disciple Wing Slam (colossal)" + }, + "RESREF": { + "type": "resref", + "value": "prc_rdd_wing_c" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Dragon Disciple Wing Slam (gargantuan)" + }, + "RESREF": { + "type": "resref", + "value": "prc_rdd_wing_g" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Dragon Disciple Wing Slam (huge)" + }, + "RESREF": { + "type": "resref", + "value": "prc_rdd_wing_h" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Dragon Disciple Wing Slam (large)" + }, + "RESREF": { + "type": "resref", + "value": "prc_rdd_wing_l" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Dragon Disciple Wing Slam (medium)" + }, + "RESREF": { + "type": "resref", + "value": "prc_rdd_wing_m" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Dragon Tail Slap (colossal)" + }, + "RESREF": { + "type": "resref", + "value": "prc_kobdratail_c" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Dragon Tail Slap (gargantuan)" + }, + "RESREF": { + "type": "resref", + "value": "prc_kobdratail_g" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Dragon Tail Slap (huge)" + }, + "RESREF": { + "type": "resref", + "value": "prc_kobdratail_h" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Dragon Tail Slap (large)" + }, + "RESREF": { + "type": "resref", + "value": "prc_kobdratail_l" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Dragon Tail Slap (medium)" + }, + "RESREF": { + "type": "resref", + "value": "prc_kobdratail_m" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Dragon Tail Slap (small)" + }, + "RESREF": { + "type": "resref", + "value": "prc_kobdratail_s" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Dragon Tail Slap (tiny)" + }, + "RESREF": { + "type": "resref", + "value": "prc_kobdratail_t" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Floating Disk Hit (1d2-5)" + }, + "RESREF": { + "type": "resref", + "value": "fdisk_hit" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Form of Doom Tentacle (colossal)" + }, + "RESREF": { + "type": "resref", + "value": "prc_fod_tent_c" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Form of Doom Tentacle (diminutive)" + }, + "RESREF": { + "type": "resref", + "value": "prc_fod_tent_d" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Form of Doom Tentacle (fine)" + }, + "RESREF": { + "type": "resref", + "value": "prc_fod_tent_f" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Form of Doom Tentacle (gargantuan)" + }, + "RESREF": { + "type": "resref", + "value": "prc_fod_tent_g" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Form of Doom Tentacle (huge)" + }, + "RESREF": { + "type": "resref", + "value": "prc_fod_tent_h" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Form of Doom Tentacle (large)" + }, + "RESREF": { + "type": "resref", + "value": "prc_fod_tent_l" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Form of Doom Tentacle (medium)" + }, + "RESREF": { + "type": "resref", + "value": "prc_fod_tent_m" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Form of Doom Tentacle (small)" + }, + "RESREF": { + "type": "resref", + "value": "prc_fod_tent_s" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Form of Doom Tentacle (tiny)" + }, + "RESREF": { + "type": "resref", + "value": "prc_fod_tent_t" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Hound Archon Slam (Colossal)" + }, + "RESREF": { + "type": "resref", + "value": "prc_hdarc_slam_c" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Hound Archon Slam (Gargantuan)" + }, + "RESREF": { + "type": "resref", + "value": "prc_hdarc_slam_g" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Hound Archon Slam (Huge)" + }, + "RESREF": { + "type": "resref", + "value": "prc_hdarc_slam_h" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Hound Archon Slam (Large)" + }, + "RESREF": { + "type": "resref", + "value": "prc_hdarc_slam_l" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Hound Archon Slam (Medium)" + }, + "RESREF": { + "type": "resref", + "value": "prc_hdarc_slam_m" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Hound Archon Slam (Small)" + }, + "RESREF": { + "type": "resref", + "value": "prc_hdarc_slam_s" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Hound Archon Slam (Tiny)" + }, + "RESREF": { + "type": "resref", + "value": "prc_hdarc_slam_t" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Illthid Tentacle (colossal)" + }, + "RESREF": { + "type": "resref", + "value": "prc_ill_tent_c" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Illthid Tentacle (diminutive)" + }, + "RESREF": { + "type": "resref", + "value": "prc_ill_tent_d" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Illthid Tentacle (fine)" + }, + "RESREF": { + "type": "resref", + "value": "prc_ill_tent_f" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Illthid Tentacle (gargantuan)" + }, + "RESREF": { + "type": "resref", + "value": "prc_ill_tent_g" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Illthid Tentacle (huge)" + }, + "RESREF": { + "type": "resref", + "value": "prc_ill_tent_h" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Illthid Tentacle (large)" + }, + "RESREF": { + "type": "resref", + "value": "prc_ill_tent_l" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Illthid Tentacle (medium)" + }, + "RESREF": { + "type": "resref", + "value": "prc_ill_tent_m" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Illthid Tentacle (small)" + }, + "RESREF": { + "type": "resref", + "value": "prc_ill_tent_s" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Illthid Tentacle (tiny)" + }, + "RESREF": { + "type": "resref", + "value": "prc_ill_tent_t" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Pony Hoof 01" + }, + "RESREF": { + "type": "resref", + "value": "prc_pony_hoof01" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Slam1d4" + }, + "RESREF": { + "type": "resref", + "value": "slam1d4" + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "it_crewpb005" + }, + "STRREF": { + "type": "dword", + "value": 13216 + } + } + ] + }, "STRREF": { "type": "dword", "value": 6811 @@ -304,6 +6372,17 @@ "LIST": { "type": "list", "value": [ + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": " 0@P`p€‘¡°ÀÐàðÿGenji's Coloring Book" + }, + "RESREF": { + "type": "resref", + "value": "gen_coloringbook" + } + }, { "__struct_id": 0, "NAME": { @@ -315,6 +6394,787 @@ "value": "journal001" } }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Epic Spell: Achilles Heel" + }, + "RESREF": { + "type": "resref", + "value": "epic_sp_achilles" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Epic Spell: All Hope Lost" + }, + "RESREF": { + "type": "resref", + "value": "epic_sp_allhope" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Epic Spell: Allied Martyr" + }, + "RESREF": { + "type": "resref", + "value": "epic_sp_allmart" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Epic Spell: Anarchy's Call" + }, + "RESREF": { + "type": "resref", + "value": "epic_sp_anarchy" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Epic Spell: Animus Blast" + }, + "RESREF": { + "type": "resref", + "value": "epic_sp_animblas" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Epic Spell: Animus Blizzard" + }, + "RESREF": { + "type": "resref", + "value": "epic_sp_animbliz" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Epic Spell: Army Unfallen" + }, + "RESREF": { + "type": "resref", + "value": "epic_sp_armyunfa" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Epic Spell: Audience of Stone" + }, + "RESREF": { + "type": "resref", + "value": "epic_sp_audstone" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Epic Spell: Battle Bounding" + }, + "RESREF": { + "type": "resref", + "value": "epic_sp_batbound" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Epic Spell: Celestial Council" + }, + "RESREF": { + "type": "resref", + "value": "epic_sp_celcounc" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Epic Spell: Champion's Valor" + }, + "RESREF": { + "type": "resref", + "value": "epic_sp_champval" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Epic Spell: Contingent Resurrection" + }, + "RESREF": { + "type": "resref", + "value": "epic_sp_contresu" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Epic Spell: Contingent Reunion" + }, + "RESREF": { + "type": "resref", + "value": "epic_sp_contreun" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Epic Spell: Deadeye Sense" + }, + "RESREF": { + "type": "resref", + "value": "epic_sp_deadeyes" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Epic Spell: Deathmark" + }, + "RESREF": { + "type": "resref", + "value": "epic_sp_deathmrk" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Epic Spell: Dire Winter" + }, + "RESREF": { + "type": "resref", + "value": "epic_sp_direwint" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Epic Spell: Dragon Knight" + }, + "RESREF": { + "type": "resref", + "value": "epic_sp_dragonkn" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Epic Spell: Dreamscape" + }, + "RESREF": { + "type": "resref", + "value": "epic_sp_dreamscp" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Epic Spell: Dullblades" + }, + "RESREF": { + "type": "resref", + "value": "epic_sp_dullblad" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Epic Spell: Dweomer Thief" + }, + "RESREF": { + "type": "resref", + "value": "epic_sp_dweomert" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Epic Spell: Enslave" + }, + "RESREF": { + "type": "resref", + "value": "epic_sp_enslave" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Epic Spell: Epic Mage Armor" + }, + "RESREF": { + "type": "resref", + "value": "epic_sp_epmagarm" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Epic Spell: Epic Repulsion" + }, + "RESREF": { + "type": "resref", + "value": "epic_sp_eprepuls" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Epic Spell: Epic Spell Reflection" + }, + "RESREF": { + "type": "resref", + "value": "epic_sp_epspellr" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Epic Spell: Epic Warding" + }, + "RESREF": { + "type": "resref", + "value": "epic_sp_epwardin" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Epic Spell: Eternal Freedom" + }, + "RESREF": { + "type": "resref", + "value": "epic_sp_eterfree" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Epic Spell: Fiendish Words" + }, + "RESREF": { + "type": "resref", + "value": "epic_sp_fiendwrd" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Epic Spell: Fleetness of Foot" + }, + "RESREF": { + "type": "resref", + "value": "epic_sp_fleetnes" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Epic Spell: Gem Cage" + }, + "RESREF": { + "type": "resref", + "value": "epic_sp_gemcage" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Epic Spell: Godsmite" + }, + "RESREF": { + "type": "resref", + "value": "epic_sp_godsmite" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Epic Spell: Greater Ruin" + }, + "RESREF": { + "type": "resref", + "value": "epic_sp_greatrui" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Epic Spell: Greater Spell Resistance" + }, + "RESREF": { + "type": "resref", + "value": "epic_sp_grspellr" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Epic Spell: Greater Timestop" + }, + "RESREF": { + "type": "resref", + "value": "epic_sp_grtimest" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Epic Spell: Hell Send" + }, + "RESREF": { + "type": "resref", + "value": "epic_sp_hellsend" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Epic Spell: Hellball" + }, + "RESREF": { + "type": "resref", + "value": "epic_sp_hellball" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Epic Spell: Herculean Alliance" + }, + "RESREF": { + "type": "resref", + "value": "epic_sp_hercalli" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Epic Spell: Herculean Empowerment" + }, + "RESREF": { + "type": "resref", + "value": "epic_sp_hercempo" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Epic Spell: Impenetrability" + }, + "RESREF": { + "type": "resref", + "value": "epic_sp_impenetr" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Epic Spell: Leech Field" + }, + "RESREF": { + "type": "resref", + "value": "epic_sp_leechfie" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Epic Spell: Legendary Artisan" + }, + "RESREF": { + "type": "resref", + "value": "epic_sp_legendar" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Epic Spell: Life Force Transfer" + }, + "RESREF": { + "type": "resref", + "value": "epic_sp_lifeforc" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Epic Spell: Magma Burst" + }, + "RESREF": { + "type": "resref", + "value": "epic_sp_magmabur" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Epic Spell: Mass Penguin" + }, + "RESREF": { + "type": "resref", + "value": "epic_sp_masspeng" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Epic Spell: Momento Mori" + }, + "RESREF": { + "type": "resref", + "value": "epic_sp_momentom" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Epic Spell: Mummy Dust" + }, + "RESREF": { + "type": "resref", + "value": "epic_sp_mummdust" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Epic Spell: Nailed to the Sky" + }, + "RESREF": { + "type": "resref", + "value": "epic_sp_nailedsk" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Epic Spell: Night's Undoing" + }, + "RESREF": { + "type": "resref", + "value": "epic_sp_nightsun" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Epic Spell: Order Restored" + }, + "RESREF": { + "type": "resref", + "value": "epic_sp_orderres" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Epic Spell: Paths Become Known" + }, + "RESREF": { + "type": "resref", + "value": "epic_sp_pathsbec" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Epic Spell: Peerless Penitence" + }, + "RESREF": { + "type": "resref", + "value": "epic_sp_peerless" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Epic Spell: Pestilence" + }, + "RESREF": { + "type": "resref", + "value": "epic_sp_pestilen" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Epic Spell: Pious Parley" + }, + "RESREF": { + "type": "resref", + "value": "epic_sp_piouspar" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Epic Spell: Planar Cell" + }, + "RESREF": { + "type": "resref", + "value": "epic_sp_planarce" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Epic Spell: Psionic Salvo" + }, + "RESREF": { + "type": "resref", + "value": "epic_sp_psionics" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Epic Spell: Rain of Fire" + }, + "RESREF": { + "type": "resref", + "value": "epic_sp_rainfire" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Epic Spell: Risen Reunited" + }, + "RESREF": { + "type": "resref", + "value": "epic_sp_risenreu" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Epic Spell: Ruin" + }, + "RESREF": { + "type": "resref", + "value": "epic_sp_ruin" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Epic Spell: Singular Sunder" + }, + "RESREF": { + "type": "resref", + "value": "epic_sp_singsund" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Epic Spell: Spell Worm" + }, + "RESREF": { + "type": "resref", + "value": "epic_sp_spelworm" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Epic Spell: Storm Mantle" + }, + "RESREF": { + "type": "resref", + "value": "epic_sp_stormman" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Epic Spell: Summon Aberration" + }, + "RESREF": { + "type": "resref", + "value": "epic_sp_summaber" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Epic Spell: Superb Dispelling" + }, + "RESREF": { + "type": "resref", + "value": "epic_sp_superbdi" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Epic Spell: Symrustar's Spellbinding" + }, + "RESREF": { + "type": "resref", + "value": "epic_sp_symrusta" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Epic Spell: The Withering" + }, + "RESREF": { + "type": "resref", + "value": "epic_sp_thewithe" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Epic Spell: Tolodine's Killing Wind" + }, + "RESREF": { + "type": "resref", + "value": "epic_sp_tolodine" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Epic Spell: Transcendent Vitality" + }, + "RESREF": { + "type": "resref", + "value": "epic_sp_transvit" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Epic Spell: Twinfiend" + }, + "RESREF": { + "type": "resref", + "value": "epic_sp_twinfien" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Epic Spell: Unholy Disciple" + }, + "RESREF": { + "type": "resref", + "value": "epic_sp_unholydi" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Epic Spell: Unimpinged" + }, + "RESREF": { + "type": "resref", + "value": "epic_sp_unimping" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Epic Spell: Unseen Wanderer" + }, + "RESREF": { + "type": "resref", + "value": "epic_sp_unseenwa" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Epic Spell: Whip of Shar" + }, + "RESREF": { + "type": "resref", + "value": "epic_sp_whipshar" + } + }, { "__struct_id": 0, "NAME": { @@ -336,6 +7196,314 @@ "type": "resref", "value": "laboratorynotes" } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "The Seed of Affliction" + }, + "RESREF": { + "type": "resref", + "value": "epic_sd_afflict" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "The Seed of Animating Dead" + }, + "RESREF": { + "type": "resref", + "value": "epic_sd_animdead" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "The Seed of Animation" + }, + "RESREF": { + "type": "resref", + "value": "epic_sd_animate" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "The Seed of Armor" + }, + "RESREF": { + "type": "resref", + "value": "epic_sd_armor" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "The Seed of Banishment" + }, + "RESREF": { + "type": "resref", + "value": "epic_sd_banish" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "The Seed of Compelling" + }, + "RESREF": { + "type": "resref", + "value": "epic_sd_compel" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "The Seed of Concealment" + }, + "RESREF": { + "type": "resref", + "value": "epic_sd_conceal" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "The Seed of Conjuration" + }, + "RESREF": { + "type": "resref", + "value": "epic_sd_conjure" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "The Seed of Contact" + }, + "RESREF": { + "type": "resref", + "value": "epic_sd_contact" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "The Seed of Delusion" + }, + "RESREF": { + "type": "resref", + "value": "epic_sd_delude" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "The Seed of Destruction" + }, + "RESREF": { + "type": "resref", + "value": "epic_sd_destroy" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "The Seed of Dispelling" + }, + "RESREF": { + "type": "resref", + "value": "epic_sd_dispel" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "The Seed of Energy" + }, + "RESREF": { + "type": "resref", + "value": "epic_sd_energy" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "The Seed of Foresight" + }, + "RESREF": { + "type": "resref", + "value": "epic_sd_foresee" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "The Seed of Fortification" + }, + "RESREF": { + "type": "resref", + "value": "epic_sd_fortify" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "The Seed of Healing" + }, + "RESREF": { + "type": "resref", + "value": "epic_sd_heal" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "The Seed of Life" + }, + "RESREF": { + "type": "resref", + "value": "epic_sd_life" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "The Seed of Light" + }, + "RESREF": { + "type": "resref", + "value": "epic_sd_light" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "The Seed of Opposition" + }, + "RESREF": { + "type": "resref", + "value": "epic_sd_oppos" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "The Seed of Reflection" + }, + "RESREF": { + "type": "resref", + "value": "epic_sd_reflect" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "The Seed of Revealing" + }, + "RESREF": { + "type": "resref", + "value": "epic_sd_reveal" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "The Seed of Shadow" + }, + "RESREF": { + "type": "resref", + "value": "epic_sd_shadow" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "The Seed of Slaying" + }, + "RESREF": { + "type": "resref", + "value": "epic_sd_slay" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "The Seed of Summoning" + }, + "RESREF": { + "type": "resref", + "value": "epic_sd_summon" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "The Seed of Time" + }, + "RESREF": { + "type": "resref", + "value": "epic_sd_time" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "The Seed of Transformation" + }, + "RESREF": { + "type": "resref", + "value": "epic_sd_transfrm" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "The Seed of Transportation" + }, + "RESREF": { + "type": "resref", + "value": "epic_sd_transprt" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "The Seed of Warding" + }, + "RESREF": { + "type": "resref", + "value": "epic_sd_ward" + } } ] }, @@ -399,6 +7567,22 @@ "type": "byte", "value": 19 }, + "LIST": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Bullybasher's Gauntlets" + }, + "RESREF": { + "type": "resref", + "value": "prc_wol_bully" + } + } + ] + }, "STRREF": { "type": "dword", "value": 1530 @@ -411,12 +7595,55 @@ "value": 186 } }, + { + "__struct_id": 0, + "ID": { + "type": "byte", + "value": 64 + }, + "LIST": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "PRC Companion Dye" + }, + "RESREF": { + "type": "resref", + "value": "prccompdye" + } + } + ] + }, + "STRREF": { + "type": "dword", + "value": 83602 + } + }, { "__struct_id": 0, "ID": { "type": "byte", "value": 57 }, + "LIST": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Archmage's Focus of Power" + }, + "RESREF": { + "type": "resref", + "value": "archfocusofpower" + } + } + ] + }, "STRREF": { "type": "dword", "value": 6812 @@ -433,6 +7660,66 @@ "type": "byte", "value": 21 }, + "LIST": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Amulet of the Silver Tongue" + }, + "RESREF": { + "type": "resref", + "value": "prc_true_svrtng" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Amulet of the Silver Tongue (Greater)" + }, + "RESREF": { + "type": "resref", + "value": "prc_true_svrtngg" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Divine Spark" + }, + "RESREF": { + "type": "resref", + "value": "prc_wol_divspark" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Divine Spark" + }, + "RESREF": { + "type": "resref", + "value": "prc_wol_ravenknd" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Scarab of Aradros" + }, + "RESREF": { + "type": "resref", + "value": "prc_wol_aradros" + } + } + ] + }, "STRREF": { "type": "dword", "value": 6750 @@ -444,6 +7731,22 @@ "type": "byte", "value": 22 }, + "LIST": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Bright Evening Star" + }, + "RESREF": { + "type": "resref", + "value": "prc_wol_btevstar" + } + } + ] + }, "STRREF": { "type": "dword", "value": 6751 @@ -462,6 +7765,55 @@ "type": "byte", "value": 20 }, + "LIST": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "DM Rest Widget" + }, + "RESREF": { + "type": "resref", + "value": "dmrestwidget" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "prgt_kit" + }, + "RESREF": { + "type": "resref", + "value": "prgt_kit" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Supply Kit" + }, + "RESREF": { + "type": "resref", + "value": "supplykit002" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Woodland Kit" + }, + "RESREF": { + "type": "resref", + "value": "supplykit001" + } + } + ] + }, "STRREF": { "type": "dword", "value": 6748 @@ -476,6 +7828,39 @@ "LIST": { "type": "list", "value": [ + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Antitoxin" + }, + "RESREF": { + "type": "resref", + "value": "prc_it_antitox" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Blend Cream" + }, + "RESREF": { + "type": "resref", + "value": "prc_it_blendcrm" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Crackle Powder" + }, + "RESREF": { + "type": "resref", + "value": "prc_it_crcklpdr" + } + }, { "__struct_id": 0, "NAME": { @@ -487,6 +7872,270 @@ "value": "it_msmlmisc018" } }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Embalming Fire" + }, + "RESREF": { + "type": "resref", + "value": "prc_it_emblmfr" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Fareye Oil" + }, + "RESREF": { + "type": "resref", + "value": "prc_it_fareyeoil" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Harper's Flute" + }, + "RESREF": { + "type": "resref", + "value": "mh_it_flute" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Harper's Harp" + }, + "RESREF": { + "type": "resref", + "value": "mh_it_harp" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Harper's Horn" + }, + "RESREF": { + "type": "resref", + "value": "mh_it_cor" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Harper's Lute" + }, + "RESREF": { + "type": "resref", + "value": "mh_it_luth" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Healer's Balm" + }, + "RESREF": { + "type": "resref", + "value": "prc_it_healblm" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Keenear Powder" + }, + "RESREF": { + "type": "resref", + "value": "prc_it_keenear" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Lockslip Grease" + }, + "RESREF": { + "type": "resref", + "value": "prc_it_lockslip" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Nature's Draught" + }, + "RESREF": { + "type": "resref", + "value": "prc_it_natdrgt" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Nerv" + }, + "RESREF": { + "type": "resref", + "value": "prc_it_nerv" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "prc_it_poist0" + }, + "RESREF": { + "type": "resref", + "value": "prc_it_poist0" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "prc_it_poist1" + }, + "RESREF": { + "type": "resref", + "value": "prc_it_poist1" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "prc_it_poist2" + }, + "RESREF": { + "type": "resref", + "value": "prc_it_poist2" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "prc_it_poist3" + }, + "RESREF": { + "type": "resref", + "value": "prc_it_poist3" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Screaming Flask" + }, + "RESREF": { + "type": "resref", + "value": "prc_it_scrmflsk" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Shedden" + }, + "RESREF": { + "type": "resref", + "value": "prc_it_shedden" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Shedden +2" + }, + "RESREF": { + "type": "resref", + "value": "prc_it_shedden2" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Shedden +3" + }, + "RESREF": { + "type": "resref", + "value": "prc_it_shedden3" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Shedden +4" + }, + "RESREF": { + "type": "resref", + "value": "prc_it_shedden4" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Shedden +5" + }, + "RESREF": { + "type": "resref", + "value": "prc_it_shedden5" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Softfoot" + }, + "RESREF": { + "type": "resref", + "value": "prc_it_softfoot" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Summoning Stone" + }, + "RESREF": { + "type": "resref", + "value": "summoningstone" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Token of Sacrifice" + }, + "RESREF": { + "type": "resref", + "value": "codi_sam_token" + } + }, { "__struct_id": 0, "NAME": { @@ -552,6 +8201,17 @@ "type": "resref", "value": "it_torch005" } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Vial of Brittlebone" + }, + "RESREF": { + "type": "resref", + "value": "prc_brittlebn" + } } ] }, @@ -566,6 +8226,198 @@ "type": "byte", "value": 24 }, + "LIST": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Agony" + }, + "RESREF": { + "type": "resref", + "value": "prc_agony" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Baccaran" + }, + "RESREF": { + "type": "resref", + "value": "prc_baccaran" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Brackish Water" + }, + "RESREF": { + "type": "resref", + "value": "mc_brackishwater" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Devilweed" + }, + "RESREF": { + "type": "resref", + "value": "prc_devilweed" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Fresh Water" + }, + "RESREF": { + "type": "resref", + "value": "mc_freshwater" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Green Liquid" + }, + "RESREF": { + "type": "resref", + "value": "mc_greenliquid" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Luhix" + }, + "RESREF": { + "type": "resref", + "value": "prc_luhix" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Mushroom Powder" + }, + "RESREF": { + "type": "resref", + "value": "prc_mshrm_pwdr" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Oil" + }, + "RESREF": { + "type": "resref", + "value": "mc_oil" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Potion of Heroism" + }, + "RESREF": { + "type": "resref", + "value": "mc_heroismpotion" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Sannish" + }, + "RESREF": { + "type": "resref", + "value": "prc_sannish" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Terran Brandy" + }, + "RESREF": { + "type": "resref", + "value": "prc_terran_brndy" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Vial of Blood" + }, + "RESREF": { + "type": "resref", + "value": "mc_vialofblood" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Vial of Jelly" + }, + "RESREF": { + "type": "resref", + "value": "mc_vialofjelly" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Vial of Poison" + }, + "RESREF": { + "type": "resref", + "value": "mc_vialofpoison" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Vial of Tears" + }, + "RESREF": { + "type": "resref", + "value": "mc_vialoftears" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Vodare" + }, + "RESREF": { + "type": "resref", + "value": "prc_vodare" + } + } + ] + }, "STRREF": { "type": "dword", "value": 6753 @@ -577,6 +8429,11363 @@ "type": "byte", "value": 26 }, + "LIST": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_546" + }, + "STRREF": { + "type": "dword", + "value": 16778211 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_551" + }, + "STRREF": { + "type": "dword", + "value": 16778213 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_553" + }, + "STRREF": { + "type": "dword", + "value": 16778237 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_554" + }, + "STRREF": { + "type": "dword", + "value": 16778235 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_555" + }, + "STRREF": { + "type": "dword", + "value": 16778239 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_556" + }, + "STRREF": { + "type": "dword", + "value": 16778197 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_557" + }, + "STRREF": { + "type": "dword", + "value": 16778199 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_558" + }, + "STRREF": { + "type": "dword", + "value": 16778201 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_559" + }, + "STRREF": { + "type": "dword", + "value": 16778225 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_560" + }, + "STRREF": { + "type": "dword", + "value": 16778227 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_561" + }, + "STRREF": { + "type": "dword", + "value": 16778229 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_566" + }, + "STRREF": { + "type": "dword", + "value": 16778241 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_567" + }, + "STRREF": { + "type": "dword", + "value": 16778243 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_569" + }, + "STRREF": { + "type": "dword", + "value": 16778353 + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "A Stolen Dweomer" + }, + "RESREF": { + "type": "resref", + "value": "it_dweomerthief" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Aberrate" + }, + "RESREF": { + "type": "resref", + "value": "nw_it_sparscr118" + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1172" + }, + "STRREF": { + "type": "dword", + "value": 16829466 + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Absorb Strength" + }, + "RESREF": { + "type": "resref", + "value": "nw_it_spdvscr403" + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1173" + }, + "STRREF": { + "type": "dword", + "value": 16829468 + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Abyssal Might" + }, + "RESREF": { + "type": "resref", + "value": "nw_it_spdvscr404" + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1174" + }, + "STRREF": { + "type": "dword", + "value": 16829470 + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Abyssal_Might" + }, + "RESREF": { + "type": "resref", + "value": "nw_it_sparscr429" + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_0" + }, + "STRREF": { + "type": "dword", + "value": 750 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1000" + }, + "STRREF": { + "type": "dword", + "value": 16830216 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "sp_it_sparscr401" + }, + "STRREF": { + "type": "dword", + "value": 16830216 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_355" + }, + "STRREF": { + "type": "dword", + "value": 383 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1012" + }, + "STRREF": { + "type": "dword", + "value": 16830228 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "sp_it_sparscr601" + }, + "STRREF": { + "type": "dword", + "value": 16830228 + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Addiction" + }, + "RESREF": { + "type": "resref", + "value": "nw_it_sparscr241" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Addiction" + }, + "RESREF": { + "type": "resref", + "value": "nw_it_spdvscr216" + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1291" + }, + "STRREF": { + "type": "dword", + "value": 16829696 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1087" + }, + "STRREF": { + "type": "dword", + "value": 16830423 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "sp_it_sparscr206" + }, + "STRREF": { + "type": "dword", + "value": 16830423 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1" + }, + "STRREF": { + "type": "dword", + "value": 751 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1431" + }, + "STRREF": { + "type": "dword", + "value": 16827968 + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Amber Sarcophagus" + }, + "RESREF": { + "type": "resref", + "value": "nw_it_sparscr717" + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1267" + }, + "STRREF": { + "type": "dword", + "value": 16829648 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_373" + }, + "STRREF": { + "type": "dword", + "value": 2363 + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Angry Ache" + }, + "RESREF": { + "type": "resref", + "value": "nw_it_sparscr119" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Angry Ache" + }, + "RESREF": { + "type": "resref", + "value": "nw_it_spdvscr113" + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1175" + }, + "STRREF": { + "type": "dword", + "value": 16829472 + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Animalistic Power" + }, + "RESREF": { + "type": "resref", + "value": "nw_it_sparscr232" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Animalistic Power" + }, + "RESREF": { + "type": "resref", + "value": "nw_it_spdvscr206" + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1323" + }, + "STRREF": { + "type": "dword", + "value": 16825030 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_2" + }, + "STRREF": { + "type": "dword", + "value": 752 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1136" + }, + "STRREF": { + "type": "dword", + "value": 16826216 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "splscrl_animobj" + }, + "STRREF": { + "type": "dword", + "value": 16826216 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_942" + }, + "STRREF": { + "type": "dword", + "value": 16829180 + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Apocalypse from the Sky" + }, + "RESREF": { + "type": "resref", + "value": "nw_it_sparscr914" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Apocalypse from the Sky" + }, + "RESREF": { + "type": "resref", + "value": "nw_it_spdvscr901" + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1176" + }, + "STRREF": { + "type": "dword", + "value": 16829474 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1451" + }, + "STRREF": { + "type": "dword", + "value": 16826983 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_981" + }, + "STRREF": { + "type": "dword", + "value": 16825536 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1331" + }, + "STRREF": { + "type": "dword", + "value": 16832080 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1370" + }, + "STRREF": { + "type": "dword", + "value": 16829340 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1369" + }, + "STRREF": { + "type": "dword", + "value": 16829338 + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Augment Familiar" + }, + "RESREF": { + "type": "resref", + "value": "nw_it_sparscr223" + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1292" + }, + "STRREF": { + "type": "dword", + "value": 16825798 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_360" + }, + "STRREF": { + "type": "dword", + "value": 386 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_321" + }, + "STRREF": { + "type": "dword", + "value": 6338 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_287" + }, + "STRREF": { + "type": "dword", + "value": 5116 + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Avascular Mass" + }, + "RESREF": { + "type": "resref", + "value": "nw_it_sparscr810" + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_901" + }, + "STRREF": { + "type": "dword", + "value": 16829194 + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Avasculate" + }, + "RESREF": { + "type": "resref", + "value": "nw_it_sparscr709" + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_900" + }, + "STRREF": { + "type": "dword", + "value": 16829192 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_303" + }, + "STRREF": { + "type": "dword", + "value": 6329 + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Ayailla's Radiant Burst" + }, + "RESREF": { + "type": "resref", + "value": "nw_it_spdvscr212" + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1253" + }, + "STRREF": { + "type": "dword", + "value": 16829620 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_367" + }, + "STRREF": { + "type": "dword", + "value": 502 + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Baleful Polymorph" + }, + "RESREF": { + "type": "resref", + "value": "nw_it_sparscr421" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Baleful Polymorph" + }, + "RESREF": { + "type": "resref", + "value": "nw_it_spdvscr502" + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1301" + }, + "STRREF": { + "type": "dword", + "value": 16825818 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1064" + }, + "STRREF": { + "type": "dword", + "value": 16830368 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "sp_it_sparscr107" + }, + "STRREF": { + "type": "dword", + "value": 16830368 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "sp_it_sparscr203" + }, + "STRREF": { + "type": "dword", + "value": 16830368 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_454" + }, + "STRREF": { + "type": "dword", + "value": 3853 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_380" + }, + "STRREF": { + "type": "dword", + "value": 2663 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_361" + }, + "STRREF": { + "type": "dword", + "value": 387 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_5" + }, + "STRREF": { + "type": "dword", + "value": 753 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_455" + }, + "STRREF": { + "type": "dword", + "value": 3857 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1098" + }, + "STRREF": { + "type": "dword", + "value": 16830435 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "sp_it_sparscr503" + }, + "STRREF": { + "type": "dword", + "value": 16830435 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1065" + }, + "STRREF": { + "type": "dword", + "value": 16830370 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_8" + }, + "STRREF": { + "type": "dword", + "value": 754 + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Bestow Wound" + }, + "RESREF": { + "type": "resref", + "value": "nw_it_sparscr120" + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1177" + }, + "STRREF": { + "type": "dword", + "value": 16829479 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_393" + }, + "STRREF": { + "type": "dword", + "value": 2686 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_394" + }, + "STRREF": { + "type": "dword", + "value": 2687 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_391" + }, + "STRREF": { + "type": "dword", + "value": 2684 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_392" + }, + "STRREF": { + "type": "dword", + "value": 2685 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_390" + }, + "STRREF": { + "type": "dword", + "value": 2683 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1328" + }, + "STRREF": { + "type": "dword", + "value": 16825032 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1329" + }, + "STRREF": { + "type": "dword", + "value": 16825034 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_468" + }, + "STRREF": { + "type": "dword", + "value": 3737 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_979" + }, + "STRREF": { + "type": "dword", + "value": 16825540 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_476" + }, + "STRREF": { + "type": "dword", + "value": 3761 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_9" + }, + "STRREF": { + "type": "dword", + "value": 755 + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Blade of Blood" + }, + "RESREF": { + "type": "resref", + "value": "nw_it_sparscr114" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Blade of Blood" + }, + "RESREF": { + "type": "resref", + "value": "nw_it_spdvscr111" + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1294" + }, + "STRREF": { + "type": "dword", + "value": 16826256 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_470" + }, + "STRREF": { + "type": "dword", + "value": 3743 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1346" + }, + "STRREF": { + "type": "dword", + "value": 16832225 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1154" + }, + "STRREF": { + "type": "dword", + "value": 16832004 + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Blasphemy" + }, + "RESREF": { + "type": "resref", + "value": "sp_it_spdvscr705" + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1019" + }, + "STRREF": { + "type": "dword", + "value": 16830236 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "sp_it_sparscr402" + }, + "STRREF": { + "type": "dword", + "value": 16830236 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_11" + }, + "STRREF": { + "type": "dword", + "value": 756 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1424" + }, + "STRREF": { + "type": "dword", + "value": 16828325 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_472" + }, + "STRREF": { + "type": "dword", + "value": 3753 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1132" + }, + "STRREF": { + "type": "dword", + "value": 16825357 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "splscrl_blsbah" + }, + "STRREF": { + "type": "dword", + "value": 16825357 + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Blinding Glory" + }, + "RESREF": { + "type": "resref", + "value": "nw_it_sparscr918" + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1268" + }, + "STRREF": { + "type": "dword", + "value": 16829650 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_14" + }, + "STRREF": { + "type": "dword", + "value": 758 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_353" + }, + "STRREF": { + "type": "dword", + "value": 359 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1139" + }, + "STRREF": { + "type": "dword", + "value": 16825201 + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Blood of the Martyr" + }, + "RESREF": { + "type": "resref", + "value": "sp_it_spdvscr405" + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1371" + }, + "STRREF": { + "type": "dword", + "value": 16829342 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1163" + }, + "STRREF": { + "type": "dword", + "value": 16823532 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "sp_it_sparscr210" + }, + "STRREF": { + "type": "dword", + "value": 16823532 + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Bodak Birth" + }, + "RESREF": { + "type": "resref", + "value": "nw_it_spdvscr801" + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1178" + }, + "STRREF": { + "type": "dword", + "value": 16829481 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_354" + }, + "STRREF": { + "type": "dword", + "value": 382 + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Boneblade" + }, + "RESREF": { + "type": "resref", + "value": "nw_it_spdvscr306" + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1179" + }, + "STRREF": { + "type": "dword", + "value": 16829483 + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Boneblast" + }, + "RESREF": { + "type": "resref", + "value": "nw_it_spdvscr208" + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1180" + }, + "STRREF": { + "type": "dword", + "value": 16829488 + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Break Enchantment" + }, + "RESREF": { + "type": "resref", + "value": "nw_it_sparscr422" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Break Enchantment" + }, + "RESREF": { + "type": "resref", + "value": "nw_it_spdvscr503" + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1302" + }, + "STRREF": { + "type": "dword", + "value": 16825820 + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Brilliant Emanation" + }, + "RESREF": { + "type": "resref", + "value": "nw_it_spdvscr213" + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1254" + }, + "STRREF": { + "type": "dword", + "value": 16829622 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1383" + }, + "STRREF": { + "type": "dword", + "value": 16847280 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_15" + }, + "STRREF": { + "type": "dword", + "value": 759 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1016" + }, + "STRREF": { + "type": "dword", + "value": 16830234 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "sp_it_sparscr101" + }, + "STRREF": { + "type": "dword", + "value": 16830234 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_18" + }, + "STRREF": { + "type": "dword", + "value": 760 + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Call Dretch Horde" + }, + "RESREF": { + "type": "resref", + "value": "nw_it_sparscr516" + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1181" + }, + "STRREF": { + "type": "dword", + "value": 16829490 + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Call Faithful Servants" + }, + "RESREF": { + "type": "resref", + "value": "nw_it_sparscr621" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Call Faithful Servants" + }, + "RESREF": { + "type": "resref", + "value": "nw_it_spdvscr605" + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1270" + }, + "STRREF": { + "type": "dword", + "value": 16829654 + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Call Lemure Horde" + }, + "RESREF": { + "type": "resref", + "value": "nw_it_sparscr517" + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1182" + }, + "STRREF": { + "type": "dword", + "value": 16829492 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_20" + }, + "STRREF": { + "type": "dword", + "value": 761 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1425" + }, + "STRREF": { + "type": "dword", + "value": 16828338 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_352" + }, + "STRREF": { + "type": "dword", + "value": 340 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_25" + }, + "STRREF": { + "type": "dword", + "value": 763 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_241" + }, + "STRREF": { + "type": "dword", + "value": 16789563 + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Celestial Blood" + }, + "RESREF": { + "type": "resref", + "value": "nw_it_spdvscr606" + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1271" + }, + "STRREF": { + "type": "dword", + "value": 16829656 + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Chaav's Laugh" + }, + "RESREF": { + "type": "resref", + "value": "nw_it_spdvscr510" + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1272" + }, + "STRREF": { + "type": "dword", + "value": 16829658 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_28" + }, + "STRREF": { + "type": "dword", + "value": 764 + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Channeled Pyroburst" + }, + "RESREF": { + "type": "resref", + "value": "nw_it_sparscr426" + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1306" + }, + "STRREF": { + "type": "dword", + "value": 16826296 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_31" + }, + "STRREF": { + "type": "dword", + "value": 765 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_33" + }, + "STRREF": { + "type": "dword", + "value": 766 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_35" + }, + "STRREF": { + "type": "dword", + "value": 767 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1137" + }, + "STRREF": { + "type": "dword", + "value": 16826218 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "splscrl_chillt" + }, + "STRREF": { + "type": "dword", + "value": 16826218 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_37" + }, + "STRREF": { + "type": "dword", + "value": 768 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_40" + }, + "STRREF": { + "type": "dword", + "value": 769 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_43" + }, + "STRREF": { + "type": "dword", + "value": 770 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_46" + }, + "STRREF": { + "type": "dword", + "value": 771 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1116" + }, + "STRREF": { + "type": "dword", + "value": 16830453 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "sp_it_spdvscr203" + }, + "STRREF": { + "type": "dword", + "value": 16830453 + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Claws of the Bebilith" + }, + "RESREF": { + "type": "resref", + "value": "nw_it_sparscr518" + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1183" + }, + "STRREF": { + "type": "dword", + "value": 16829494 + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Claws of the Savage" + }, + "RESREF": { + "type": "resref", + "value": "nw_it_spdvscr405" + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1184" + }, + "STRREF": { + "type": "dword", + "value": 16829496 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1422" + }, + "STRREF": { + "type": "dword", + "value": 16828321 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_486" + }, + "STRREF": { + "type": "dword", + "value": 3794 + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Cloud of the Achaierai" + }, + "RESREF": { + "type": "resref", + "value": "nw_it_spdvscr601" + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1185" + }, + "STRREF": { + "type": "dword", + "value": 16829498 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_48" + }, + "STRREF": { + "type": "dword", + "value": 773 + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Clutch of Orcus" + }, + "RESREF": { + "type": "resref", + "value": "nw_it_spdvscr307" + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1186" + }, + "STRREF": { + "type": "dword", + "value": 16829500 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1002" + }, + "STRREF": { + "type": "dword", + "value": 16830218 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "sp_it_sparscr403" + }, + "STRREF": { + "type": "dword", + "value": 16830218 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_49" + }, + "STRREF": { + "type": "dword", + "value": 774 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_456" + }, + "STRREF": { + "type": "dword", + "value": 3859 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1436" + }, + "STRREF": { + "type": "dword", + "value": 16822632 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_899" + }, + "STRREF": { + "type": "dword", + "value": 16829190 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "sp_it_sparscr212" + }, + "STRREF": { + "type": "dword", + "value": 16829190 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_50" + }, + "STRREF": { + "type": "dword", + "value": 775 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_52" + }, + "STRREF": { + "type": "dword", + "value": 776 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1138" + }, + "STRREF": { + "type": "dword", + "value": 16825353 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "splscrl_conse" + }, + "STRREF": { + "type": "dword", + "value": 16825353 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_54" + }, + "STRREF": { + "type": "dword", + "value": 777 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_350" + }, + "STRREF": { + "type": "dword", + "value": 59 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_55" + }, + "STRREF": { + "type": "dword", + "value": 778 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1455" + }, + "STRREF": { + "type": "dword", + "value": 16789764 + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Convert Wand" + }, + "RESREF": { + "type": "resref", + "value": "nw_it_spdvscr511" + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1273" + }, + "STRREF": { + "type": "dword", + "value": 16829660 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1066" + }, + "STRREF": { + "type": "dword", + "value": 16830372 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "sp_it_spdvscr101" + }, + "STRREF": { + "type": "dword", + "value": 16830372 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_959" + }, + "STRREF": { + "type": "dword", + "value": 16789902 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_960" + }, + "STRREF": { + "type": "dword", + "value": 16789904 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_57" + }, + "STRREF": { + "type": "dword", + "value": 779 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1089" + }, + "STRREF": { + "type": "dword", + "value": 16830425 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "sp_it_sparscr207" + }, + "STRREF": { + "type": "dword", + "value": 16830425 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_60" + }, + "STRREF": { + "type": "dword", + "value": 780 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_304" + }, + "STRREF": { + "type": "dword", + "value": 6330 + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Crown of Might" + }, + "RESREF": { + "type": "resref", + "value": "nw_it_sparscr320" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Crown of Might" + }, + "RESREF": { + "type": "resref", + "value": "nw_it_spdvscr303" + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1307" + }, + "STRREF": { + "type": "dword", + "value": 16826302 + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Crown of Protection" + }, + "RESREF": { + "type": "resref", + "value": "nw_it_sparscr321" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Crown of Protection" + }, + "RESREF": { + "type": "resref", + "value": "nw_it_spdvscr304" + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1308" + }, + "STRREF": { + "type": "dword", + "value": 16826304 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_450" + }, + "STRREF": { + "type": "dword", + "value": 3837 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1440" + }, + "STRREF": { + "type": "dword", + "value": 16847572 + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Crushing Fist of Spite" + }, + "RESREF": { + "type": "resref", + "value": "nw_it_sparscr915" + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1187" + }, + "STRREF": { + "type": "dword", + "value": 16829502 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_63" + }, + "STRREF": { + "type": "dword", + "value": 781 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_66" + }, + "STRREF": { + "type": "dword", + "value": 782 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_68" + }, + "STRREF": { + "type": "dword", + "value": 783 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_69" + }, + "STRREF": { + "type": "dword", + "value": 784 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_72" + }, + "STRREF": { + "type": "dword", + "value": 785 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1070" + }, + "STRREF": { + "type": "dword", + "value": 16830376 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "sp_it_sparscr204" + }, + "STRREF": { + "type": "dword", + "value": 16830376 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1072" + }, + "STRREF": { + "type": "dword", + "value": 16830380 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "sp_it_spdvscr302" + }, + "STRREF": { + "type": "dword", + "value": 16830380 + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Curse of the Putrid Husk" + }, + "RESREF": { + "type": "resref", + "value": "nw_it_sparscr327" + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1188" + }, + "STRREF": { + "type": "dword", + "value": 16829504 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_976" + }, + "STRREF": { + "type": "dword", + "value": 16789918 + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Cursed Blade" + }, + "RESREF": { + "type": "resref", + "value": "nw_it_sparscr423" + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1303" + }, + "STRREF": { + "type": "dword", + "value": 16825822 + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Damning Darkness" + }, + "RESREF": { + "type": "resref", + "value": "nw_it_sparscr430" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Damning Darkness" + }, + "RESREF": { + "type": "resref", + "value": "nw_it_spdvscr406" + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1189" + }, + "STRREF": { + "type": "dword", + "value": 16829506 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_956" + }, + "STRREF": { + "type": "dword", + "value": 16789582 + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Dancing Web" + }, + "RESREF": { + "type": "resref", + "value": "nw_it_sparscr437" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Dancing Web" + }, + "RESREF": { + "type": "resref", + "value": "nw_it_spdvscr512" + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1274" + }, + "STRREF": { + "type": "dword", + "value": 16829662 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_980" + }, + "STRREF": { + "type": "dword", + "value": 16825538 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_483" + }, + "STRREF": { + "type": "dword", + "value": 3781 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1375" + }, + "STRREF": { + "type": "dword", + "value": 16829350 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_75" + }, + "STRREF": { + "type": "dword", + "value": 786 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1380" + }, + "STRREF": { + "type": "dword", + "value": 16832214 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_76" + }, + "STRREF": { + "type": "dword", + "value": 787 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_975" + }, + "STRREF": { + "type": "dword", + "value": 16789916 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_471" + }, + "STRREF": { + "type": "dword", + "value": 3750 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_457" + }, + "STRREF": { + "type": "dword", + "value": 3861 + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Death by Thorns" + }, + "RESREF": { + "type": "resref", + "value": "nw_it_spdvscr703" + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1190" + }, + "STRREF": { + "type": "dword", + "value": 16829508 + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Death By Thorns" + }, + "RESREF": { + "type": "resref", + "value": "nw_it_sparscr711" + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_898" + }, + "STRREF": { + "type": "dword", + "value": 16825554 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_77" + }, + "STRREF": { + "type": "dword", + "value": 788 + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Deep Slumber" + }, + "RESREF": { + "type": "resref", + "value": "nw_it_sparscr317" + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1170" + }, + "STRREF": { + "type": "dword", + "value": 16825812 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1162" + }, + "STRREF": { + "type": "dword", + "value": 16832052 + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Deeper Darkness" + }, + "RESREF": { + "type": "resref", + "value": "sp_it_spdvscr305" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Deflect" + }, + "RESREF": { + "type": "resref", + "value": "nw_it_sparscr224" + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1293" + }, + "STRREF": { + "type": "dword", + "value": 16825800 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_78" + }, + "STRREF": { + "type": "dword", + "value": 789 + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Demoncall" + }, + "RESREF": { + "type": "resref", + "value": "nw_it_spdvscr205" + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1191" + }, + "STRREF": { + "type": "dword", + "value": 16829510 + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Demonflesh" + }, + "RESREF": { + "type": "resref", + "value": "nw_it_spdvscr114" + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1192" + }, + "STRREF": { + "type": "dword", + "value": 16829512 + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Despoil" + }, + "RESREF": { + "type": "resref", + "value": "nw_it_spdvscr902" + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1193" + }, + "STRREF": { + "type": "dword", + "value": 16829514 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_307" + }, + "STRREF": { + "type": "dword", + "value": 6332 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1160" + }, + "STRREF": { + "type": "dword", + "value": 16831994 + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Detect Chaos" + }, + "RESREF": { + "type": "resref", + "value": "sp_it_spdvscr110" + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1157" + }, + "STRREF": { + "type": "dword", + "value": 16831988 + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Detect Evil" + }, + "RESREF": { + "type": "resref", + "value": "sp_it_spdvscr107" + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1374" + }, + "STRREF": { + "type": "dword", + "value": 16829348 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1158" + }, + "STRREF": { + "type": "dword", + "value": 16831990 + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Detect Good" + }, + "RESREF": { + "type": "resref", + "value": "sp_it_spdvscr108" + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1159" + }, + "STRREF": { + "type": "dword", + "value": 16831992 + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Detect Law" + }, + "RESREF": { + "type": "resref", + "value": "sp_it_spdvscr109" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Detect Scrying" + }, + "RESREF": { + "type": "resref", + "value": "nw_it_sparscr425" + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1305" + }, + "STRREF": { + "type": "dword", + "value": 16825826 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_946" + }, + "STRREF": { + "type": "dword", + "value": 16827770 + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Devil's Eye" + }, + "RESREF": { + "type": "resref", + "value": "nw_it_sparscr328" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Devil's Eye" + }, + "RESREF": { + "type": "resref", + "value": "nw_it_spdvscr308" + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1195" + }, + "STRREF": { + "type": "dword", + "value": 16829518 + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Diamond Spray" + }, + "RESREF": { + "type": "resref", + "value": "nw_it_spdvscr410" + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1256" + }, + "STRREF": { + "type": "dword", + "value": 16829626 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1155" + }, + "STRREF": { + "type": "dword", + "value": 16832006 + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Dictum" + }, + "RESREF": { + "type": "resref", + "value": "sp_it_spdvscr706" + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1149" + }, + "STRREF": { + "type": "dword", + "value": 16825212 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "sp_it_sparscr412" + }, + "STRREF": { + "type": "dword", + "value": 16825212 + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Dimension Hop" + }, + "RESREF": { + "type": "resref", + "value": "nw_it_sparscr228" + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1310" + }, + "STRREF": { + "type": "dword", + "value": 16826393 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1167" + }, + "STRREF": { + "type": "dword", + "value": 16825681 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "sp_it_sparscr413" + }, + "STRREF": { + "type": "dword", + "value": 16825681 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "sp_it_spdvscr404" + }, + "STRREF": { + "type": "dword", + "value": 16825681 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1168" + }, + "STRREF": { + "type": "dword", + "value": 16825684 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "sp_it_sparscr804" + }, + "STRREF": { + "type": "dword", + "value": 16825684 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "sp_it_spdvscr803" + }, + "STRREF": { + "type": "dword", + "value": 16825684 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_376" + }, + "STRREF": { + "type": "dword", + "value": 2366 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1448" + }, + "STRREF": { + "type": "dword", + "value": 16826977 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1430" + }, + "STRREF": { + "type": "dword", + "value": 16827961 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1021" + }, + "STRREF": { + "type": "dword", + "value": 16830238 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "sp_it_sparscr602" + }, + "STRREF": { + "type": "dword", + "value": 16830238 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_81" + }, + "STRREF": { + "type": "dword", + "value": 790 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_84" + }, + "STRREF": { + "type": "dword", + "value": 791 + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Dispeling Touch" + }, + "RESREF": { + "type": "resref", + "value": "nw_it_sparscr229" + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1311" + }, + "STRREF": { + "type": "dword", + "value": 16826395 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_389" + }, + "STRREF": { + "type": "dword", + "value": 2679 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1343" + }, + "STRREF": { + "type": "dword", + "value": 16832221 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_345" + }, + "STRREF": { + "type": "dword", + "value": 53 + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Divine Inspiration" + }, + "RESREF": { + "type": "resref", + "value": "nw_it_spdvscr122" + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1255" + }, + "STRREF": { + "type": "dword", + "value": 16829624 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_86" + }, + "STRREF": { + "type": "dword", + "value": 792 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1074" + }, + "STRREF": { + "type": "dword", + "value": 16830384 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "sp_it_spdvscr201" + }, + "STRREF": { + "type": "dword", + "value": 16830384 + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Divine Sacrifice" + }, + "RESREF": { + "type": "resref", + "value": "nw_it_spdvscr112" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Divine Sacrifice" + }, + "RESREF": { + "type": "resref", + "value": "nw_it_spdvscr124" + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1275" + }, + "STRREF": { + "type": "dword", + "value": 16829664 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_87" + }, + "STRREF": { + "type": "dword", + "value": 793 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_88" + }, + "STRREF": { + "type": "dword", + "value": 794 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_89" + }, + "STRREF": { + "type": "dword", + "value": 795 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_90" + }, + "STRREF": { + "type": "dword", + "value": 796 + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Doom Scarabs" + }, + "RESREF": { + "type": "resref", + "value": "nw_it_sparscr427" + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1312" + }, + "STRREF": { + "type": "dword", + "value": 16826397 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1373" + }, + "STRREF": { + "type": "dword", + "value": 16829346 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1332" + }, + "STRREF": { + "type": "dword", + "value": 16832082 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1439" + }, + "STRREF": { + "type": "dword", + "value": 16832490 + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Dragon Cloud" + }, + "RESREF": { + "type": "resref", + "value": "nw_it_spdvscr803" + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1257" + }, + "STRREF": { + "type": "dword", + "value": 16829628 + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Dread Word" + }, + "RESREF": { + "type": "resref", + "value": "nw_it_sparscr329" + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1197" + }, + "STRREF": { + "type": "dword", + "value": 16829522 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_368" + }, + "STRREF": { + "type": "dword", + "value": 508 + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Drug Resistance" + }, + "RESREF": { + "type": "resref", + "value": "nw_it_sparscr121" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Drug Resistance" + }, + "RESREF": { + "type": "resref", + "value": "nw_it_spdvscr115" + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1198" + }, + "STRREF": { + "type": "dword", + "value": 16829524 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_288" + }, + "STRREF": { + "type": "dword", + "value": 5371 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_357" + }, + "STRREF": { + "type": "dword", + "value": 384 + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Ectoplasmic Enhancement" + }, + "RESREF": { + "type": "resref", + "value": "nw_it_sparscr617" + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1199" + }, + "STRREF": { + "type": "dword", + "value": 16829526 + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Elation" + }, + "RESREF": { + "type": "resref", + "value": "nw_it_sparscr336" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Elation" + }, + "RESREF": { + "type": "resref", + "value": "nw_it_spdvscr214" + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1276" + }, + "STRREF": { + "type": "dword", + "value": 16829666 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_986" + }, + "STRREF": { + "type": "dword", + "value": 16789943 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_370" + }, + "STRREF": { + "type": "dword", + "value": 1852 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1004" + }, + "STRREF": { + "type": "dword", + "value": 16830220 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "sp_it_sparscr404" + }, + "STRREF": { + "type": "dword", + "value": 16830220 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_92" + }, + "STRREF": { + "type": "dword", + "value": 797 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_988" + }, + "STRREF": { + "type": "dword", + "value": 16789960 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_94" + }, + "STRREF": { + "type": "dword", + "value": 798 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_95" + }, + "STRREF": { + "type": "dword", + "value": 799 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_98" + }, + "STRREF": { + "type": "dword", + "value": 800 + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Energize Potion" + }, + "RESREF": { + "type": "resref", + "value": "nw_it_sparscr233" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Energize Potion" + }, + "RESREF": { + "type": "resref", + "value": "nw_it_sparscr234" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Energize Potion" + }, + "RESREF": { + "type": "resref", + "value": "nw_it_spdvscr207" + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1277" + }, + "STRREF": { + "type": "dword", + "value": 16829668 + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Energy Aegis" + }, + "RESREF": { + "type": "resref", + "value": "nw_it_sparscr322" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Energy Aegis" + }, + "RESREF": { + "type": "resref", + "value": "nw_it_spdvscr305" + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1313" + }, + "STRREF": { + "type": "dword", + "value": 16826399 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_311" + }, + "STRREF": { + "type": "dword", + "value": 6335 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_99" + }, + "STRREF": { + "type": "dword", + "value": 801 + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Energy Ebb" + }, + "RESREF": { + "type": "resref", + "value": "nw_it_sparscr710" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Energy Ebb" + }, + "RESREF": { + "type": "resref", + "value": "nw_it_spdvscr710" + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_912" + }, + "STRREF": { + "type": "dword", + "value": 16829256 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1023" + }, + "STRREF": { + "type": "dword", + "value": 16830242 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "sp_it_sparscr605" + }, + "STRREF": { + "type": "dword", + "value": 16830242 + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Energy Surge" + }, + "RESREF": { + "type": "resref", + "value": "nw_it_sparscr323" + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1314" + }, + "STRREF": { + "type": "dword", + "value": 16826672 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_100" + }, + "STRREF": { + "type": "dword", + "value": 802 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_938" + }, + "STRREF": { + "type": "dword", + "value": 16829172 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_101" + }, + "STRREF": { + "type": "dword", + "value": 803 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_349" + }, + "STRREF": { + "type": "dword", + "value": 58 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_195" + }, + "STRREF": { + "type": "dword", + "value": 871 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_324" + }, + "STRREF": { + "type": "dword", + "value": 6341 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_428" + }, + "STRREF": { + "type": "dword", + "value": 8943 + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Evil Eye" + }, + "RESREF": { + "type": "resref", + "value": "nw_it_sparscr330" + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1201" + }, + "STRREF": { + "type": "dword", + "value": 16829530 + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Evil Weather" + }, + "RESREF": { + "type": "resref", + "value": "nw_it_spdvscr802" + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1203" + }, + "STRREF": { + "type": "dword", + "value": 16829534 + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Exalted Fury" + }, + "RESREF": { + "type": "resref", + "value": "nw_it_spdvscr903" + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1258" + }, + "STRREF": { + "type": "dword", + "value": 16829630 + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Exalted Raiment" + }, + "RESREF": { + "type": "resref", + "value": "nw_it_spdvscr602" + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1229" + }, + "STRREF": { + "type": "dword", + "value": 16829698 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_387" + }, + "STRREF": { + "type": "dword", + "value": 2675 + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Extract Drug" + }, + "RESREF": { + "type": "resref", + "value": "nw_it_sparscr122" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Extract Drug" + }, + "RESREF": { + "type": "resref", + "value": "nw_it_spdvscr116" + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1204" + }, + "STRREF": { + "type": "dword", + "value": 16829540 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1333" + }, + "STRREF": { + "type": "dword", + "value": 16832084 + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Eye of the Beholder" + }, + "RESREF": { + "type": "resref", + "value": "nw_it_sparscr712" + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1202" + }, + "STRREF": { + "type": "dword", + "value": 16829532 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1442" + }, + "STRREF": { + "type": "dword", + "value": 16847576 + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Eyes of the Avoral" + }, + "RESREF": { + "type": "resref", + "value": "nw_it_sparscr129" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Eyes of the Avoral" + }, + "RESREF": { + "type": "resref", + "value": "nw_it_spdvscr126" + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1278" + }, + "STRREF": { + "type": "dword", + "value": 16829670 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_994" + }, + "STRREF": { + "type": "dword", + "value": 16793694 + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "False Life" + }, + "RESREF": { + "type": "resref", + "value": "nw_it_sparscr225" + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1295" + }, + "STRREF": { + "type": "dword", + "value": 16825806 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_103" + }, + "STRREF": { + "type": "dword", + "value": 804 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_104" + }, + "STRREF": { + "type": "dword", + "value": 805 + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Fiendish Clarity" + }, + "RESREF": { + "type": "resref", + "value": "nw_it_sparscr713" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Fiendish Clarity" + }, + "RESREF": { + "type": "resref", + "value": "nw_it_spdvscr704" + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1206" + }, + "STRREF": { + "type": "dword", + "value": 16829544 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_327" + }, + "STRREF": { + "type": "dword", + "value": 6343 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_105" + }, + "STRREF": { + "type": "dword", + "value": 806 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1444" + }, + "STRREF": { + "type": "dword", + "value": 16847580 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1006" + }, + "STRREF": { + "type": "dword", + "value": 16830222 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "sp_it_sparscr405" + }, + "STRREF": { + "type": "dword", + "value": 16830222 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1352" + }, + "STRREF": { + "type": "dword", + "value": 16832237 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_106" + }, + "STRREF": { + "type": "dword", + "value": 807 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1347" + }, + "STRREF": { + "type": "dword", + "value": 16832227 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_108" + }, + "STRREF": { + "type": "dword", + "value": 808 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_371" + }, + "STRREF": { + "type": "dword", + "value": 1895 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1075" + }, + "STRREF": { + "type": "dword", + "value": 16830386 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "sp_it_sparscr205" + }, + "STRREF": { + "type": "dword", + "value": 16830386 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1345" + }, + "STRREF": { + "type": "dword", + "value": 16832223 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_110" + }, + "STRREF": { + "type": "dword", + "value": 809 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_113" + }, + "STRREF": { + "type": "dword", + "value": 810 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_115" + }, + "STRREF": { + "type": "dword", + "value": 811 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_477" + }, + "STRREF": { + "type": "dword", + "value": 3763 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_347" + }, + "STRREF": { + "type": "dword", + "value": 56 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1092" + }, + "STRREF": { + "type": "dword", + "value": 16830427 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "sp_it_sparscr305" + }, + "STRREF": { + "type": "dword", + "value": 16830427 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1093" + }, + "STRREF": { + "type": "dword", + "value": 16830429 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "sp_it_sparscr802" + }, + "STRREF": { + "type": "dword", + "value": 16830429 + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Flesh Armor" + }, + "RESREF": { + "type": "resref", + "value": "nw_it_sparscr431" + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1207" + }, + "STRREF": { + "type": "dword", + "value": 16829546 + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Flesh Ripper" + }, + "RESREF": { + "type": "resref", + "value": "nw_it_spdvscr309" + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1208" + }, + "STRREF": { + "type": "dword", + "value": 16829548 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_398" + }, + "STRREF": { + "type": "dword", + "value": 3044 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1382" + }, + "STRREF": { + "type": "dword", + "value": 16827179 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1049" + }, + "STRREF": { + "type": "dword", + "value": 16830288 + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Forceblast" + }, + "RESREF": { + "type": "resref", + "value": "sp_it_sparscr301" + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1429" + }, + "STRREF": { + "type": "dword", + "value": 16828346 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_294" + }, + "STRREF": { + "type": "dword", + "value": 5369 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_118" + }, + "STRREF": { + "type": "dword", + "value": 812 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_119" + }, + "STRREF": { + "type": "dword", + "value": 813 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_458" + }, + "STRREF": { + "type": "dword", + "value": 3863 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_192" + }, + "STRREF": { + "type": "dword", + "value": 870 + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Ghoul Gauntlet" + }, + "RESREF": { + "type": "resref", + "value": "nw_it_sparscr615" + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_911" + }, + "STRREF": { + "type": "dword", + "value": 16829214 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_120" + }, + "STRREF": { + "type": "dword", + "value": 814 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_947" + }, + "STRREF": { + "type": "dword", + "value": 16828715 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1051" + }, + "STRREF": { + "type": "dword", + "value": 16830290 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "sp_it_sparscr201" + }, + "STRREF": { + "type": "dword", + "value": 16830290 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_121" + }, + "STRREF": { + "type": "dword", + "value": 815 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_484" + }, + "STRREF": { + "type": "dword", + "value": 3783 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_122" + }, + "STRREF": { + "type": "dword", + "value": 816 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_453" + }, + "STRREF": { + "type": "dword", + "value": 3850 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1435" + }, + "STRREF": { + "type": "dword", + "value": 16827530 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_123" + }, + "STRREF": { + "type": "dword", + "value": 817 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1365" + }, + "STRREF": { + "type": "dword", + "value": 16832264 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1077" + }, + "STRREF": { + "type": "dword", + "value": 16830388 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "sp_it_sparscr502" + }, + "STRREF": { + "type": "dword", + "value": 16830388 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_984" + }, + "STRREF": { + "type": "dword", + "value": 16789937 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_933" + }, + "STRREF": { + "type": "dword", + "value": 16824712 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1036" + }, + "STRREF": { + "type": "dword", + "value": 16830274 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "sp_it_sparscr501" + }, + "STRREF": { + "type": "dword", + "value": 16830274 + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Greater Luminous Armor" + }, + "RESREF": { + "type": "resref", + "value": "nw_it_spdvscr412" + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1283" + }, + "STRREF": { + "type": "dword", + "value": 16829680 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_384" + }, + "STRREF": { + "type": "dword", + "value": 2923 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_480" + }, + "STRREF": { + "type": "dword", + "value": 3769 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_962" + }, + "STRREF": { + "type": "dword", + "value": 16789908 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_126" + }, + "STRREF": { + "type": "dword", + "value": 819 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_992" + }, + "STRREF": { + "type": "dword", + "value": 16790118 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_127" + }, + "STRREF": { + "type": "dword", + "value": 820 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_374" + }, + "STRREF": { + "type": "dword", + "value": 2364 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1447" + }, + "STRREF": { + "type": "dword", + "value": 16826974 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_128" + }, + "STRREF": { + "type": "dword", + "value": 821 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_935" + }, + "STRREF": { + "type": "dword", + "value": 16828894 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_129" + }, + "STRREF": { + "type": "dword", + "value": 822 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_130" + }, + "STRREF": { + "type": "dword", + "value": 823 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_131" + }, + "STRREF": { + "type": "dword", + "value": 824 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1150" + }, + "STRREF": { + "type": "dword", + "value": 16825312 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "sp_it_sparscr706" + }, + "STRREF": { + "type": "dword", + "value": 16825312 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_463" + }, + "STRREF": { + "type": "dword", + "value": 16790132 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1125" + }, + "STRREF": { + "type": "dword", + "value": 16830503 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "sp_it_spdvscr304" + }, + "STRREF": { + "type": "dword", + "value": 16830503 + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Grim Revenge" + }, + "RESREF": { + "type": "resref", + "value": "nw_it_sparscr432" + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1209" + }, + "STRREF": { + "type": "dword", + "value": 16829550 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_410" + }, + "STRREF": { + "type": "dword", + "value": 2682 + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Gut Wrench" + }, + "RESREF": { + "type": "resref", + "value": "nw_it_sparscr813" + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1210" + }, + "STRREF": { + "type": "dword", + "value": 16829552 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1118" + }, + "STRREF": { + "type": "dword", + "value": 16830457 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "sp_it_sparscr110" + }, + "STRREF": { + "type": "dword", + "value": 16830457 + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Halt" + }, + "RESREF": { + "type": "resref", + "value": "nw_it_sparscr324" + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1315" + }, + "STRREF": { + "type": "dword", + "value": 16826406 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1441" + }, + "STRREF": { + "type": "dword", + "value": 16847574 + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Hammer of Righteousness" + }, + "RESREF": { + "type": "resref", + "value": "nw_it_spdvscr319" + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1259" + }, + "STRREF": { + "type": "dword", + "value": 16829632 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_133" + }, + "STRREF": { + "type": "dword", + "value": 826 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_136" + }, + "STRREF": { + "type": "dword", + "value": 827 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_137" + }, + "STRREF": { + "type": "dword", + "value": 828 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_139" + }, + "STRREF": { + "type": "dword", + "value": 829 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1376" + }, + "STRREF": { + "type": "dword", + "value": 16829352 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_140" + }, + "STRREF": { + "type": "dword", + "value": 830 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_452" + }, + "STRREF": { + "type": "dword", + "value": 3848 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1334" + }, + "STRREF": { + "type": "dword", + "value": 16832086 + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Heartache" + }, + "RESREF": { + "type": "resref", + "value": "nw_it_spdvscr117" + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1211" + }, + "STRREF": { + "type": "dword", + "value": 16829554 + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Heartclutch" + }, + "RESREF": { + "type": "resref", + "value": "nw_it_spdvscr505" + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1212" + }, + "STRREF": { + "type": "dword", + "value": 16829556 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1035" + }, + "STRREF": { + "type": "dword", + "value": 16830272 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "sp_it_sparscr202" + }, + "STRREF": { + "type": "dword", + "value": 16830272 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1384" + }, + "STRREF": { + "type": "dword", + "value": 16847282 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_955" + }, + "STRREF": { + "type": "dword", + "value": 16847570 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_142" + }, + "STRREF": { + "type": "dword", + "value": 831 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_143" + }, + "STRREF": { + "type": "dword", + "value": 832 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_144" + }, + "STRREF": { + "type": "dword", + "value": 833 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1427" + }, + "STRREF": { + "type": "dword", + "value": 16828342 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_473" + }, + "STRREF": { + "type": "dword", + "value": 3755 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1153" + }, + "STRREF": { + "type": "dword", + "value": 16832002 + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Holy Word" + }, + "RESREF": { + "type": "resref", + "value": "sp_it_spdvscr704" + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_459" + }, + "STRREF": { + "type": "dword", + "value": 3865 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_308" + }, + "STRREF": { + "type": "dword", + "value": 6333 + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Hound of Doom" + }, + "RESREF": { + "type": "resref", + "value": "nw_it_sparscr318" + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1299" + }, + "STRREF": { + "type": "dword", + "value": 16825814 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1010" + }, + "STRREF": { + "type": "dword", + "value": 16830226 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "sp_it_sparscr302" + }, + "STRREF": { + "type": "dword", + "value": 16830226 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_478" + }, + "STRREF": { + "type": "dword", + "value": 3765 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1349" + }, + "STRREF": { + "type": "dword", + "value": 16832231 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_310" + }, + "STRREF": { + "type": "dword", + "value": 6334 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_147" + }, + "STRREF": { + "type": "dword", + "value": 836 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1101" + }, + "STRREF": { + "type": "dword", + "value": 16830437 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "sp_it_sparscr409" + }, + "STRREF": { + "type": "dword", + "value": 16830437 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_148" + }, + "STRREF": { + "type": "dword", + "value": 837 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_149" + }, + "STRREF": { + "type": "dword", + "value": 838 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1103" + }, + "STRREF": { + "type": "dword", + "value": 16830439 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "sp_it_sparscr306" + }, + "STRREF": { + "type": "dword", + "value": 16830439 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_150" + }, + "STRREF": { + "type": "dword", + "value": 839 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_377" + }, + "STRREF": { + "type": "dword", + "value": 2368 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_451" + }, + "STRREF": { + "type": "dword", + "value": 3844 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_366" + }, + "STRREF": { + "type": "dword", + "value": 392 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_363" + }, + "STRREF": { + "type": "dword", + "value": 389 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_362" + }, + "STRREF": { + "type": "dword", + "value": 388 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_364" + }, + "STRREF": { + "type": "dword", + "value": 390 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_365" + }, + "STRREF": { + "type": "dword", + "value": 391 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1165" + }, + "STRREF": { + "type": "dword", + "value": 16832059 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "sp_it_sparscr701" + }, + "STRREF": { + "type": "dword", + "value": 16832059 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_151" + }, + "STRREF": { + "type": "dword", + "value": 840 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_152" + }, + "STRREF": { + "type": "dword", + "value": 841 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_153" + }, + "STRREF": { + "type": "dword", + "value": 842 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_937" + }, + "STRREF": { + "type": "dword", + "value": 16826154 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_460" + }, + "STRREF": { + "type": "dword", + "value": 3867 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_379" + }, + "STRREF": { + "type": "dword", + "value": 2378 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_378" + }, + "STRREF": { + "type": "dword", + "value": 2377 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_936" + }, + "STRREF": { + "type": "dword", + "value": 16826011 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_474" + }, + "STRREF": { + "type": "dword", + "value": 3757 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1316" + }, + "STRREF": { + "type": "dword", + "value": 16826679 + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Kelgore's Fire Orb" + }, + "RESREF": { + "type": "resref", + "value": "nw_it_sparscr116" + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_154" + }, + "STRREF": { + "type": "dword", + "value": 843 + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Lahm's Finger Darts" + }, + "RESREF": { + "type": "resref", + "value": "nw_it_spdvscr209" + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1216" + }, + "STRREF": { + "type": "dword", + "value": 16829564 + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Lantern Light" + }, + "RESREF": { + "type": "resref", + "value": "nw_it_sparscr130" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Lantern Light" + }, + "RESREF": { + "type": "resref", + "value": "nw_it_spdvscr125" + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1280" + }, + "STRREF": { + "type": "dword", + "value": 16829674 + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Last Judgement" + }, + "RESREF": { + "type": "resref", + "value": "nw_it_sparscr815" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Last Judgement" + }, + "RESREF": { + "type": "resref", + "value": "nw_it_spdvscr804" + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1281" + }, + "STRREF": { + "type": "dword", + "value": 16829676 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_326" + }, + "STRREF": { + "type": "dword", + "value": 6342 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1067" + }, + "STRREF": { + "type": "dword", + "value": 16830374 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "sp_it_spdvscr301" + }, + "STRREF": { + "type": "dword", + "value": 16830374 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1071" + }, + "STRREF": { + "type": "dword", + "value": 16830378 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "sp_it_sparscr304" + }, + "STRREF": { + "type": "dword", + "value": 16830378 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1073" + }, + "STRREF": { + "type": "dword", + "value": 16830382 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "sp_it_spdvscr503" + }, + "STRREF": { + "type": "dword", + "value": 16830382 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1084" + }, + "STRREF": { + "type": "dword", + "value": 16830396 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "sp_it_spdvscr403" + }, + "STRREF": { + "type": "dword", + "value": 16830396 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1054" + }, + "STRREF": { + "type": "dword", + "value": 16830348 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "sp_it_sparscr102" + }, + "STRREF": { + "type": "dword", + "value": 16830348 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1056" + }, + "STRREF": { + "type": "dword", + "value": 16830352 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "sp_it_sparscr103" + }, + "STRREF": { + "type": "dword", + "value": 16830352 + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Lesser Deflect" + }, + "RESREF": { + "type": "resref", + "value": "nw_it_sparscr115" + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1309" + }, + "STRREF": { + "type": "dword", + "value": 16826391 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_155" + }, + "STRREF": { + "type": "dword", + "value": 844 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1058" + }, + "STRREF": { + "type": "dword", + "value": 16830356 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "sp_it_sparscr104" + }, + "STRREF": { + "type": "dword", + "value": 16830356 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1060" + }, + "STRREF": { + "type": "dword", + "value": 16830360 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "sp_it_sparscr105" + }, + "STRREF": { + "type": "dword", + "value": 16830360 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_157" + }, + "STRREF": { + "type": "dword", + "value": 845 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_961" + }, + "STRREF": { + "type": "dword", + "value": 16789906 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_158" + }, + "STRREF": { + "type": "dword", + "value": 846 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_159" + }, + "STRREF": { + "type": "dword", + "value": 847 + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Lesser Shivering Touch" + }, + "RESREF": { + "type": "resref", + "value": "nw_it_sparscr125" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Lesser Shivering Touch" + }, + "RESREF": { + "type": "resref", + "value": "nw_it_spdvscr121" + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1251" + }, + "STRREF": { + "type": "dword", + "value": 16829616 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1062" + }, + "STRREF": { + "type": "dword", + "value": 16830364 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "sp_it_sparscr106" + }, + "STRREF": { + "type": "dword", + "value": 16830364 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_160" + }, + "STRREF": { + "type": "dword", + "value": 848 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_161" + }, + "STRREF": { + "type": "dword", + "value": 849 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_892" + }, + "STRREF": { + "type": "dword", + "value": 16790124 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1335" + }, + "STRREF": { + "type": "dword", + "value": 16832088 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_162" + }, + "STRREF": { + "type": "dword", + "value": 850 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_164" + }, + "STRREF": { + "type": "dword", + "value": 851 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1079" + }, + "STRREF": { + "type": "dword", + "value": 16830390 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "sp_it_spdvscr102" + }, + "STRREF": { + "type": "dword", + "value": 16830390 + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Liquid Pain" + }, + "RESREF": { + "type": "resref", + "value": "nw_it_sparscr433" + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1217" + }, + "STRREF": { + "type": "dword", + "value": 16829566 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1080" + }, + "STRREF": { + "type": "dword", + "value": 16830392 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "sp_it_spdvscr202" + }, + "STRREF": { + "type": "dword", + "value": 16830392 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1449" + }, + "STRREF": { + "type": "dword", + "value": 16826979 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1450" + }, + "STRREF": { + "type": "dword", + "value": 16826981 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1385" + }, + "STRREF": { + "type": "dword", + "value": 16847284 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1031" + }, + "STRREF": { + "type": "dword", + "value": 16830263 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "sp_it_sparscr407" + }, + "STRREF": { + "type": "dword", + "value": 16830263 + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Luminous Armor" + }, + "RESREF": { + "type": "resref", + "value": "nw_it_spdvscr215" + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1282" + }, + "STRREF": { + "type": "dword", + "value": 16829678 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_167" + }, + "STRREF": { + "type": "dword", + "value": 852 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_945" + }, + "STRREF": { + "type": "dword", + "value": 16829186 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_168" + }, + "STRREF": { + "type": "dword", + "value": 853 + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Magic Circle against Chaos" + }, + "RESREF": { + "type": "resref", + "value": "sp_it_sparscr308" + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_169" + }, + "STRREF": { + "type": "dword", + "value": 854 + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Magic Circle against Evil" + }, + "RESREF": { + "type": "resref", + "value": "sp_it_sparscr309" + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_170" + }, + "STRREF": { + "type": "dword", + "value": 855 + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Magic Circle against Good" + }, + "RESREF": { + "type": "resref", + "value": "sp_it_sparscr310" + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_171" + }, + "STRREF": { + "type": "dword", + "value": 856 + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Magic Circle against Law" + }, + "RESREF": { + "type": "resref", + "value": "sp_it_sparscr311" + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_383" + }, + "STRREF": { + "type": "dword", + "value": 2670 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_172" + }, + "STRREF": { + "type": "dword", + "value": 857 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_954" + }, + "STRREF": { + "type": "dword", + "value": 16789761 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_481" + }, + "STRREF": { + "type": "dword", + "value": 3771 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_479" + }, + "STRREF": { + "type": "dword", + "value": 3767 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1022" + }, + "STRREF": { + "type": "dword", + "value": 16830240 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "sp_it_sparscr801" + }, + "STRREF": { + "type": "dword", + "value": 16830240 + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Masochism" + }, + "RESREF": { + "type": "resref", + "value": "nw_it_sparscr337" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Masochism" + }, + "RESREF": { + "type": "resref", + "value": "nw_it_spdvscr320" + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1290" + }, + "STRREF": { + "type": "dword", + "value": 16829694 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_888" + }, + "STRREF": { + "type": "dword", + "value": 16790144 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_179" + }, + "STRREF": { + "type": "dword", + "value": 860 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1024" + }, + "STRREF": { + "type": "dword", + "value": 16830249 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "sp_it_sparscr603" + }, + "STRREF": { + "type": "dword", + "value": 16830249 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_386" + }, + "STRREF": { + "type": "dword", + "value": 2674 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1025" + }, + "STRREF": { + "type": "dword", + "value": 16830251 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "sp_it_sparscr604" + }, + "STRREF": { + "type": "dword", + "value": 16830251 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_180" + }, + "STRREF": { + "type": "dword", + "value": 861 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1133" + }, + "STRREF": { + "type": "dword", + "value": 16825365 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "splscrl_contag" + }, + "STRREF": { + "type": "dword", + "value": 16825365 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1044" + }, + "STRREF": { + "type": "dword", + "value": 16830282 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "sp_it_spdvscr801" + }, + "STRREF": { + "type": "dword", + "value": 16830282 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1037" + }, + "STRREF": { + "type": "dword", + "value": 16830276 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "sp_it_spdvscr501" + }, + "STRREF": { + "type": "dword", + "value": 16830276 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1040" + }, + "STRREF": { + "type": "dword", + "value": 16830278 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "sp_it_spdvscr601" + }, + "STRREF": { + "type": "dword", + "value": 16830278 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1042" + }, + "STRREF": { + "type": "dword", + "value": 16830280 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "sp_it_spdvscr701" + }, + "STRREF": { + "type": "dword", + "value": 16830280 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1117" + }, + "STRREF": { + "type": "dword", + "value": 16830455 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "sp_it_spdvscr901" + }, + "STRREF": { + "type": "dword", + "value": 16830455 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1026" + }, + "STRREF": { + "type": "dword", + "value": 16830253 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "sp_it_sparscr606" + }, + "STRREF": { + "type": "dword", + "value": 16830253 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1027" + }, + "STRREF": { + "type": "dword", + "value": 16830255 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "sp_it_sparscr607" + }, + "STRREF": { + "type": "dword", + "value": 16830255 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_939" + }, + "STRREF": { + "type": "dword", + "value": 16829174 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1356" + }, + "STRREF": { + "type": "dword", + "value": 16832245 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1028" + }, + "STRREF": { + "type": "dword", + "value": 16830257 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "sp_it_sparscr608" + }, + "STRREF": { + "type": "dword", + "value": 16830257 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_983" + }, + "STRREF": { + "type": "dword", + "value": 16824714 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_182" + }, + "STRREF": { + "type": "dword", + "value": 863 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_183" + }, + "STRREF": { + "type": "dword", + "value": 864 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1015" + }, + "STRREF": { + "type": "dword", + "value": 16830232 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "sp_it_sparscr901" + }, + "STRREF": { + "type": "dword", + "value": 16830232 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1014" + }, + "STRREF": { + "type": "dword", + "value": 16830230 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "sp_it_sparscr704" + }, + "STRREF": { + "type": "dword", + "value": 16830230 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_932" + }, + "STRREF": { + "type": "dword", + "value": 16824710 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_929" + }, + "STRREF": { + "type": "dword", + "value": 16824704 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_930" + }, + "STRREF": { + "type": "dword", + "value": 16824706 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_931" + }, + "STRREF": { + "type": "dword", + "value": 16824708 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_894" + }, + "STRREF": { + "type": "dword", + "value": 16790136 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1029" + }, + "STRREF": { + "type": "dword", + "value": 16830259 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "sp_it_sparscr609" + }, + "STRREF": { + "type": "dword", + "value": 16830259 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_941" + }, + "STRREF": { + "type": "dword", + "value": 16829178 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_952" + }, + "STRREF": { + "type": "dword", + "value": 16789757 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1030" + }, + "STRREF": { + "type": "dword", + "value": 16830261 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "sp_it_sparscr408" + }, + "STRREF": { + "type": "dword", + "value": 16830261 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1166" + }, + "STRREF": { + "type": "dword", + "value": 16825704 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "sp_it_sparscr803" + }, + "STRREF": { + "type": "dword", + "value": 16825704 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_184" + }, + "STRREF": { + "type": "dword", + "value": 865 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_461" + }, + "STRREF": { + "type": "dword", + "value": 3869 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_462" + }, + "STRREF": { + "type": "dword", + "value": 3871 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_187" + }, + "STRREF": { + "type": "dword", + "value": 866 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_188" + }, + "STRREF": { + "type": "dword", + "value": 867 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_189" + }, + "STRREF": { + "type": "dword", + "value": 868 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_190" + }, + "STRREF": { + "type": "dword", + "value": 869 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1164" + }, + "STRREF": { + "type": "dword", + "value": 16823538 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "sp_it_sparscr211" + }, + "STRREF": { + "type": "dword", + "value": 16823538 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_977" + }, + "STRREF": { + "type": "dword", + "value": 16789920 + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Morality Undone" + }, + "RESREF": { + "type": "resref", + "value": "nw_it_sparscr519" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Morality Undone" + }, + "RESREF": { + "type": "resref", + "value": "nw_it_spdvscr506" + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1218" + }, + "STRREF": { + "type": "dword", + "value": 16829568 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_197" + }, + "STRREF": { + "type": "dword", + "value": 872 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1053" + }, + "STRREF": { + "type": "dword", + "value": 16830345 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "sp_it_sparscr702" + }, + "STRREF": { + "type": "dword", + "value": 16830345 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_198" + }, + "STRREF": { + "type": "dword", + "value": 873 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1130" + }, + "STRREF": { + "type": "dword", + "value": 16825355 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "splscrl_natav" + }, + "STRREF": { + "type": "dword", + "value": 16825355 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_200" + }, + "STRREF": { + "type": "dword", + "value": 874 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_903" + }, + "STRREF": { + "type": "dword", + "value": 16829198 + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Necrotic Bloat" + }, + "RESREF": { + "type": "resref", + "value": "nw_it_sparscr316" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Necrotic Bloat" + }, + "RESREF": { + "type": "resref", + "value": "nw_it_spdvscr316" + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_905" + }, + "STRREF": { + "type": "dword", + "value": 16829202 + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Necrotic Burst" + }, + "RESREF": { + "type": "resref", + "value": "nw_it_sparscr514" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Necrotic Burst" + }, + "RESREF": { + "type": "resref", + "value": "nw_it_spdvscr514" + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_907" + }, + "STRREF": { + "type": "dword", + "value": 16829206 + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Necrotic Cyst" + }, + "RESREF": { + "type": "resref", + "value": "nw_it_sparscr222" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Necrotic Cyst" + }, + "RESREF": { + "type": "resref", + "value": "nw_it_spdvscr222" + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_904" + }, + "STRREF": { + "type": "dword", + "value": 16829200 + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Necrotic Domination" + }, + "RESREF": { + "type": "resref", + "value": "nw_it_sparscr419" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Necrotic Domination" + }, + "RESREF": { + "type": "resref", + "value": "nw_it_spdvscr419" + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_906" + }, + "STRREF": { + "type": "dword", + "value": 16829204 + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Necrotic Empowerment" + }, + "RESREF": { + "type": "resref", + "value": "nw_it_sparscr811" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Necrotic Empowerment" + }, + "RESREF": { + "type": "resref", + "value": "nw_it_spdvscr811" + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_909" + }, + "STRREF": { + "type": "dword", + "value": 16829210 + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Necrotic Eruption" + }, + "RESREF": { + "type": "resref", + "value": "nw_it_sparscr616" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Necrotic Eruption" + }, + "RESREF": { + "type": "resref", + "value": "nw_it_spdvscr616" + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_908" + }, + "STRREF": { + "type": "dword", + "value": 16829208 + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Necrotic Termination" + }, + "RESREF": { + "type": "resref", + "value": "nw_it_sparscr913" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Necrotic Termination" + }, + "RESREF": { + "type": "resref", + "value": "nw_it_spdvscr913" + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_910" + }, + "STRREF": { + "type": "dword", + "value": 16829212 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_314" + }, + "STRREF": { + "type": "dword", + "value": 6336 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_201" + }, + "STRREF": { + "type": "dword", + "value": 875 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_316" + }, + "STRREF": { + "type": "dword", + "value": 6337 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_204" + }, + "STRREF": { + "type": "dword", + "value": 876 + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Night's Caress" + }, + "RESREF": { + "type": "resref", + "value": "nw_it_sparscr515" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Night's Caress" + }, + "RESREF": { + "type": "resref", + "value": "nw_it_spdvscr515" + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_913" + }, + "STRREF": { + "type": "dword", + "value": 16829254 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_943" + }, + "STRREF": { + "type": "dword", + "value": 16829182 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1106" + }, + "STRREF": { + "type": "dword", + "value": 16830441 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "sp_it_sparscr108" + }, + "STRREF": { + "type": "dword", + "value": 16830441 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1109" + }, + "STRREF": { + "type": "dword", + "value": 16830443 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "sp_it_sparscr705" + }, + "STRREF": { + "type": "dword", + "value": 16830443 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1452" + }, + "STRREF": { + "type": "dword", + "value": 16826985 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1434" + }, + "STRREF": { + "type": "dword", + "value": 16832075 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_351" + }, + "STRREF": { + "type": "dword", + "value": 283 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1355" + }, + "STRREF": { + "type": "dword", + "value": 16832243 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1358" + }, + "STRREF": { + "type": "dword", + "value": 16832251 + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Otiluke's Resilient Sphere" + }, + "RESREF": { + "type": "resref", + "value": "nw_it_sparscr420" + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1344" + }, + "STRREF": { + "type": "dword", + "value": 16829196 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_369" + }, + "STRREF": { + "type": "dword", + "value": 1774 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_291" + }, + "STRREF": { + "type": "dword", + "value": 5370 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1081" + }, + "STRREF": { + "type": "dword", + "value": 16830394 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "sp_it_spdvscr402" + }, + "STRREF": { + "type": "dword", + "value": 16830394 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1147" + }, + "STRREF": { + "type": "dword", + "value": 16826310 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "sp_it_spdvscr703" + }, + "STRREF": { + "type": "dword", + "value": 16826310 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "sp_it_spdvscr802" + }, + "STRREF": { + "type": "dword", + "value": 16826310 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_205" + }, + "STRREF": { + "type": "dword", + "value": 877 + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Phoenix Fire" + }, + "RESREF": { + "type": "resref", + "value": "nw_it_spdvscr707" + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1261" + }, + "STRREF": { + "type": "dword", + "value": 16829636 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1446" + }, + "STRREF": { + "type": "dword", + "value": 16847584 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_382" + }, + "STRREF": { + "type": "dword", + "value": 2667 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_206" + }, + "STRREF": { + "type": "dword", + "value": 878 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_207" + }, + "STRREF": { + "type": "dword", + "value": 879 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1437" + }, + "STRREF": { + "type": "dword", + "value": 16827427 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_208" + }, + "STRREF": { + "type": "dword", + "value": 880 + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Power Leech" + }, + "RESREF": { + "type": "resref", + "value": "nw_it_sparscr520" + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1219" + }, + "STRREF": { + "type": "dword", + "value": 16829570 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_978" + }, + "STRREF": { + "type": "dword", + "value": 16789922 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_209" + }, + "STRREF": { + "type": "dword", + "value": 881 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_210" + }, + "STRREF": { + "type": "dword", + "value": 882 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1145" + }, + "STRREF": { + "type": "dword", + "value": 16826308 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "sp_it_spdvscr602" + }, + "STRREF": { + "type": "dword", + "value": 16826308 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_211" + }, + "STRREF": { + "type": "dword", + "value": 883 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_212" + }, + "STRREF": { + "type": "dword", + "value": 884 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1357" + }, + "STRREF": { + "type": "dword", + "value": 16832247 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1362" + }, + "STRREF": { + "type": "dword", + "value": 16832259 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_213" + }, + "STRREF": { + "type": "dword", + "value": 885 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1360" + }, + "STRREF": { + "type": "dword", + "value": 16832255 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1296" + }, + "STRREF": { + "type": "dword", + "value": 16825808 + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Protection From Arrows" + }, + "RESREF": { + "type": "resref", + "value": "nw_it_sparscr226" + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_215" + }, + "STRREF": { + "type": "dword", + "value": 886 + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Protection from Chaos" + }, + "RESREF": { + "type": "resref", + "value": "sp_it_sparscr111" + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_216" + }, + "STRREF": { + "type": "dword", + "value": 887 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_219" + }, + "STRREF": { + "type": "dword", + "value": 888 + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Protection from Evil" + }, + "RESREF": { + "type": "resref", + "value": "sp_it_sparscr112" + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_221" + }, + "STRREF": { + "type": "dword", + "value": 889 + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Protection from Good" + }, + "RESREF": { + "type": "resref", + "value": "sp_it_sparscr113" + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_223" + }, + "STRREF": { + "type": "dword", + "value": 890 + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Protection from Law" + }, + "RESREF": { + "type": "resref", + "value": "sp_it_sparscr114" + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_224" + }, + "STRREF": { + "type": "dword", + "value": 891 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1348" + }, + "STRREF": { + "type": "dword", + "value": 16832229 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_356" + }, + "STRREF": { + "type": "dword", + "value": 1773 + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Rain of Black Tulips" + }, + "RESREF": { + "type": "resref", + "value": "nw_it_spdvscr904" + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1284" + }, + "STRREF": { + "type": "dword", + "value": 16829682 + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Rain of Embers" + }, + "RESREF": { + "type": "resref", + "value": "nw_it_spdvscr708" + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1262" + }, + "STRREF": { + "type": "dword", + "value": 16829638 + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Rain of Roses" + }, + "RESREF": { + "type": "resref", + "value": "nw_it_spdvscr905" + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1285" + }, + "STRREF": { + "type": "dword", + "value": 16829684 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1336" + }, + "STRREF": { + "type": "dword", + "value": 16832090 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_944" + }, + "STRREF": { + "type": "dword", + "value": 16829184 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_226" + }, + "STRREF": { + "type": "dword", + "value": 892 + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Rapture of Rupture" + }, + "RESREF": { + "type": "resref", + "value": "nw_it_spdvscr705" + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1220" + }, + "STRREF": { + "type": "dword", + "value": 16829572 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_227" + }, + "STRREF": { + "type": "dword", + "value": 893 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1326" + }, + "STRREF": { + "type": "dword", + "value": 16827582 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_228" + }, + "STRREF": { + "type": "dword", + "value": 894 + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Ray of Hope" + }, + "RESREF": { + "type": "resref", + "value": "nw_it_sparscr131" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Ray of Hope" + }, + "RESREF": { + "type": "resref", + "value": "nw_it_spdvscr127" + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1286" + }, + "STRREF": { + "type": "dword", + "value": 16829686 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_957" + }, + "STRREF": { + "type": "dword", + "value": 16823166 + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Reality Blind" + }, + "RESREF": { + "type": "resref", + "value": "nw_it_sparscr331" + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1221" + }, + "STRREF": { + "type": "dword", + "value": 16829574 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1047" + }, + "STRREF": { + "type": "dword", + "value": 16830286 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "sp_it_spdvscr401" + }, + "STRREF": { + "type": "dword", + "value": 16830286 + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Red Fester" + }, + "RESREF": { + "type": "resref", + "value": "nw_it_spdvscr310" + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1222" + }, + "STRREF": { + "type": "dword", + "value": 16829576 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_940" + }, + "STRREF": { + "type": "dword", + "value": 16829176 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_323" + }, + "STRREF": { + "type": "dword", + "value": 6340 + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Regroup" + }, + "RESREF": { + "type": "resref", + "value": "nw_it_sparscr325" + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1317" + }, + "STRREF": { + "type": "dword", + "value": 16826681 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_229" + }, + "STRREF": { + "type": "dword", + "value": 895 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_230" + }, + "STRREF": { + "type": "dword", + "value": 896 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_231" + }, + "STRREF": { + "type": "dword", + "value": 897 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_232" + }, + "STRREF": { + "type": "dword", + "value": 898 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_233" + }, + "STRREF": { + "type": "dword", + "value": 899 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1300" + }, + "STRREF": { + "type": "dword", + "value": 16825816 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1426" + }, + "STRREF": { + "type": "dword", + "value": 16828340 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_234" + }, + "STRREF": { + "type": "dword", + "value": 900 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_236" + }, + "STRREF": { + "type": "dword", + "value": 901 + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Resonating Resistance" + }, + "RESREF": { + "type": "resref", + "value": "nw_it_sparscr521" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Resonating Resistance" + }, + "RESREF": { + "type": "resref", + "value": "nw_it_spdvscr508" + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1223" + }, + "STRREF": { + "type": "dword", + "value": 16829578 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_238" + }, + "STRREF": { + "type": "dword", + "value": 902 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_239" + }, + "STRREF": { + "type": "dword", + "value": 903 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1423" + }, + "STRREF": { + "type": "dword", + "value": 16828323 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1046" + }, + "STRREF": { + "type": "dword", + "value": 16830284 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "sp_it_spdvscr502" + }, + "STRREF": { + "type": "dword", + "value": 16830284 + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Righteous Smite" + }, + "RESREF": { + "type": "resref", + "value": "nw_it_spdvscr709" + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1287" + }, + "STRREF": { + "type": "dword", + "value": 16829688 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1353" + }, + "STRREF": { + "type": "dword", + "value": 16832239 + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Rotting Curse of Urfestra" + }, + "RESREF": { + "type": "resref", + "value": "nw_it_spdvscr311" + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1224" + }, + "STRREF": { + "type": "dword", + "value": 16829580 + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Rouse" + }, + "RESREF": { + "type": "resref", + "value": "nw_it_sparscr117" + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1318" + }, + "STRREF": { + "type": "dword", + "value": 16826683 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_240" + }, + "STRREF": { + "type": "dword", + "value": 904 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1330" + }, + "STRREF": { + "type": "dword", + "value": 16832078 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1421" + }, + "STRREF": { + "type": "dword", + "value": 905 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1361" + }, + "STRREF": { + "type": "dword", + "value": 16832257 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_464" + }, + "STRREF": { + "type": "dword", + "value": 3879 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1325" + }, + "STRREF": { + "type": "dword", + "value": 16827579 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1438" + }, + "STRREF": { + "type": "dword", + "value": 16826972 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_242" + }, + "STRREF": { + "type": "dword", + "value": 906 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_243" + }, + "STRREF": { + "type": "dword", + "value": 907 + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Seeking Ray" + }, + "RESREF": { + "type": "resref", + "value": "nw_it_sparscr230" + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1319" + }, + "STRREF": { + "type": "dword", + "value": 16826685 + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Seething Eyebane" + }, + "RESREF": { + "type": "resref", + "value": "nw_it_spdvscr118" + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1225" + }, + "STRREF": { + "type": "dword", + "value": 16829582 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1453" + }, + "STRREF": { + "type": "dword", + "value": 16826987 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1386" + }, + "STRREF": { + "type": "dword", + "value": 16847286 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1033" + }, + "STRREF": { + "type": "dword", + "value": 16830265 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "sp_it_sparscr303" + }, + "STRREF": { + "type": "dword", + "value": 16830265 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_244" + }, + "STRREF": { + "type": "dword", + "value": 908 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1377" + }, + "STRREF": { + "type": "dword", + "value": 16829354 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_245" + }, + "STRREF": { + "type": "dword", + "value": 909 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_246" + }, + "STRREF": { + "type": "dword", + "value": 910 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1094" + }, + "STRREF": { + "type": "dword", + "value": 16830431 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "sp_it_sparscr208" + }, + "STRREF": { + "type": "dword", + "value": 16830431 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_247" + }, + "STRREF": { + "type": "dword", + "value": 911 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_469" + }, + "STRREF": { + "type": "dword", + "value": 3739 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_348" + }, + "STRREF": { + "type": "dword", + "value": 57 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_381" + }, + "STRREF": { + "type": "dword", + "value": 2666 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1454" + }, + "STRREF": { + "type": "dword", + "value": 16832367 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_966" + }, + "STRREF": { + "type": "dword", + "value": 16789914 + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Shivering Touch" + }, + "RESREF": { + "type": "resref", + "value": "nw_it_sparscr333" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Shivering Touch" + }, + "RESREF": { + "type": "resref", + "value": "nw_it_spdvscr317" + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1252" + }, + "STRREF": { + "type": "dword", + "value": 16829618 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1324" + }, + "STRREF": { + "type": "dword", + "value": 16827576 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_934" + }, + "STRREF": { + "type": "dword", + "value": 16828892 + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Shriveling" + }, + "RESREF": { + "type": "resref", + "value": "nw_it_sparscr235" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Shriveling" + }, + "RESREF": { + "type": "resref", + "value": "nw_it_spdvscr312" + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1226" + }, + "STRREF": { + "type": "dword", + "value": 16829584 + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Sicken Evil" + }, + "RESREF": { + "type": "resref", + "value": "nw_it_spdvscr509" + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1263" + }, + "STRREF": { + "type": "dword", + "value": 16829640 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_249" + }, + "STRREF": { + "type": "dword", + "value": 913 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1110" + }, + "STRREF": { + "type": "dword", + "value": 16830445 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "sp_it_sparscr410" + }, + "STRREF": { + "type": "dword", + "value": 16830445 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1085" + }, + "STRREF": { + "type": "dword", + "value": 16830398 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "sp_it_spdvscr303" + }, + "STRREF": { + "type": "dword", + "value": 16830398 + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Slashing Dispel" + }, + "RESREF": { + "type": "resref", + "value": "nw_it_sparscr428" + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1320" + }, + "STRREF": { + "type": "dword", + "value": 16826687 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_250" + }, + "STRREF": { + "type": "dword", + "value": 914 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_251" + }, + "STRREF": { + "type": "dword", + "value": 915 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1354" + }, + "STRREF": { + "type": "dword", + "value": 16832241 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_253" + }, + "STRREF": { + "type": "dword", + "value": 916 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1378" + }, + "STRREF": { + "type": "dword", + "value": 16829356 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1127" + }, + "STRREF": { + "type": "dword", + "value": 16826070 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "splscrl_majmiss" + }, + "STRREF": { + "type": "dword", + "value": 16826070 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1112" + }, + "STRREF": { + "type": "dword", + "value": 16830447 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "sp_it_sparscr109" + }, + "STRREF": { + "type": "dword", + "value": 16830447 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1096" + }, + "STRREF": { + "type": "dword", + "value": 16830433 + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Snilloc's Snowball Swarm" + }, + "RESREF": { + "type": "resref", + "value": "sp_it_sparscr209" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Solid Fog" + }, + "RESREF": { + "type": "resref", + "value": "nw_it_sparscr424" + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1304" + }, + "STRREF": { + "type": "dword", + "value": 16825824 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1443" + }, + "STRREF": { + "type": "dword", + "value": 16847578 + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Song of Festering Death" + }, + "RESREF": { + "type": "resref", + "value": "nw_it_sparscr236" + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1227" + }, + "STRREF": { + "type": "dword", + "value": 16829586 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1008" + }, + "STRREF": { + "type": "dword", + "value": 16830224 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "sp_it_sparscr406" + }, + "STRREF": { + "type": "dword", + "value": 16830224 + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Sonic Shield" + }, + "RESREF": { + "type": "resref", + "value": "nw_it_sparscr326" + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1321" + }, + "STRREF": { + "type": "dword", + "value": 16826689 + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Sorrow" + }, + "RESREF": { + "type": "resref", + "value": "nw_it_sparscr124" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Sorrow" + }, + "RESREF": { + "type": "resref", + "value": "nw_it_spdvscr119" + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1228" + }, + "STRREF": { + "type": "dword", + "value": 16829588 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1114" + }, + "STRREF": { + "type": "dword", + "value": 16830449 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "sp_it_spdvscr504" + }, + "STRREF": { + "type": "dword", + "value": 16830449 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_254" + }, + "STRREF": { + "type": "dword", + "value": 917 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_257" + }, + "STRREF": { + "type": "dword", + "value": 919 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_255" + }, + "STRREF": { + "type": "dword", + "value": 918 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_928" + }, + "STRREF": { + "type": "dword", + "value": 16828817 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1379" + }, + "STRREF": { + "type": "dword", + "value": 16829358 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1115" + }, + "STRREF": { + "type": "dword", + "value": 16830451 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "sp_it_sparscr902" + }, + "STRREF": { + "type": "dword", + "value": 16830451 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1120" + }, + "STRREF": { + "type": "dword", + "value": 16830459 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "sp_it_sparscr307" + }, + "STRREF": { + "type": "dword", + "value": 16830459 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_385" + }, + "STRREF": { + "type": "dword", + "value": 2671 + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Spores of the Vrock" + }, + "RESREF": { + "type": "resref", + "value": "nw_it_spdvscr210" + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1230" + }, + "STRREF": { + "type": "dword", + "value": 16829590 + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Starmantle" + }, + "RESREF": { + "type": "resref", + "value": "nw_it_sparscr622" + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1288" + }, + "STRREF": { + "type": "dword", + "value": 16829690 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_259" + }, + "STRREF": { + "type": "dword", + "value": 921 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_465" + }, + "STRREF": { + "type": "dword", + "value": 2767 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_399" + }, + "STRREF": { + "type": "dword", + "value": 3046 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_482" + }, + "STRREF": { + "type": "dword", + "value": 3778 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_260" + }, + "STRREF": { + "type": "dword", + "value": 922 + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Stop Heart" + }, + "RESREF": { + "type": "resref", + "value": "nw_it_sparscr522" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Stop Heart" + }, + "RESREF": { + "type": "resref", + "value": "nw_it_spdvscr409" + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1232" + }, + "STRREF": { + "type": "dword", + "value": 16829594 + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Storm of Shards" + }, + "RESREF": { + "type": "resref", + "value": "nw_it_spdvscr604" + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1264" + }, + "STRREF": { + "type": "dword", + "value": 16829642 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_261" + }, + "STRREF": { + "type": "dword", + "value": 923 + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Stunning Screech" + }, + "RESREF": { + "type": "resref", + "value": "nw_it_sparscr332" + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1231" + }, + "STRREF": { + "type": "dword", + "value": 16829592 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_262" + }, + "STRREF": { + "type": "dword", + "value": 924 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_264" + }, + "STRREF": { + "type": "dword", + "value": 925 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_265" + }, + "STRREF": { + "type": "dword", + "value": 926 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_266" + }, + "STRREF": { + "type": "dword", + "value": 927 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_267" + }, + "STRREF": { + "type": "dword", + "value": 932 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_268" + }, + "STRREF": { + "type": "dword", + "value": 928 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_269" + }, + "STRREF": { + "type": "dword", + "value": 929 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_270" + }, + "STRREF": { + "type": "dword", + "value": 930 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_271" + }, + "STRREF": { + "type": "dword", + "value": 931 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1417" + }, + "STRREF": { + "type": "dword", + "value": 16847422 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1418" + }, + "STRREF": { + "type": "dword", + "value": 16847424 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1419" + }, + "STRREF": { + "type": "dword", + "value": 16847426 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1420" + }, + "STRREF": { + "type": "dword", + "value": 16847428 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1416" + }, + "STRREF": { + "type": "dword", + "value": 16847420 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_272" + }, + "STRREF": { + "type": "dword", + "value": 933 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_358" + }, + "STRREF": { + "type": "dword", + "value": 385 + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Sunmantle" + }, + "RESREF": { + "type": "resref", + "value": "nw_it_spdvscr411" + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1265" + }, + "STRREF": { + "type": "dword", + "value": 16829644 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_993" + }, + "STRREF": { + "type": "dword", + "value": 16790121 + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Sure Strike" + }, + "RESREF": { + "type": "resref", + "value": "nw_it_sparscr231" + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1322" + }, + "STRREF": { + "type": "dword", + "value": 16826691 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1433" + }, + "STRREF": { + "type": "dword", + "value": 16832072 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_967" + }, + "STRREF": { + "type": "dword", + "value": 16790080 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_968" + }, + "STRREF": { + "type": "dword", + "value": 16790083 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_970" + }, + "STRREF": { + "type": "dword", + "value": 16790086 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_971" + }, + "STRREF": { + "type": "dword", + "value": 16790089 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_972" + }, + "STRREF": { + "type": "dword", + "value": 16790092 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_973" + }, + "STRREF": { + "type": "dword", + "value": 16790095 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_969" + }, + "STRREF": { + "type": "dword", + "value": 16790098 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_974" + }, + "STRREF": { + "type": "dword", + "value": 16790101 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_388" + }, + "STRREF": { + "type": "dword", + "value": 2678 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1169" + }, + "STRREF": { + "type": "dword", + "value": 16825689 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "sp_it_sparscr504" + }, + "STRREF": { + "type": "dword", + "value": 16825689 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1151" + }, + "STRREF": { + "type": "dword", + "value": 16825707 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "sp_it_sparscr903" + }, + "STRREF": { + "type": "dword", + "value": 16825707 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_948" + }, + "STRREF": { + "type": "dword", + "value": 16789748 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_273" + }, + "STRREF": { + "type": "dword", + "value": 934 + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Thousand Needles" + }, + "RESREF": { + "type": "resref", + "value": "nw_it_spdvscr603" + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1233" + }, + "STRREF": { + "type": "dword", + "value": 16829596 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_426" + }, + "STRREF": { + "type": "dword", + "value": 8942 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_274" + }, + "STRREF": { + "type": "dword", + "value": 935 + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Tomb of Light" + }, + "RESREF": { + "type": "resref", + "value": "nw_it_sparscr718" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Tomb of Light" + }, + "RESREF": { + "type": "resref", + "value": "nw_it_spdvscr711" + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1289" + }, + "STRREF": { + "type": "dword", + "value": 16829692 + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Tongue of Baalzebul" + }, + "RESREF": { + "type": "resref", + "value": "nw_it_spdvscr120" + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1234" + }, + "STRREF": { + "type": "dword", + "value": 16829598 + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Touch of Idiocy" + }, + "RESREF": { + "type": "resref", + "value": "nw_it_sparscr227" + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1297" + }, + "STRREF": { + "type": "dword", + "value": 16825810 + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Touch of Juiblex" + }, + "RESREF": { + "type": "resref", + "value": "nw_it_spdvscr313" + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1235" + }, + "STRREF": { + "type": "dword", + "value": 16829600 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1337" + }, + "STRREF": { + "type": "dword", + "value": 16832092 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_991" + }, + "STRREF": { + "type": "dword", + "value": 16789929 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1387" + }, + "STRREF": { + "type": "dword", + "value": 16847288 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_951" + }, + "STRREF": { + "type": "dword", + "value": 16789755 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1428" + }, + "STRREF": { + "type": "dword", + "value": 16828344 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_275" + }, + "STRREF": { + "type": "dword", + "value": 936 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_346" + }, + "STRREF": { + "type": "dword", + "value": 55 + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Twilight Luck" + }, + "RESREF": { + "type": "resref", + "value": "nw_it_spdvscr123" + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1266" + }, + "STRREF": { + "type": "dword", + "value": 16829646 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_305" + }, + "STRREF": { + "type": "dword", + "value": 6331 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_466" + }, + "STRREF": { + "type": "dword", + "value": 2796 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_375" + }, + "STRREF": { + "type": "dword", + "value": 2365 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1161" + }, + "STRREF": { + "type": "dword", + "value": 16831996 + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Undetectable Alignment" + }, + "RESREF": { + "type": "resref", + "value": "sp_it_spdvscr204" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Unheavened" + }, + "RESREF": { + "type": "resref", + "value": "nw_it_sparscr237" + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1236" + }, + "STRREF": { + "type": "dword", + "value": 16829602 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_982" + }, + "STRREF": { + "type": "dword", + "value": 16831998 + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Unliving Weapon" + }, + "RESREF": { + "type": "resref", + "value": "nw_it_spdvscr314" + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1237" + }, + "STRREF": { + "type": "dword", + "value": 16829604 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1131" + }, + "STRREF": { + "type": "dword", + "value": 16825359 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "splscrl_unyield" + }, + "STRREF": { + "type": "dword", + "value": 16825359 + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Utterdark" + }, + "RESREF": { + "type": "resref", + "value": "nw_it_sparscr916" + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1238" + }, + "STRREF": { + "type": "dword", + "value": 16829606 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_277" + }, + "STRREF": { + "type": "dword", + "value": 938 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_890" + }, + "STRREF": { + "type": "dword", + "value": 16790128 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_896" + }, + "STRREF": { + "type": "dword", + "value": 16790140 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1445" + }, + "STRREF": { + "type": "dword", + "value": 16847582 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_467" + }, + "STRREF": { + "type": "dword", + "value": 3881 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_278" + }, + "STRREF": { + "type": "dword", + "value": 939 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1122" + }, + "STRREF": { + "type": "dword", + "value": 16830461 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "sp_it_sparscr411" + }, + "STRREF": { + "type": "dword", + "value": 16830461 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1432" + }, + "STRREF": { + "type": "dword", + "value": 16832069 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_279" + }, + "STRREF": { + "type": "dword", + "value": 940 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_280" + }, + "STRREF": { + "type": "dword", + "value": 941 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1129" + }, + "STRREF": { + "type": "dword", + "value": 16825361 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "splscrl_gwdm" + }, + "STRREF": { + "type": "dword", + "value": 16825361 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_322" + }, + "STRREF": { + "type": "dword", + "value": 6339 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1388" + }, + "STRREF": { + "type": "dword", + "value": 16847290 + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Wave of Grief" + }, + "RESREF": { + "type": "resref", + "value": "nw_it_sparscr238" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Wave of Grief" + }, + "RESREF": { + "type": "resref", + "value": "nw_it_spdvscr211" + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1239" + }, + "STRREF": { + "type": "dword", + "value": 16829608 + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Wave of Pain" + }, + "RESREF": { + "type": "resref", + "value": "nw_it_sparscr619" + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1240" + }, + "STRREF": { + "type": "dword", + "value": 16829610 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1359" + }, + "STRREF": { + "type": "dword", + "value": 16832253 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1327" + }, + "STRREF": { + "type": "dword", + "value": 16827585 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_965" + }, + "STRREF": { + "type": "dword", + "value": 16789911 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_281" + }, + "STRREF": { + "type": "dword", + "value": 942 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_282" + }, + "STRREF": { + "type": "dword", + "value": 943 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1351" + }, + "STRREF": { + "type": "dword", + "value": 16832235 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_950" + }, + "STRREF": { + "type": "dword", + "value": 16789752 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1123" + }, + "STRREF": { + "type": "dword", + "value": 16830463 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "sp_it_spdvscr702" + }, + "STRREF": { + "type": "dword", + "value": 16830463 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1156" + }, + "STRREF": { + "type": "dword", + "value": 16832008 + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Word of Chaos" + }, + "RESREF": { + "type": "resref", + "value": "sp_it_spdvscr707" + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_990" + }, + "STRREF": { + "type": "dword", + "value": 16789970 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_372" + }, + "STRREF": { + "type": "dword", + "value": 2362 + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Wrack" + }, + "RESREF": { + "type": "resref", + "value": "nw_it_sparscr434" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Wrack" + }, + "RESREF": { + "type": "resref", + "value": "nw_it_spdvscr315" + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1241" + }, + "STRREF": { + "type": "dword", + "value": 16829612 + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Wretched Blight" + }, + "RESREF": { + "type": "resref", + "value": "nw_it_spdvscr706" + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_1242" + }, + "STRREF": { + "type": "dword", + "value": 16829614 + } + } + ] + }, "STRREF": { "type": "dword", "value": 6754 @@ -595,6 +19804,33 @@ "type": "byte", "value": 54 }, + "LIST": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_pnp_familiar" + }, + "STRREF": { + "type": "dword", + "value": 42542 + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "PRC_CRAFT_TOKEN" + }, + "RESREF": { + "type": "resref", + "value": "prc_craft_token" + } + } + ] + }, "STRREF": { "type": "dword", "value": 6808 @@ -611,6 +19847,2431 @@ "type": "byte", "value": 0 }, + "LIST": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "A Black Pearl" + }, + "RESREF": { + "type": "resref", + "value": "mc_blackpearl" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "A Black stick smeared with Blood" + }, + "RESREF": { + "type": "resref", + "value": "mc_blckstickbloo" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "A Black Tulip" + }, + "RESREF": { + "type": "resref", + "value": "mc_blacktulip" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "A Bone" + }, + "RESREF": { + "type": "resref", + "value": "mc_bone" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "A Corpse" + }, + "RESREF": { + "type": "resref", + "value": "mc_corpse" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "A Corrupted Artifact of Good" + }, + "RESREF": { + "type": "resref", + "value": "mc_corrartofgood" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "A Diamond" + }, + "RESREF": { + "type": "resref", + "value": "mc_diamond" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "A Dollop" + }, + "RESREF": { + "type": "resref", + "value": "mc_dollop" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "A Feather" + }, + "RESREF": { + "type": "resref", + "value": "mc_feather" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "A Hand" + }, + "RESREF": { + "type": "resref", + "value": "mc_hand" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "A handful of copper and iron pellets" + }, + "RESREF": { + "type": "resref", + "value": "mc_pellets" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "A Leather Strap" + }, + "RESREF": { + "type": "resref", + "value": "mc_leatherstrap" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "A loop of copper wire and a magnet" + }, + "RESREF": { + "type": "resref", + "value": "mc_copperwire" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "A Multicolored Paper Disk" + }, + "RESREF": { + "type": "resref", + "value": "mc_paperdisk" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "A Pebble" + }, + "RESREF": { + "type": "resref", + "value": "mc_pebble" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "A piece of a Tentacle!" + }, + "RESREF": { + "type": "resref", + "value": "mc_tentacle" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "A piece of Jade" + }, + "RESREF": { + "type": "resref", + "value": "mc_jade" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "A piece of leather" + }, + "RESREF": { + "type": "resref", + "value": "mc_pieceofleathe" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "A Piece of Straw" + }, + "RESREF": { + "type": "resref", + "value": "mc_straw" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "A Piece of Sunstone" + }, + "RESREF": { + "type": "resref", + "value": "mc_sunstone" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "A Pinch of Dust" + }, + "RESREF": { + "type": "resref", + "value": "mc_pinchofdust" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "A Pouch filled with Dead Flies" + }, + "RESREF": { + "type": "resref", + "value": "mc_deadflies" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "A Silver mirror" + }, + "RESREF": { + "type": "resref", + "value": "mc_silvermirror" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "A Small Crystal Prism" + }, + "RESREF": { + "type": "resref", + "value": "mc_crystalprism" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "A Small Heart" + }, + "RESREF": { + "type": "resref", + "value": "mc_smallheart" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "A Soul" + }, + "RESREF": { + "type": "resref", + "value": "mc_soul" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "A Sponge" + }, + "RESREF": { + "type": "resref", + "value": "mc_sponge" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "A Tongue..." + }, + "RESREF": { + "type": "resref", + "value": "mc_tongue" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Adder's Stomach" + }, + "RESREF": { + "type": "resref", + "value": "mc_adderstomach" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Amber Dust" + }, + "RESREF": { + "type": "resref", + "value": "mc_amberdust" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Amber Sphere" + }, + "RESREF": { + "type": "resref", + "value": "mc_ambersphere" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "An Eagle's Feather" + }, + "RESREF": { + "type": "resref", + "value": "mc_eaglefeather" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "An eye of a Hawk" + }, + "RESREF": { + "type": "resref", + "value": "mc_eyeofahawk" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "An Onion" + }, + "RESREF": { + "type": "resref", + "value": "mc_onion" + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "2dapoison023" + }, + "STRREF": { + "type": "dword", + "value": 4669 + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Astral Construct Claw" + }, + "RESREF": { + "type": "resref", + "value": "psi_ast_con_claw" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Astral Construct Properties" + }, + "RESREF": { + "type": "resref", + "value": "psi_ast_con_skin" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Astral Construct Slam" + }, + "RESREF": { + "type": "resref", + "value": "psi_ast_con_slam" + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "2dapoison135" + }, + "STRREF": { + "type": "dword", + "value": 16826278 + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Bat fur" + }, + "RESREF": { + "type": "resref", + "value": "mc_batfur" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Bat Guano" + }, + "RESREF": { + "type": "resref", + "value": "mc_batguano" + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "2dapoison029" + }, + "STRREF": { + "type": "dword", + "value": 4675 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "2dapoison011" + }, + "STRREF": { + "type": "dword", + "value": 4657 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "2dapoison019" + }, + "STRREF": { + "type": "dword", + "value": 4665 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "2dapoison004" + }, + "STRREF": { + "type": "dword", + "value": 4650 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "2dapoison008" + }, + "STRREF": { + "type": "dword", + "value": 4654 + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Bone Dust" + }, + "RESREF": { + "type": "resref", + "value": "mc_bonedust" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Bralan Hide" + }, + "RESREF": { + "type": "resref", + "value": "bralanhide" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Bralani Longbow" + }, + "RESREF": { + "type": "resref", + "value": "bralanilongbow" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Bralani Scimitar" + }, + "RESREF": { + "type": "resref", + "value": "bralaniscimitar" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Bull hair" + }, + "RESREF": { + "type": "resref", + "value": "mc_bullhair" + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "2dapoison142" + }, + "STRREF": { + "type": "dword", + "value": 16826285 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "2dapoison027" + }, + "STRREF": { + "type": "dword", + "value": 4673 + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Can Shift Check" + }, + "RESREF": { + "type": "resref", + "value": "pnp_shft_tstpkup" + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "2dapoison018" + }, + "STRREF": { + "type": "dword", + "value": 4664 + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Carved Ram's Horn" + }, + "RESREF": { + "type": "resref", + "value": "mc_ramshorn" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Cat Fur" + }, + "RESREF": { + "type": "resref", + "value": "mc_catfur" + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "2dapoison143" + }, + "STRREF": { + "type": "dword", + "value": 16826288 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "2dapoison028" + }, + "STRREF": { + "type": "dword", + "value": 4674 + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Charcoal" + }, + "RESREF": { + "type": "resref", + "value": "mc_charcoal" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Coal" + }, + "RESREF": { + "type": "resref", + "value": "mc_coal" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Cocoon" + }, + "RESREF": { + "type": "resref", + "value": "mc_cocoon" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Colored Sand" + }, + "RESREF": { + "type": "resref", + "value": "mc_coloredsand" + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "2dapoison127" + }, + "STRREF": { + "type": "dword", + "value": 16826270 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "2dapoison133" + }, + "STRREF": { + "type": "dword", + "value": 16826276 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "2dapoison040" + }, + "STRREF": { + "type": "dword", + "value": 4686 + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Crown of Ivy leaves" + }, + "RESREF": { + "type": "resref", + "value": "mc_crownofivy" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Crystal Bead" + }, + "RESREF": { + "type": "resref", + "value": "mc_crystalbead" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Crystal cone" + }, + "RESREF": { + "type": "resref", + "value": "mc_crystalcone" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Crystal rod" + }, + "RESREF": { + "type": "resref", + "value": "mc_crystalrod" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Cured fur" + }, + "RESREF": { + "type": "resref", + "value": "mc_curedfur" + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "2dapoison025" + }, + "STRREF": { + "type": "dword", + "value": 4671 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "2dapoison012" + }, + "STRREF": { + "type": "dword", + "value": 4658 + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Diamond Dust" + }, + "RESREF": { + "type": "resref", + "value": "mc_diamonddust" + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "2dapoison015" + }, + "STRREF": { + "type": "dword", + "value": 4661 + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Dretch Hide" + }, + "RESREF": { + "type": "resref", + "value": "prc_dretchhide" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Earth" + }, + "RESREF": { + "type": "resref", + "value": "mc_earth" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Egg shell" + }, + "RESREF": { + "type": "resref", + "value": "mc_eggshell" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Epic Shifter Powers" + }, + "RESREF": { + "type": "resref", + "value": "epicshifterpower" + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "2dapoison134" + }, + "STRREF": { + "type": "dword", + "value": 16826277 + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Eyelashes" + }, + "RESREF": { + "type": "resref", + "value": "mc_eyelashes" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Feather of a Hummingbird" + }, + "RESREF": { + "type": "resref", + "value": "mc_hummingbirdf" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Fireflies" + }, + "RESREF": { + "type": "resref", + "value": "mc_fireflies" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Flint" + }, + "RESREF": { + "type": "resref", + "value": "mc_flint" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Fox's Hair" + }, + "RESREF": { + "type": "resref", + "value": "mc_foxhair" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Fur" + }, + "RESREF": { + "type": "resref", + "value": "mc_fur" + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "2dapoison126" + }, + "STRREF": { + "type": "dword", + "value": 16826269 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "2dapoison132" + }, + "STRREF": { + "type": "dword", + "value": 16826275 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "2dapoison039" + }, + "STRREF": { + "type": "dword", + "value": 4685 + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Ghoul Clothing" + }, + "RESREF": { + "type": "resref", + "value": "mc_ghoulclothing" + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "2dapoison009" + }, + "STRREF": { + "type": "dword", + "value": 4655 + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Gob of Beeswax" + }, + "RESREF": { + "type": "resref", + "value": "mc_beeswax" + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "2dapoison100" + }, + "STRREF": { + "type": "dword", + "value": 16826286 + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Granite" + }, + "RESREF": { + "type": "resref", + "value": "mc_granite" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Grasshopper's hind leg" + }, + "RESREF": { + "type": "resref", + "value": "mc_grasshopperhl" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Grave dirt" + }, + "RESREF": { + "type": "resref", + "value": "mc_gravedirt" + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "2dapoison003" + }, + "STRREF": { + "type": "dword", + "value": 4649 + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Ground Mica" + }, + "RESREF": { + "type": "resref", + "value": "mc_groundmica" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Gum Arabic" + }, + "RESREF": { + "type": "resref", + "value": "mc_gumarabic" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Handful of black ribbons" + }, + "RESREF": { + "type": "resref", + "value": "mc_blackribbons" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Herbs" + }, + "RESREF": { + "type": "resref", + "value": "mc_herbs" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "HideToken" + }, + "RESREF": { + "type": "resref", + "value": "hidetoken" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Holy Arrow" + }, + "RESREF": { + "type": "resref", + "value": "holyarrow" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Holy Parchment" + }, + "RESREF": { + "type": "resref", + "value": "mc_holyparchment" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Horse Hair" + }, + "RESREF": { + "type": "resref", + "value": "mc_horsehair" + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "2dapoison125" + }, + "STRREF": { + "type": "dword", + "value": 16826268 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "2dapoison131" + }, + "STRREF": { + "type": "dword", + "value": 16826274 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "2dapoison038" + }, + "STRREF": { + "type": "dword", + "value": 4684 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "2dapoison021" + }, + "STRREF": { + "type": "dword", + "value": 4667 + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Incense" + }, + "RESREF": { + "type": "resref", + "value": "mc_incense" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Incense Sprinkled with diamond dust" + }, + "RESREF": { + "type": "resref", + "value": "mc_dustincense" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Iron Bars Array" + }, + "RESREF": { + "type": "resref", + "value": "mc_ironbarsarray" + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "2dapoison141" + }, + "STRREF": { + "type": "dword", + "value": 16826284 + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Ivory" + }, + "RESREF": { + "type": "resref", + "value": "mc_ivory" + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "2dapoison144" + }, + "STRREF": { + "type": "dword", + "value": 16826290 + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Lamasu Hide" + }, + "RESREF": { + "type": "resref", + "value": "prc_sum_lamhide" + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "2dapoison124" + }, + "STRREF": { + "type": "dword", + "value": 16826267 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "2dapoison006" + }, + "STRREF": { + "type": "dword", + "value": 4652 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "2dapoison037" + }, + "STRREF": { + "type": "dword", + "value": 4683 + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Lemure Hide" + }, + "RESREF": { + "type": "resref", + "value": "prc_lemurhide" + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "2dapoison024" + }, + "STRREF": { + "type": "dword", + "value": 4670 + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Licorice Root" + }, + "RESREF": { + "type": "resref", + "value": "mc_licoriceroot" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Lime" + }, + "RESREF": { + "type": "resref", + "value": "mc_lime" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Listener Hide" + }, + "RESREF": { + "type": "resref", + "value": "listenerhide" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Lodestone" + }, + "RESREF": { + "type": "resref", + "value": "mc_lodestone" + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "2dapoison013" + }, + "STRREF": { + "type": "dword", + "value": 4659 + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Maneuver Token" + }, + "RESREF": { + "type": "resref", + "value": "prc_movetoken" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Manifestation Token" + }, + "RESREF": { + "type": "resref", + "value": "prc_maniftoken" + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "2dapoison123" + }, + "STRREF": { + "type": "dword", + "value": 16826266 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "2dapoison130" + }, + "STRREF": { + "type": "dword", + "value": 16826273 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "2dapoison036" + }, + "STRREF": { + "type": "dword", + "value": 4682 + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Medium Viper Venom" + }, + "RESREF": { + "type": "resref", + "value": "2dapoison147" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Mercury" + }, + "RESREF": { + "type": "resref", + "value": "mc_mercury" + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_sk_mblade_bs" + }, + "STRREF": { + "type": "dword", + "value": 16824442 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_sk_mblade_ls" + }, + "STRREF": { + "type": "dword", + "value": 16824442 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_sk_mblade_ss" + }, + "STRREF": { + "type": "dword", + "value": 16824442 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_sk_mblade_th" + }, + "STRREF": { + "type": "dword", + "value": 16824442 + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Minerals" + }, + "RESREF": { + "type": "resref", + "value": "mc_minerals" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Miniature Brass Hearing Trumpet" + }, + "RESREF": { + "type": "resref", + "value": "mc_brasstrumpet" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Miniature Cloak" + }, + "RESREF": { + "type": "resref", + "value": "mc_mincloak" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Miniature Platinium Sword" + }, + "RESREF": { + "type": "resref", + "value": "mc_minplatsword" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Miniature Platinum Shield" + }, + "RESREF": { + "type": "resref", + "value": "mc_minplatshield" + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "2dapoison140" + }, + "STRREF": { + "type": "dword", + "value": 16826283 + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Molasses " + }, + "RESREF": { + "type": "resref", + "value": "mc_molasses" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Nail" + }, + "RESREF": { + "type": "resref", + "value": "mc_nail" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Needles" + }, + "RESREF": { + "type": "resref", + "value": "mc_needles" + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "2dapoison000" + }, + "STRREF": { + "type": "dword", + "value": 4646 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "2dapoison014" + }, + "STRREF": { + "type": "dword", + "value": 4660 + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Nutshells" + }, + "RESREF": { + "type": "resref", + "value": "mc_nutshells" + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "2dapoison020" + }, + "STRREF": { + "type": "dword", + "value": 4666 + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Ointment for the eyes" + }, + "RESREF": { + "type": "resref", + "value": "mc_ointment" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Onyx" + }, + "RESREF": { + "type": "resref", + "value": "mc_onyx" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Owl feather" + }, + "RESREF": { + "type": "resref", + "value": "mc_owlfeather" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Pearl" + }, + "RESREF": { + "type": "resref", + "value": "mc_pearl" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Phosphorus" + }, + "RESREF": { + "type": "resref", + "value": "mc_phosphorus" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Piece of a iron golem" + }, + "RESREF": { + "type": "resref", + "value": "mc_irongolempart" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Piece of a Mirror" + }, + "RESREF": { + "type": "resref", + "value": "mc_pieceofmirror" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Piece of a Spider" + }, + "RESREF": { + "type": "resref", + "value": "mc_pieceofspider" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Piece of an Undead's Bone" + }, + "RESREF": { + "type": "resref", + "value": "mc_undeadsbone" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Piece of Ice" + }, + "RESREF": { + "type": "resref", + "value": "mc_ice" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Piece of Raw Meat" + }, + "RESREF": { + "type": "resref", + "value": "mc_rawmeat" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Polished Rod of Silver" + }, + "RESREF": { + "type": "resref", + "value": "mc_silverrod" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Pork Rind" + }, + "RESREF": { + "type": "resref", + "value": "mc_porkrind" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Powdered Animal Hoof" + }, + "RESREF": { + "type": "resref", + "value": "mc_panimalhoof" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Powdered Gems" + }, + "RESREF": { + "type": "resref", + "value": "mc_powderedgems" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Powdered Holy Symbol" + }, + "RESREF": { + "type": "resref", + "value": "mc_pholysymbol" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Powdered iron" + }, + "RESREF": { + "type": "resref", + "value": "mc_powderediron" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Powdered Lime and Carbon" + }, + "RESREF": { + "type": "resref", + "value": "mc_limeandcarbon" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Powdered Peas" + }, + "RESREF": { + "type": "resref", + "value": "mc_powderedpeas" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Powdered Silver" + }, + "RESREF": { + "type": "resref", + "value": "mc_silverdust" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Pure Crystal" + }, + "RESREF": { + "type": "resref", + "value": "mc_purecrystal" + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "2dapoison145" + }, + "STRREF": { + "type": "dword", + "value": 16826292 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "2dapoison005" + }, + "STRREF": { + "type": "dword", + "value": 4651 + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Quartz Crystal Embedded In Rock" + }, + "RESREF": { + "type": "resref", + "value": "mc_quartzcrystal" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Rhubarb" + }, + "RESREF": { + "type": "resref", + "value": "mc_rhubarb" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Rotten egg" + }, + "RESREF": { + "type": "resref", + "value": "mc_rottenegg" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Ruby Dust" + }, + "RESREF": { + "type": "resref", + "value": "mc_rubydust" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Sand" + }, + "RESREF": { + "type": "resref", + "value": "mc_sand" + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "2dapoison137" + }, + "STRREF": { + "type": "dword", + "value": 16826280 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "2dapoison016" + }, + "STRREF": { + "type": "dword", + "value": 4662 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "2dapoison010" + }, + "STRREF": { + "type": "dword", + "value": 4656 + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Shadow Walkers Token" + }, + "RESREF": { + "type": "resref", + "value": "shadowwalkerstok" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Shifter Hide" + }, + "RESREF": { + "type": "resref", + "value": "shifterhide" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Skull Talisman" + }, + "RESREF": { + "type": "resref", + "value": "prc_skulltalis" + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "2dapoison001" + }, + "STRREF": { + "type": "dword", + "value": 4647 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "2dapoison129" + }, + "STRREF": { + "type": "dword", + "value": 16826272 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "2dapoison035" + }, + "STRREF": { + "type": "dword", + "value": 4681 + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Spark of Life" + }, + "RESREF": { + "type": "resref", + "value": "sparkoflife" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "SparkBox" + }, + "RESREF": { + "type": "resref", + "value": "pnp_shft_sprkbox" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Spider Silk" + }, + "RESREF": { + "type": "resref", + "value": "mc_spidersilk" + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "2dapoison022" + }, + "STRREF": { + "type": "dword", + "value": 4668 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "2dapoison138" + }, + "STRREF": { + "type": "dword", + "value": 16826281 + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Sulfur" + }, + "RESREF": { + "type": "resref", + "value": "mc_sulfur" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Talc" + }, + "RESREF": { + "type": "resref", + "value": "mc_talc" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Tattoo Ink" + }, + "RESREF": { + "type": "resref", + "value": "mc_tattooink" + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "2dapoison017" + }, + "STRREF": { + "type": "dword", + "value": 4663 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "2dapoison122" + }, + "STRREF": { + "type": "dword", + "value": 16826265 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "2dapoison128" + }, + "STRREF": { + "type": "dword", + "value": 16826271 + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Tiny Sliver of Bone" + }, + "RESREF": { + "type": "resref", + "value": "mc_sliverofbone" + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "2dapoison034" + }, + "STRREF": { + "type": "dword", + "value": 4680 + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Tiny Tarts" + }, + "RESREF": { + "type": "resref", + "value": "mc_tinytarts" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Unarmed Weapon - Bludgeoning" + }, + "RESREF": { + "type": "resref", + "value": "prc_unarmed_b" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Unarmed Weapon - Piercing" + }, + "RESREF": { + "type": "resref", + "value": "prc_unarmed_p" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Unarmed Weapon - Slashing" + }, + "RESREF": { + "type": "resref", + "value": "prc_unarmed_s" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Unarmed Weapon - Slashing and Piercing" + }, + "RESREF": { + "type": "resref", + "value": "prc_unarmed_sp" + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "2dapoison026" + }, + "STRREF": { + "type": "dword", + "value": 4672 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "2dapoison146" + }, + "STRREF": { + "type": "dword", + "value": 16826294 + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Unicorn Hide" + }, + "RESREF": { + "type": "resref", + "value": "prc_sum_unihide" + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "2dapoison139" + }, + "STRREF": { + "type": "dword", + "value": 16826282 + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Utterance Token" + }, + "RESREF": { + "type": "resref", + "value": "prc_invoketoken" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Utterance Token" + }, + "RESREF": { + "type": "resref", + "value": "prc_uttertoken" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Vial filled with Ants" + }, + "RESREF": { + "type": "resref", + "value": "mc_vialwithants" + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "2dapoison136" + }, + "STRREF": { + "type": "dword", + "value": 16826279 + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "White rock chip" + }, + "RESREF": { + "type": "resref", + "value": "mc_whiterockchip" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Wick Soaked in Oil" + }, + "RESREF": { + "type": "resref", + "value": "mc_soakedwick" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Wool" + }, + "RESREF": { + "type": "resref", + "value": "mc_wool" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Word Archon Hammer" + }, + "RESREF": { + "type": "resref", + "value": "wordarchonhammer" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Word Archon Hide" + }, + "RESREF": { + "type": "resref", + "value": "wordhide" + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "2dapoison007" + }, + "STRREF": { + "type": "dword", + "value": 4653 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "2dapoison044" + }, + "STRREF": { + "type": "dword", + "value": 16826264 + } + } + ] + }, "STRREF": { "type": "dword", "value": 6688 @@ -622,6 +22283,55 @@ "type": "byte", "value": 1 }, + "LIST": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Epic Spellcasting" + }, + "RESREF": { + "type": "resref", + "value": "epicspellcasting" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Phylactery" + }, + "RESREF": { + "type": "resref", + "value": "lichamulet" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "prc_ipbase" + }, + "RESREF": { + "type": "resref", + "value": "prc_ipbase" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Soul Gem" + }, + "RESREF": { + "type": "resref", + "value": "soul_gem" + } + } + ] + }, "STRREF": { "type": "dword", "value": 6689 @@ -633,6 +22343,132 @@ "type": "byte", "value": 2 }, + "LIST": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Amulet" + }, + "RESREF": { + "type": "resref", + "value": "craft_amulet" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Belt" + }, + "RESREF": { + "type": "resref", + "value": "craft_belt" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Boots" + }, + "RESREF": { + "type": "resref", + "value": "craft_boots" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Bracers" + }, + "RESREF": { + "type": "resref", + "value": "craft_bracers" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Cloak" + }, + "RESREF": { + "type": "resref", + "value": "craft_cloak" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Crafted Rod" + }, + "RESREF": { + "type": "resref", + "value": "craft_rod" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Crafted Staff" + }, + "RESREF": { + "type": "resref", + "value": "craft_staff" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Gloves" + }, + "RESREF": { + "type": "resref", + "value": "craft_gloves" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Helmet" + }, + "RESREF": { + "type": "resref", + "value": "craft_helmet" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Ring" + }, + "RESREF": { + "type": "resref", + "value": "craft_ring" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Scroll" + }, + "RESREF": { + "type": "resref", + "value": "craft_scroll" + } + } + ] + }, "STRREF": { "type": "dword", "value": 6690 @@ -655,6 +22491,242 @@ "type": "byte", "value": 4 }, + "LIST": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "A Gem Caged Creature" + }, + "RESREF": { + "type": "resref", + "value": "it_gemcage_gem" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Adamantine Plating" + }, + "RESREF": { + "type": "resref", + "value": "prc_wf_admtbody" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Composite Plating" + }, + "RESREF": { + "type": "resref", + "value": "prc_wf_compbody" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Ironwood Plating" + }, + "RESREF": { + "type": "resref", + "value": "prc_wf_woodbody" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Mithril Plating" + }, + "RESREF": { + "type": "resref", + "value": "prc_wf_mithbody" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Platinum Armor +4" + }, + "RESREF": { + "type": "resref", + "value": "platinumarmor4" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Platinum Armor +6" + }, + "RESREF": { + "type": "resref", + "value": "platinumarmor6" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Platinum Armor +8" + }, + "RESREF": { + "type": "resref", + "value": "platinumarmor8" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Soulknife Shield of Thought" + }, + "RESREF": { + "type": "resref", + "value": "psi_sk_tshield_0" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Unarmored Body" + }, + "RESREF": { + "type": "resref", + "value": "prc_wf_unacbody" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Warforged Head" + }, + "RESREF": { + "type": "resref", + "value": "prc_wf_helmhead" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Warforged Head (Adamantine)" + }, + "RESREF": { + "type": "resref", + "value": "prc_wf_helmadmt" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Warforged Head (Ironwood)" + }, + "RESREF": { + "type": "resref", + "value": "prc_wf_helmwood" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Warforged Head (Mithril)" + }, + "RESREF": { + "type": "resref", + "value": "prc_wf_helmmith" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Warforged Slam (Colossal)" + }, + "RESREF": { + "type": "resref", + "value": "prc_warf_slam_c" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Warforged Slam (Gargantuan)" + }, + "RESREF": { + "type": "resref", + "value": "prc_warf_slam_g" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Warforged Slam (Huge)" + }, + "RESREF": { + "type": "resref", + "value": "prc_warf_slam_h" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Warforged Slam (Large)" + }, + "RESREF": { + "type": "resref", + "value": "prc_warf_slam_l" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Warforged Slam (Medium)" + }, + "RESREF": { + "type": "resref", + "value": "prc_warf_slam_m" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Warforged Slam (Small)" + }, + "RESREF": { + "type": "resref", + "value": "prc_warf_slam_s" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Warforged Slam (Tiny)" + }, + "RESREF": { + "type": "resref", + "value": "prc_warf_slam_t" + } + } + ] + }, "STRREF": { "type": "dword", "value": 6692 @@ -673,6 +22745,66 @@ "type": "byte", "value": 53 }, + "LIST": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "bagofgold" + }, + "STRREF": { + "type": "dword", + "value": 68948 + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "itemrecipe" + }, + "STRREF": { + "type": "dword", + "value": 16824436 + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "PRC Target Widget" + }, + "RESREF": { + "type": "resref", + "value": "prc_target" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Rune Stone" + }, + "RESREF": { + "type": "resref", + "value": "prc_rune_1" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Secret Chest Key" + }, + "RESREF": { + "type": "resref", + "value": "xchst_key" + } + } + ] + }, "STRREF": { "type": "dword", "value": 6732 @@ -694,6 +22826,44 @@ "type": "byte", "value": 27 }, + "LIST": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Arrow of Bone" + }, + "RESREF": { + "type": "resref", + "value": "prc_ab_arrow001" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Imbued Arrow" + }, + "RESREF": { + "type": "resref", + "value": "wp_arr_imbue_1" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Serpent Arrow" + }, + "RESREF": { + "type": "resref", + "value": "prc_serparrow" + } + } + ] + }, "STRREF": { "type": "dword", "value": 6757 @@ -705,6 +22875,33 @@ "type": "byte", "value": 28 }, + "LIST": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Bolt of Bone" + }, + "RESREF": { + "type": "resref", + "value": "prc_ab_bolt" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Serpent Bolt" + }, + "RESREF": { + "type": "resref", + "value": "prc_serpbolt" + } + } + ] + }, "STRREF": { "type": "dword", "value": 6758 @@ -716,6 +22913,33 @@ "type": "byte", "value": 29 }, + "LIST": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Bullet of Bone" + }, + "RESREF": { + "type": "resref", + "value": "prc_ab_bullet" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Magic Stone" + }, + "RESREF": { + "type": "resref", + "value": "magicstone" + } + } + ] + }, "STRREF": { "type": "dword", "value": 6759 @@ -739,6 +22963,22 @@ "type": "byte", "value": 32 }, + "LIST": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Doombringer Lord Axe" + }, + "RESREF": { + "type": "resref", + "value": "prc_tn_dbl" + } + } + ] + }, "STRREF": { "type": "dword", "value": 6762 @@ -750,6 +22990,33 @@ "type": "byte", "value": 30 }, + "LIST": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Incarnate Weapon (Chaos)" + }, + "RESREF": { + "type": "resref", + "value": "moi_incarnwpn_ch" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Ur" + }, + "RESREF": { + "type": "resref", + "value": "prc_wol_ur" + } + } + ] + }, "STRREF": { "type": "dword", "value": 6760 @@ -784,6 +23051,44 @@ "type": "byte", "value": 33 }, + "LIST": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Kamate" + }, + "RESREF": { + "type": "resref", + "value": "prc_wol_kamate" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Ramethene Sword" + }, + "RESREF": { + "type": "resref", + "value": "prc_wol_ramthene" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Sunsword" + }, + "RESREF": { + "type": "resref", + "value": "prc_wol_sunsword" + } + } + ] + }, "STRREF": { "type": "dword", "value": 6764 @@ -795,6 +23100,44 @@ "type": "byte", "value": 34 }, + "LIST": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Katar" + }, + "RESREF": { + "type": "resref", + "value": "katar" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Runescarred Dagger" + }, + "RESREF": { + "type": "resref", + "value": "runescarreddagge" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Umbral Awn" + }, + "RESREF": { + "type": "resref", + "value": "prc_wol_umbral" + } + } + ] + }, "STRREF": { "type": "dword", "value": 6765 @@ -806,6 +23149,99 @@ "type": "byte", "value": 35 }, + "LIST": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Blackrazor" + }, + "RESREF": { + "type": "resref", + "value": "prc_wol_blackrzr" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Boneblade Greatsword" + }, + "RESREF": { + "type": "resref", + "value": "wswgs071" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Boneblade Greatsword" + }, + "RESREF": { + "type": "resref", + "value": "wswgs072" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Boneblade Greatsword" + }, + "RESREF": { + "type": "resref", + "value": "wswgs073" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Crimson Ruination" + }, + "RESREF": { + "type": "resref", + "value": "prc_wol_crimruin" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Faithful Avenger" + }, + "RESREF": { + "type": "resref", + "value": "prc_wol_faithful" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Falchion" + }, + "RESREF": { + "type": "resref", + "value": "falchion" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Unfettered" + }, + "RESREF": { + "type": "resref", + "value": "prc_wol_unfetter" + } + } + ] + }, "STRREF": { "type": "dword", "value": 6766 @@ -820,6 +23256,50 @@ "LIST": { "type": "list", "value": [ + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Blade of the Last Citadel" + }, + "RESREF": { + "type": "resref", + "value": "prc_wol_lastcit" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Boneblade Longsword" + }, + "RESREF": { + "type": "resref", + "value": "wswls091" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Boneblade Longsword" + }, + "RESREF": { + "type": "resref", + "value": "wswls092" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Boneblade Longsword" + }, + "RESREF": { + "type": "resref", + "value": "wswls093" + } + }, { "__struct_id": 0, "NAME": { @@ -830,6 +23310,50 @@ "type": "resref", "value": "dragonblade" } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Durindana" + }, + "RESREF": { + "type": "resref", + "value": "prc_wol_durind" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Dymondheart" + }, + "RESREF": { + "type": "resref", + "value": "prc_wol_dymond" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Exordius" + }, + "RESREF": { + "type": "resref", + "value": "prc_wol_exordius" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Incarnate Weapon (Law)" + }, + "RESREF": { + "type": "resref", + "value": "moi_incarnwpn_lw" + } } ] }, @@ -844,6 +23368,154 @@ "type": "byte", "value": 37 }, + "LIST": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "BaalSummon1Kurki" + }, + "RESREF": { + "type": "resref", + "value": "baalsummon1kurki" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Desert Wind" + }, + "RESREF": { + "type": "resref", + "value": "prc_wol_dsrtwind" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Desert Wind" + }, + "RESREF": { + "type": "resref", + "value": "prc_wol_dwtob" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Eagle Claw" + }, + "RESREF": { + "type": "resref", + "value": "bdd_eagle_claw" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Elven Courtblade" + }, + "RESREF": { + "type": "resref", + "value": "elvencourtblade" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Elven Lightblade" + }, + "RESREF": { + "type": "resref", + "value": "elvenlightblade" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Elven Thinblade" + }, + "RESREF": { + "type": "resref", + "value": "elventhinblade" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Goad" + }, + "RESREF": { + "type": "resref", + "value": "goad" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Heavy Pick" + }, + "RESREF": { + "type": "resref", + "value": "heavypick" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Light Pick" + }, + "RESREF": { + "type": "resref", + "value": "lightpick" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Masterwork Katana" + }, + "RESREF": { + "type": "resref", + "value": "codi_mw_katana" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Steadfast" + }, + "RESREF": { + "type": "resref", + "value": "prc_wol_steadfst" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Supernal Clarity" + }, + "RESREF": { + "type": "resref", + "value": "prc_wol_supernal" + } + } + ] + }, "STRREF": { "type": "dword", "value": 6699 @@ -855,6 +23527,99 @@ "type": "byte", "value": 38 }, + "LIST": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Boneblade Shortsword" + }, + "RESREF": { + "type": "resref", + "value": "wswss071" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Boneblade Shortsword" + }, + "RESREF": { + "type": "resref", + "value": "wswss072" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Boneblade Shortsword" + }, + "RESREF": { + "type": "resref", + "value": "wswss073" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Caladbolg" + }, + "RESREF": { + "type": "resref", + "value": "prc_wol_calad" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Eagle Claw" + }, + "RESREF": { + "type": "resref", + "value": "eagleclaw" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Eventide's Edge" + }, + "RESREF": { + "type": "resref", + "value": "prc_wol_eventide" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Full Moon's Trick" + }, + "RESREF": { + "type": "resref", + "value": "prc_wol_fullmoon" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Masterwork Wakizashi" + }, + "RESREF": { + "type": "resref", + "value": "codi_mw_short" + } + } + ] + }, "STRREF": { "type": "dword", "value": 6768 @@ -878,6 +23643,22 @@ "type": "byte", "value": 39 }, + "LIST": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Sap" + }, + "RESREF": { + "type": "resref", + "value": "sap" + } + } + ] + }, "STRREF": { "type": "dword", "value": 6769 @@ -889,6 +23670,44 @@ "type": "byte", "value": 40 }, + "LIST": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Fiendkiller's Flail" + }, + "RESREF": { + "type": "resref", + "value": "prc_wol_fiendkll" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Hillcrusher" + }, + "RESREF": { + "type": "resref", + "value": "prc_wol_hillcrus" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Incarnate Weapon (Evil)" + }, + "RESREF": { + "type": "resref", + "value": "moi_incarnwpn_ev" + } + } + ] + }, "STRREF": { "type": "dword", "value": 6770 @@ -900,6 +23719,66 @@ "type": "byte", "value": 41 }, + "LIST": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Eurynome's Warhammer" + }, + "RESREF": { + "type": "resref", + "value": "bnd_eury_hammer" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Hammer of Witches" + }, + "RESREF": { + "type": "resref", + "value": "prc_wol_witches" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Incarnate Weapon (Good)" + }, + "RESREF": { + "type": "resref", + "value": "moi_incarnwpn_gd" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Maul" + }, + "RESREF": { + "type": "resref", + "value": "maul" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Whelm" + }, + "RESREF": { + "type": "resref", + "value": "prc_wol_whelm" + } + } + ] + }, "STRREF": { "type": "dword", "value": 6771 @@ -911,6 +23790,55 @@ "type": "byte", "value": 42 }, + "LIST": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Arik's Vengeance" + }, + "RESREF": { + "type": "resref", + "value": "prc_wol_arik" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Deva Mace" + }, + "RESREF": { + "type": "resref", + "value": "devamace" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Eldritch Glaive" + }, + "RESREF": { + "type": "resref", + "value": "prc_eldrtch_glv" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Heavy Mace" + }, + "RESREF": { + "type": "resref", + "value": "heavy_mace" + } + } + ] + }, "STRREF": { "type": "dword", "value": 6772 @@ -922,6 +23850,22 @@ "type": "byte", "value": 61 }, + "LIST": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Mindsplinter" + }, + "RESREF": { + "type": "resref", + "value": "prc_wol_mindspli" + } + } + ] + }, "STRREF": { "type": "dword", "value": 6817 @@ -943,6 +23887,61 @@ "LIST": { "type": "list", "value": [ + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Baal Summon 2 Axe" + }, + "RESREF": { + "type": "resref", + "value": "baalsummon2axe" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Defender's Twin" + }, + "RESREF": { + "type": "resref", + "value": "rash5" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Demonspike Cleaver" + }, + "RESREF": { + "type": "resref", + "value": "rash10" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Double Scimitar" + }, + "RESREF": { + "type": "resref", + "value": "scimitar_double" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Flesh Reaver" + }, + "RESREF": { + "type": "resref", + "value": "rash8" + } + }, { "__struct_id": 0, "NAME": { @@ -953,6 +23952,39 @@ "type": "resref", "value": "wdbmqs009" } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Shattering Crash" + }, + "RESREF": { + "type": "resref", + "value": "rash9" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Southern Ice" + }, + "RESREF": { + "type": "resref", + "value": "rash7" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Star of the Rashemi" + }, + "RESREF": { + "type": "resref", + "value": "rash6" + } } ] }, @@ -967,6 +23999,154 @@ "type": "byte", "value": 47 }, + "LIST": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Bones of Li Peng" + }, + "RESREF": { + "type": "resref", + "value": "prc_wol_lipeng" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Caput Mortuum" + }, + "RESREF": { + "type": "resref", + "value": "prc_wol_cptmortm" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Devious" + }, + "RESREF": { + "type": "resref", + "value": "prc_wol_devious" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Fire Lash" + }, + "RESREF": { + "type": "resref", + "value": "prc_pyro_lash_wh" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Flay" + }, + "RESREF": { + "type": "resref", + "value": "prc_wol_flay" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Nunchaku" + }, + "RESREF": { + "type": "resref", + "value": "nunchaku" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Rive" + }, + "RESREF": { + "type": "resref", + "value": "bdd_sword" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Rive" + }, + "RESREF": { + "type": "resref", + "value": "rive" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Sai" + }, + "RESREF": { + "type": "resref", + "value": "sai" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Shishi-O" + }, + "RESREF": { + "type": "resref", + "value": "prc_wol_shishio" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Tiger Fang" + }, + "RESREF": { + "type": "resref", + "value": "prc_wol_tigerfng" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Vicious" + }, + "RESREF": { + "type": "resref", + "value": "prc_wol_vicious" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Whip of Shar" + }, + "RESREF": { + "type": "resref", + "value": "whipofshar" + } + } + ] + }, "STRREF": { "type": "dword", "value": 6776 @@ -994,6 +24174,187 @@ "type": "byte", "value": 49 }, + "LIST": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Staff of Abjuration" + }, + "RESREF": { + "type": "resref", + "value": "jd_wmgst001" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Staff of Conjuration" + }, + "RESREF": { + "type": "resref", + "value": "jd_wmgst002" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Staff of Divination" + }, + "RESREF": { + "type": "resref", + "value": "jd_wmgst003" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Staff of Enchantment" + }, + "RESREF": { + "type": "resref", + "value": "jd_wmgst004" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Staff of Evocation" + }, + "RESREF": { + "type": "resref", + "value": "jd_wmgst005" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Staff of Fire" + }, + "RESREF": { + "type": "resref", + "value": "jd_wmgst006" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Staff of Frost" + }, + "RESREF": { + "type": "resref", + "value": "jd_wmgst007" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Staff of Healing" + }, + "RESREF": { + "type": "resref", + "value": "jd_wmgst008" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Staff of Illumination" + }, + "RESREF": { + "type": "resref", + "value": "jd_wmgst010" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Staff of Illusion" + }, + "RESREF": { + "type": "resref", + "value": "jd_wmgst009" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Staff of Life" + }, + "RESREF": { + "type": "resref", + "value": "jd_wmgst011" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Staff of Necromancy" + }, + "RESREF": { + "type": "resref", + "value": "jd_wmgst012" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Staff of the Woodlands" + }, + "RESREF": { + "type": "resref", + "value": "jd_wmgst015" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Staff of Transmutation" + }, + "RESREF": { + "type": "resref", + "value": "jd_wmgst014" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Staff of True Defense" + }, + "RESREF": { + "type": "resref", + "value": "jd_wmgst016" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Staff of True Power" + }, + "RESREF": { + "type": "resref", + "value": "jd_wmgst013" + } + } + ] + }, "STRREF": { "type": "dword", "value": 6779 @@ -1005,6 +24366,66 @@ "type": "byte", "value": 50 }, + "LIST": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Wand of Cure Critical Wounds" + }, + "RESREF": { + "type": "resref", + "value": "prc_cwand_ccw" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Wand of Cure Light Wounds" + }, + "RESREF": { + "type": "resref", + "value": "prc_cwand_clw" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Wand of Cure Minor Wounds" + }, + "RESREF": { + "type": "resref", + "value": "prc_cwand_cmw" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Wand of Cure Moderate Wounds" + }, + "RESREF": { + "type": "resref", + "value": "prc_cwand_cmdw" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Wand of Cure Serious Wounds" + }, + "RESREF": { + "type": "resref", + "value": "prc_cwand_csw" + } + } + ] + }, "STRREF": { "type": "dword", "value": 6780 @@ -1023,6 +24444,66 @@ "type": "byte", "value": 51 }, + "LIST": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Coral's Bite" + }, + "RESREF": { + "type": "resref", + "value": "prc_wol_corals" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Guurgal" + }, + "RESREF": { + "type": "resref", + "value": "prc_wol_guurgal" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Notched Spear" + }, + "RESREF": { + "type": "resref", + "value": "prc_wol_notched" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Scales of Balance" + }, + "RESREF": { + "type": "resref", + "value": "prc_wol_scales" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Treebrother" + }, + "RESREF": { + "type": "resref", + "value": "prc_wol_treebro" + } + } + ] + }, "STRREF": { "type": "dword", "value": 489 @@ -1039,6 +24520,22 @@ "type": "byte", "value": 43 }, + "LIST": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Flamecaster's Bolt" + }, + "RESREF": { + "type": "resref", + "value": "prc_wol_flmcstr" + } + } + ] + }, "STRREF": { "type": "dword", "value": 6774 @@ -1050,6 +24547,55 @@ "type": "byte", "value": 44 }, + "LIST": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Bow of the Black Archer" + }, + "RESREF": { + "type": "resref", + "value": "prc_wol_blckarch" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Flaming Composite Longbow" + }, + "RESREF": { + "type": "resref", + "value": "flamingcomposite" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Simple Bow" + }, + "RESREF": { + "type": "resref", + "value": "prc_wol_simplebw" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Thaas" + }, + "RESREF": { + "type": "resref", + "value": "prc_wol_thaas" + } + } + ] + }, "STRREF": { "type": "dword", "value": 6819 @@ -1061,6 +24607,22 @@ "type": "byte", "value": 45 }, + "LIST": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Stalker's Bow" + }, + "RESREF": { + "type": "resref", + "value": "prc_wol_stalker" + } + } + ] + }, "STRREF": { "type": "dword", "value": 6820 @@ -1072,6 +24634,22 @@ "type": "byte", "value": 62 }, + "LIST": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Sling of the Dire Wind" + }, + "RESREF": { + "type": "resref", + "value": "prc_wol_direwind" + } + } + ] + }, "STRREF": { "type": "dword", "value": 6821 @@ -1090,6 +24668,198 @@ "type": "byte", "value": 52 }, + "LIST": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Acidic Fire" + }, + "RESREF": { + "type": "resref", + "value": "prc_it_acidfire" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Alchemical Sleeping Gas" + }, + "RESREF": { + "type": "resref", + "value": "prc_it_alcslpgas" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Alchemist's Frost" + }, + "RESREF": { + "type": "resref", + "value": "prc_it_alcfrost" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Alchemist's Spark" + }, + "RESREF": { + "type": "resref", + "value": "prc_it_alcspark" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Bile Droppings" + }, + "RESREF": { + "type": "resref", + "value": "prc_it_biledrp" + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_cursedwater" + }, + "STRREF": { + "type": "dword", + "value": 16838715 + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Dart of Bone" + }, + "RESREF": { + "type": "resref", + "value": "prc_ab_dart" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Energized Potion" + }, + "RESREF": { + "type": "resref", + "value": "prc_it_enrgpot" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Festering Bomb" + }, + "RESREF": { + "type": "resref", + "value": "prc_it_festerbmb" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Flash Pellet" + }, + "RESREF": { + "type": "resref", + "value": "prc_it_flashplt" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Henchy Axe of Doom" + }, + "RESREF": { + "type": "resref", + "value": "ow_taxe_1" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Lorestealer" + }, + "RESREF": { + "type": "resref", + "value": "prc_wol_lorestlr" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Never Ending Bag of Caltrops" + }, + "RESREF": { + "type": "resref", + "value": "ow_caltrops" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Serpent Dart" + }, + "RESREF": { + "type": "resref", + "value": "prc_serpdart" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Shuriken of Bone" + }, + "RESREF": { + "type": "resref", + "value": "prc_ab_shuriken" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Throwing Axe of Bone" + }, + "RESREF": { + "type": "resref", + "value": "prc_ab_thraxe" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Weeping Stone" + }, + "RESREF": { + "type": "resref", + "value": "prc_it_weepstn" + } + } + ] + }, "STRREF": { "type": "dword", "value": 494 diff --git a/_module/itp/placeablepalcus.itp.json b/_module/itp/placeablepalcus.itp.json index af4dd26..d6162de 100644 --- a/_module/itp/placeablepalcus.itp.json +++ b/_module/itp/placeablepalcus.itp.json @@ -14,12 +14,50 @@ "value": 6783 } }, + { + "__struct_id": 0, + "ID": { + "type": "byte", + "value": 22 + }, + "STRREF": { + "type": "dword", + "value": 111663 + } + }, { "__struct_id": 0, "ID": { "type": "byte", "value": 6 }, + "LIST": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "xchst_plc" + }, + "STRREF": { + "type": "dword", + "value": 5348 + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Null Psionics Field Chest" + }, + "RESREF": { + "type": "resref", + "value": "npf_keep_chest" + } + } + ] + }, "STRREF": { "type": "dword", "value": 6782 @@ -45,6 +83,17 @@ "LIST": { "type": "list", "value": [ + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Altar" + }, + "RESREF": { + "type": "resref", + "value": "codi_sam_altar" + } + }, { "__struct_id": 0, "NAME": { @@ -166,6 +215,17 @@ "value": "pcbanner010" } }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Tunnel Opening" + }, + "RESREF": { + "type": "resref", + "value": "bdd_tunnel" + } + }, { "__struct_id": 0, "NAME": { @@ -275,6 +335,17 @@ "type": "resref", "value": "hordebanner010" } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Wall of Iron" + }, + "RESREF": { + "type": "resref", + "value": "prc_walliron" + } } ] }, @@ -302,6 +373,72 @@ "type": "resref", "value": "unholyfloor" } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Mordenkainen's Magnificent Mansion" + }, + "RESREF": { + "type": "resref", + "value": "mordsmansent" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Restful Bed" + }, + "RESREF": { + "type": "resref", + "value": "restfulbed" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Restful Bed" + }, + "RESREF": { + "type": "resref", + "value": "restfulbed001" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Restful Bed Roll" + }, + "RESREF": { + "type": "resref", + "value": "restfulbedroll" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Restful Campsite" + }, + "RESREF": { + "type": "resref", + "value": "campingbedroll" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Restful Cot" + }, + "RESREF": { + "type": "resref", + "value": "restfulcot" + } } ] }, @@ -316,6 +453,22 @@ "type": "byte", "value": 11 }, + "LIST": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Polyp" + }, + "RESREF": { + "type": "resref", + "value": "bdd_polyp" + } + } + ] + }, "STRREF": { "type": "dword", "value": 6786 @@ -332,6 +485,44 @@ "value": 6787 } }, + { + "__struct_id": 0, + "ID": { + "type": "byte", + "value": 14 + }, + "STRREF": { + "type": "dword", + "value": 9122 + } + }, + { + "__struct_id": 0, + "ID": { + "type": "byte", + "value": 15 + }, + "LIST": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "sp_plc_symbol" + }, + "STRREF": { + "type": "dword", + "value": 16790080 + } + } + ] + }, + "STRREF": { + "type": "dword", + "value": 9128 + } + }, { "__struct_id": 0, "LIST": { @@ -343,6 +534,55 @@ "type": "byte", "value": 0 }, + "LIST": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Deepstone Pillar" + }, + "RESREF": { + "type": "resref", + "value": "prc_dpst_pillar" + } + }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_invisobj" + }, + "STRREF": { + "type": "dword", + "value": 5800 + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "prc_ess_research" + }, + "RESREF": { + "type": "resref", + "value": "prc_ess_research" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "prgt_invis" + }, + "RESREF": { + "type": "resref", + "value": "prgt_invis" + } + } + ] + }, "STRREF": { "type": "dword", "value": 6688 @@ -354,6 +594,22 @@ "type": "byte", "value": 1 }, + "LIST": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "LichCrafting" + }, + "RESREF": { + "type": "resref", + "value": "lichcrafting" + } + } + ] + }, "STRREF": { "type": "dword", "value": 6689 @@ -410,6 +666,77 @@ "value": 6788 } }, + { + "__struct_id": 0, + "ID": { + "type": "byte", + "value": 16 + }, + "LIST": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "ID": { + "type": "byte", + "value": 17 + }, + "STRREF": { + "type": "dword", + "value": 62485 + } + }, + { + "__struct_id": 0, + "ID": { + "type": "byte", + "value": 19 + }, + "STRREF": { + "type": "dword", + "value": 5836 + } + }, + { + "__struct_id": 0, + "ID": { + "type": "byte", + "value": 21 + }, + "STRREF": { + "type": "dword", + "value": 67585 + } + }, + { + "__struct_id": 0, + "ID": { + "type": "byte", + "value": 20 + }, + "STRREF": { + "type": "dword", + "value": 53151 + } + }, + { + "__struct_id": 0, + "ID": { + "type": "byte", + "value": 18 + }, + "STRREF": { + "type": "dword", + "value": 67132 + } + } + ] + }, + "STRREF": { + "type": "dword", + "value": 66490 + } + }, { "__struct_id": 0, "ID": { @@ -463,6 +790,28 @@ "value": "unholylight" } }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Genesis Enterance Portal" + }, + "RESREF": { + "type": "resref", + "value": "genesisportal" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Genesis Exit Portal" + }, + "RESREF": { + "type": "resref", + "value": "genesisexit" + } + }, { "__struct_id": 0, "NAME": { @@ -473,6 +822,17 @@ "type": "resref", "value": "whitesparks" } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Return Portal" + }, + "RESREF": { + "type": "resref", + "value": "prc_ea_return" + } } ] }, diff --git a/_module/itp/storepalcus.itp.json b/_module/itp/storepalcus.itp.json index 4eadbbc..8cc1ade 100644 --- a/_module/itp/storepalcus.itp.json +++ b/_module/itp/storepalcus.itp.json @@ -22,6 +22,17 @@ "type": "resref", "value": "storenatu004" } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "prc_scrolls" + }, + "RESREF": { + "type": "resref", + "value": "prc_scrolls" + } } ] }, @@ -41,6 +52,33 @@ "type": "byte", "value": 0 }, + "LIST": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "prc_epicspells" + }, + "RESREF": { + "type": "resref", + "value": "prc_epicspells" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "prc_magiccraft" + }, + "RESREF": { + "type": "resref", + "value": "prc_magiccraft" + } + } + ] + }, "STRREF": { "type": "dword", "value": 6688 diff --git a/_module/itp/triggerpalcus.itp.json b/_module/itp/triggerpalcus.itp.json index 8c10b9b..ba43dd7 100644 --- a/_module/itp/triggerpalcus.itp.json +++ b/_module/itp/triggerpalcus.itp.json @@ -20,11 +20,280 @@ "type": "byte", "value": 6 }, + "LIST": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Barracks" + }, + "RESREF": { + "type": "resref", + "value": "bdd_barracks" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Black Archer Creek" + }, + "RESREF": { + "type": "resref", + "value": "wol_a_bbbcreek" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Black Archer Enter" + }, + "RESREF": { + "type": "resref", + "value": "wol_a_bbbenter" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Books" + }, + "RESREF": { + "type": "resref", + "value": "bdd_books" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Cave Explore" + }, + "RESREF": { + "type": "resref", + "value": "bdd_cave_exp" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Change" + }, + "RESREF": { + "type": "resref", + "value": "bdd_change" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Courtyard" + }, + "RESREF": { + "type": "resref", + "value": "bdd_courtyard" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Dustblight" + }, + "RESREF": { + "type": "resref", + "value": "bdd_blight" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Dymondheart Enter" + }, + "RESREF": { + "type": "resref", + "value": "wol_a_dyenter" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Filtrator" + }, + "RESREF": { + "type": "resref", + "value": "bdd_filtrator" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Forge" + }, + "RESREF": { + "type": "resref", + "value": "bdd_forge" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Foyer" + }, + "RESREF": { + "type": "resref", + "value": "bdd_foyer" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Hidden Cave" + }, + "RESREF": { + "type": "resref", + "value": "bdd_cave_ent" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Hollow Shell" + }, + "RESREF": { + "type": "resref", + "value": "bdd_shell" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Mod Enter" + }, + "RESREF": { + "type": "resref", + "value": "bdd_enter" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Oil" + }, + "RESREF": { + "type": "resref", + "value": "bdd_oil" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Ruins" + }, + "RESREF": { + "type": "resref", + "value": "bdd_ruins" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Schooner" + }, + "RESREF": { + "type": "resref", + "value": "bdd_schooner" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Smelter Office" + }, + "RESREF": { + "type": "resref", + "value": "bdd_office" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Taint" + }, + "RESREF": { + "type": "resref", + "value": "bdd_taint" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Vault" + }, + "RESREF": { + "type": "resref", + "value": "bdd_vault" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Well" + }, + "RESREF": { + "type": "resref", + "value": "bdd_well" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Xeno" + }, + "RESREF": { + "type": "resref", + "value": "bdd_xeno" + } + } + ] + }, "STRREF": { "type": "dword", "value": 6790 } }, + { + "__struct_id": 0, + "ID": { + "type": "byte", + "value": 16 + }, + "STRREF": { + "type": "dword", + "value": 9129 + } + }, { "__struct_id": 0, "LIST": { @@ -36,6 +305,22 @@ "type": "byte", "value": 0 }, + "LIST": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "PRC NoTeleport Area Trigger " + }, + "RESREF": { + "type": "resref", + "value": "prc_no_teleport" + } + } + ] + }, "STRREF": { "type": "dword", "value": 6688 diff --git a/_module/itp/waypointpalcus.itp.json b/_module/itp/waypointpalcus.itp.json index d2f3c44..f22c61f 100644 --- a/_module/itp/waypointpalcus.itp.json +++ b/_module/itp/waypointpalcus.itp.json @@ -14,6 +14,22 @@ "type": "byte", "value": 0 }, + "LIST": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "prc_str_lookup" + }, + "RESREF": { + "type": "resref", + "value": "prc_str_lookup" + } + } + ] + }, "STRREF": { "type": "dword", "value": 6688 @@ -76,6 +92,187 @@ "type": "byte", "value": 5 }, + "LIST": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "BDD Entrance" + }, + "RESREF": { + "type": "resref", + "value": "bdd_enter" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Black Archer Enter" + }, + "RESREF": { + "type": "resref", + "value": "wol_a_bbbwp" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Cave Entrance" + }, + "RESREF": { + "type": "resref", + "value": "bdd_foyer_ent002" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Cave Entrance 2" + }, + "RESREF": { + "type": "resref", + "value": "bdd_foyer_ent001" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Changed Asherati" + }, + "RESREF": { + "type": "resref", + "value": "bdd_schooner_007" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Climb Up" + }, + "RESREF": { + "type": "resref", + "value": "bdd_foyer_ent003" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Dymondheart Enter" + }, + "RESREF": { + "type": "resref", + "value": "wol_a_dymondwp" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Forge Tainted Asherati" + }, + "RESREF": { + "type": "resref", + "value": "bdd_schooner_003" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Foyer Ashen Hulks" + }, + "RESREF": { + "type": "resref", + "value": "bdd_schooner_001" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Foyer Entrance" + }, + "RESREF": { + "type": "resref", + "value": "bdd_foyer_ent" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "npf_wp_chest_sp" + }, + "RESREF": { + "type": "resref", + "value": "npf_wp_chest_sp" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Office Shadows" + }, + "RESREF": { + "type": "resref", + "value": "bdd_schooner_002" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Schooner Ashen Hulks" + }, + "RESREF": { + "type": "resref", + "value": "bdd_schooner_ash" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Taint Asherati" + }, + "RESREF": { + "type": "resref", + "value": "bdd_schooner_006" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Vault Shadow" + }, + "RESREF": { + "type": "resref", + "value": "bdd_schooner_004" + } + }, + { + "__struct_id": 0, + "NAME": { + "type": "cexostring", + "value": "Xeno Asherati" + }, + "RESREF": { + "type": "resref", + "value": "bdd_schooner_005" + } + } + ] + }, "STRREF": { "type": "dword", "value": 6798 diff --git a/_module/jrl/module.jrl.json b/_module/jrl/module.jrl.json index 4426ced..1a84e42 100644 --- a/_module/jrl/module.jrl.json +++ b/_module/jrl/module.jrl.json @@ -5,6 +5,108 @@ "value": [ { "__struct_id": 0, + "Comment": { + "type": "cexostring", + "value": "Level Adjustment Buy-off Table" + }, + "EntryList": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "End": { + "type": "word", + "value": 0 + }, + "ID": { + "type": "dword", + "value": 1 + }, + "Text": { + "type": "cexolocstring", + "value": { + "0": "Level Adjustment Buy-off Table\n\nStarting LA / Level\n \n01 / 03\n02 / 06 09\n03 / 09 15 18\n04 / 12 21 27 30\n05 / 15 27 36\n06 / 18 33\n07 / 21 39\n08 / 24\n09 / 27\n10 / 30\n11 / 33\n12 / 36\n13 / 39\n\n(Buy-off dialog will be in the PRC menu when you qualify.)" + } + } + } + ] + }, + "Name": { + "type": "cexolocstring", + "value": { + "0": "| LA Buy-off |" + } + }, + "Picture": { + "type": "word", + "value": 65535 + }, + "Priority": { + "type": "dword", + "value": 4 + }, + "Tag": { + "type": "cexostring", + "value": "lvl_adj" + }, + "XP": { + "type": "dword", + "value": 0 + } + }, + { + "__struct_id": 1, + "Comment": { + "type": "cexostring", + "value": "3e D&D Experience Chart" + }, + "EntryList": { + "type": "list", + "value": [ + { + "__struct_id": 0, + "End": { + "type": "word", + "value": 0 + }, + "ID": { + "type": "dword", + "value": 1 + }, + "Text": { + "type": "cexolocstring", + "value": { + "0": "3e D&D Experience Chart\n\nLvl XP Needed\n01 0\n02 1000\n03 3000\n04 6000\n05 10000\n06 15000\n07 21000\n08 28000\n09 36000\n10 45000\n11 55000\n12 66000\n13 78000\n14 91000\n15 105000\n16 120000\n17 136000\n18 153000\n19 171000\n20 190000\n21 210000\n22 231000\n23 253000\n24 276000\n25 300000\n26 325000\n27 351000\n28 378000\n29 406000\n30 435000\n31 465000\n32 496000\n33 528000\n34 561000\n35 595000\n36 630000\n37 666000\n38 703000\n39 741000\n40 780000" + } + } + } + ] + }, + "Name": { + "type": "cexolocstring", + "value": { + "0": "| XP Chart |" + } + }, + "Picture": { + "type": "word", + "value": 65535 + }, + "Priority": { + "type": "dword", + "value": 4 + }, + "Tag": { + "type": "cexostring", + "value": "xprules" + }, + "XP": { + "type": "dword", + "value": 0 + } + }, + { + "__struct_id": 2, "Comment": { "type": "cexostring", "value": "" @@ -174,7 +276,7 @@ } }, { - "__struct_id": 1, + "__struct_id": 3, "Comment": { "type": "cexostring", "value": "" diff --git a/_module/ncs/call_oncutabort.ncs b/_module/ncs/call_oncutabort.ncs new file mode 100644 index 0000000000000000000000000000000000000000..2d586eeefa94be71f306c6c0de145783eb22537a GIT binary patch literal 50 zcmeZs4ps;=)H85mU|=wk0}>1z3Jff4AO;I715ZIwa(r@WNn%odQ3)$hj!A(50K7K` A`Tzg` literal 0 HcmV?d00001 diff --git a/_module/ncs/call_onplaychat.ncs b/_module/ncs/call_onplaychat.ncs new file mode 100644 index 0000000000000000000000000000000000000000..52e0147d653b1f3352bdf32b919f1b6ac4dacfba GIT binary patch literal 54 zcmeZs4ps;=)H85mU|=wl0}>1z3Jff4AO;I7gFr!1a(sSXK~7?2YEg1VVhJlyo=JfL E0PIruz_f6H8Ll^NT7C3=CKq81sqI!(LHP YRGO1oOtku(vYhzDlq|4%h$|Hs0Mk=3mH+?% literal 72 zcmeZs4ps;=)H85mU|{f&0}>1z3JfgFAO;f2$jZPV2@zmqVP)WUPAo}H&o8PpFfd?c KV9aMzU;qH~p9gaQ diff --git a/_module/nss/call_oncutabort.nss b/_module/nss/call_oncutabort.nss new file mode 100644 index 0000000..66fe497 --- /dev/null +++ b/_module/nss/call_oncutabort.nss @@ -0,0 +1,4 @@ +void main() +{ + ExecuteScript("prc_cutabort", OBJECT_SELF); +} diff --git a/_module/nss/call_onplaychat.nss b/_module/nss/call_onplaychat.nss new file mode 100644 index 0000000..a7c7851 --- /dev/null +++ b/_module/nss/call_onplaychat.nss @@ -0,0 +1,4 @@ +void main() +{ + ExecuteScript("prc_onplayerchat", OBJECT_SELF); +} diff --git a/_module/nss/nwnx.nss b/_module/nss/nwnx.nss new file mode 100644 index 0000000..f764821 --- /dev/null +++ b/_module/nss/nwnx.nss @@ -0,0 +1,137 @@ +/// @addtogroup nwnx NWNX +/// @brief Functions for plugin developers. +/// @{ +/// @file nwnx.nss + +const string NWNX_Core = "NWNX_Core"; ///< @private + +/// @brief Scripting interface to NWNX. +/// @param pluginName The plugin name. +/// @param functionName The function name (do not include NWNX_Plugin_). +void NWNX_CallFunction(string pluginName, string functionName); +/// @brief Pushes the specified type to the c++ side +/// @param value The value of specified type to push. +void NWNX_PushArgumentInt(int value); +/// @copydoc NWNX_PushArgumentInt() +void NWNX_PushArgumentFloat(float value); +/// @copydoc NWNX_PushArgumentInt() +void NWNX_PushArgumentObject(object value); +/// @copydoc NWNX_PushArgumentInt() +void NWNX_PushArgumentString(string value); +/// @copydoc NWNX_PushArgumentInt() +void NWNX_PushArgumentEffect(effect value); +/// @copydoc NWNX_PushArgumentInt() +void NWNX_PushArgumentItemProperty(itemproperty value); +/// @copydoc NWNX_PushArgumentInt() +void NWNX_PushArgumentJson(json value); +/// @brief Returns the specified type from the c++ side +/// @return The value of specified type. +int NWNX_GetReturnValueInt(); +/// @copydoc NWNX_GetReturnValueInt() +float NWNX_GetReturnValueFloat(); +/// @copydoc NWNX_GetReturnValueInt() +object NWNX_GetReturnValueObject(); +/// @copydoc NWNX_GetReturnValueInt() +string NWNX_GetReturnValueString(); +/// @copydoc NWNX_GetReturnValueInt() +effect NWNX_GetReturnValueEffect(); +/// @copydoc NWNX_GetReturnValueInt() +itemproperty NWNX_GetReturnValueItemProperty(); +/// @copydoc NWNX_GetReturnValueInt() +json NWNX_GetReturnValueJson(); + +/// @brief Determines if the given plugin exists and is enabled. +/// @param sPlugin The name of the plugin to check. This is the case sensitive plugin name as used by NWNX_CallFunction, NWNX_PushArgumentX +/// @note Example usage: NWNX_PluginExists("NWNX_Creature"); +/// @return TRUE if the plugin exists and is enabled, otherwise FALSE. +int NWNX_PluginExists(string sPlugin); + +/// @private +const string NWNX_PUSH = "NWNXEE!ABIv2!X!Y!PUSH"; +const string NWNX_POP = "NWNXEE!ABIv2!X!Y!POP"; +/// @} + +void NWNX_CallFunction(string pluginName, string functionName) +{ + PlaySound("NWNXEE!ABIv2!" + pluginName + "!" + functionName + "!CALL"); +} + +void NWNX_PushArgumentInt(int value) +{ + SetLocalInt(OBJECT_INVALID, NWNX_PUSH, value); +} + +void NWNX_PushArgumentFloat(float value) +{ + SetLocalFloat(OBJECT_INVALID, NWNX_PUSH, value); +} + +void NWNX_PushArgumentObject(object value) +{ + SetLocalObject(OBJECT_INVALID, NWNX_PUSH, value); +} + +void NWNX_PushArgumentString(string value) +{ + SetLocalString(OBJECT_INVALID, NWNX_PUSH, value); +} + +void NWNX_PushArgumentEffect(effect value) +{ + TagEffect(value, NWNX_PUSH); +} + +void NWNX_PushArgumentItemProperty(itemproperty value) +{ + TagItemProperty(value, NWNX_PUSH); +} + +void NWNX_PushArgumentJson(json value) +{ + SetLocalJson(OBJECT_INVALID, NWNX_PUSH, value); +} + +int NWNX_GetReturnValueInt() +{ + return GetLocalInt(OBJECT_INVALID, NWNX_POP); +} + +float NWNX_GetReturnValueFloat() +{ + return GetLocalFloat(OBJECT_INVALID, NWNX_POP); +} + +object NWNX_GetReturnValueObject() +{ + return GetLocalObject(OBJECT_INVALID, NWNX_POP); +} + +string NWNX_GetReturnValueString() +{ + return GetLocalString(OBJECT_INVALID, NWNX_POP); +} + +effect NWNX_GetReturnValueEffect() +{ + effect e; + return TagEffect(e, NWNX_POP); +} + +itemproperty NWNX_GetReturnValueItemProperty() +{ + itemproperty ip; + return TagItemProperty(ip, NWNX_POP); +} + +json NWNX_GetReturnValueJson() +{ + return GetLocalJson(OBJECT_INVALID, NWNX_POP); +} + +int NWNX_PluginExists(string sPlugin) +{ + string sFunc = "PluginExists"; + NWNX_PushArgumentString(sPlugin); + NWNX_CallFunction(NWNX_Core, sFunc); + return NWNX_GetReturnValueInt(); +} diff --git a/_module/nss/nwnx_chat.nss b/_module/nss/nwnx_chat.nss new file mode 100644 index 0000000..ffa12df --- /dev/null +++ b/_module/nss/nwnx_chat.nss @@ -0,0 +1,158 @@ +/// @addtogroup chat Chat +/// @brief Functions related to chat. +/// @{ +/// @file nwnx_chat.nss +#include "nwnx" + +const string NWNX_Chat = "NWNX_Chat"; ///< @private + +/// @name Chat Channels +/// @anchor chat_channels +/// +/// Constants defining the various chat channels. +/// @{ +const int NWNX_CHAT_CHANNEL_PLAYER_TALK = 1; +const int NWNX_CHAT_CHANNEL_PLAYER_SHOUT = 2; +const int NWNX_CHAT_CHANNEL_PLAYER_WHISPER = 3; +const int NWNX_CHAT_CHANNEL_PLAYER_TELL = 4; +const int NWNX_CHAT_CHANNEL_SERVER_MSG = 5; +const int NWNX_CHAT_CHANNEL_PLAYER_PARTY = 6; +const int NWNX_CHAT_CHANNEL_PLAYER_DM = 14; +const int NWNX_CHAT_CHANNEL_DM_TALK = 17; +const int NWNX_CHAT_CHANNEL_DM_SHOUT = 18; +const int NWNX_CHAT_CHANNEL_DM_WHISPER = 19; +const int NWNX_CHAT_CHANNEL_DM_TELL = 20; +const int NWNX_CHAT_CHANNEL_DM_PARTY = 22; +const int NWNX_CHAT_CHANNEL_DM_DM = 30; +/// @} + +/// @brief Sends a chat message. +/// @remark If no target is provided, then it broadcasts to all eligible targets. +/// @param channel The @ref chat_channels "channel" to send the message. +/// @param message The message to send. +/// @param sender The sender of the message. +/// @param target The receiver of the message. +/// @return TRUE if successful, FALSE otherwise. +int NWNX_Chat_SendMessage(int channel, string message, object sender = OBJECT_SELF, object target = OBJECT_INVALID); + +/// @brief Registers the script which receives all chat messages. +/// @note If a script was previously registered, this one will take over. +/// @param script The script name to handle the chat events. +void NWNX_Chat_RegisterChatScript(string script); + +/// @brief Skips a chat message +/// @note Must be called from a chat or system script handler. +void NWNX_Chat_SkipMessage(); + +/// @brief Gets the chat @ref chat_channels "channel". +/// @note Must be called from a chat or system script handler. +/// @return The @ref chat_channels "channel" the message is sent. +int NWNX_Chat_GetChannel(); + +/// @brief Gets the message. +/// @note Must be called from a chat or system script handler. +/// @return The message sent. +string NWNX_Chat_GetMessage(); + +/// @brief Gets the sender of the message. +/// @note Must be called from a chat or system script handler. +/// @return The object sending the message. +object NWNX_Chat_GetSender(); + +/// @brief Gets the target of the message. +/// @note Must be called from an chat or system script handler. +/// @return The target of the message or OBJECT_INVALID if no target. +object NWNX_Chat_GetTarget(); + +/// @brief Sets the distance with which the player hears talks or whispers. +/// @remark Per player settings override server wide. +/// @param distance The distance in meters. +/// @param listener The listener, if OBJECT_INVALID then it will be set server wide. +/// @param channel The @ref chat_channels "channel" to modify the distance heard. Only applicable for talk and whisper. +void NWNX_Chat_SetChatHearingDistance(float distance, object listener = OBJECT_INVALID, int channel = NWNX_CHAT_CHANNEL_PLAYER_TALK); + +/// @brief Gets the distance with which the player hears talks or whisper +/// @param listener The listener, if OBJECT_INVALID then will return server wide setting. +/// @param channel The @ref chat_channels "channel". Only applicable for talk and whisper. +float NWNX_Chat_GetChatHearingDistance(object listener = OBJECT_INVALID, int channel = NWNX_CHAT_CHANNEL_PLAYER_TALK); + +/// @} + +int NWNX_Chat_SendMessage(int channel, string message, object sender = OBJECT_SELF, object target = OBJECT_INVALID) +{ + string sFunc = "SendMessage"; + + NWNX_PushArgumentObject(target); + NWNX_PushArgumentObject(sender); + NWNX_PushArgumentString(message); + NWNX_PushArgumentInt(channel); + NWNX_CallFunction(NWNX_Chat, sFunc); + return NWNX_GetReturnValueInt(); +} + +void NWNX_Chat_RegisterChatScript(string script) +{ + string sFunc = "RegisterChatScript"; + + NWNX_PushArgumentString(script); + NWNX_CallFunction(NWNX_Chat, sFunc); +} + +void NWNX_Chat_SkipMessage() +{ + string sFunc = "SkipMessage"; + + NWNX_CallFunction(NWNX_Chat, sFunc); +} + +int NWNX_Chat_GetChannel() +{ + string sFunc = "GetChannel"; + + NWNX_CallFunction(NWNX_Chat, sFunc); + return NWNX_GetReturnValueInt(); +} + +string NWNX_Chat_GetMessage() +{ + string sFunc = "GetMessage"; + + NWNX_CallFunction(NWNX_Chat, sFunc); + return NWNX_GetReturnValueString(); +} + +object NWNX_Chat_GetSender() +{ + string sFunc = "GetSender"; + + NWNX_CallFunction(NWNX_Chat, sFunc); + return NWNX_GetReturnValueObject(); +} + +object NWNX_Chat_GetTarget() +{ + string sFunc = "GetTarget"; + + NWNX_CallFunction(NWNX_Chat, sFunc); + return NWNX_GetReturnValueObject(); +} + +void NWNX_Chat_SetChatHearingDistance(float distance, object listener = OBJECT_INVALID, int channel = NWNX_CHAT_CHANNEL_PLAYER_TALK) +{ + string sFunc = "SetChatHearingDistance"; + + NWNX_PushArgumentInt(channel); + NWNX_PushArgumentObject(listener); + NWNX_PushArgumentFloat(distance); + NWNX_CallFunction(NWNX_Chat, sFunc); +} + +float NWNX_Chat_GetChatHearingDistance(object listener = OBJECT_INVALID, int channel = NWNX_CHAT_CHANNEL_PLAYER_TALK) +{ + string sFunc = "GetChatHearingDistance"; + + NWNX_PushArgumentInt(channel); + NWNX_PushArgumentObject(listener); + NWNX_CallFunction(NWNX_Chat, sFunc); + return NWNX_GetReturnValueFloat(); +} diff --git a/_module/nss/nwnx_webhook.nss b/_module/nss/nwnx_webhook.nss new file mode 100644 index 0000000..f1f2e82 --- /dev/null +++ b/_module/nss/nwnx_webhook.nss @@ -0,0 +1,43 @@ +/// @addtogroup webhook Webhook +/// @brief Send messages to external entities through web hooks. +/// @{ +/// @file nwnx_webhook.nss +#include "nwnx" + +const string NWNX_WebHook = "NWNX_WebHook"; ///< @private + +/// @brief Send a slack compatible webhook. +/// @param host The web server to send the hook. +/// @param path The path to the hook. +/// @param message The message to dispatch. +/// @param username The username to display as the originator of the hook. +/// @param mrkdwn Set to false if you do not wish your message's markdown be parsed. +void NWNX_WebHook_SendWebHookHTTPS(string host, string path, string message, string username = "", int mrkdwn = 1); + +/// @brief Resends a webhook message after a defined delay. +/// +/// Handy when a submission is rate limited, since the message that the event sends in NWNX_Events_GetEventData +/// is already constructed. So it just resends the WebHook with an optional delay. +/// @param host The web server to send the hook. +/// @param path The path to the hook. +/// @param sMessage The message to dispatch. +/// @param delay The delay in seconds to send the message again. +void NWNX_WebHook_ResendWebHookHTTPS(string host, string path, string sMessage, float delay = 0.0f); + +/// @} + +void NWNX_WebHook_SendWebHookHTTPS(string host, string path, string message, string username = "", int mrkdwn = 1) +{ + string sFunc = "SendWebHookHTTPS"; + NWNX_PushArgumentInt(mrkdwn); + NWNX_PushArgumentString(username); + NWNX_PushArgumentString(message); + NWNX_PushArgumentString(path); + NWNX_PushArgumentString(host); + NWNX_CallFunction(NWNX_WebHook, sFunc); +} + +void NWNX_WebHook_ResendWebHookHTTPS(string host, string path, string sMessage, float delay = 0.0f) +{ + DelayCommand(delay, NWNX_WebHook_SendWebHookHTTPS(host, path, sMessage)); +} diff --git a/_module/nss/nwnx_webhook_rch.nss b/_module/nss/nwnx_webhook_rch.nss new file mode 100644 index 0000000..3555ef7 --- /dev/null +++ b/_module/nss/nwnx_webhook_rch.nss @@ -0,0 +1,159 @@ +/// @ingroup webhook +/// @file nwnx_webhook_rch.nss +/// @brief Create richer webhook messages suitable for Discord +#include "nwnx_webhook" + +/// @ingroup webhook +/// @brief For more information on these fields see https://birdie0.github.io/discord-webhooks-guide/ +/// @note URL fields may require NWNX_Util_EncodeStringForURL(). +struct NWNX_WebHook_Message { + string sUsername; ///< https://birdie0.github.io/discord-webhooks-guide/structure/username.html + string sText; ///< https://birdie0.github.io/discord-webhooks-guide/structure/content.html + string sAvatarURL; ///< https://birdie0.github.io/discord-webhooks-guide/structure/avatar_url.html + string sColor; ///< https://birdie0.github.io/discord-webhooks-guide/structure/embed/color.html + string sAuthorName; ///< https://birdie0.github.io/discord-webhooks-guide/structure/embed/author.html + string sAuthorURL; ///< https://birdie0.github.io/discord-webhooks-guide/structure/embed/author.html + string sAuthorIconURL; ///< https://birdie0.github.io/discord-webhooks-guide/structure/embed/author.html + string sTitle; ///< https://birdie0.github.io/discord-webhooks-guide/structure/embed/title.html + string sURL; ///< https://birdie0.github.io/discord-webhooks-guide/structure/embed/url.html + string sDescription; ///< https://birdie0.github.io/discord-webhooks-guide/structure/embed/description.html + string sThumbnailURL; ///< https://birdie0.github.io/discord-webhooks-guide/structure/embed/thumbnail.html + string sImageURL; ///< https://birdie0.github.io/discord-webhooks-guide/structure/embed/image.html + string sFooterText; ///< https://birdie0.github.io/discord-webhooks-guide/structure/embed/footer.html + string sFooterURL; ///< https://birdie0.github.io/discord-webhooks-guide/structure/embed/footer.html + int iTimestamp; ///< https://birdie0.github.io/discord-webhooks-guide/structure/embed/timestamp.html + string sField1Name; ///< https://birdie0.github.io/discord-webhooks-guide/structure/embed/fields.html + string sField1Value; ///< https://birdie0.github.io/discord-webhooks-guide/structure/embed/fields.html + int iField1Inline; ///< https://birdie0.github.io/discord-webhooks-guide/structure/embed/fields.html + string sField2Name; ///< https://birdie0.github.io/discord-webhooks-guide/structure/embed/fields.html + string sField2Value; ///< https://birdie0.github.io/discord-webhooks-guide/structure/embed/fields.html + int iField2Inline; ///< https://birdie0.github.io/discord-webhooks-guide/structure/embed/fields.html + string sField3Name; ///< https://birdie0.github.io/discord-webhooks-guide/structure/embed/fields.html + string sField3Value; ///< https://birdie0.github.io/discord-webhooks-guide/structure/embed/fields.html + int iField3Inline; ///< https://birdie0.github.io/discord-webhooks-guide/structure/embed/fields.html + string sField4Name; ///< https://birdie0.github.io/discord-webhooks-guide/structure/embed/fields.html + string sField4Value; ///< https://birdie0.github.io/discord-webhooks-guide/structure/embed/fields.html + int iField4Inline; ///< https://birdie0.github.io/discord-webhooks-guide/structure/embed/fields.html + string sField5Name; ///< https://birdie0.github.io/discord-webhooks-guide/structure/embed/fields.html + string sField5Value; ///< https://birdie0.github.io/discord-webhooks-guide/structure/embed/fields.html + int iField5Inline; ///< https://birdie0.github.io/discord-webhooks-guide/structure/embed/fields.html + string sField6Name; ///< https://birdie0.github.io/discord-webhooks-guide/structure/embed/fields.html + string sField6Value; ///< https://birdie0.github.io/discord-webhooks-guide/structure/embed/fields.html + int iField6Inline; ///< https://birdie0.github.io/discord-webhooks-guide/structure/embed/fields.html + string sField7Name; ///< https://birdie0.github.io/discord-webhooks-guide/structure/embed/fields.html + string sField7Value; ///< https://birdie0.github.io/discord-webhooks-guide/structure/embed/fields.html + int iField7Inline; ///< https://birdie0.github.io/discord-webhooks-guide/structure/embed/fields.html + string sField8Name; ///< https://birdie0.github.io/discord-webhooks-guide/structure/embed/fields.html + string sField8Value; ///< https://birdie0.github.io/discord-webhooks-guide/structure/embed/fields.html + int iField8Inline; ///< https://birdie0.github.io/discord-webhooks-guide/structure/embed/fields.html + string sField9Name; ///< https://birdie0.github.io/discord-webhooks-guide/structure/embed/fields.html + string sField9Value; ///< https://birdie0.github.io/discord-webhooks-guide/structure/embed/fields.html + int iField9Inline; ///< https://birdie0.github.io/discord-webhooks-guide/structure/embed/fields.html + string sField10Name; ///< https://birdie0.github.io/discord-webhooks-guide/structure/embed/fields.html + string sField10Value; ///< https://birdie0.github.io/discord-webhooks-guide/structure/embed/fields.html + int iField10Inline; ///< https://birdie0.github.io/discord-webhooks-guide/structure/embed/fields.html +}; + +/// @private We don't need this to be a part of the docs. +/// @brief Helper function to convert 0 or 1 to false or true. +/// @param iBool The integer representation of the boolean. +/// @return The string representation (true or false) of the boolean. +string IntToBoolString(int iBool); + +/// @ingroup webhook +/// @brief Builds and sends a rich webhook message based on the constructed NWNX_WebHook_Message. +/// @param host The web server to send the hook. +/// @param path The path to the hook. +/// @param stMessage A constructed NWNX_Webhook_Message. +/// @param mrkdwn Set to false if you do not wish your message's markdown be parsed. +/// @warning Your path must end with /slack if using a Discord webhook. +string NWNX_WebHook_BuildMessageForWebHook(string host, string path, struct NWNX_WebHook_Message stMessage, int mrkdwn = 1); + +string IntToBoolString(int iBool) +{ + return iBool == 0 ? "false" : "true"; +} + +string NWNX_WebHook_BuildMessageForWebHook(string host, string path, struct NWNX_WebHook_Message stMessage, int mrkdwn = 1) +{ + if (host == "discordapp.com" && GetStringRight(path, 6) != "/slack") + { + PrintString("Discord WebHook specified but path does not end with /slack"); + return ""; + } + + // Open JSON + string message = "{"; + + string sMainText = ""; + + // The only way to turn off markdown for discord is to surround the text in backticks + if (stMessage.sText != "") + { + if (host == "discordapp.com" && !mrkdwn) + sMainText = "```text\\n" + stMessage.sText + "```"; + else + sMainText = stMessage.sText; + } + message = message + "\"text\": \"" + sMainText + "\""; + + // Slack will turn off markdown + if (host != "discordapp.com" && !mrkdwn) + message = message + ",\"mrkdwn\": false"; + + // Set the user attributes for the poster + if (stMessage.sUsername != "") + message = message + ",\"username\": \"" + stMessage.sUsername + "\""; + if (stMessage.sAvatarURL != "") + message = message + ",\"icon_url\": \"" + stMessage.sAvatarURL + "\""; + + // We need to construct an attachment (embed) object + if (stMessage.sAuthorName != "" || stMessage.sAuthorURL != "" || stMessage.sAuthorIconURL != "" || + stMessage.sTitle != "" || stMessage.sURL != "" || stMessage.sDescription != "" || + stMessage.sFooterText != "" || stMessage.sFooterURL != "" || stMessage.iTimestamp > 0 || + stMessage.sColor != "" || stMessage.sThumbnailURL != "" || stMessage.sImageURL != "" || stMessage.sField1Name != "") + { + message = message + ",\"attachments\": [{\"author_name\": \"" + stMessage.sAuthorName + "\",\"author_link\": \"" + stMessage.sAuthorURL + + "\",\"author_icon\": \"" + stMessage.sAuthorIconURL + "\",\"title\": \"" + stMessage.sTitle + "\",\"title_link\": \"" + stMessage.sURL + + "\",\"text\": \"" + stMessage.sDescription + "\",\"footer\": \"" + stMessage.sFooterText + "\",\"footer_icon\": \"" + stMessage.sFooterURL + + "\",\"color\": \"" + stMessage.sColor + "\",\"thumb_url\": \"" + stMessage.sThumbnailURL + + "\",\"image_url\": \"" + stMessage.sImageURL + "\""; + + // Dont post an empty timestamp + if (stMessage.iTimestamp > 0) + message = message + ",\"ts\": \"" + IntToString(stMessage.iTimestamp) + "\""; + + // Fields to handle + if (stMessage.sField1Name != "") + { + message = message + ",\"fields\": ["; + message = message + "{\"title\": \"" + stMessage.sField1Name + "\",\"value\": \"" + stMessage.sField1Value + "\",\"short\": " + IntToBoolString(stMessage.iField1Inline) + "}"; + if (stMessage.sField2Name != "") + message = message + ",{\"title\": \"" + stMessage.sField2Name + "\",\"value\": \"" + stMessage.sField2Value + "\",\"short\": " + IntToBoolString(stMessage.iField2Inline) + "}"; + if (stMessage.sField3Name != "") + message = message + ",{\"title\": \"" + stMessage.sField3Name + "\",\"value\": \"" + stMessage.sField3Value + "\",\"short\": " + IntToBoolString(stMessage.iField3Inline) + "}"; + if (stMessage.sField4Name != "") + message = message + ",{\"title\": \"" + stMessage.sField4Name + "\",\"value\": \"" + stMessage.sField4Value + "\",\"short\": " + IntToBoolString(stMessage.iField4Inline) + "}"; + if (stMessage.sField5Name != "") + message = message + ",{\"title\": \"" + stMessage.sField5Name + "\",\"value\": \"" + stMessage.sField5Value + "\",\"short\": " + IntToBoolString(stMessage.iField5Inline) + "}"; + if (stMessage.sField6Name != "") + message = message + ",{\"title\": \"" + stMessage.sField6Name + "\",\"value\": \"" + stMessage.sField6Value + "\",\"short\": " + IntToBoolString(stMessage.iField6Inline) + "}"; + if (stMessage.sField7Name != "") + message = message + ",{\"title\": \"" + stMessage.sField7Name + "\",\"value\": \"" + stMessage.sField7Value + "\",\"short\": " + IntToBoolString(stMessage.iField7Inline) + "}"; + if (stMessage.sField8Name != "") + message = message + ",{\"title\": \"" + stMessage.sField8Name + "\",\"value\": \"" + stMessage.sField8Value + "\",\"short\": " + IntToBoolString(stMessage.iField8Inline) + "}"; + if (stMessage.sField9Name != "") + message = message + ",{\"title\": \"" + stMessage.sField9Name + "\",\"value\": \"" + stMessage.sField9Value + "\",\"short\": " + IntToBoolString(stMessage.iField9Inline) + "}"; + if (stMessage.sField10Name != "") + message = message + ",{\"title\": \"" + stMessage.sField10Name + "\",\"value\": \"" + stMessage.sField10Value + "\",\"short\": " + IntToBoolString(stMessage.iField10Inline) + "}"; + // Close fields array + message = message + "]"; + } + // Close attachments array + message = message + "}]"; + } + // Close JSON + message = message + "}"; + + return message; +} diff --git a/_module/nss/onentermod.nss b/_module/nss/onentermod.nss index a841412..eaa7b43 100644 --- a/_module/nss/onentermod.nss +++ b/_module/nss/onentermod.nss @@ -1,4 +1,12 @@ void main() { -AddJournalQuestEntry("Category000", 1, GetEnteringObject()); + + object oPC = GetEnteringObject(); + + if (!GetIsPC(oPC)) return; + + AddJournalQuestEntry("Category000", 1, oPC, FALSE, FALSE); + AddJournalQuestEntry("xprules", 1, oPC, FALSE, FALSE, FALSE); + AddJournalQuestEntry("lvl_adj", 1, oPC, FALSE, FALSE, FALSE); + } diff --git a/_release/The Horde 2 - Undead [PRC-CEP3].7z b/_release/The Horde 2 - Undead [PRC-CEP3].7z new file mode 100644 index 0000000000000000000000000000000000000000..a8fed249b30b0125be2d9ec78222a8788c2ce8ee GIT binary patch literal 365661 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%0A=PCgcp8S_ee^NsuhM_+LVE5svdRb1#f>( zI?Cw{b(-ZKmsmj6gs2t(oLWvv^YfTKCz%COlBadvl_SmSa**(6FY1TY9NNJ`v@6NJ zxGO2|$-^fz^sxU}!>cdENVtL-5`^)$n1O3Hy(cytzx+=@zXG?lOlP_P4&4i?a&e$i zN>q{NRPQ?>_9lTq&1KuYBeY+{=IEEgDuI#JPh7ZLGtaa;3`N#1RD_NjqIl3x>4{$S z|0Z~5#0cA)4a{>{`w+w%VGz4zu~-*b3<&^RYUU>OrE0T7t9!Y4u*7$kxMsL|303Uo zLd22yxD9k&Q(KkQGqsIZLD;TYqSH~9o3u<9E_R;fVT?!f&=1=8eJ_iu?*&jWP>V+Y z4d>X_*0nfVHz9M3i2RPdYk01%Rle07>d&o6#UOLgx@dkQYa%-E@4{dE{B(oeNDSl4 zkg=>`o4w|c*+;J+aOTK&l}yTpZ)UgsGV&|mk)iYTmz=T; zJd*2n&udHH<`;_&N%}B+i#%td$KzS`?9!hn{+9a)3o7cU88xx6{?yFzwD~BxxN+G= ztLSLikMBx`(CVNeV&$=d-c2*lIZ4_;a% zz=JFqeIVZJa++wpv>7pIMMjG2UfGm%L2Z)vSURy$*S-42W5xcT{a#{ySoI#S%5x;u z9bj@6D#LI!!%Ozj&?EE?96ZPzLL0lK-(jzG!7bbS4kgpcI;y)Brw@CG+J3oPTkz)ALw;UJa>@24PSZhT=@a@}}HP~Y)# zC25&tev2Vp!VTQ)OqvHBO(9;8_ff{d=rrPH(Fv@*imr;iyHy|WiPM*8c1i8saHvPp z4GxHno$AuZdg?5Dj?@03Qb`_1Ws%Em<46gM~&j&LV?Tr`VY9c~aVbsj>NU3PVo zq-&OLDAha^=ljaP2@-(l2(BvrmnZ-eT?14EV@H7}3r6Q7}Sg zvm^gKSmb4VF-rm4AwD^#kmSUh+o7aOvG$(opkEW5B&PfsV(M)ncvw)p?w;_N2ec_x zbRMTc-*d1RF-3KiB6!Ud)-AsP4d6yV;gGW7GmHqM*~|QPq?9U#dTN7qOM-U-g$d-(!&>o4ODc z-T;iug%sl!RK_O9IiH#h*99_}|F7-hYs9{s>JtE>6q1w)&u|ztY65CuZ`JqTxt<9J zaVSre79oT#G$3uJE(Av!uzL@DB^9LJ`lD0}5{rk|=3LC1ctBT<-5lVA+?%{v&)^`h#G=KKd~3RQj!?D2of1(*LY9F&DUs0KRbtVVt8 zMDYgY^ceAW*MPc4^=DwAg{Kvo*i7^f2F8qC_;3!sp?Ef{x1K4;*c%sSF2A{t1`JcK z2nA|hrl8i2f_KGNGSg#bi2GflhIP>@8033!^_5%x9oc{kHKBr07gd4YUKOJVrOcRv z`7;i$>&-rL-$&t&R;){Y_StktSbl<955h)8dEomn%f7pXp4V!*GS0Jaj@^(6Ly(*A zbm}Zt8205r)HIKPpmQJ-yU0CdTC!fh--`bHjuv{`$aL4dK+#p5-k>#8SI`OxdQ;Az zgkm|j;JmZC(T5ytZ2cu0;K%E!xJUnDP_an$ST^_<{V~XjhW>Y!P!!vCx2YMFdgsvW zp6CgvQpjOm(ZgPbGcVl`a0Rcb!05%#s*oX0%v!=Znh^h^)mCkZ;!yhu{&1 zec61cy?@&e^0~p)f_w&g*3&vjTt(g z@{inzr~BG4y+TDecOto&pS-za_X^i5C6prc+4N*wX%h1%!g^K!j17j7P@>dFsrZOh zc!)kz+reSt;Z`EMhP(cypG;*Je}gml;2IO-Pxal1ThHQ!g6Uk48ob!KZ$B}&V70dY z5J9w#zjk?r!MZdK8^n&gK~a_Z;ja!MWsISjgLeN1-iOKxqTc)QFyPciTId14Z04a=o-V z%*V}0YqDSw5*x}O0C((ETkqmq9#m_?K;i&XWl~rxUyfZSok9^=oL$I_z99QztLgmO zfC=>0982WROS@J(WTlCy?-Gx6cyv*J3@5I|%az$;>p&F^=>9LMRK}0_=`2(_^lml` zg?qei@t(l+DUU*UcI7gR-Bn`~J3(Z~I8f!_3+}KZ>x#8k4c2wQrKC+ICtq28y<~=~ z^_a853ySK6>3&AMeyb?!oVA2{mXzr=Z?*#H?VDKtr?u=ohfS>bUSwK z3vyJnTlBHSDQqm{Rf}NZ^(D4KYh#5O=qEWRQ*AHdnMhXKyU-&Y7f>q<{JhW_$4to_ zL0>#0{}ORJz-x|R4xjgWD9hcX0U0HhGjEwS!Nc#ShlJ^J zt$4?2X++epPZ`_B&WQxEpo?&CO6?Mt{{ z18J~Xp5I8bYB+EI`-7ZvIPvk+2Fbz~ca>#v=F9PR+r8d-Tu9WT6o2KN@$dYk#Wa1I|iz!py9LGXSn5;Z=nv06 zM+zN59Qec@L2#pQa57UQI4C7HcjK~~uf~f9q+pM`cyRingq`j@l~&$2J-W$m?&1-eWCc zL0M6^L$TLW1KR#2!VJ@~%8D_z@%~As=Bvb?CkzilaRceo{>eE4M2N4gvE&a574cKl zx9PQ*utTI#?3gIcL)Ve56LVRWpi?B-2Lgy6P?Ja;CFCaO0?BXa^4Y8ow&4-*s;|1z z%wp|oI7RiYQRmqfi!V=hQTM+I9CUU+q--Q^2{%KSPqu{wWmo_ryCS#o(;Vhvl5Pg6 zEXMqB^ws@30cYxx3@<}(u>`EJ&%a=Fw^sHb>OmUnfk3vaW7V;*Ubtw!B6Hsx<-71C zhx(!#oTQ%rRYTOBrQ|b(u6mTrJnX|&QcA)8vZ`eTTN`Y?mzep^5wSsfwySmX4d%nnrM$E^e$p|;UDqr6-8I~&9Gx=wB-B5f6e=b9WO(;8 zoaX%%i1yDl0G+;U66b1%as}rz&yPcnr=EK_xj?5PfpR770?{!sSf}o?{($t(c;jau zF_%({_q!%?FZvxDjAXP>2L9A9q$qYJ9`JP+eufZ8{?Id9n*ZDfpq)JQ@S%pJcKxN0S zgq1YH`3J??|9)e1%oRj2-BRx?px_0y7IZv2x`QVE3nCw5Plks9oQI?mfw96+tPlMn z6(&W?rpzjg;}ByRgEV9qyq7dtrKCWbgO{qcjOD#rV_aY~zjWUil5+1UP!T{KN>a)9 zGZ4?MvxpLF$vJ0dfvhi4hOMCkA*CdIP?ZL^N6zJQaI z6SIfSYRVIHjgp)0c`-qK#3r#pIbUYAT;=O2IXdBhEP(ri zQgz$Yi$-1YUZmvjPHrXDTz(4k#H)q_a0}tlxk6~hDmtnptAB^h)U7L?Te^5Kq<&kMHzz!kMJ5Ckw{njjL81ucC>ufth_Jwl#_41 zlmmpa>%5pz>Bf3bkLsaluB2wT7DI1GkZTI=W#9~_1*x9jJ3>UGR8oJ#XG|LL#Vtcn zJ26dI6c_^l%YE4~GtUznLVCluQ*TE}OSvN_YsJM zN}uLuXCO-}rYyRQ0hMA&xcjQM`grlKXQw#zPB9l0z5ep-0nCWW(hOOtWvxtvzs zQa~cXar?X3YgU&h`rMIXNxqv8K%{DmT$8T5WBAIxhJnl_t!Qpk(^Aj6uwPi1t?g^* zt%71us@-4%>D~2?yDfN_>sc!;`P<&o&}JHf6zWuVCg8a33E`mrTn#gbQVQgBr!Y(ofxAD$`<2_C zQ#pdH2*cG9h_dX?Xmx~uuIYS~mbVXFi(S>NRLNXD_TkmkNvzUkX+gPZy5M){Ri?;a zrLA)6$s1WF=NQ|5=boQyfC7 zthon6*vEK)vqbsHMe?>Yd%2)==#w zg)VcIm=~6jfFRwq=hGiqIGo%?3*}_sByCf|hlq!$Agl3j)zw7Gk6Q}LWpToY;3uTM4<*4m z#1%gf(d|9=|Aaugfp|mH+w_TAsC$r-dnUi*&4+Li*%kqf)4TOnD$8rj+ENWDdFdM= zDxOk^1Dq zT{B27+Yg&4xtpZFz3o7~V<(NyA@n^x>&b+TQQN@Vi&LFH zsp8zNZ1U_bi(;HX94*2J8n)nW+m0s~8pk9~tNeqcGiPaB znJK)0BY^mH5%2pxv0#=t5;ZXWkqLyC@Nqa?TGJZ+*BeJ;m6m2sBgCyg$#TyV4z|kAd$w;VAhSC&Lc!QartR&k>)`9EnJnU! zEuZKPU_I8O5Aj9g`8m4`<&uU|C`=XFU}S*Asm-{fYuV`b|gQqT@fl7~<=quLeyzs4pi}pM`4YF*n~2{F+Lvnt&e-0&j|kKc;B3F>p6km(K>&qNT9AI^0q|fmPcO^tz3>fvclGdN2eh5w(E)WS z-9=a_0-RmMd}>%RY_t4#|HD(s-t0&YeLyldc>Zc3;jrDX^TD~+2&(KSwOT2!&Dr^< z++~R-(l%We`wtPpCrUSsQ$*GU{Ci5u+R7DMZ!7kr8>#n-Don*#n44xS`We2x43?@P zqpM32Li?c>^|-_MZ-!>l6+lfRfC&OgNPX%GSZN9&8goaKPCjQ9YUZ;h72zMDd`yCn$G`X$eupDwpRr?A(zg=j-AvWq z=Zu{66(R0nub)n}LSv_#3x`OWuVf#!7+MN&i(0QiS}j>1>Z(m`=Y3qfJB0biEsm3y zBlw(Y)I^umsP1-E9epf1Tax{9ULlSylUt$*iRRrb{=S58`KVC@@uksJ*alAPyrjib z!+jW%v)t3enbZkxiWEciS|O5oN&YJWC)-7vVmk4IyHrg5OL4DiK|;OAeX!3yCdJmv zrx84%*ilLFI(V3Ae8U_B19>i|GClN8Q!dY01ux#JONfwu{mO8#mbYh2hRT7CL z>O&0Qow+Dc;!Z#GY@nH;yVYP+N*>y=qD})_ISo$P0iwQjz>~aU+b=@oCE%}hxzcB| zUHeqN?)C6U2Z0W3&)N>B{Gzncja}PB!9drpwozb zc?D}fb)FXNCD*zB@(^u`Dc4Zi80~)zBK-Xq)p8 zRn&db9AfBwb-$Sj}+M&-MT?p2m!xJ;4;(4nG3o7he!(lM6r{((G z@0fxJ?a+TEjlxT`R_^)k1sHtEG8fU=(8l|9P>7oG-05HQ`)AiOzz{35fC(Fyl0jNM zRXZgNT0+6D(K+t?afw%@st&jlU5y(ud(Uvg7oRLOtrbS=U;G#Em3*E4YJW8m$0R>H zt6@M3X(Nz7Hi&cjHbJs3o|X^yj3qfbG!4-1ild5jMv)qC{v}Vm#YR5?%6=)_LDw5_ zlZ(rZyhb1`drQqo(J(b^c|haokGBh|bm0(8Yc5xwYZ?YR#Aq=GEM}OG{9l&>cb{H- zEy84~n3kP`TnPqYqF?=74ly0})RVj70E43t79OL+Ti~c{D#s!$Vvb&T(2?tR!1y7& zGxO`I9p^kLAd@B_3UB3IDDF5uL4jmxI$a&3+eJ(}jSA6h=ps9)?seo3pI0}laq;SRDD0R%& zE%Gl^3$~!Ehr$u30c%0a*j!#6o>QxTp}8Ymrg$z4Yf_)Hpe$7l)IaXWF#p&yT%*4a zsO!OuQS(;TZpK5+~Ie%qAnJ9>u^cJA)o_2{wjIREURctQ}fSSj>paHRhbxyqfJ42+? zbP-(XPwX<5je{PKD!}&I%i;d&)l?uqLeeGBGADCXTLN!=pb|;>ZSXy%AP3O8VLzgs zyi+qX2zDDL179_oQJCGK3LD+fwZAcSJ=-Y3G_MIlE3sBJG=gM3pT?q5H_akcCGAvu zNRE&PrOpI}$Cvb*T_hCAY(LN4sj?zAU$x%?48U{?mKa|wwLub)=kzv5oeh%kWHf0}^*rbgvocuj z5i>eSG0fe)0)A$=ZV6a4tI|>_Z=pj`0gQJ@8g)h+%R;agi_oDR$*OZKKmu(iwS7eB z@Zw_CGh66dOX_GUL$8Lhu=0=Yk{)-o{3EGTSBoytZkeWlz z%&lJ(l1^z3q)cS`UNh%;$U}R03}9pxIsp~WK>RK$>)9Sb_!44?v#rCHr(?YwZZ0P!lKAvr=OxZ_Z1G!W?b%-jg)L8 zt&|6A1zrM4RSJLIK2dp)Y(_{u0QAbVNs`MF7oD?_ZJmEZ26;M7sNtap0NAjD+0m;ox!OM}Re5am+XwRcFLWqR2UYa-ZM z^OY5+mr9|v4$?2J=5kJx6e$b!6cU{i{_VcRW#u$dI zoN_4LAA25L?vvN?l|-tm0f5K`W9To?&r6Y)+g={#WbY_V_d&17_L9~SY75T1J0)!Y zw(#V@Fx50y%HXsqBaH`o+r0UxU7i~G!V93+V*n3&Yuzc@#7%fQYxFM)DCB&I`U){f zIEX13+n)IE6g+9UVv8~)Ign*qo0xh-HfTO_Gyt05{Ji(iN^rcE@}ADWQenAjD1`%l zjtb6Hec1<<04og*;~lrleWL8xf!^X@L9nghk(NMV2>EjXgf8^YQUE=dC(>iA&MX^- z0a|h7FD4_!b@F*+e|6R!R8PF!I=qQXR3~>o$|n>XbY-4wxS;%9%r`%OM-L8cR6^A%tQtQoN1qsPT;TthhGtWD0H z=2U$4mWHf`eet?5%71MR45PgEavO~25?)RE?6RY9h4-%B!|&ODq|qcy#ffBis1Cd` zcja>veUpl@Wc8s@=hW6|z(Qh}O#D*W_m=IvP<&C{{PP61xTPb^lDYUY56$Oh2~14^B(*Ijb z(&5bgm;J20Vag*$g7W{ijT}&@o2R`EJPPB3ROM@L$A6ap*+fgm2D1mf%_ilL0jkh) ze&lXZg_i%idWFTnB7so)!=~v7ApV8VfJ;+sL`&R{O3+n^XCPu!@s`~FtvG1$<<*QFzT?~ydwBT^;c)e_z z$49Lqs=2sQnh>z7c!S0KGVWEF0wnz>dmY~?(tDRUytHARtwr%m%Pj(>4?o*T>8*>ojP=GSUNk7$xGJ=95AI7Kl@ z(8?C6{b1X74-Fw*@jjhbuUo0?y#rGgzC<;JV!q?MTn0?bBULEyNYsy%InwdX2s;B> zj9G2Dd_#U*T;Pp<6!uR^;rk}mfE7y!8NXMN!RPdw9v|ipLT=NEQtQ9S@RrK_fK2@g zfy1gf_gc;we4|VAL2TN#OZ9o3Z2%ZyJTP?GvvNNKjRCyRX4WXQ$@_`L8${Mpx$eq0 zVr7Zc82*)4VV14|1x=O9h;8k#Ih3qmSVFMVT%BPyE-Ip0T9--GI>I?K-{AiA+eK*c z(XPu52D>av2~-NKC-@D#SCPzk^u=Mf&)O1;F5FlidNMm$P5gl}8)_?^@nC_bBTi}P>!Aq#g zLbRiy93%uz2(viG0{attKbz7*#)~}J-oQUIoY|U}{nC;|2lm0apuWO*O_9QNR*X6S z@L@}HRU$Qo<$zmA>@kJfxc ztLaCA$WUELD5AO54hbk1oH4+j7A~I<-j1Gk(WV>vIFy5=b~b&rtXixq(6U}RX;6hu$Z?;Lh(G%T+zfuz|9=a8!kXvfIab=28P2^k zw(3W{@$R&SGAi?hir4|;_FA{yAq@BMowVqO7TOJR&}kv+%$3y=|izE8bGvtL@DYN-OE(Ta(@oP>??DpG<}!#XKaI zOXqiAXI;#iEB3Nn)GT_`9I>Wq0Y`Anes=EneL$09Lz#r+y@@*+FbhB0$5G&cKyAQl z&|xyh8K*X{puUDH24myDS20Y}em(x%kH-<{Mv2RiydCdu(Si^YA<-l~_JKb;ZOK(3 zV@x+u@~<~GUu~$aEGGV!iW&s7n*{N(aIzd1cx^a=8Yrd9)P8wmt`J453w1Fr^o2n2uYiEkVAu@m4Y~+do@p)y$5zPCT!~8`tFnUTeJk}a zV_@wjsbhZgeKI|>U<=Ow8UFIfYULPUO?#UVZBcz^PclCFKO3MQAwKF^9|%|_xH8~7 zIy0CEF67Zr)E}(-f%$ItdsCqu7;+=QfuWkXr3guu1t)UjPv;(=l@*jV1QfL?jszDy z(T-g82jhgyb|yDuvnCC{35q+@F?yn!IfYkwrBHbYr+YcgU4#^X)(c`?(s3K^uV@@D z(uTcEW!PLkyRbjE11^Vq{a6wt-uVl~LOvPM{{Z?(uVmomxowqHlVs@tm1gqLfF%^l z5r%Hr@1k6+QldicC*3`;zvKt`rNUm!GU3?If_pc8dCvMqDCAF#?R$aZGwZYos>JYJtLGq8=`;@;kjDBttYv5Q5M^o zJXLF2r^sIj;RT-8aB-!8=Jm0Cz`)NFc1`T?I5hXutAIz%9sdm6w%IV?CasQ1r8Nr_ zLw4CJU!St92VP^~VvABC2Li$+4xFhswL$mtPnqN4)#SdGhFg@vOKJQU`glXaj4(iC{uv9SY3u+zXs z(7U~1iuaw~CrIUWTZbS3A@R@R<$Uk(8KUqZj`;h{HUG@Y3;`7tXh?+m#SUr*1zIw= z=+e2V^U-1|jPX(W9w>{aBZ;79I0zPHX%Do?kwh-ACdf!6_2!~s&^Gg~vo__K8C2D; z9n6Po!j$y<8?asbX{$3r#iLfFOT0Fi;dQN|hBEFuJ0e27d>DNLf85&sXLRlv zzSZwaFF5V&ERC~=Cu4$mb!qaJr8GkR5lXXAD97H}PW}?U=E5qYnw@ zu3#ztb$9jQ+>q@pjGl9S=2qJ8rr|7<2I!G~G#aq8s{HRLfyB)oppO1Za&8By() z^w4$TKSh+4%kxO1mI>ULwcELzcaMp?Z>0uK0^lp}Lj%AE38h%|4M}$X`738J74`5U zovs+CeGyp}IP{%xKIxr~cd+b-r~%0FuKbYIe`Z7UaYAajQZ?C(9Ru)=vhp?nU zc2AQ3?vhr)sT^qKVI~U{$`~`qDr-hpIXCf(AS|G!vBeY0X{zl)4P29q8#+OS66%J| z?fb%MONXEy^Wxx=7l3({CoMP@m+p&Qv^5yS|0R&K2PQpTvI!a*)$@u}T}q+P!6Oi9 z#;is2h&pNLXHiXrHMLo%Wvf*KyQj!(v+P6HH#ruCOj^P+L9AcP)c9b+PXrGtKjBJS_6~XD0unW(WS9^?y4O*(yW^Wnu=6yrN0M#K%e|DbhQXqzI(3u9}D= zu=29oC~%_T$#mBUIyFdTomKf(1}EQPUI*L_b!@IsZJrF4IG<7;v1z1VIBhOb6{a%V;&>NqIuiCl zT03fG;{E)0tO&Fu@(D;GtvWd8tWF9^?p+w1Ag~4(ia?XanWL%f`eTQ@@1^%@1t(g8 zIny;CFk^G0_;yp>VQG4#W9N7NC}FWx|4HF#?p@V!>NpZamKnd%VB6{iWgYm$(|E(g z#=xa2i!Fl1Oza(;@r85*ZELT5D)-P|bNKVFVb=Esx3`caKf7+ne5)k<3qVNxUMfBe^UbmkgTFW=MW_ zY3#ScVSBey?EcUn%$=-^dkxQ;+r@mGwLlcraI$;2tJ3X-TkClzsTk-XoqjR4yRr9^ z<_ZEVC`_@RGa=QanYuTAZ{!UYaNF`ttel_yaM-?^JO|hgj+|q1u=AUVea&AKz^8(k zV;N1H3>>dE#pkNdRy_mPR6>%g?=VEfO&jDPnU@M)RJ=(vCm~kdxlwqBRm`GL>hF;4 zj;ByXfVgP6J$FVkvi%zjD!kwsZU?0l=K8lc2SMTNHi7rtvpveNQ>wqwaO(m`-`Kvg?f&r4g;;0*0Q;KH zwfbi5sH-+}Oy~b`ey*eXfsRn(uzZr3)FUJDSQ)VPiBeh+pF~}MU=f*F0%#W5uZwR2 zK^N37!1v&vK9Bvg{)GSLJ*7v-j$>tFxIwHowNqK?8wLKrZ|sW2Wf81@+%lyz{rJLm zTlY)flR$3F>^I43<{4|Pa?D*m`1jieqaZfGK&n1i?p4US!JZL%S|2~_vmYnqIgE&# zl(>IWL~}_fIYBoQ-1a1X`QHjd00C3`Y&3#xjixD79C4F0I~S($)ty&Gv8cXynmri9 z*pnd$nY!cE$T#DBk=`F>@`KP$Qx00J@m=-^IpP>RI)A^~fp)-I@U0H%)1cf2%PxpA z0dT8W!-PYp_0GbNs)t`THowj+E}jEP%MpSYT+@FQr3R%1lJsFFz7jnGjuSTAu;wtRK-E9BFmvc42k_{&8ixtY6X9(Q(HM=* z?#dySSe^o)F=dR*Mrj21kPIvWGS6DkCMf#@q)y`>#P|8ZC;_k>aR^Od*p zZ^_7u!m^2(G3P=lqwbeyczrljmg2V+Rz0>&Q*Uyh;eCLFG4?@KRbYc-AZ0z22~y5X zZ~J$_jZF?x@{h5*dT6CAiu`mK{5Sm?tk_%tM?kp0noQx$AiM}ue?M8Y2!o#XJOr0? zu>4v5Yxe=(fGH4i!9cHYaeCb+ytLZ^H?4UfJyXIT1$aepg@@@onF8PtbveZ(1aR=3 zhkdKPfo)!dsWDH#YG0)pzC|p2fAtf6+Z2hTZes3Cw|v59P~HX`vNNiTSh2B$u8R60 zVttwnd>-zMJY*4*$Bwvlv3H;~hnA&ME8jT8ic23K>Ut7q42XDuP%&T%o zFJDd6knaLML<(>nR-9()q5`x`g{GAI@@PnT8nEtqioK*OyF*cw+bVvUh07e=uZq9$ zn?1A}=s0=cHUUeVID&PimQ|k~tk2!w4e7k+gA|?F=s_fRAs^(nVbDs2n3eK#dk1P8Q_b|oih6nTuNxsViUU^79x8JM4hx60}|zfyEk)Dm3YMi|s=*jJdc2D-=cXNtI`Iz8xnp``jBiKsrb!!rgO;=xZkx zkMb5>UHkt$PGj;DKZb#$2DZ<;QF6bkJXgch}#s6NhyiO4Jr(*hasEzsWgj8^PEQ?v2IHX{353D<-eN^C&>Ijzgz4iAL58F^^%=JiVpk@g z3M*KPZu*CJDTl-C@hpw~0qYngf}(F{F*A zsddp7X9s`A5G0=B4{6>6XI`6YglilEilfoq2ZTCTv$4f%G{#YCLW5Oni?E-&^S_E3 zblCv7(-3_VSoZ%7#aGqQu$;6$yR@3v6gh~KL>1cyaudN^=5mejF-lT%Nc zK27)N`W??;VH6o;z=j=CS&P!?U0|NBSEgg&R{gccSM{sNSbIEjA~c0o**{*Go5W*l~)T* zx`@+r!IeJoqYgb}9y$6&1cC@ow`CH}PTyw%i|N@>1E=xh>_M0qt?zLm;Y|XqL^hg; z4KNh0PX-p5PXRxAUo9n(CAl-P4Yl4yO?D;7uRXVtWWnWRb2vUp@cgJ26H%oh;aobT zf)9bX0j6e{!Pj!rouq{=@=lm;pl9YmAm}JLX{N{E)c9k6oTxey zEE4#8_pbahLV51Ro2zL0fmbZ5SKv8moT?Lsw;wl@>ZMO0V+FK?K{=>>D2&(TaxCL^ z5sAUJ$XUO^5{24yuJxV)h|-~*%xipWE4GB$m?n{wL6Bt!Pdqvd_$MLuQRL0b@xjUZ z($Z{lpESgrYxpWxcRV^G$v)^E-3jOrqjC9vEQu_Dt;mNKatMLDjsVyBuZ_U>WxS4> zpgDa7$(Rk4*Sgr`7pzhe90`L$q9V`+Egu^Sw&%%D!`G0GoZdE3epLlC0|-{rcue< zJ&@re{=q=NwngkP{d3cUZEyYK3rh|*z$3muLIu*6!n)LuM<>NH%1YRRJmaKkQGcy}{AN+1P58D@AG zM1RrAV;IHERTO-NuwMIpvkwE;T)IPE|1csz)T#d$^;2;5UH3dbe9w-&3$l2sXh2=$ zxWq?`I*~;qf?Um_&-ct9Acu-xF<*oPmElaC{h0zA7ALooF9Cb3>3;PCS8e6X4%|_B zyImriQs`IOLd)n+D=ivBK3r;p^A+(N#^ky=7H^!0Ls{YECw{4&h98#ohujWoYn_=Q z_swtKA@5S$Dtq?$5Nl5Mn6`CJU(3{N))Jbg9jkirmGVRMDJUe_i^*o^z9>4OkNzQb zcm)XVpz<iFT5#}epL+J~gLIcB;O{YR3BnK8}zDl_q_;ado zfW2U8mE9zWN=i1rb_|Ee+_2QeDj)&kFm$PjvC|M4=YuHs-MBAZ$*Kr2s~C+x7z?h} z-%WbMAz5?Qz|L=hx#p9IRCy>zCfH^`*RTf1)r3hgfM=uTr*^1#BIN47WHrNHEd>TQXn{e`r<9>NUaYTb_fQx zH4B|Y8>tBYpYt%ZX7ySdDtXI)gC%tac|3$`9rJtl5bngl#VYm@Bqgld!G?34)Wc*u z;%*ssW>P@uH;nGScS6x*EQ-^M{HZR56Wk!IHeGCtW_eryDphMdYaAMVz%I0u+6Ii9 zk(i~xRPOeSz}C8o?OGWu*eW6Gfb6Pqdm9c8x+YT1+@~ZGA2AWe!|cAHdccgdRqXFZ zu>X)UEpr2)QkUW=OLC#u`+kRG15@C2bYPv6W%l`#_Y7pFNhn`dBI-|=#EsVki+zm` z2NoS9$Xt{+Sy($!m}_H8rE{UOPAB3_*EYW;_atPqSD((22+#SLMulgVAwHF#oZbZ& z@;)$w4!F^R7_dX7J3clU<0AWtm3}AFr*Y&g4+L$hn&2~=m5Q(SIM>1V_o})TP0CO| zACM?+8v|4#?vH2SdMR0f=nJqJ%OP@DOD2exN-ktJwlgTg{Fi7q?BP&@q#qUN?Do#? zSA(`tzmwM06s-s$EggmA18{XWbrmU5o4-?~WIcSW+M=5ik^DoCbyF52-V1a8xknt0 z94YU#wCfxIjC%nK6N;OqlBnR>i?(!BMqzvd>j6nMI}l4n@0osQBM`&sUVdvD^J|>` zN97ABpiLYH7I}$?{p+4g{Y;tp30#(fkV=g!;HNn_I{eN>OmHwsM4_IpG$$}t*pLy& zX+_TtR{lEjav|B=^9DNRkf?LNgg7@Nz|(K5J?Hs`8uz?c0Z3gP{;g+zDs4Tw~O(b$JdM5}T%vhzsr>=F;X{Nn>}n{~;VpNxA!(4gra)bw7JD%GIQJ#ya|P z`xWw3f`7yr3VFWChFuSYP$SUOAje)t#kwPjn}PP9x#$DK7rCUX|M#G&17SFSn+(s` zgxogn=SX%?<*C|Wh_QobeVO=aAK{u__)VAIcAc%$4i!q^9aSta6fNJ*-N)aV!J=5h zR52Da8xV=6KVq&!WeJNhbmopDz=D_5zuKS9z#0t z1`4xJG5t}uA+vk!8`0rN&@GtDW_w+Xj3@nr z(}>-C_TT~aysNZNn1`2n3(RD+0yF2vnta2R~}>sr^JxJ9+m3*BuFq}ZZyjE;j>D# zaP>=muyL9C%8(*TA#h^jgRw5d9Rc?D@F4OOi@SJ!yvp;zfJa)Uf+ZR5Du5=Ubkaht!(wo@1LhMqA=0nm&+_@^z8UG*4eaaQPEjcAkhcb0fouu zk5u07B_WM}Qkm{p*p#3xSiw3_j({g7+mz8|mOcD*uMW$+ADy8~Pm@t}FD=Vjl+fr53jx zdIdvBnCxb!A^w<}RxQZMs@y8?~;rpbNzH^(0FlTRZ-+%8H3{0g8X z%bOZjZ?ubXC@{l|I2K%Uw*}{4>o)&qOb?>95Kml_#7XAq|L>6yp-e1EfDJldJK*V zYo_?qZMQ8kHTLn*IyaqY`2|3t0u|Wn#iDO7B9#4neX@~7-{NJl$dcX3sjYK8iZ|30 zL>o6gK-YPeQ2=zU_``C60cki6fNUsKP`4GPB()^j`8Y0Go}Nd%e@i2S_KnYeh{x$t z>aN7!q<6^F*uVX%f)twVns}I#>Uy=(V+kYm)m8QK=*ik>QkpP{Jqxva16i8!Lg0IH zauv5~suHh)^Rzg*FO!F844`tU4-8`-N|oru8HEpTHg%y@8Dk-)wt;D7gaG|z475+d z6acl}9|-kNh*wb~s$vJ5J1p7Ew?I++&iJ3qA@>pb7cMmNKO+taT1y5w{yxt-X=_lRgdsadqGc}?V7L-sDIg$E>> z035bA2<-GY_3I*`!d!`a&ULB4RnQU0`f|jo?6edF$4$7w_!C zhK&sQ8R#L?i>Fy1)>%!H+XR%VIK>#D=9A!65;JoG3vv5N?Y8g7*zCDd@$%1aZ zNE=vJ(|-ya0=WQY*LjM)+Z}_)lfPl#_W<5>AC6@Kv0mqlV zu~3uJ_(Vk{`SNay9l%a{{Y~FlkLA+uV1`7P@x{ceZl{$Pd%6yH;oJ6RU(+p4?d(~# zZXjz2=RoxB==fYO#uqXW&Vtv3whyWTN?(t2QyRTk~<_tSaNU)`Dyn=vhe_8=u z3~Ub~WR}4+k!Iyl^Q>lv<;+r748*RFjW&pH)^HG;Pyp*ZG)r8EH|+#>N_fZs{oYH# z(a2DNZmm8Asa zVf@{xry;a8-m30?mHYo0<=$i%TC%Sl&V)H?D8AsYgG!pB*#+djCG=c@!5Tu+n;;qx z<81sPiB_BPRZa@ONxn#2)6_${o&=%kH z*JPk!)W_yg#$x#WDcA{H$N&=>>|2=ESvB{Wl3*Xb!%Mw5w=Be&MYcv<^O`1qCHBl`liG48_Fo3IT zt=#Zou0@tpWPJ-Fgx$MHm@u-aG(Z&zNcuXbuxD|~TT3t11z+Ft{-*u)g4NVG=hYn} z7Ot$yWyT!&-g`Mxk_^~}Y2UX2y=TmqC#sQX>1Yol265v}Ckgu3Tm8VihENNAQTvo0 zrCo>Y$9orGl~nG3`8?1hw-&79B_{yUt_eHLl_KsWl6>l5c_#0)p}Hn6Su-!*FHL2> zOKTx}eiZ2>kvJZQjw1TWke$uvPJPe)+^48D1lF9wJ$%*i68wGq_nkTQ$vS#$o^u30h*?n`+$7(Ww^itJ*(R~* z2?4D>l;@FQL-SA(%UfOh39^gW52i8~= zAJj`T%^4rYUOxC59x3e*LM-Tu0j(Po*&oc*SN2!_la`&ZACCRMPbo=j{#?Hk6+LK` z&*I~G4RAQ+jWyc$;pF8acl|vC`z?1TFKH+rMAzn}huYD{nWKC-k0a%&GAQdT93arm zi2L7~S<3icc1Cex2cStwb*Ox%5q;(;;L2}|=Th|$mIQ{r~kYhtZ>iWm6?71&tWYE(D&43Kn=1&{2a zFT3ZvvPMWBgXb@o56jR@uNqqAL}Ez3X#9MgYtyf?B7DMa&C>(B!s#!sB~}fjuq|d< z9T50AR6R>Xflkjz#!#$%Gbwh&KP8;ej@v$UhK?P{Xg#tvA(b^ugx<|?cWN9PXRAL$ z*$E5M-7Pext8PZU*!`z}5Q74)jk7L5JA?;J(H`K!5Ak78*}h?ZwpgB99GQN2!WGza^R(ywfOv^&jm8CL4dzhd(DD zxBR;f*dfXrPjSw-lJk?K=Wd(iBule>pxl2>zmL zB%2Uo7?x8i+1EV-BPZpW3$e>SLlLtIdF<%35Cm?zc7;>FAiVcipsOPJn4!XFIJ?l& z5xk@a#@FVyo9gJOhw3rvdE+coHDsbhXsG#Z8J_`TU|f5*KX+zPW(<%kJmd6H3;oX48?^9a_CKo^kusJbZ%Gj;{Y&hUB zqUXBO^BO<~yOvz-Xw3=>b3f}KikjhuDmRg)Ue_RluF}dZf^1&lv-jNi#F%fd8~oTr zxz02IVJ7e(bES9m4$Rs(Gio;^*(M^uQwv}k7OK57H6rSIiE0zr=KQSt9oFi`1ZWjZ z<8L2c=-DCLWdeQ)ef{m?N|5|H(HzZ!n3@@V`yrLd-igJ?5PYD^Tefa9;}TiWN>M#) zRZ~V&ump#{W+=Q4At$7UvAxAh+6C~{3dft=wFh~qx346`vsyY^tXW7A2FofYw%8>b zL(d*X=be1ABF2SEX?nrolt+x#U2a?r&s@x$u4PAJl+mrI;k{ zOHILBv?3bTGWHUi|F4q!t~Q>>DE;m?8w9P)9eBS*S$EpPV%H|3 zvRpY$#iv607weurl!XiRcuURg+<6!g&=+-i^kGz&$e0T8Vf&85-^3uu1ex(wSm|Uy z;y26EXJjsCmHZLEubrW540PxnXI3H(e`$l&W*|-fgV;n?6caauGxnwfU}g*ZLTOZ5O>gY2{t89a6rrz5TKq z0bY|(LU|R=p9FRHdgCuGKwa`4pf56xIgFf6Gi+23i}r19 zcGJf8UIKf)%kS0jH%Z3P(h|kopTE=L;#9SMW}jQv6a57We0!s!=I9}nA3nhl*R(^u4d7<5}I`s0vqD24%fh?K)z`q zLN~Ygw0(AZ)=YdOyrDAG*vA9&b0K5|T~rS;*XkZ9qK9-uQ=p;X9||*7#)aJmrxQb_ z^}Nbqa{P6K73#2XBNZyRYIsIq7k`aaJv3px z1GKx25E54h;ypRPu@*oT?9tAgi>Ql4{!=%Zn45Cc`Zujr%>CE*V-3mZ&_}1#X$F{@h>HVNo5` ztjw=<-$VU zkVrnY->eR{Nqs_PU?3kD)HB8w=OHqXumG)Pnehy?uP!)a*OmJbKDW`NA>Ro&bDkC? zvqE*0?_UVw+bA{P_g?C-=Yha0Bb&PIghFW%=(K8-3+1kn?xra{q>wEiVeOI&>}jG} z`mTL`qVKH_ZI$vf`#)gplTG+<4hCtFKm@^oxjBKg+Ha#vbTc$;Xfo@luZi6Y!llGR z>%S8>z+3Q2K5M$t(T(nEn-*N-XPiYk!32b$m{jvlcH* zQnGh3TE`>xxxQ@K_t_Nlkg|o}X|uy*!G(<6C);yy0Jy*WDU#ql+OlxW2{6S@O_Kp= zEgxAId)7Gj7*83p1el8r%BxF?j5y|6B_9w!tY3_}n6$_^q026)U78RGA9))zhCP!!>osBi2isKi63^<6IJ&SQWU?g`$17)P0ZP+&JKcrz65dbez7v%ov zS*8O}O9j>k6;RImszSD!Nv2Ye*a-v&x*UDAs|9V=5B9(ZxVWc9hUqo*k9A*0z-Q6R zDiB;kAC}o`pn~uc+`)nGfen-HlF%aZNS7a8>1rTN_W6%m2LC_;DCGl*-w>6F^EB6J zaa*{Yk%u*H%qrZGGAOQJ_2uRb)fPj-JrX&2I6L!|b!dO=r%b7@XmdoWtbLM6+2}|D zlo~p(F=DyslJ?(b3!wol5b(vYIV0-B?I4^Mw4q$)(jbr*eQsQzQ@t_|2%k)`aZe6l z^z}LazrZ3PQ!sY_{}|O%SiIYK_hE+4fCL0FBWEu}YK7f>eYBbCZN0Ghu5QgS zS5s&nE4DjcPnu^0GIl!oY2A`#yR=iEzB9o<1mNFOy!&#;&8uy!kJT~G_G70)c*ge! zdxj>~({D>*p7|FzzR0j?e$oSZUh);}`pn`CWb%`h(mq^)4j|b0a#FbkY}ixiQa|l_GZ2vZnp>;Iw!LDFcNa)if z`k3ATYx5l!2_HniZg}??wOFx={5QfoM&O^NlT0tF&T4f_RfCM|{ns*BA1XUJ_*_|y z$WkKM*6^zPdZ}&5QN^WD(&e4!I?Hi8v>PQso|pJXTa_jW1Nkk8sl@XZ~MC-aga-)V;0-Wxl0x&n!WH zkbP@supcdgXpcB_4I)M1fcc|hq9)Z7eZ3W?GIcKYqJ$#&hWTc=oF#j5(b?b=4rS5l zY>)9s;i&T;-jDJRMUN&iMmDMK;haf@wa}S=>RB6K|AI=B61>Q!rUpzUNf3_ISGK%9 zPN#XH0L`}iU4N`Vp$CFB=0Jx!l!;xb*O3y1lzV!iCg3ak+l$9 z{fwFW)pE8MA+qvLGN7u<76r})Z2ivw%dMpcA;E{$<6ZMZ)(!1f<{?paeryk#mnGgh z_^TCV;^x!=-_11Y)l5Htf9TW64CUA?*Gp{C}wy&@mR^5IFlMX;Mzq6 zS_b)-jUbP=TLhsSVGM^1|I|fDr9>1IU8Z*894rtYo3Qy8@BdKa*R?bkJ5{eBld3N~ z^tKcqYgW7421I4-!>7BrH*p(|8KXMNgAUbxKraZk@1E;SR zk|b=ms9;N`d#$a~MwwZvZjXVO@4{$>H&ygh>jN5WqN#t?p z+H64^5@}5=pqZu?a>Rww-C~~Bv*=B5;J9m{%mpiF+J35*-<`F7q5#+O$Gn9>@d#WC zI3CZoTQqiR7bq?A_V>Q)tUygC@qS4lPkh$sVBGCl7n#v-+Xc$Oyn!lP^x(}c-dYB6 zMOX7tt|C`o@l2J6tm`@2JfnY%MhKW;*TIc0uc|1CzQrtAST|)lvSBr#akwcAD`WRK zEK9DEl{+M_*ok_bgq@C5W|cGg0fn=?^mI4{E}~~G8luf4e7m$pn$8rSInma{Rh+|A zK6U>L?R_B*&%!FqwiC3yLXWrQ2%fJINm7&ehOwYz2FxrHI_~w#psbbTJrp#@OJ52GBPmHMamT5mlbv)0v%HlCdThY@w+;TYbycsJ#Q+`0gXAr zsITx&SmD$1Y~P81=~Pnx@R#}hLb}n_$S`^kN##8K@dA{Qp;5HcS5OA+GzWMTh8ero zBJhUmRXqFnlXJWG{d7-IzHpce_7#u>IZ4A$e=reya-@8#n9rr-cl5p53XwuWbh;;` zzQkRNDxb1Xu`y*@vG!{kUx9}n)(5R3%f_4Lvi zLMWviGwx&^jp6RR%%dBn>f9QN?vpe<|KKo(M7Vw&#rh!#NP+=5!Rp=WPqYo8*g%8c zaS7OmPZj;VjdtMBRcoC69edRMrZt*`pRmI_ju)DGhi#HZ4elI`-y{8dbmcsPdZ#fD zcULXNpWA*P9mzTLjzuoIUJ_+B!T^HM{sX@nBcR( zh>}m`ibth?#Qh5d{sd4gQdc)ratQFEmKm6q&^OEk>~#Qf7TiF9ykf{vNM%58jOO3I|lfJnGE@LN*6Xr&%0Mc5_GT|;F-iVE`ikI4WvG= zUz#xrR)O1;NX_zmTEiDd8D8|cj{FKlUZXRfiXt6R2CCb*o+We^Idhux5gMvT*OFyGA#*H&}6v7Ka0wF6*jA60Vv@TMTp|4O$=Sblg;;a*PnA&(kCP@`5>>1 zZx(OgXi);L9wZ#_{0x@(*uu&cg$}D4)4m@WXN~SMNZS^qTn?os%H>=9Fg4p9ss?7- z4H3Vn-HWqv-Pp^!e9Tpt&xo&2R@emorI?EYU4b!~4Xjf>bvd>B+cwsh`}*oq^kfu0 zh-M?TPagtfanI+6q2-#OIsWq`v?@?DcJ-mSDr2eISEJuUc|)qrG!}~<;fhpZGJv-* zYY~=-cfhr)2c*Z2au0@=7^6Wg6jEvN6{S_jtTNq*>NgbVGM0VksP%*tWa{N%9cqN_ ziV)Hl(PX^eo3sQ?fG|cH9=O0waw)?pNLYp*4Cktv2mSc~ETm;xMuzgHm+M|38`{6&gTM{{|5Eh;N4~CL- z5C+7x)YWt#-3G!_lT0iMD}^=+eJVn)9$f0|=8aU7K)c(=!1#Wq+5eMsE5^1n` zqQy;qE?s3Sg!w$(pYwqKRmDPYy6MHlHNNdCXUaS3(rd zSEl9@A9`_A$37k371zi%%4mpjlkr!?Co)V!Flw}sj-zGewia1 zBLEvGw%&vzD|xXgA_%<5?QW<>^#8ra6N%`%uVGJlEEljpuLQ|(p91cgs~5$LD6dES zZKe97`|T4k8LDB6h5POv@lvtfk7Xge$ik!m5ZM7**K~EPhd71jQ&14zNr;wRy5 zBQP?M8;C?d+H%_%z8Z6^k*lfoJ)h3d4x=EZ-!kXRsuvh4E#)|~(7>4zMQ2YCU)(AZ z6Pe5jSAcG#k^iGwqvdEac5f#VljLmb_E5VGHpiq}Y20vLM<%L>qljeCbNe3cVuCygnl6&W$n}@#gX%gE=jpT|fea0icA?IGk`IWsOa3w0C zxXtkYKhviIc?y~#*v^ZUKE=tD;isN(p7Qep++HaPj+ai1H);N21#Iiw>)49=KWTTL zpI(Rm?dhn(8bbVUFoV8Kz9U0{7x|OVI8o)rw){9lX|(YGM@Up;GhxdE()L&r zLkZh>J6^4<&p9D$?-3f$L*{OTLucMGAE?YP5HZ^(t+LAj#aA$M>HY|(w_&PQ(X3(U7|wciHC zrMctzA}T``9pT=Gx7Zbsg?j*Ct)}=H$^-?ab{wbQ0w8Ra=aO8xgkZ;i)pM|sQqBE#+!xrxJxCB~dBid1f=Nqfv6WHs z?XWnx+|B`ihOXMg0lv60@6NKSFP2CYYK_k1o!&MG;`18f)q@9C%$lQEzK8e_Y>imf zz2f+OK7coZ4ayi0rr5Wp|MD1AF`&FSo}xXXqYeseL7uj4MxdsvU%vvvlvHJ3GDWfg zEeex{2za>vvNkzW&*@qdr+O3+zso36Vcw&Dvivmvc2kjv@V*_Ec#Qy19$Qp1trwYN zVg`~z=NgB-r_BANX|Z2I8KcE>*ucm>?~Nwb>7wdCA8EDB z;DCvXK7Kl6y&{V%SZ_|C>?nHr&WEe%EAd*yLJQQ}&dzN)K98L;);CprZ0|X3;ARowRZU>NkV8X`H zz2fhleBEW8*3SOM9#H6eTk5w|W z>m1PovL|vVudtrdsmiNX^GBW>TQ~g=^+jAm3Yot67W>Cont1O!?n;A$j_5g>y7dvO z_Z==v?d=ug+?7{aq?%7ijgEvn%t0xcb45;bf zHCMX7jsz%nXz`Ki5wMuPe5{E9Ytw!4FlP2FLmOp6@-yiH%Xx^X5c_vp4&d=beem%H z+98n~1~sOFdk6YRxNc&VnyHz|0Y_r&OaLS?_l^}$UcJ0*G#@$MyFu>=+eFy*CjxK> znU>hZwLA+3bb&KVH0_Gm7U66T)<`RzH4Vt+E9p_O6INfy4CJX0tM3^2@^x&%@GmK1 zN?bss^|-x!Qmc(%S2F;R4Y^l*Wsx zCME5LYr6AUmw)c9_vGV+PSM=p`x4S zXYKO2CO928-o_Uq|F>_N04Wwcjjau@-53Z3B~|NiG*@m#B$oCunpvMUw>P+ zK(hKu<$x|kxI9vr)VXJP&RmF7BgOp1Pqe{e&5(v&*le$HdaR>=4OB&6M$_H_nqq<> zq*17RX*0l!7hqHkrf%_sW;Qu{!usW42}<+%Ey)t?2(g%!wCf4b(26uS1YT4wc9&k& zz^?r`7eurg zI`7Z17@r_OV1B_hQtGr5_HqFgy`j(3<8S%L%p9Xhn^F?jQjh?NxatQzFL1ig3ezMoCuk{enc12EV#B*sFhhBeg+Rqm8%V_!VZGQ>R=$`?IzRbfNo&Lh ze_%}K^0{Tr)vj(e#P71>z$=TS`BJ$B)n%O$>Lnry+d|NLZLA-P=f)b^ninf^!v96f zkqNItmg?Kn6z~FAyk2a+n0cdVsXoeZh155Hp6CPTud9x&WlYpCei+7CG4@K_Yr-(+ z+!V_EBLpZ}X9cuGfRl+3{q86hBN=T$+vn-;V!U>S{9P{64#?n;ZESy{CM8hAhx}F~ z&V`_fAJ~Lk7uLt^g|L|z25f+z_r?VQya7DC!+LZSZmEt73{if8XO}?*BJroLULzIQ zbzVkv-$44wR$ovUObm2O{f7vhHE#J5``}*R zUys-tVPFiypiDAQa|29=$|o~cr82G}43X)s0}>I7xR^R6c@%~O$!k4$B)~rPg+Odj zw?WsAo0;cx5(-7{bsnVT@nuF zW#p(mR~F>>Ms3q$NrIpd4%B}80c)hzYTa7LkqtN}%bZa66f4v<>>j+-1|Cg(*Q}a8 zv4}XrKichIX^q-nTexH0+xI(1$?y87Xq)N=4yWV|JZ^`kUW|t=CG@JY4C5(J;u-UT zq6TJf-UW{gOagHLQw$Kj>+J$Kg@!6I;O5C!uU?BGf`GC%6&%aCN~OX(^%*waWx*^L za=~`Q*aXuyDwQYY@ncS+$f z{qnEMBvN5=7!N`d@4wHmbF`vr;)w8wg*H;(MLllia3KGB>Zg(&QdE@ph51Q?It zST9$qXXq8jgm!y{wNqw^LBeWu&L(1S8t_wZ$x(3p;M4_mQku_4)ghXbT~I)flt(-> zyhpI|T3Y31gbt|5A+mr>BmMxxJs@lrbFa?|#s&e%sH$qBM}KA`gMwG%7TJKoq&5S} ztWJrZElnIg~E@f+#F~8U# zyk2d#KL z$}{CN=|dx4MVjgX`G(mXxjvmu)a{R+Nf(*e0j-r^gOFt?*79B_pQ|P=?<-D8izv2e zzk1vp)EOq{I2|Y{6qKA0SU2cUT$H@KjZuub{-K8x5N(md#T2)}+1On_>iGOBoCED% zggb7bs=lN`^t)c+RR_+HjF!g)Xy`2ZOmkr--~%6e;Y}g3s)Lrlqrr3X2AlU|eabg6 z%WR-~Z=;QbDsVS{f}aJA&qwQ=VVG=z1Jv-twtDJSJQKvnp||VK;!o$2n6pV%hSk^+ zF+P%HAW^XeSs6wXYravE<{|`_VjBWSCPntG+1th(P$WA#f03z@9*)L>(%_m|) zK<6p|PC&80QNV@=DJ~1C#NLd*Z)d8Ro&xP+;BE@|ysM|1o^(GCXIN2Ij1Bm~dQ)ron(|!f2ACbkf6F0d1caH|b z=B^x*_y?Ur0Wb>78Ti%sP^$`^0q94gy9sY%^AuTOzaB#Q7g z)b`L8WS6p45C zm29$E{MWiREX;=@xQLL|E~YD$pAgSHor#to>(Rg(!bZ3a{x|^D!+pHEj#2e*iW5P) z?BXlctJUk4{CVawlaESs5p(+v`~<_mZO~4ch$FMCxTQ#4Ku|8XUkhRvneUhfTgkLK z3?tm3i&fl1F^eL{F8JVp(es!3kEC^d>Fd)^2q>tGA zfun=W`sgT~Mpg4ouUmn8R)jN`0=zsU**+66Q5=4l@3A2bPj20;L74GqAzSmUtQwPR zq=bRVWd_%>!mcxgS!%N_>>|xOqfM3zwR_o+a$$mzKTEPZ+n+Nqj2x_7fj3qrFyKIq z9&ZEWP*m*}3zzVMOm_7G`)MU{{leACxbm>j0l4uOIu5^Ora*`4zv! zftyoUx}dFMXp)9zK#NjkH79mHMxmIghIf!wl~kV54fYVCfq)O3gIena*I!VrM%L%3 zY3dDivo=c>d{+U<>=K12Lzo)XNSf+sjUcTXp+wm+Rwy-68JUT0KI$`(Ijx$`IwcWZ zstd!X3_BFBR>8=m_wl0Z;IrJ7dEQDjy#YN`F>n4IcmBEhAHAX-(gVH)aoZ;~E8{W! ztWt%M`=y@l9oW5KTgf!7TW^q|0-ZHR5;q}ykI}6-HL9XQz?KpYJ&QLmT z5#epGgPY$v0lM6=DT&)ZrSe(jv7*W}Ep-p5P#13|XiZd&W}HoD&BzIJ+|>ILt0$RuPSFS$belOI zM`>GGRJ4ox=E4w1_V=^$rozFp!);9&o9pygpp0l@3)|a50c)e62OrEYGZojk`j}dq zD9#;})tLU-VA^`k0{1N+4Lrlc!0oA?fbz=7*If1A!-W|mZ?g|igZF_ZtI3hO6a>T? zwt-Kp)ox6ReMon9Z}i1*DBG~hS%3+Ra}Rv^u?qo4+*NpYB$it!5%frXa$bzP zfYmN}y!7@MtMfd|MTM}=7x=mOp%aM&z3E+cZ|>9c&NF*3HT3GY$rLb*?(2K~!1}JV z9_P3LH9WkC%OZD&n|G8G0I5gYR1(r4zDd9r29}%gf9qswG!5y!n)sE*ii2NsQjr%G zhl-Ck%%TKdQ)oGp5Mro(VOuAqLLvj`!AP_H2t*fy;M0$tL_o)?cA~{3$|+6gd!7)j z`kWF#^w+EmTvvd$N^kJue@>3kv&0chzur%foYTUY*?7oD=0O?IFBt0*Ao}~X`LE9E zqgd6S;j>wrT9o`pE4!-qxe=c<;6YF5T6p(g879{d8Q3c;^<;QkQw)OVMMuF`y&~3{ zWV3Sze0(0V5o^kgB=x#~@d=emzy5br4`C z2M*%I`lOvn?Ll?KHI^Tueb9V?AA%T~S%ay-pV43p#qJ^MNyjJCq!Y<|iatPaNetOa z!UcZv3KY5yFk=iSVxp{Q|Sn`KVnP z>5?ZQf2Tc;3a(65A{0C4wn>=)fvj>c#GvV{!!{J^TUFi%K|mk3x6zwXNNLPAah>N_ zku~u`#eBCqcNF|D9*hysgihQ-AcIz8wI&bH8Arw1(KAFy_TtqsqrS% z@_wo@b4pBWl2d)up?CYc`C)ZlMgy7;fpVuXZBfaL<*BWD!s{RzGbQNL7czSc`+p+I zq>5QU%SYyr0!Wh1@}8V>)KnAXlOX8lecjzC{SNk@np*0*?2TkApV|YlpNm)kE%)EI zw=1DM*-D2@EiyK;vR1?tT8Oq;UQPW6yp5a(>BzP2VlUGUzb1V09JDnmoJfl1ie)Z? ze`yKBp7{$+m)G%6^f_hc1r>{foYn&IO-!<$KZ)zrCPZlsZw*TXU3=f0#=~$$vNjcm zLbAu$yyvIh)eNd4^p_5<^K?+%Uakc8RkN zwrQom**@4#VBTb+oqWkbNgfEM#e40K@Go&8Tp4=B9R?hxWFUUvrcZVS8SodGK1FQV zy=n@+CcZLBcpH(6gPjZ1(sEWTq#fgu|352(Xr9c^_G|?wn`Zy6UbbDTl5*Sb)v@^i zXU!3H@XUCiTis$CR!b+k$?)=~g5X(tyJ(Ew?!Jfd`SvasobAxGj2ipXn+JwhUK$<<_y6!Cmnn zSSW#0V^o{g!qfx`5w-BVI1oLP9jlw%0~LH64Rnkrc$&sX2qDErJ};1k>e$(S{7Ed$ z+h8JBP+O23fFdOAZwURljM!(599rp8)t#)zyAl^Od$n9nZR=WS$~~Z-qG06Zal-@_ zIuiB5U9T5eQbO5!H}0ExtDN65BEmkuSlq4SX6TzI?ezo#*g9zqr$L^v*>+ha>OZiM zJ$-;un|=_i@%-gKhD?_}{Y^1+gZ{g7q`%sBBCQftGrCjArnrexFa<(w(u&kUD=HcI zZXLzKu@ePdOie`lGwTYO*>QeK_3mVwc$AjnvWaHX&}g`+63A8ow!3Xvo-?lM+Z`z> zxG?MpDsve%s?=AT6BC$o-%iZWctRO1n>2)O-USL&c7mJ~eYnka+@NQZGATTev@^ zlOSTYS8a%?8~;CjQg~hbew0O6Xp_-AH@4CtaRtd4%Ryvl5)j-04dUp>1dNy_Mnh^3 zp>*wDa{0u~Dps@EWvk}=ZjHQLbMqk91eDzd{es3i8bbs~7tj=PwId66y+a8?vzs01 zy+?7g9!0ll5*mx`SA!B>Boxsj zru3K2)U1YJu=^hw0zq5ms&4xAGS0hzhU~hZcSIgwCzU0`mMZRi$ zZ!=6onJjxUm74VMK1o-r=p87GfR*yrFH6Vx>&#nvFR~!M`NjC|pl`}1%^=!hW>FvM z(4<(L&Kz1oj?aMn(Ke9`m8*I~FX6Xibq285^WanHS>44#pB(Un?{jn>Vt(Em$Duun* z#1*K#ddD$TX-M~Al5Ea^Bgf%81!ID|3APn7nJMR&W`IB(<4b6p#ODs4VG`&^G|vCv zA?Z2M!r>-_sb5NMU<)q(J`N76bVL4X?)y;U0VdaxJ))gmP((wJEPEhA>n56jkoD?<;+7>{U|KJL0z1;m6Wo z`X*OeMi0Jv$Htp=e2Whyf_RhKOT$(~SwRVcT+!z%10gg73|d(}AN#ff!N0pYhdz;D z+(7IP{$`)#FO9naT&o5I0tM#pW?1H4B zTAlqKj=Vvm3m$NO+yFfY>`a+Ws*yq+9h*0DQDcf$60@`tK(jJm1ogv8hEs^D6QvGX6*U)pb(SL-gsIPml^bqKN zB6{r1|Jr;e_3@f_!p{U*{#D9yL3ox7)vPhO2=i3%(Nc5DM-q`6D!R2Hydi<;UP$lJJZ&zMqQJ?A5 zN^0XWBgqI^T7{1V2$7b>EP9MKdT<>Pf6hc(1U-k=Y)IFk9p&2L9%J=(Ad-OMfRF3v z_X04(1}#Ce&ImeclX|*HXzOb3Gf#~I+@y4WNng(9)-w;4t}gQjG9v7EKe6p@& ziqEj#p&GL#*-PQUNb3b@*6WWgxi}q2K_q($>}c$28=!Q(#SmQ5ZsNroyxfuQ?>8~f zm~H|WzkZ2Mzrnb+)ATC{jfzfRk<&Df3d4T>gB{s$Y)n8ygvkg4Ws*sl>JPC-4V95F z;^uk@eK{G@0=1Ot{l%>rE%i_kh_B;crKjmsYJMV8WH0ss)AS{M&ZZq7a%FD1MB3Z0 zuc^@S(jKHRt;wpr>9k-|CBUULB}l2C7IFmK3g!(i4$I+Em^|JTghC#rv5zHCL6mTRP4a zdd$|5N8!lIRXZrlHsPcl%@v0xOXCa{sIETI*t6Y>lyacfi*vsI(LB)3o>J@69pPB} zqnRVXn+$e%?^S>0T*5Z-BY|88x974E+a=iNRJP4e|;Y8;n*%ibZx}^9BaD zT5+{g_P0+M`dTu$p=8g<;!T&9qOIa(P#saz4O1>`f+POC6!o1~^vl%4dMlNIr;F+% z+*7ARG1%c>_<41$ZhW`Y&54sN-$qUysr&s_$oo^4IJ!r8TJUme@~jUVc=jqEm*sgQ zL~cVC=7L`N%nOWi-wv?|fio;lN0`d<%fT_42i-dqB^0xehCx1idv#tk^~`UVG-hSW ztD|lvz+-gV(yXu|^$5AtsxAUe&#%SK*p1}DoEi-HFcvdm^>?Ms(EcR8tCqNIl8CCg z?vLDty>bVeGMhfQx$s)F4IG!@#xL`zF&b0NG)$T~AJAVHR-WK(cxttu9OXcH|K|+p z!7g#@AB#SD97T9Xn?*Dy@s-dP#CGO{1m$S&r1!+`rP;H9`Ud5fQt8zphajp_ZIu{4X@@#>5Hseb71`xkGRc=cLZYQcQ0|- zL4zEMx`vdF_E#@Giy5FAUh()6ePy;2^vi8k<;Pdovn$DkOpISFAZ9t|bsLcFOCQ&j zS{U^zdh2C0_Zffgtqs@o=3MUTgfEDUPQ))~1J$t(k)UR%-~L@)BnsVT#XPGIZ1Uw= zzk2eKHO0`NHIRII*pZ94s2`BEvFQ=xs7Io;jpVd&@)jCFrvJ#@N!tJ#aa;L&iC96W zMqm6o%(=?WyO}*fW#bkg%>|1_5&)eds`>%vkp;fL1Mdsjt`v~5HnS^>U{?9YDYoJL z<`rX6dK-$3Q7s3MN&PCc)oL>m^h&`9D;8C_tkyxVv%Bw|I zYM23KpyI_30o_c?y45U$SwT%uKH`u+$p5q_>L3=hfFrhKN+SHM@I+7UKF9WGVSy{5 z7w@pkmS?g)fVt{ug>?4`u?N&htdi}Mz|qPYa@D?ERWmUNhq0+%J#pVe5 z2wdF%CWI5B238FvG=e>d-^G2mo`u*S)(h`N#-acig3pb}By=YPdHrnztJ)><%D1KX|!kq6GvKG64?zx$KNv%tAK zsnOR(l>$UeYj>DKHBG(YuiR%QwE7fJ@1*Ktx&yqP;()M6*x}c`rY$`cG-9Z2P7C*j zY)@)L=Pm-_-9DYSLi=YynXcOsM$R3d^p%6UDNnE^K11>b(XCnn5s%V`&n_1*>v(ns zi4Fs3qyL+5LT$#F1aQ>gyS6i6Zh7>GZ}e7I*8~}@C#72^+&*cxh6aR!X2xPcuOx4^ zTZ)UJSDD?2PAGdk+7PV#iq$^c@Tm;D{3&H zC{aDjf^JufXTi+t@^6Kr?}f4{Dv<>7aQRKiLOOdv*ctkU@OBv>Boz>AFa>2(-b_R! z_q49XvF!}2+H7uB(FDb^QQy@3;~G&c2PIMRE6%{M%vkG|%vwKsdSQLk*5ddatx}f4 zHwIx8(e4P=C#yTWMoF*Fl=Lq}cX|Sbtx-3i;J4WAyvv_~uC*j7=I*7ER+csXN3Ln8 z8EEZtq`n4ST8|iodr>CDP|jpuaDS&OWskS*KeYsy?ZluphdS@T4Bb+>5j9}x;|+l` z>$MRUFMnSmT803UH*5QP6+5Zf87f#-%kP`!zbs z5oFJhcc(oK@@| zu>*$cf856so&cJ$rgo>rg-(V{*b9)@Unm=H?TYE~S6pJ&>LSj@TtV9pg(dSOrs-G0 zSk`BXK$!cdec5vGZf^^!TUDA`BLiIsBd-)xk(IyItib%bx|K-%Z0;Flbh$L%t2})= zcIP@XL*2ThiEgA(05^NU5k0x-QtsTlS@;1z_(*~GK;6Il!~u|hJEfV6O*`j{&Dc|l zy}@~rsO;@_%B34ryR;a`!pTV=SU-60serYtwATJ;ss9&{zs0BFz+U8ZkUv?j93klhjJ$@*Yq0p8xg zPi9e94Kaaw1CT>ff1j5ivyHUD$PW)h@nmjTdeN@CW$VUch)o4t(+z9E@58c(i*{n6 zcrMhqiT}~bS!RgM*(g<0qV;)>;^_v)4mH!c8rg8B=vJ{c+ruIlvUk3iDath2@QYRhf8LIihsYg8m&n3mLe6PgY%?(=*A|id z52X-J{l!X9<;}PoOOYp4)LDW9iziYe3e`CLa$815$k@x^W8ILfe0M84Fc-2ZEL*xA z$j6Gg^l`DkgmNH|5zJYCYO1=_WJ{SZqmLq0E4m%GC+KqJphV1ag|7fV-*3O8n=owV zY*OrsFj}ntj5lH1RQ8vpPu?kh*#GQY)$g9(K-SKA&gbpdLo7!cBN;ADeB5piXb*q8 zu>S(BRJP=`i$EHD2`(l1n93PfhVKB?sdv>x8Se8Shxg2mT%wewQv^JU@%Y-k*^;9S zLRXJ^7FBcTf*j?PnIxPKA8`;d+*QSdu1))(>yRjy7J2NBV|j+s(%`ztUW|`pY5RI6 z4;Z&}pTV0@hL9gH2JiypVEtbgO)8*~MN`F$aH}aC9NWN08eel)9}0_wXa!^o$0V-y z5rMEtRlpVyOS;BU36?Z>uJnqd6`klbjzTqz4%TM1eg)t4 zsjQt`;VzivgR^2AM}Rz_bzFiM8dozwh=drrb|VG~Ko+71zq#&!sQkK)f${NRN0@#9 zTp#|ibO6Wa(_m<`0y8~sk#Qz>Ov}ztrK*FB(Vl=Q|3dGZ-7cwTL9CUsUe98hL-j$`T@!93 zb9ejo`BeBOLP|*d@OKRDezX>u(SNk{XMD3{RYO*80$rH)j?Vc)f$(oz1RZWZH)|Kk zqAq^`d8h5^!UZ#^P&~J0ld2=eNGnRFp$o1i|kG@de+$rDp?==VL?7Mb7WV%0Bmq04=fa&d70dbS`kO8MTgvq5Jr+|7R3V5CCO5Y zMLILlHw-s_w4^!W0p8l??_A0(+!%7^Xh(>UJ^O+2MPqUyc+M5#!twUlpwFJ7-R-e) zpS^e9{O@p{*rW|eUc7L5hJP*Iua!ebCKEQcEh?KgxG=V|!ycb> z8kNu{jn;NBCn7~{91aU;$`(h$JTq;4u^v_3-{10pFG?}1rxmabCY@C+2xI>`F z@lUSI$L(AVb9OtIYulc?R_L8F>S;j3?EI$0QBAjCcX@unxLH4y-kId0OOIAZMd{^e zL&*@*tP^Pu0$c|gDJr9eKW}!ei^i{g*{R`RS_L`4otu_ysd0;kX{XzN7#MB+!(a}0 zW)1_8598e+8KGBmhWvxBzUt{KDw$R_8ARUg%w33beq_rS50IPW!5HoXQLfD79j=1@ zE!BOmiR;~ABGI+ks|!zpkG(sk=jB5KyM66|6fI|hiW(`y1Qz8TpRTUE&-G_$P=ZR% zv{_@D-*X$rLVw*Qli&v9D&ViU4eq|#Yji{UBp#vAbunjS0a(^&#bB-#Nl8p{#6j5w zv(~hA`7)0g7jnzjbzIEUeD=x{tKfNB*Bv*{hVvgBgt-oC0@p$ZWtWQwSn+62oiAz= zgxHUoS(LVew0NiapNvY|J#=S>`~yYl)e9k(rAn7ofw^$;0~ zgezo!qX~sCpLU~{u#&`aq7}&~Z_X|{AhP&0Y(Wsy!D0|aQ^w=Z7pG0i8!FHH$b*O| z%!xx>Z1m4Jus#H8zGo2z23P~uB6er-8#u#xK#vP4Mv`7#pLKQH8dXPeUv1$wF47d&yFxrHRo; z{J74+r4AK=uDs}JDX*FyjeC#alv-kjpi+CyOPaH4J7Ou6t$&Vn0F$rk(?`11jNLAL zYAI$obEY3mv5QEPoe|bS%n|1px!74p^g34%*}Vn$q-ZkFyMv2b+*zD)XczjMW}Skp z?fGp5Lt%;KOur+UCwP`h6g1DWb{&TSsK%?_Ht<-Qss27jw=+V?Q@}_;f8q*}xlB9lFb2%oTyU zM#XJrXk7rKUUD$S#Q!`_)-AFC&dukBEVw5&cH_7WbPle|rh=ieCVF^(q}*3!&*jFe zJm36!Emdg75$pX#n821WYD3vxvxv=0pj{}W-t%s|XIg3gu}!(**OEgO;@&_HMz`cC z0?us@{E&hGv_>W_=v!;;1oCNMJxbA&EUJ3zJ3LtlG!HaarOU_C{hEHvw;5|m`MEugL*lGR*c3G43P~5R66`;tM z{imb>6_e^h@SgHqN^4nHWqb^FBG5r=s^8U&<}o#Ol{vjW)MR73zMn>=x0~iU4&@F( zT~{D7^H`Bi6-eai!3&47e0mk`05+-{kuIqPcsndR5?Nrtr~LO3_kH0Syke+7TF&}t zXd+_`FiiW)5n;I=j_`-=_2!|ZL)O<92pA$mRdir(_3MXX{%`pi<&LnK5U9P)ULOE`FTZKi#6*+A%Z70(i>ghJH&5K}0y4286 zm}nMkz}(jtIHM`h=LQOQCDx8$6Nmbg!eY>IDcbCLa~fm71)9)m#T`sXa^VMb^H)&) zy)3ufIB*u3qWtk0Vb=SEHL;Y>zlf}5z@KdGxWoGNN=StEL5yt3l5n-MZSWKFM_07e zuryUk);%DuP-JoOi!WDZiKpHGo_dCRwXAQw0i`D+0`+gGsC##}BrM^f{-drYMVta& zG?fH1=7i+8&qT!o6yytcTo#roL$w5S%$nuo!lzjyRO%D0<}^Xd<`kGj%$4hjOD~1V z)2tAQSuy|e94zkZo96U++eLrb$3tlSdjwc?vaO&=5k(3J7Z%nasuYNh76X2<^1U|b z5Y&_NDZkqsT-|4>z-H`89O)_9M^;=rNO3O^Xz`BJgfRN9!)BB3IrEwc=Hra+fZ?&N zqkvU&wf5(j05Eqo-tT@mRzrb+AI;ntr}(o*7{s@7^~fjNK8neCz3Q%& zK7^dOGal$ii?kw@s!Wif#RRtUHFmAt4%u;dm z^QlCabm^ezLD&gHYlB}LWb5x2cucx(IiR8^8?zr-MO618qEyEr*c8^`7TF8lAa=nE zI&K6*D+KM_i6niDwy^@`Uexo@@l^4cw7p#*f6W@fNL6NNA*QM!34e#F?lFJ&7Ihsx zUPyk6kF)I1Kez-}MDL)E0I(%HYJR*}_@1FJDb+fRtD_x5IG^6=EQ}LS6la5K@KBCv z1M>%|D?koMzVCNVJ?%sjfCP%#pSioFCcGhT0dRsphEO9O6f+CU*~$9gLeWM>@4nQXt60@eIU1HJhJu5R@sX=U z&?ki~l6N$ZK?;;BcHI>U;$lt?%fnACjsn(O`=TwP-W zr@SDE8!&GLkD9a*ioi2ZeaIK)Zt;rRkDG{;x0C4~yO8hXW(i@-YkXqW9kyb@DdS5D zzC*r2>PzfpS8lcj?25)c-k}H~DGbA+ala&U6~I+LB%-w^BnvCVO8oojZ5^YkwQy{n%J7izNIiXNEMzWZNwywWYgdlt=nDSZp<)Ym`hO2Zhr2ynxQ@Jzb zmL?B339}wP&4%bKbWh1p{kfyy7T7=j_h2}ypeG9RvQoPX3$U9fH(571hnyNL)%wd* zyL5rE$dZ|@%??cDNEEu>3_}iM^e{60y>+%R%_Sn3N5P&uP1>>byxFj%>VR4z zy|Qkci|+vLDR9Xdz>$XnQpRQw4Z}eFA{1qgyOS6AS*8Hv$=bDFAH}^+@0*st)x|Dg z+~R4|)C4Lay=W2g05szqY_x~;P|bIJNpU%Tp{_Lxv_Bgb_WU6$eLTFo4SH-+A`hx; zvy3WH*5rm49^vkh!Dd%jL_zmf3|Ghx^+1%@nanmywF-8XQy^!YT}}Hf!GWMrHJ7tH zn>Al?Sr+;Q0TO!}xVIL$j2TT3oZt=i80g9*e2H9r5Uov)*XFh}0)9^29|?UW&vn5X zp0lln)ZAtPL)yjn*q{z6>re`CfW}iZ2oV;{{WHQth_e~4G;$=lo4HebHXc9Az{Pksiacr_NzodFQg+Cs3UOy+HnJ@Uu2?7OnOm9p^GyJOm?Z1NJRL*<~3dGBbK( zY{rGSL4DS494MlFL9(*C0yp3FrNQKALobGV8Nx%U-o2v1_S+JtR-XDn?^eKykb^JP z>mCbjgCXwmPmp~-(7q?O?~MzOo!`KY?5X@m)H6B!AY47c8t*lniBf?P4h-xGe;Ynb zx?>%E!e{{{Q%s$F6~d|}X0$5`I{T#A4{4+&+i^qqDKVAXEbjXr#u%Z2LmVM_6WWIB zotx0{AovXMuWV47SHzKS8Yw0!+?1|La9aTfDLV_s36NFnKDt?Q%l+63f{DOqykij~ zKsfJ0Wh7E<#nV!O>Yu{cHB;uNzIsHD(EU~Gj`ku77%!(Xnz0W4CO}01G^b)s2@~Z- z;QBX$Xyz}dq2!OGp&BE1W3K6;1L?Ms-U$M}!%c5!V*)WEYwi6L;@2|WsXvgWGOxQ2 zKr_(pc0!psdTc2Cm0N?`Rb8w{`oK;MQEP-AbfEsLw8xD;l^G;XTkg`y?Q5>8cxT0Y z7MT8BtYpAbN30kkX|`M<{Cd{urT|8&Pa=9n!RODA&WIA$wOU>x4vXKxTU{^R;*Z?e z(V7Djm;cuR8$=MnzX$jS$+`Bj0j~{B3*#BsD+yZXXh1^1aK#MHHhKWBatWY zRdLDvTA}*}nnY*&U>;hWid5(Q3HR-hB#&8(O)h%iw^(HuuwF`I-URiaTDM4H z8ay?f^ew-%0DfYO*@Fm`9WzW1#o5u$W5Z+9fErJaQ>yVV8!4Dl z%|qBAK(?M0y@rDNw-xzzqFC5LreRgfOeEW`SYde<;~#Pt)~14;YAVlp1ChiqDFlGGWr6tN3-`H- zYBF$7Z+n*2j+fJTBuc-dK<_YNnbjg2?3O!}B?LsC zGh1o63wW1UnnI@;gz_E0x7Ls?QQbFspG6lt~*%na>%F zM@fIr1hf!U`EKy5?hL`16|>IYhCuSDFBoMm>Z}#169+s`-yYFA3=o+}>W5^4M9$ZA zKojd*@iQ+q`%IBDWg8jr3L`WOO~lpSHP8O$f_9mvf-Lo7atIvTqi^C7E7cP^V_S8j zS1;0hIZ;KtbE4Vc_!6l6JoKOW!2F=KWjoXK|I#92NcOJ$``q)b%sn2FDBxX}E^N*TXHf|5C3zJ+Dc z)dBAG&}ReeRl=zK315ro(%t)J%(*2B>U}&2i8+j!vq2kvQo+9trl-J1?Yd*jfi|>J zg|BGt6<~GShXe^6Pol5>46CD@*k38_@^u-~Kt)O5x&drMh=S4!W1t|pX$dWo-*mtK zK&YuNIq|kccPzM@M+5%C7%Y-_qLV_U-jmY3wrphP&jo*w2l*CqXC*ZG*_&5Yat8Ep znsgcdNNq~F6p6&K$~&iL61fg@!v_Tt)mWq0oKe?OpB{!=?f6d#)0!vVHet$Gk7Tc( zi7>DFBmRM*2+ZIeTYir?wwKSqHNU!-PK%Pjb78Hotv0u>A@Y``Qq{oJ&E>jumz$N#G)g`PTJ5wl5*n9JlY=XS&I}lgD0kK)`+LQZBXDAqg z^PZ}tOxtm`9ffoLXJYv3+)*WexdIe0`|Rsbor=UmWJ$KrU@@K(6qPrq7W_X!mA3af zQCsT{zu%uIhU*&EACG6o(bjk1pYXbthJ?A;I{KYf8k~u=g{HSlwE=nuN6J`_k^_BU zXrj*}tXO8GHy*4jsd_losp%a6~Ct!VhSA0fOS)k z`n@nSZ0mQ z9}^Biie_oB*~%~)RZ{EKj$lT6$L8)z`!tsktLaUkhL_5dr6QdueAlyklcD4PqmB2{vtg%0 zq##ifkWKxI%B&c23~rv#zW4Sizqx2@?3)=r#X8v+`*W&9iI$-)y)kO;5eMv}Qb`d5|^*&KE>nCfnYn@1Enf?%)80Ap+YRhgxPVjg-F17=+T zSV;h|0h6a7sf8B)1jX)kpmm1blc}RnVy{B5EHgP=O`4U1$7Dz_9vb?TDN;9AN_v^6 zUF3J!Z-_G)v-wKD75S?&^aY|AMxvO^Iz^g@scayIlsg)VSSKcMS9IciAn2|c5?x)X zd_dYH))7r37+&*8twe`}bj^=2^%nRx16|CY&>|R}b)pizv5XV^7;Xjr(D8*&?6b@Q zayTgLRB|Oo4MRGMT0ta@bm3f1N9?%f$a9QcWkVDNQ&pv|q%(HrI9|VMOpNR}@Z~>I zibk3z$HSQIiPiA*Y+aSM-!n^1l@!~^m7_oT7@}txz;0k!ex1lJwc2r0ROS`9vj|z2 z6k9o%tNYDE7Bqt!M9}8MpB`N$4dAK6YR?vyc*m0@Xg-97K_^ATrnRl0KxSKm$$F8~ z*^sDHz1U|)Is6gTh>dN`+MQOQx(x3TS@MGS5Zq{ft;X7u^~d=V z0gC8!pRPzHt`&esFfeSVjn7ti$8573HXJo_!rSb)?uAM~N8AZM4 z7vOb)s^I=#nx!LrTvScwB>vB*8^H)^&JaJfOhH`L>NTW*Wo$~-L`uQgX}NUJ8)s`! zi`r6Yx~qyNEBWqY8EHX`&#qTy=tXhXOmtyQWHOk6GwVxMz9L^*1UL6an?)27ElR-- zO!T)2@Ltbto=%#1jK5R4-L0GlD5t6UQb`-hY%1|mhHhi|EM&6Kc;A%}E~bagZt3hf zY{x)V`@t>G4PGZvr8Dc50qG8#LebfBUU_mnWmm-bVKzui!~|@uZ(e^&MLqpH#eW0Z zI{(~PP&LjK0f`HAs4F&Q>(i(}r?#(-nB`bHk+&yp3IP~Zgws)HZ(|b*QG9?s&F^^O zqbcs4_;pD*FISE3@+?^n)(pzBzLPxqsA3SlOQUh=yX4GI04}jmsr9ysjy-^b0w7M* zS^jXJkqKTTKc4v-^ljO{!Zl9@oJmO|2 zmEF|mL@q7_akFDu@VHJK;Tz8F15)Z_1cS|e+adh05oo3ShH{uGL3;N;>_fE)E>PvKZY(_%n;ohjvS(PfO%jG-yGV3GV z1)Y3|6zN9`H&zvgKjyOmn(a+e+W3<_Ykg&Hn0p}IY(fVyy)!mc*&MuVCsF>wu?1%i z3V7ku2;CB!NQI#2QKv13rK7LQhI829Gt15qpGo*ww&Q@e)zTZqSfkE8rThC_Ab|(@ zPbpqY-S$ntUx+13@%rWU^(-P&t<6j6gTncV^g?LujFfIn7(kUTY?P0QEXaA>q$+8P zMXX$mwF3OLl-x%k?;mqASMu^BY;tjfZhwepCEaK*z&CHzZeiZ5l4HR}$HT$5hN}~j zT2Id?B zrOUF4q&-~anrIW-^$O~@XsKv^3+01H@v;maVh;ueY9MD11;1)Zlt!^f&a2fD4**{9 zaQ7od#LUBH#!l|#98jDxG#CM83^2L;39V$Bu7Pw#ttx9epZzDZ%GYL@IOv>nWQt^C z=wgpEb;`D>mu*|(D+NAofp2408P0k|Da+js7l?e;3Px(e);{n~0fE+zbI#tBB(84AJ5DW0;r zdhyVt+ZD=zdX!+Y@NLRFc6}EFfqM9r!k>pT3NNI*D6F4~7_STik%|!I!injBng+2T z@=DTpH&n*A#qtaKcdOJdN~w&&puX#}mjx+?J~};;2s$v_Mx4Nzq?x8S{tNe^M64vM zano`$AUe^<3vUxFi?`#}`V7vQFZd%rSVuizwfy-pfML*TR*Ik3=+ z)JN>K!j9;G0(mVBnPl4=0HdFzKO~{o28oKv?qUwL81@P$FWW z1{+J$xJTlr`^X}c*VL`8Q?!(nawb}7V#=!xmNRS`{>B>3Q3M1#VY{jXnjJ;Ky`b9l zaJ&+(+lqy=xR&Ik&qykA?!}jxKT&CGi1u@poqf#TrkX;@U#OdDfdp;XoFmQ~%RT z7yb?_N7U@Fi|c%wE~JGDS6Iz|a(A{BCSIdY`TSfB4sZqdy2B}L7mjgUTnlnKI&5}qS$+npttm0{OP0-mHsW7aFePikSjPa8lv37xwWyDl|Tky zCc99y*;~w@R#iM(W=7BQ@mFP8v!Nm9{5(+DGm@+7DvF`XpbuF|-}(|5t&}C}wH+b} zTKi$|yfgsL2ElpWo7^2vt-NkjG+HcAvqecUog3O=_g8l1+*0f%rlha1l1GFv?$yG{ zyGs?js3=%x-N_XxhEyw0!MA_=9zE?7pMs zqm5%8TRCD7?N*4+&$Xby>vK0*X~k_gSo&# zEjQ{u#5%ctS1v2#igOso7Bq!kM2Jq=g=fHdrc9M}fY(c$0UcJK(}1B(W|ZHsEC+)6 zE6t6d@E$CUEh{St#PiSg5C0IA=rN}fEjcsAfir)^1W!xox+0Gs`ybGJ?FD)bCKWPc z$m^@iL1>?92$EC{b-W$)gky{`)M*E{0?omTAO%S3SyF!N@8;F_rhyN3TIQrEL_*R^ zv70A6Wvv`C4HXz{4e&N=T}8`}m83LqjO54_Yan)W0fT{r5wm`PM@HhQVYcLRDAdZR z*_kQ`#Rh&~QR~~lI0oqXt!sQ;HBq%D=0g>8ab=v^LZDoT(Cx0Qqw&q*ReE6CiC{aY zU!?kDJaS63AN6#&MBa}zN|CW0N4cbH_-`oTf_{$E-pcI>>DH&0V0aG-qvI0=3^;eL za9BEA^cF(>mVrJA)p#rSM7Wnz%o5I&g23$qORCXzMdnc}A3)KxysKxzEvBY!UT><~ zNc%h|tyuAus)ZWyB<@c_w%o^qEskmZz&q2Y>VlTR3-?!{yT_?BK* zP=tb@Gr>pSZz@+*gpjVk`hn`_#7zsGZ<-c#orr2CH>QF_3kB(7U#3d5DbE#*aci+S zL7(p=QI3|3WwF`jC#e(IQXK@ymW>2d(YExY3^Sthb)>DBd#I$fYbvDXX`6 ztJH&yl+JmN!^N0@WdGB#OVAb*9K$b3$Rh?ge^GrW4RMsT=j@%5RqGX`HPAT`E~*5f zZC7gmuF`uR|B}RI$pO5FAxuz3trwwr(XFNi`o4Y7X5{9!hxeM^Sr^Bz=CZv9*WKD; zW&fKPRL4_k4V$3p7ftp`#B$Rp{8JFxeB{l}bDf}BCuS`B@bmd$r zl&kUxt;%wmm^Wz?qfYr6iP$R#vJN;1?5DEZ#k*Ak&lZiL%k+~8F#zO^trX6=H5}SE z{117yPqD<7gsIdd%R453AkM4nTp{)haSPoeA3NeQUWJL^ZKv8bvJrH7T25IjJLn={9H%Q)bsJt78Mq5%Oah`WA_n$QMItVDQz8Y3T0RU6@F ztVWI_wKS$J$&x2;Ig)+Q;(!Cmt_&1dC_F+IJ;HqIMlFRCWur14sr3XA0fE_TD=<vOk~ zp_e$p#4^Pcvk#L`pYH2vu^h)#2}XFMzCHLMSK}N4cUeA9n9V+jrfYH`l3lEgiP?%B z70AgSZ>Eek%d$U~X?h{M^(6+{i1$M3hW2u>oK2SpLV6%KBRq=?>=3h5krZaPL4Nn- zR9&?zh}No;P^O&MO}@NxOpQsg`Okk1I?f|zRdsYO+y4NNr85gPpdqhbKu*fB?!?tx zfhT)rLIQTZWu`IVtPx7ft2AjsLA$KW^<}8S`Ni6ZU-AdE=g&4M^aF`UQFrAHqV{iO zHZdN121P$Pe{Wk_%e~?(NVlLEIKd9qR6aJT`l@4 zRg3!L_CPwVW8#m=4MbqzptyJkvDAOBBC2AOBX{_xGGyLhy_VW&kU?7Pl$Q`>qTd0B zU@@h!b@{9Ec}Mwd{*E3mXS!mvku@3EY^#SO`J=IiE0d>oGU6k^$vWKz@I>b?wwf>x z-B1FwfjTe(Z>PLyF}J?i9&xg`B~NaRL7){@A0hT*qi%eg>A)N0s+z(=YGU}smWlP0 zdnIu?_m&%sSegL~$z6j$MZ}inPmh?5f|goBRbGJrUUARKryGu;2r3iZ?+wti>x=A* znuiL>{Wbe8XtYIK9jpIKPakRhuJ{u5^}~PjlJ|6HXZoPCULpv&Kn{re7D57$HCVLt zN7zj05vK+oF|W(r|6S-Jd7s5;V0V4t%G-gBL&v7_sBldS66qPDF=X43(^bfA+J$Am zE&!aLaQ&Hu{qK5_2=4#IIO|*m=%!G?Ip;T$q-b<;aj|P0KB&52Nq)-qr~0SZozASs zR$H)F(fUOUOO_U(;qxBm9GRUcU$JCV^*ORlALmQ$Zf(M%h@D;wyILM` zhmmluLs(*w(P^>65FUz`>k$WGt`Q3_jI!Z)GFADg6&ooGBD;b-Lo4+QuS;hu34MQSJvw1+O&Eqr|N0A7mnHY)E;V?LOu+gLk798QnbWUj7K0;BXw zCb*u)4TB}q`e9T@hmwg%62Igxs+`=v4F670bS7T*)RFUrPK?ZewK zL~YV^-h3xQ!#H~l0eH=%##YAIiG+ooQH6p>AsMH?5G;yeZd#8xfefVtB$7=#aR&{N zjS51Zd3=hh>Y%AJ)Q8kP==3K0qFy?iDgpeG3fUX@Dp$h;mP*RP0KK&FV5M|m`xBy< zG7R9$vraBzXU0bqtVnM?s}*dom1^syyhV8OZ|(ir(oXG!6CH2$i;mw3o*rV<1dd6* z&yz|r+D(Bz7Xv8WkiK+PYNFAFlp5h%AoM8r-~P>^eUJ`@zKrrXH=}7;M2sF{MV7ip zF12f6G!_RxnfKnY<15?8lX|jY?8`p8@*A1H%lsCw3GZ;23lJXvDrQJIO4nQ)#8+q^ zTYRN|s_dzO)>d}6Rjj<&geh4=&{i0tK#-gwt zekl0I@SvPP#jd(nF6G0FEc(c3yPNHd0Z54f0 zc7U@o#<#b~Q8j=TLqp!lT2Ek-t%`*RK*)0AhE~DR%}wX*Vfrs*fv6P7s#3R?S~>m29KW z#;KzDfaIAO`zt19u+eiijkpY=ScOBiQY$#Nw(8L6|MF!D(#xVI91h|7W82%luPXma zFUDv#L=nqWZQ>@Eh{mNALbn9z2Tj30m8vNrGxv(!e`zR|d~ZcavqkL8`%M41D!zp| zyP#U{ETB_Rj6{I-U7v`)qRmK)o^JdEgNyH7Q&MT)6LYZ5w6|eAxyk)zY0em> zX3%-UH$L8bR(;7g8vKqf^lX}N=t;#FX)kahSVRd81G-enXE$T?-$ari)Z+EWJ<#3^ zvvrd_!{UrAo%60=iA~AsYb7Sar-BeOs2*A^2PP2UP7UH#*2w2r2C!84GMK2WT)X{K z7hAxjK5iRnw&k6?hsM>IAq&yFhbnWs-;TFY({fEGdacva>1uQ1fpFq1B+R_WJ={9S?F2Ut&8OWp|;CT=ph9=4XjW8r!^_t97fv$gSKwi<57Hr;lch!3F1K7V z(6C%ccX~Me zh3qi0ANYhwH)6@2dk&jwT)#$-Ybg2c!Z{F`Z&8HnziMnP(ZY_&C^|kY(WYjc#17)I z_=~tLe!ppHYUeasr#~hHH_<8Yjkm;1IB$DX_tJn*`6eA3hZ|jUlt?W#%~9lcB#B^k z18H(>hPx=kh))-HUzM((ErQ&H!6G>9zFk&XIS(`IafYF1J|6ft-H9L5Shzo?N>wEucJLC4=j1OQDSz3(5^U zuylD)>)sK7myFKC1OXu}R-|hpR~2Mg@U&9EsYpGZ32#_|Q9DGo@o;SkI^X zFTAmsHp59D$dLg|ROII3>y`yh6z@#5G^K_I?8365$$L zlH4W^&Kb0cEc2TCg%eU(m^~yU^u_yCVr;y5#HnU8U`sdN#Mtkp?7WtO=GT&Z$Anj< zm4`uf5m_W0lgz`Db#u73>5G#}!XoLqYT@LaxPA z;!J<~C)azQZ<6GCjwCPB3T!&p@PAuIF+4dlK_pz4+uC_bru>~Q?2L_3?Sh-@gfi#d zysPko9N}Srt|;DUhz6E2*zp$#Y3=G(j%@$&?4wSszBb}BKu?pwJ}lwp;g5pr%1@p# z;CwRNr)g;=3~>H*9|Y& zz1u0ZwQNs=o)Vsf*RKu=`qyCzu$SS7S1;N~C%XshrE;BP!iN!pSjuoOp`q~_ zB1)u3udZ|$S5xHVc0$|7J{)CH&eCwix_doP6>l|-P?kP=64yBgJ^sI1Oix1*OdWg! zDl2cH)Z8&QI3+iPh6SNNzl{eXr*y}2it>4OHxgCTtb zk-66cM@WGZ@>plYv*S2m*;|o!++HDzU$dX6Emf|+Q`vY;AOgXg^F4MIi5abEYUUVk zcTw}YQrJ3E7~VUM^06y1WDURfRshO$YZEPTyPb*N+ve1u2t?f|l9RROD$WtGo5?Ra zkw3K=k%dZ=yUf|9wRmd2d3;?0-3ovfqJf{;U|zQ^cC;OYQmEo%$mvZ%tE6V2?2*

i|xBUr{3kE7@x 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 X0RUN}1u*pQ*#Q*>0RSKX00000)jaX8 literal 0 HcmV?d00001