diff --git a/CLAUDE.md b/CLAUDE.md
index 9f1064f..10ba426 100644
--- a/CLAUDE.md
+++ b/CLAUDE.md
@@ -25,6 +25,19 @@ dotnet run --project src/LittleSim -c Release # measure perf in Release only
dotnet test LittleSim.sln # runs the engine test suites
```
+## Texture atlases
+
+Source images live in `Textures/` (committed); the game only loads packed atlases from
+`src/LittleSim/Assets/Atlases` (also committed — the asset generator emits
+`GameAssets.Atlases.*` handles for them). After changing `Textures/`, rebuild with:
+
+```
+dotnet run --project engine/tools/MrGameEng.AtlasTool -c Release -- Textures src/LittleSim/Assets/Atlases --group-depth 2
+```
+
+Rebuilds are incremental (unchanged groups are skipped). Region keys are paths relative
+to `Textures/` without extension: `atlas.GetRegion("Things/Plant/TreeOak/TreeOakA")`.
+
## Submodule workflow
Engine changes are committed **inside `engine/` first** (engine repo, its commit style),
diff --git a/engine b/engine
index d6f19b9..b318d1e 160000
--- a/engine
+++ b/engine
@@ -1 +1 @@
-Subproject commit d6f19b9119b18c195a380f43f0e27823855e6f50
+Subproject commit b318d1e7958effd0f85c82024a7ebbe144037654
diff --git a/src/LittleSim/Assets/Atlases/Terrain.Surfaces.atlas b/src/LittleSim/Assets/Atlases/Terrain.Surfaces.atlas
new file mode 100644
index 0000000..e022c57
--- /dev/null
+++ b/src/LittleSim/Assets/Atlases/Terrain.Surfaces.atlas
@@ -0,0 +1,31 @@
+{
+ "version": 1,
+ "name": "Terrain.Surfaces",
+ "pageSize": 2048,
+ "padding": 2,
+ "pages": [
+ {
+ "file": "Terrain.Surfaces.atlas.0.png",
+ "width": 256,
+ "height": 128
+ }
+ ],
+ "regions": [
+ {
+ "key": "Terrain/Surfaces/Marsh",
+ "page": 0,
+ "x": 2,
+ "y": 2,
+ "w": 64,
+ "h": 64
+ },
+ {
+ "key": "Terrain/Surfaces/Marsh_bright",
+ "page": 0,
+ "x": 68,
+ "y": 2,
+ "w": 64,
+ "h": 64
+ }
+ ]
+}
\ No newline at end of file
diff --git a/src/LittleSim/Assets/Atlases/Terrain.Surfaces.atlas.0.png b/src/LittleSim/Assets/Atlases/Terrain.Surfaces.atlas.0.png
new file mode 100644
index 0000000..b131fb0
Binary files /dev/null and b/src/LittleSim/Assets/Atlases/Terrain.Surfaces.atlas.0.png differ
diff --git a/src/LittleSim/Assets/Atlases/Things.Building.atlas b/src/LittleSim/Assets/Atlases/Things.Building.atlas
new file mode 100644
index 0000000..81858f1
--- /dev/null
+++ b/src/LittleSim/Assets/Atlases/Things.Building.atlas
@@ -0,0 +1,5356 @@
+{
+ "version": 1,
+ "name": "Things.Building",
+ "pageSize": 2048,
+ "padding": 2,
+ "pages": [
+ {
+ "file": "Things.Building.atlas.0.png",
+ "width": 2048,
+ "height": 2048
+ },
+ {
+ "file": "Things.Building.atlas.1.png",
+ "width": 2048,
+ "height": 2048
+ },
+ {
+ "file": "Things.Building.atlas.2.png",
+ "width": 2048,
+ "height": 2048
+ },
+ {
+ "file": "Things.Building.atlas.3.png",
+ "width": 2048,
+ "height": 2048
+ },
+ {
+ "file": "Things.Building.atlas.4.png",
+ "width": 1024,
+ "height": 2048
+ },
+ {
+ "file": "Things.Building.atlas.5.png",
+ "width": 2048,
+ "height": 2048
+ },
+ {
+ "file": "Things.Building.atlas.6.png",
+ "width": 2048,
+ "height": 2048
+ },
+ {
+ "file": "Things.Building.atlas.7.png",
+ "width": 2048,
+ "height": 2048
+ },
+ {
+ "file": "Things.Building.atlas.8.png",
+ "width": 2048,
+ "height": 2048
+ },
+ {
+ "file": "Things.Building.atlas.9.png",
+ "width": 2048,
+ "height": 2048
+ },
+ {
+ "file": "Things.Building.atlas.10.png",
+ "width": 2048,
+ "height": 2048
+ },
+ {
+ "file": "Things.Building.atlas.11.png",
+ "width": 2048,
+ "height": 2048
+ },
+ {
+ "file": "Things.Building.atlas.12.png",
+ "width": 2048,
+ "height": 2048
+ },
+ {
+ "file": "Things.Building.atlas.13.png",
+ "width": 2048,
+ "height": 2048
+ },
+ {
+ "file": "Things.Building.atlas.14.png",
+ "width": 2048,
+ "height": 2048
+ },
+ {
+ "file": "Things.Building.atlas.15.png",
+ "width": 2048,
+ "height": 2048
+ },
+ {
+ "file": "Things.Building.atlas.16.png",
+ "width": 2048,
+ "height": 2048
+ },
+ {
+ "file": "Things.Building.atlas.17.png",
+ "width": 2048,
+ "height": 2048
+ },
+ {
+ "file": "Things.Building.atlas.18.png",
+ "width": 2048,
+ "height": 2048
+ },
+ {
+ "file": "Things.Building.atlas.19.png",
+ "width": 2048,
+ "height": 2048
+ },
+ {
+ "file": "Things.Building.atlas.20.png",
+ "width": 2048,
+ "height": 2048
+ },
+ {
+ "file": "Things.Building.atlas.21.png",
+ "width": 2048,
+ "height": 2048
+ },
+ {
+ "file": "Things.Building.atlas.22.png",
+ "width": 2048,
+ "height": 2048
+ },
+ {
+ "file": "Things.Building.atlas.23.png",
+ "width": 2048,
+ "height": 2048
+ },
+ {
+ "file": "Things.Building.atlas.24.png",
+ "width": 2048,
+ "height": 2048
+ },
+ {
+ "file": "Things.Building.atlas.25.png",
+ "width": 2048,
+ "height": 2048
+ },
+ {
+ "file": "Things.Building.atlas.26.png",
+ "width": 2048,
+ "height": 2048
+ },
+ {
+ "file": "Things.Building.atlas.27.png",
+ "width": 2048,
+ "height": 2048
+ },
+ {
+ "file": "Things.Building.atlas.28.png",
+ "width": 2048,
+ "height": 2048
+ },
+ {
+ "file": "Things.Building.atlas.29.png",
+ "width": 2048,
+ "height": 2048
+ },
+ {
+ "file": "Things.Building.atlas.30.png",
+ "width": 2048,
+ "height": 2048
+ },
+ {
+ "file": "Things.Building.atlas.31.png",
+ "width": 2048,
+ "height": 2048
+ },
+ {
+ "file": "Things.Building.atlas.32.png",
+ "width": 2048,
+ "height": 2048
+ },
+ {
+ "file": "Things.Building.atlas.33.png",
+ "width": 2048,
+ "height": 2048
+ },
+ {
+ "file": "Things.Building.atlas.34.png",
+ "width": 2048,
+ "height": 2048
+ },
+ {
+ "file": "Things.Building.atlas.35.png",
+ "width": 2048,
+ "height": 2048
+ },
+ {
+ "file": "Things.Building.atlas.36.png",
+ "width": 2048,
+ "height": 2048
+ },
+ {
+ "file": "Things.Building.atlas.37.png",
+ "width": 2048,
+ "height": 2048
+ },
+ {
+ "file": "Things.Building.atlas.38.png",
+ "width": 2048,
+ "height": 2048
+ },
+ {
+ "file": "Things.Building.atlas.39.png",
+ "width": 2048,
+ "height": 2048
+ },
+ {
+ "file": "Things.Building.atlas.40.png",
+ "width": 2048,
+ "height": 2048
+ },
+ {
+ "file": "Things.Building.atlas.41.png",
+ "width": 2048,
+ "height": 2048
+ }
+ ],
+ "regions": [
+ {
+ "key": "Things/Building/Art/Snowman/Snowman_A",
+ "page": 41,
+ "x": 1716,
+ "y": 132,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Building/Art/Snowman/Snowman_B",
+ "page": 41,
+ "x": 1846,
+ "y": 132,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Building/Art/Snowman/Snowman_C",
+ "page": 41,
+ "x": 2,
+ "y": 262,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Building/Art/Snowman/Snowman_D",
+ "page": 41,
+ "x": 132,
+ "y": 262,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Building/BuildingStyles/Morbid/MorbidDarklampStanding",
+ "page": 41,
+ "x": 262,
+ "y": 262,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Building/BuildingStyles/Morbid/MorbidLampStanding",
+ "page": 41,
+ "x": 392,
+ "y": 262,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Building/BuildingStyles/Morbid/MorbidTorchLamp",
+ "page": 41,
+ "x": 522,
+ "y": 262,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Building/BuildingStyles/Morbid/Stool/MorbidStool_east",
+ "page": 41,
+ "x": 652,
+ "y": 262,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Building/BuildingStyles/Morbid/Stool/MorbidStool_north",
+ "page": 41,
+ "x": 782,
+ "y": 262,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Building/BuildingStyles/Rustic/RusticDarklampStanding",
+ "page": 41,
+ "x": 912,
+ "y": 262,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Building/BuildingStyles/Rustic/RusticLampStanding",
+ "page": 41,
+ "x": 1042,
+ "y": 262,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Building/BuildingStyles/Rustic/RusticTorchLamp",
+ "page": 41,
+ "x": 1172,
+ "y": 262,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Building/BuildingStyles/Spikecore/SpikecoreDarklampStanding",
+ "page": 41,
+ "x": 1302,
+ "y": 262,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Building/BuildingStyles/Spikecore/SpikecoreLampStanding",
+ "page": 41,
+ "x": 1432,
+ "y": 262,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Building/BuildingStyles/Spikecore/SpikecoreTorchLamp",
+ "page": 41,
+ "x": 1562,
+ "y": 262,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Building/BuildingStyles/Techist/TechistDarklampStanding",
+ "page": 41,
+ "x": 1692,
+ "y": 262,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Building/BuildingStyles/Techist/TechistLampStanding",
+ "page": 41,
+ "x": 1822,
+ "y": 262,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Building/BuildingStyles/Techist/TechistPlantPot",
+ "page": 41,
+ "x": 2,
+ "y": 392,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Building/BuildingStyles/Totemic/Stool/TotemicStool_east",
+ "page": 41,
+ "x": 132,
+ "y": 392,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Building/BuildingStyles/Totemic/Stool/TotemicStool_north",
+ "page": 41,
+ "x": 262,
+ "y": 392,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Building/BuildingStyles/Totemic/TotemicDarklampStanding",
+ "page": 41,
+ "x": 392,
+ "y": 392,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Building/BuildingStyles/Totemic/TotemicLampStanding",
+ "page": 41,
+ "x": 522,
+ "y": 392,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Building/BuildingStyles/Totemic/TotemicTorchLamp",
+ "page": 41,
+ "x": 652,
+ "y": 392,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Building/Childcare/BabyDecoration/BabyDecorationA",
+ "page": 41,
+ "x": 782,
+ "y": 392,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Building/Childcare/BabyDecoration/BabyDecorationB",
+ "page": 41,
+ "x": 912,
+ "y": 392,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Building/Childcare/BabyDecoration/BabyDecorationC",
+ "page": 41,
+ "x": 1042,
+ "y": 392,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Building/Childcare/BabyDecoration/BabyDecorationD",
+ "page": 41,
+ "x": 1172,
+ "y": 392,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Building/Childcare/BabyDecoration/BabyDecorationE",
+ "page": 41,
+ "x": 1302,
+ "y": 392,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Building/Childcare/Blackboard/Blackboard_east",
+ "page": 37,
+ "x": 388,
+ "y": 2,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Building/Childcare/Blackboard/Blackboard_eastm",
+ "page": 37,
+ "x": 646,
+ "y": 2,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Building/Childcare/Blackboard/Blackboard_north",
+ "page": 37,
+ "x": 904,
+ "y": 2,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Building/Childcare/Blackboard/Blackboard_northm",
+ "page": 37,
+ "x": 1162,
+ "y": 2,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Building/Childcare/Blackboard/Blackboard_south",
+ "page": 37,
+ "x": 1420,
+ "y": 2,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Building/Childcare/Blackboard/Blackboard_southm",
+ "page": 37,
+ "x": 1678,
+ "y": 2,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Building/Childcare/Crib/Crib_east",
+ "page": 37,
+ "x": 2,
+ "y": 260,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Building/Childcare/Crib/Crib_eastm",
+ "page": 37,
+ "x": 260,
+ "y": 260,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Building/Childcare/Crib/Crib_north",
+ "page": 37,
+ "x": 518,
+ "y": 260,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Building/Childcare/Crib/Crib_northm",
+ "page": 37,
+ "x": 776,
+ "y": 260,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Building/Childcare/Crib/Crib_south",
+ "page": 37,
+ "x": 1034,
+ "y": 260,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Building/Childcare/Crib/Crib_southm",
+ "page": 37,
+ "x": 1292,
+ "y": 260,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Building/Childcare/LessonDesk/LessonDesk_east",
+ "page": 31,
+ "x": 1030,
+ "y": 516,
+ "w": 384,
+ "h": 512
+ },
+ {
+ "key": "Things/Building/Childcare/LessonDesk/LessonDesk_north",
+ "page": 34,
+ "x": 644,
+ "y": 774,
+ "w": 512,
+ "h": 384
+ },
+ {
+ "key": "Things/Building/Childcare/LessonDesk/LessonDesk_south",
+ "page": 34,
+ "x": 1158,
+ "y": 774,
+ "w": 512,
+ "h": 384
+ },
+ {
+ "key": "Things/Building/Childcare/LessonDesk/LessonDesk_west",
+ "page": 31,
+ "x": 1416,
+ "y": 516,
+ "w": 384,
+ "h": 512
+ },
+ {
+ "key": "Things/Building/Childcare/ToyBox",
+ "page": 41,
+ "x": 1432,
+ "y": 392,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Building/Childcare/ToyBox_m",
+ "page": 41,
+ "x": 1562,
+ "y": 392,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Building/Door/AnimalFlap_MenuIcon",
+ "page": 41,
+ "x": 1692,
+ "y": 392,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Building/Door/AnimalFlap_Mover",
+ "page": 41,
+ "x": 1822,
+ "y": 392,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Building/Door/Autodoor_MenuIcon",
+ "page": 41,
+ "x": 2,
+ "y": 522,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Building/Door/Autodoor_Mover",
+ "page": 41,
+ "x": 132,
+ "y": 522,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Building/Door/DoorSimple_MenuIcon",
+ "page": 41,
+ "x": 262,
+ "y": 522,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Building/Door/DoorSimple_Mover",
+ "page": 41,
+ "x": 392,
+ "y": 522,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Building/Furniture/Armchair_east",
+ "page": 26,
+ "x": 772,
+ "y": 1223,
+ "w": 512,
+ "h": 512
+ },
+ {
+ "key": "Things/Building/Furniture/Armchair_north",
+ "page": 26,
+ "x": 1286,
+ "y": 1223,
+ "w": 512,
+ "h": 512
+ },
+ {
+ "key": "Things/Building/Furniture/Armchair_south",
+ "page": 27,
+ "x": 2,
+ "y": 2,
+ "w": 512,
+ "h": 512
+ },
+ {
+ "key": "Things/Building/Furniture/Bed/Bed_east",
+ "page": 37,
+ "x": 1550,
+ "y": 260,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Building/Furniture/Bed/Bed_eastm",
+ "page": 37,
+ "x": 2,
+ "y": 518,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Building/Furniture/Bed/Bed_north",
+ "page": 37,
+ "x": 260,
+ "y": 518,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Building/Furniture/Bed/Bed_northm",
+ "page": 37,
+ "x": 518,
+ "y": 518,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Building/Furniture/Bed/Bed_south",
+ "page": 37,
+ "x": 776,
+ "y": 518,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Building/Furniture/Bed/Bed_southm",
+ "page": 37,
+ "x": 1034,
+ "y": 518,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Building/Furniture/Bed/BedrollDouble_east",
+ "page": 37,
+ "x": 1292,
+ "y": 518,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Building/Furniture/Bed/BedrollDouble_eastm",
+ "page": 37,
+ "x": 1550,
+ "y": 518,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Building/Furniture/Bed/BedrollDouble_north",
+ "page": 37,
+ "x": 2,
+ "y": 776,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Building/Furniture/Bed/BedrollDouble_northm",
+ "page": 37,
+ "x": 260,
+ "y": 776,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Building/Furniture/Bed/BedrollDouble_south",
+ "page": 37,
+ "x": 518,
+ "y": 776,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Building/Furniture/Bed/BedrollDouble_southm",
+ "page": 37,
+ "x": 776,
+ "y": 776,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Building/Furniture/Bed/Bedroll_east",
+ "page": 40,
+ "x": 388,
+ "y": 1711,
+ "w": 256,
+ "h": 128
+ },
+ {
+ "key": "Things/Building/Furniture/Bed/Bedroll_eastm",
+ "page": 40,
+ "x": 646,
+ "y": 1711,
+ "w": 256,
+ "h": 128
+ },
+ {
+ "key": "Things/Building/Furniture/Bed/Bedroll_north",
+ "page": 39,
+ "x": 518,
+ "y": 776,
+ "w": 128,
+ "h": 256
+ },
+ {
+ "key": "Things/Building/Furniture/Bed/Bedroll_northm",
+ "page": 39,
+ "x": 648,
+ "y": 776,
+ "w": 128,
+ "h": 256
+ },
+ {
+ "key": "Things/Building/Furniture/Bed/Bedroll_south",
+ "page": 39,
+ "x": 778,
+ "y": 776,
+ "w": 128,
+ "h": 256
+ },
+ {
+ "key": "Things/Building/Furniture/Bed/Bedroll_southm",
+ "page": 39,
+ "x": 908,
+ "y": 776,
+ "w": 128,
+ "h": 256
+ },
+ {
+ "key": "Things/Building/Furniture/Bed/DoubleBed_east",
+ "page": 37,
+ "x": 1034,
+ "y": 776,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Building/Furniture/Bed/DoubleBed_eastm",
+ "page": 37,
+ "x": 1292,
+ "y": 776,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Building/Furniture/Bed/DoubleBed_north",
+ "page": 37,
+ "x": 1550,
+ "y": 776,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Building/Furniture/Bed/DoubleBed_northm",
+ "page": 37,
+ "x": 2,
+ "y": 1034,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Building/Furniture/Bed/DoubleBed_south",
+ "page": 37,
+ "x": 260,
+ "y": 1034,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Building/Furniture/Bed/DoubleBed_southm",
+ "page": 37,
+ "x": 518,
+ "y": 1034,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Building/Furniture/Bed/HospitalBed_east",
+ "page": 37,
+ "x": 776,
+ "y": 1034,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Building/Furniture/Bed/HospitalBed_eastm",
+ "page": 37,
+ "x": 1034,
+ "y": 1034,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Building/Furniture/Bed/HospitalBed_north",
+ "page": 37,
+ "x": 1292,
+ "y": 1034,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Building/Furniture/Bed/HospitalBed_northm",
+ "page": 37,
+ "x": 1550,
+ "y": 1034,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Building/Furniture/Bed/HospitalBed_south",
+ "page": 37,
+ "x": 2,
+ "y": 1292,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Building/Furniture/Bed/HospitalBed_southm",
+ "page": 37,
+ "x": 260,
+ "y": 1292,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Building/Furniture/Bed/RoyalBed_east",
+ "page": 37,
+ "x": 518,
+ "y": 1292,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Building/Furniture/Bed/RoyalBed_eastm",
+ "page": 37,
+ "x": 776,
+ "y": 1292,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Building/Furniture/Bed/RoyalBed_north",
+ "page": 37,
+ "x": 1034,
+ "y": 1292,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Building/Furniture/Bed/RoyalBed_northm",
+ "page": 37,
+ "x": 1292,
+ "y": 1292,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Building/Furniture/Bed/RoyalBed_south",
+ "page": 37,
+ "x": 1550,
+ "y": 1292,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Building/Furniture/Bed/RoyalBed_southm",
+ "page": 37,
+ "x": 2,
+ "y": 1550,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Building/Furniture/DarkLamp",
+ "page": 41,
+ "x": 522,
+ "y": 522,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Building/Furniture/DiningChair_east",
+ "page": 41,
+ "x": 652,
+ "y": 522,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Building/Furniture/DiningChair_north",
+ "page": 41,
+ "x": 782,
+ "y": 522,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Building/Furniture/DiningChair_south",
+ "page": 41,
+ "x": 912,
+ "y": 522,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Building/Furniture/Drape_east",
+ "page": 27,
+ "x": 516,
+ "y": 2,
+ "w": 512,
+ "h": 512
+ },
+ {
+ "key": "Things/Building/Furniture/Drape_eastm",
+ "page": 27,
+ "x": 1030,
+ "y": 2,
+ "w": 512,
+ "h": 512
+ },
+ {
+ "key": "Things/Building/Furniture/Drape_south",
+ "page": 27,
+ "x": 2,
+ "y": 516,
+ "w": 512,
+ "h": 512
+ },
+ {
+ "key": "Things/Building/Furniture/Drape_southm",
+ "page": 27,
+ "x": 516,
+ "y": 516,
+ "w": 512,
+ "h": 512
+ },
+ {
+ "key": "Things/Building/Furniture/Dresser_east",
+ "page": 39,
+ "x": 1038,
+ "y": 776,
+ "w": 128,
+ "h": 256
+ },
+ {
+ "key": "Things/Building/Furniture/Dresser_north",
+ "page": 40,
+ "x": 904,
+ "y": 1711,
+ "w": 256,
+ "h": 128
+ },
+ {
+ "key": "Things/Building/Furniture/Dresser_south",
+ "page": 40,
+ "x": 1162,
+ "y": 1711,
+ "w": 256,
+ "h": 128
+ },
+ {
+ "key": "Things/Building/Furniture/EndTable_east",
+ "page": 41,
+ "x": 1042,
+ "y": 522,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Building/Furniture/EndTable_north",
+ "page": 41,
+ "x": 1172,
+ "y": 522,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Building/Furniture/EndTable_south",
+ "page": 41,
+ "x": 1302,
+ "y": 522,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Building/Furniture/GrandStele",
+ "page": 11,
+ "x": 2,
+ "y": 2,
+ "w": 1024,
+ "h": 1024
+ },
+ {
+ "key": "Things/Building/Furniture/GrandThrone_east",
+ "page": 27,
+ "x": 1030,
+ "y": 516,
+ "w": 512,
+ "h": 512
+ },
+ {
+ "key": "Things/Building/Furniture/GrandThrone_eastm",
+ "page": 27,
+ "x": 2,
+ "y": 1030,
+ "w": 512,
+ "h": 512
+ },
+ {
+ "key": "Things/Building/Furniture/GrandThrone_north",
+ "page": 27,
+ "x": 516,
+ "y": 1030,
+ "w": 512,
+ "h": 512
+ },
+ {
+ "key": "Things/Building/Furniture/GrandThrone_northm",
+ "page": 27,
+ "x": 1030,
+ "y": 1030,
+ "w": 512,
+ "h": 512
+ },
+ {
+ "key": "Things/Building/Furniture/GrandThrone_south",
+ "page": 28,
+ "x": 2,
+ "y": 2,
+ "w": 512,
+ "h": 512
+ },
+ {
+ "key": "Things/Building/Furniture/GrandThrone_southm",
+ "page": 28,
+ "x": 516,
+ "y": 2,
+ "w": 512,
+ "h": 512
+ },
+ {
+ "key": "Things/Building/Furniture/LampStanding",
+ "page": 41,
+ "x": 1432,
+ "y": 522,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Building/Furniture/LargeSteleA",
+ "page": 28,
+ "x": 1030,
+ "y": 2,
+ "w": 512,
+ "h": 512
+ },
+ {
+ "key": "Things/Building/Furniture/LargeSteleB",
+ "page": 28,
+ "x": 2,
+ "y": 516,
+ "w": 512,
+ "h": 512
+ },
+ {
+ "key": "Things/Building/Furniture/LargeSteleC",
+ "page": 28,
+ "x": 516,
+ "y": 516,
+ "w": 512,
+ "h": 512
+ },
+ {
+ "key": "Things/Building/Furniture/LargeSteleD",
+ "page": 28,
+ "x": 1030,
+ "y": 516,
+ "w": 512,
+ "h": 512
+ },
+ {
+ "key": "Things/Building/Furniture/LargeSteleE",
+ "page": 28,
+ "x": 2,
+ "y": 1030,
+ "w": 512,
+ "h": 512
+ },
+ {
+ "key": "Things/Building/Furniture/LargeSteleF",
+ "page": 28,
+ "x": 516,
+ "y": 1030,
+ "w": 512,
+ "h": 512
+ },
+ {
+ "key": "Things/Building/Furniture/PlantPot",
+ "page": 41,
+ "x": 1562,
+ "y": 522,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Building/Furniture/Stool_east",
+ "page": 41,
+ "x": 1692,
+ "y": 522,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Building/Furniture/Stool_north",
+ "page": 41,
+ "x": 1822,
+ "y": 522,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Building/Furniture/Throne_east",
+ "page": 28,
+ "x": 1030,
+ "y": 1030,
+ "w": 512,
+ "h": 512
+ },
+ {
+ "key": "Things/Building/Furniture/Throne_north",
+ "page": 29,
+ "x": 2,
+ "y": 2,
+ "w": 512,
+ "h": 512
+ },
+ {
+ "key": "Things/Building/Furniture/Throne_south",
+ "page": 29,
+ "x": 516,
+ "y": 2,
+ "w": 512,
+ "h": 512
+ },
+ {
+ "key": "Things/Building/Furniture/WallLamp/WallLamp_MenuIcon",
+ "page": 41,
+ "x": 2,
+ "y": 652,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Building/Furniture/WallLamp/WallLamp_east",
+ "page": 41,
+ "x": 132,
+ "y": 652,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Building/Furniture/WallLamp/WallLamp_north",
+ "page": 41,
+ "x": 262,
+ "y": 652,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Building/Furniture/WallLamp/WallLamp_south",
+ "page": 41,
+ "x": 392,
+ "y": 652,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Building/Joy/BilliardsTable_east",
+ "page": 29,
+ "x": 1030,
+ "y": 2,
+ "w": 512,
+ "h": 512
+ },
+ {
+ "key": "Things/Building/Joy/BilliardsTable_eastm",
+ "page": 29,
+ "x": 2,
+ "y": 516,
+ "w": 512,
+ "h": 512
+ },
+ {
+ "key": "Things/Building/Joy/BilliardsTable_north",
+ "page": 29,
+ "x": 516,
+ "y": 516,
+ "w": 512,
+ "h": 512
+ },
+ {
+ "key": "Things/Building/Joy/BilliardsTable_northm",
+ "page": 29,
+ "x": 1030,
+ "y": 516,
+ "w": 512,
+ "h": 512
+ },
+ {
+ "key": "Things/Building/Joy/FlatscreenTelevision_east",
+ "page": 39,
+ "x": 1168,
+ "y": 776,
+ "w": 128,
+ "h": 256
+ },
+ {
+ "key": "Things/Building/Joy/FlatscreenTelevision_north",
+ "page": 40,
+ "x": 1420,
+ "y": 1711,
+ "w": 256,
+ "h": 128
+ },
+ {
+ "key": "Things/Building/Joy/FlatscreenTelevision_south",
+ "page": 40,
+ "x": 1678,
+ "y": 1711,
+ "w": 256,
+ "h": 128
+ },
+ {
+ "key": "Things/Building/Joy/GrandPiano_east",
+ "page": 29,
+ "x": 2,
+ "y": 1030,
+ "w": 512,
+ "h": 512
+ },
+ {
+ "key": "Things/Building/Joy/GrandPiano_north",
+ "page": 29,
+ "x": 516,
+ "y": 1030,
+ "w": 512,
+ "h": 512
+ },
+ {
+ "key": "Things/Building/Joy/GrandPiano_south",
+ "page": 29,
+ "x": 1030,
+ "y": 1030,
+ "w": 512,
+ "h": 512
+ },
+ {
+ "key": "Things/Building/Joy/GrandPiano_west",
+ "page": 30,
+ "x": 2,
+ "y": 2,
+ "w": 512,
+ "h": 512
+ },
+ {
+ "key": "Things/Building/Joy/Harpsichord_east",
+ "page": 30,
+ "x": 516,
+ "y": 2,
+ "w": 512,
+ "h": 512
+ },
+ {
+ "key": "Things/Building/Joy/Harpsichord_north",
+ "page": 30,
+ "x": 1030,
+ "y": 2,
+ "w": 512,
+ "h": 512
+ },
+ {
+ "key": "Things/Building/Joy/Harpsichord_south",
+ "page": 30,
+ "x": 2,
+ "y": 516,
+ "w": 512,
+ "h": 512
+ },
+ {
+ "key": "Things/Building/Joy/Harpsichord_west",
+ "page": 30,
+ "x": 516,
+ "y": 516,
+ "w": 512,
+ "h": 512
+ },
+ {
+ "key": "Things/Building/Joy/PokerTable",
+ "page": 30,
+ "x": 1030,
+ "y": 516,
+ "w": 512,
+ "h": 512
+ },
+ {
+ "key": "Things/Building/Joy/PokerTable_m",
+ "page": 30,
+ "x": 2,
+ "y": 1030,
+ "w": 512,
+ "h": 512
+ },
+ {
+ "key": "Things/Building/Joy/ToFix_HoopstoneRing",
+ "page": 41,
+ "x": 522,
+ "y": 652,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Building/Joy/harp_south",
+ "page": 30,
+ "x": 516,
+ "y": 1030,
+ "w": 512,
+ "h": 512
+ },
+ {
+ "key": "Things/Building/Linked/Barricade_Atlas",
+ "page": 25,
+ "x": 772,
+ "y": 1286,
+ "w": 640,
+ "h": 640
+ },
+ {
+ "key": "Things/Building/Linked/RockFlecked_Atlas",
+ "page": 26,
+ "x": 2,
+ "y": 2,
+ "w": 640,
+ "h": 640
+ },
+ {
+ "key": "Things/Building/Linked/Rock_Atlas",
+ "page": 26,
+ "x": 644,
+ "y": 2,
+ "w": 640,
+ "h": 640
+ },
+ {
+ "key": "Things/Building/Mech/ActivatorCountdown",
+ "page": 41,
+ "x": 652,
+ "y": 652,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Building/Mech/ActivatorProximity",
+ "page": 41,
+ "x": 782,
+ "y": 652,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Building/Mech/ShieldGeneratorBullet",
+ "page": 41,
+ "x": 912,
+ "y": 652,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Building/Mech/ShieldGeneratorMortar",
+ "page": 41,
+ "x": 1042,
+ "y": 652,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Building/Mech/TurretMechanoid2x2_Base",
+ "page": 37,
+ "x": 260,
+ "y": 1550,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Building/Mech/TurretMechanoidMini_Base",
+ "page": 41,
+ "x": 1172,
+ "y": 652,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Building/Mech/UnstablePowerCell",
+ "page": 41,
+ "x": 1302,
+ "y": 652,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Building/Misc/AncientTerminal/AncientTerminal_east",
+ "page": 41,
+ "x": 1432,
+ "y": 652,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Building/Misc/AncientTerminal/AncientTerminal_north",
+ "page": 41,
+ "x": 1562,
+ "y": 652,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Building/Misc/AncientTerminal/AncientTerminal_south",
+ "page": 41,
+ "x": 1692,
+ "y": 652,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Building/Misc/AnimalBed/AnimalBed",
+ "page": 37,
+ "x": 518,
+ "y": 1550,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Building/Misc/AnimalBed/AnimalSleepBox",
+ "page": 41,
+ "x": 1822,
+ "y": 652,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Building/Misc/AnimusStone",
+ "page": 41,
+ "x": 2,
+ "y": 782,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Building/Misc/Autobong/Autobong",
+ "page": 37,
+ "x": 776,
+ "y": 1550,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Building/Misc/Autobong/Autobong_m",
+ "page": 37,
+ "x": 1034,
+ "y": 1550,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Building/Misc/BandNode",
+ "page": 35,
+ "x": 516,
+ "y": 774,
+ "w": 310,
+ "h": 310
+ },
+ {
+ "key": "Things/Building/Misc/BiosculpterPod/BiosculpterPodMenuIcon",
+ "page": 41,
+ "x": 132,
+ "y": 782,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Building/Misc/BiosculpterPod/BiosculpterPod_east",
+ "page": 34,
+ "x": 902,
+ "y": 1546,
+ "w": 256,
+ "h": 384
+ },
+ {
+ "key": "Things/Building/Misc/BiosculpterPod/BiosculpterPod_north",
+ "page": 36,
+ "x": 945,
+ "y": 518,
+ "w": 384,
+ "h": 256
+ },
+ {
+ "key": "Things/Building/Misc/BiosculpterPod/BiosculpterPod_south",
+ "page": 36,
+ "x": 1331,
+ "y": 518,
+ "w": 384,
+ "h": 256
+ },
+ {
+ "key": "Things/Building/Misc/BonsaiTreePot/BonsaiTreePot",
+ "page": 41,
+ "x": 262,
+ "y": 782,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Building/Misc/Brazier",
+ "page": 41,
+ "x": 392,
+ "y": 782,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Building/Misc/Brazier_m",
+ "page": 41,
+ "x": 522,
+ "y": 782,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Building/Misc/BurnBong/BurnBong",
+ "page": 37,
+ "x": 1292,
+ "y": 1550,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Building/Misc/CannibalPlatter/CannibalPlatter_east",
+ "page": 36,
+ "x": 2,
+ "y": 776,
+ "w": 384,
+ "h": 256
+ },
+ {
+ "key": "Things/Building/Misc/CannibalPlatter/CannibalPlatter_south",
+ "page": 34,
+ "x": 1160,
+ "y": 1546,
+ "w": 256,
+ "h": 384
+ },
+ {
+ "key": "Things/Building/Misc/ClimateAdjuster",
+ "page": 12,
+ "x": 2,
+ "y": 2,
+ "w": 1024,
+ "h": 1024
+ },
+ {
+ "key": "Things/Building/Misc/CommsConsole_east",
+ "page": 30,
+ "x": 1030,
+ "y": 1030,
+ "w": 512,
+ "h": 512
+ },
+ {
+ "key": "Things/Building/Misc/CommsConsole_north",
+ "page": 31,
+ "x": 2,
+ "y": 2,
+ "w": 512,
+ "h": 512
+ },
+ {
+ "key": "Things/Building/Misc/CommsConsole_south",
+ "page": 31,
+ "x": 516,
+ "y": 2,
+ "w": 512,
+ "h": 512
+ },
+ {
+ "key": "Things/Building/Misc/DarkTorch",
+ "page": 41,
+ "x": 652,
+ "y": 782,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Building/Misc/DarklightBrazier",
+ "page": 41,
+ "x": 782,
+ "y": 782,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Building/Misc/DarklightBrazier_m",
+ "page": 41,
+ "x": 912,
+ "y": 782,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Building/Misc/DeathrestAccelerator/DeathrestAccelerator_east",
+ "page": 40,
+ "x": 2,
+ "y": 1841,
+ "w": 256,
+ "h": 128
+ },
+ {
+ "key": "Things/Building/Misc/DeathrestAccelerator/DeathrestAccelerator_north",
+ "page": 39,
+ "x": 1298,
+ "y": 776,
+ "w": 128,
+ "h": 256
+ },
+ {
+ "key": "Things/Building/Misc/DeathrestAccelerator/DeathrestAccelerator_south",
+ "page": 39,
+ "x": 1428,
+ "y": 776,
+ "w": 128,
+ "h": 256
+ },
+ {
+ "key": "Things/Building/Misc/DeathrestCasket/DeathrestCasket_east",
+ "page": 37,
+ "x": 1550,
+ "y": 1550,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Building/Misc/DeathrestCasket/DeathrestCasket_eastm",
+ "page": 38,
+ "x": 2,
+ "y": 2,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Building/Misc/DeathrestCasket/DeathrestCasket_north",
+ "page": 38,
+ "x": 260,
+ "y": 2,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Building/Misc/DeathrestCasket/DeathrestCasket_northm",
+ "page": 38,
+ "x": 518,
+ "y": 2,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Building/Misc/DeathrestCasket/DeathrestCasket_south",
+ "page": 38,
+ "x": 776,
+ "y": 2,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Building/Misc/DeathrestCasket/DeathrestCasket_southm",
+ "page": 38,
+ "x": 1034,
+ "y": 2,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Building/Misc/Defoliator",
+ "page": 34,
+ "x": 516,
+ "y": 1546,
+ "w": 384,
+ "h": 384
+ },
+ {
+ "key": "Things/Building/Misc/DoubleSlabBed/DoubleSlabBed_east",
+ "page": 38,
+ "x": 1292,
+ "y": 2,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Building/Misc/DoubleSlabBed/DoubleSlabBed_eastm",
+ "page": 38,
+ "x": 1550,
+ "y": 2,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Building/Misc/DoubleSlabBed/DoubleSlabBed_north",
+ "page": 38,
+ "x": 2,
+ "y": 260,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Building/Misc/DoubleSlabBed/DoubleSlabBed_northm",
+ "page": 38,
+ "x": 260,
+ "y": 260,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Building/Misc/DoubleSlabBed/DoubleSlabBed_south",
+ "page": 38,
+ "x": 518,
+ "y": 260,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Building/Misc/DoubleSlabBed/DoubleSlabBed_southm",
+ "page": 38,
+ "x": 776,
+ "y": 260,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Building/Misc/Drum/Drum",
+ "page": 41,
+ "x": 1042,
+ "y": 782,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Building/Misc/Drum/Drum_m",
+ "page": 41,
+ "x": 1172,
+ "y": 782,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Building/Misc/DryadFormingPod/DryadFormingPod",
+ "page": 41,
+ "x": 1302,
+ "y": 782,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Building/Misc/DryadSphere/DryadSphereBack",
+ "page": 38,
+ "x": 1034,
+ "y": 260,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Building/Misc/DryadSphere/DryadSphereFront",
+ "page": 38,
+ "x": 1292,
+ "y": 260,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Building/Misc/EMIDynamo",
+ "page": 13,
+ "x": 2,
+ "y": 2,
+ "w": 1024,
+ "h": 1024
+ },
+ {
+ "key": "Things/Building/Misc/Effigy/Effigy",
+ "page": 41,
+ "x": 1432,
+ "y": 782,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Building/Misc/FungusDarktorch/FungusDarkTorch",
+ "page": 41,
+ "x": 1562,
+ "y": 782,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Building/Misc/GauranlenProtoSeedPod/GauranlenProtoSeedPodA",
+ "page": 41,
+ "x": 1692,
+ "y": 782,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Building/Misc/GauranlenProtoSeedPod/GauranlenProtoSeedPodB",
+ "page": 41,
+ "x": 1822,
+ "y": 782,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Building/Misc/GauranlenProtoSeedPod/GauranlenProtoSeedPodC",
+ "page": 41,
+ "x": 2,
+ "y": 912,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Building/Misc/GeneAssembler/GeneAssembler_east",
+ "page": 34,
+ "x": 1418,
+ "y": 1546,
+ "w": 256,
+ "h": 384
+ },
+ {
+ "key": "Things/Building/Misc/GeneAssembler/GeneAssembler_north",
+ "page": 36,
+ "x": 388,
+ "y": 776,
+ "w": 384,
+ "h": 256
+ },
+ {
+ "key": "Things/Building/Misc/GeneAssembler/GeneAssembler_south",
+ "page": 36,
+ "x": 774,
+ "y": 776,
+ "w": 384,
+ "h": 256
+ },
+ {
+ "key": "Things/Building/Misc/GeneExtractor/GeneExtractor_east",
+ "page": 38,
+ "x": 1550,
+ "y": 260,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Building/Misc/GeneExtractor/GeneExtractor_north",
+ "page": 38,
+ "x": 2,
+ "y": 518,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Building/Misc/GeneExtractor/GeneExtractor_south",
+ "page": 38,
+ "x": 260,
+ "y": 518,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Building/Misc/GeneExtractor/GeneExtractor_west",
+ "page": 38,
+ "x": 518,
+ "y": 518,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Building/Misc/GeneProcessor",
+ "page": 38,
+ "x": 776,
+ "y": 518,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Building/Misc/Genebank/Genebank_east",
+ "page": 39,
+ "x": 392,
+ "y": 1292,
+ "w": 128,
+ "h": 210
+ },
+ {
+ "key": "Things/Building/Misc/Genebank/Genebank_north",
+ "page": 41,
+ "x": 1292,
+ "y": 132,
+ "w": 210,
+ "h": 128
+ },
+ {
+ "key": "Things/Building/Misc/Genebank/Genebank_south",
+ "page": 41,
+ "x": 1504,
+ "y": 132,
+ "w": 210,
+ "h": 128
+ },
+ {
+ "key": "Things/Building/Misc/GibbetCageBottom",
+ "page": 38,
+ "x": 1034,
+ "y": 518,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Building/Misc/GibbetCageTop",
+ "page": 38,
+ "x": 1292,
+ "y": 518,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Building/Misc/GlucosoidPump/GlucosoidPump_east",
+ "page": 40,
+ "x": 260,
+ "y": 1841,
+ "w": 256,
+ "h": 128
+ },
+ {
+ "key": "Things/Building/Misc/GlucosoidPump/GlucosoidPump_south",
+ "page": 39,
+ "x": 1558,
+ "y": 776,
+ "w": 128,
+ "h": 256
+ },
+ {
+ "key": "Things/Building/Misc/GrowthVat/GrowthVatTop_east",
+ "page": 40,
+ "x": 518,
+ "y": 1841,
+ "w": 256,
+ "h": 128
+ },
+ {
+ "key": "Things/Building/Misc/GrowthVat/GrowthVatTop_south",
+ "page": 39,
+ "x": 1688,
+ "y": 776,
+ "w": 128,
+ "h": 256
+ },
+ {
+ "key": "Things/Building/Misc/GrowthVat/GrowthVat_east",
+ "page": 40,
+ "x": 776,
+ "y": 1841,
+ "w": 256,
+ "h": 128
+ },
+ {
+ "key": "Things/Building/Misc/GrowthVat/GrowthVat_south",
+ "page": 39,
+ "x": 1818,
+ "y": 776,
+ "w": 128,
+ "h": 256
+ },
+ {
+ "key": "Things/Building/Misc/HemogenAmplifier/HemogenAmplifier_east",
+ "page": 40,
+ "x": 1034,
+ "y": 1841,
+ "w": 256,
+ "h": 128
+ },
+ {
+ "key": "Things/Building/Misc/HemogenAmplifier/HemogenAmplifier_north",
+ "page": 39,
+ "x": 2,
+ "y": 1034,
+ "w": 128,
+ "h": 256
+ },
+ {
+ "key": "Things/Building/Misc/HemogenAmplifier/HemogenAmplifier_south",
+ "page": 39,
+ "x": 132,
+ "y": 1034,
+ "w": 128,
+ "h": 256
+ },
+ {
+ "key": "Things/Building/Misc/HemogenAmplifier/HemogenAmplifier_west",
+ "page": 40,
+ "x": 1292,
+ "y": 1841,
+ "w": 256,
+ "h": 128
+ },
+ {
+ "key": "Things/Building/Misc/Hemopump/Hemopump_east",
+ "page": 40,
+ "x": 1550,
+ "y": 1841,
+ "w": 256,
+ "h": 128
+ },
+ {
+ "key": "Things/Building/Misc/Hemopump/Hemopump_south",
+ "page": 39,
+ "x": 262,
+ "y": 1034,
+ "w": 128,
+ "h": 256
+ },
+ {
+ "key": "Things/Building/Misc/IncenseShrine/IncenseShrine",
+ "page": 38,
+ "x": 1550,
+ "y": 518,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Building/Misc/KneelPillow/KneelPillow_east",
+ "page": 41,
+ "x": 132,
+ "y": 912,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Building/Misc/KneelPillow/KneelPillow_north",
+ "page": 41,
+ "x": 262,
+ "y": 912,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Building/Misc/KneelPillow/KneelPillow_south",
+ "page": 41,
+ "x": 392,
+ "y": 912,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Building/Misc/KneelSheet/KneelSheet_east",
+ "page": 41,
+ "x": 522,
+ "y": 912,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Building/Misc/KneelSheet/KneelSheet_north",
+ "page": 41,
+ "x": 652,
+ "y": 912,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Building/Misc/KneelSheet/KneelSheet_south",
+ "page": 41,
+ "x": 782,
+ "y": 912,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Building/Misc/Lectern/Lectern_east",
+ "page": 41,
+ "x": 912,
+ "y": 912,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Building/Misc/Lectern/Lectern_north",
+ "page": 41,
+ "x": 1042,
+ "y": 912,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Building/Misc/Lectern/Lectern_south",
+ "page": 41,
+ "x": 1172,
+ "y": 912,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Building/Misc/MechanitorShip",
+ "page": 34,
+ "x": 1156,
+ "y": 2,
+ "w": 640,
+ "h": 384
+ },
+ {
+ "key": "Things/Building/Misc/MechanitorShipCrashed",
+ "page": 34,
+ "x": 2,
+ "y": 388,
+ "w": 640,
+ "h": 384
+ },
+ {
+ "key": "Things/Building/Misc/MechbandAntenna_east",
+ "page": 39,
+ "x": 392,
+ "y": 1034,
+ "w": 128,
+ "h": 256
+ },
+ {
+ "key": "Things/Building/Misc/MechbandAntenna_north",
+ "page": 41,
+ "x": 2,
+ "y": 2,
+ "w": 256,
+ "h": 128
+ },
+ {
+ "key": "Things/Building/Misc/MechbandAntenna_south",
+ "page": 41,
+ "x": 260,
+ "y": 2,
+ "w": 256,
+ "h": 128
+ },
+ {
+ "key": "Things/Building/Misc/MechbandAntenna_west",
+ "page": 39,
+ "x": 522,
+ "y": 1034,
+ "w": 128,
+ "h": 256
+ },
+ {
+ "key": "Things/Building/Misc/MechbandDish",
+ "page": 38,
+ "x": 2,
+ "y": 776,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Building/Misc/MechbandDish_east",
+ "page": 38,
+ "x": 260,
+ "y": 776,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Building/Misc/MechbandDish_north",
+ "page": 38,
+ "x": 518,
+ "y": 776,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Building/Misc/MechbandDish_south",
+ "page": 38,
+ "x": 776,
+ "y": 776,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Building/Misc/MechbandDish_westt",
+ "page": 38,
+ "x": 1034,
+ "y": 776,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Building/Misc/MenuIconWastepackAtomizer",
+ "page": 41,
+ "x": 1086,
+ "y": 1822,
+ "w": 128,
+ "h": 86
+ },
+ {
+ "key": "Things/Building/Misc/MultiAnalyzer",
+ "page": 38,
+ "x": 1292,
+ "y": 776,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Building/Misc/NatureShrine_Large/LargeNatureShrineStoneA",
+ "page": 33,
+ "x": 1160,
+ "y": 452,
+ "w": 435,
+ "h": 435
+ },
+ {
+ "key": "Things/Building/Misc/NatureShrine_Large/LargeNatureShrineWoodA",
+ "page": 33,
+ "x": 1597,
+ "y": 452,
+ "w": 435,
+ "h": 435
+ },
+ {
+ "key": "Things/Building/Misc/NatureShrine_Large/LargeNatureShrineWoodB",
+ "page": 33,
+ "x": 2,
+ "y": 894,
+ "w": 435,
+ "h": 435
+ },
+ {
+ "key": "Things/Building/Misc/NatureShrine_Small/SmallNatureShrineStoneA",
+ "page": 38,
+ "x": 1550,
+ "y": 776,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Building/Misc/NatureShrine_Small/SmallNatureShrineWoodA",
+ "page": 38,
+ "x": 2,
+ "y": 1034,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Building/Misc/NatureShrine_Small/SmallNatureShrineWoodB",
+ "page": 38,
+ "x": 260,
+ "y": 1034,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Building/Misc/NeuralSupercharger/NeuralSupercharger_east",
+ "page": 40,
+ "x": 1288,
+ "y": 1538,
+ "w": 384,
+ "h": 128
+ },
+ {
+ "key": "Things/Building/Misc/NeuralSupercharger/NeuralSupercharger_north",
+ "page": 35,
+ "x": 874,
+ "y": 388,
+ "w": 128,
+ "h": 384
+ },
+ {
+ "key": "Things/Building/Misc/NeuralSupercharger/NeuralSupercharger_south",
+ "page": 35,
+ "x": 1004,
+ "y": 388,
+ "w": 128,
+ "h": 384
+ },
+ {
+ "key": "Things/Building/Misc/PassiveCooler",
+ "page": 41,
+ "x": 1302,
+ "y": 912,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Building/Misc/Pew/Pew_east",
+ "page": 10,
+ "x": 1540,
+ "y": 2,
+ "w": 384,
+ "h": 1152
+ },
+ {
+ "key": "Things/Building/Misc/Pew/Pew_north",
+ "page": 33,
+ "x": 2,
+ "y": 1331,
+ "w": 1152,
+ "h": 384
+ },
+ {
+ "key": "Things/Building/Misc/Pew/Pew_south",
+ "page": 34,
+ "x": 2,
+ "y": 2,
+ "w": 1152,
+ "h": 384
+ },
+ {
+ "key": "Things/Building/Misc/PsychicDroner",
+ "page": 14,
+ "x": 2,
+ "y": 2,
+ "w": 1024,
+ "h": 1024
+ },
+ {
+ "key": "Things/Building/Misc/PsychicSuppressor",
+ "page": 15,
+ "x": 2,
+ "y": 2,
+ "w": 1024,
+ "h": 1024
+ },
+ {
+ "key": "Things/Building/Misc/PsychofluidPump/PsychofluidPump_east",
+ "page": 41,
+ "x": 518,
+ "y": 2,
+ "w": 256,
+ "h": 128
+ },
+ {
+ "key": "Things/Building/Misc/PsychofluidPump/PsychofluidPump_north",
+ "page": 39,
+ "x": 652,
+ "y": 1034,
+ "w": 128,
+ "h": 256
+ },
+ {
+ "key": "Things/Building/Misc/PsychofluidPump/PsychofluidPump_south",
+ "page": 39,
+ "x": 782,
+ "y": 1034,
+ "w": 128,
+ "h": 256
+ },
+ {
+ "key": "Things/Building/Misc/Pyre/Pyre",
+ "page": 38,
+ "x": 518,
+ "y": 1034,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Building/Misc/Redtorch",
+ "page": 41,
+ "x": 1432,
+ "y": 912,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Building/Misc/Reliquary/Reliquary_east",
+ "page": 26,
+ "x": 2,
+ "y": 644,
+ "w": 440,
+ "h": 577
+ },
+ {
+ "key": "Things/Building/Misc/Reliquary/Reliquary_eastm",
+ "page": 26,
+ "x": 444,
+ "y": 644,
+ "w": 440,
+ "h": 577
+ },
+ {
+ "key": "Things/Building/Misc/Reliquary/Reliquary_north",
+ "page": 33,
+ "x": 390,
+ "y": 2,
+ "w": 577,
+ "h": 440
+ },
+ {
+ "key": "Things/Building/Misc/Reliquary/Reliquary_northm",
+ "page": 33,
+ "x": 969,
+ "y": 2,
+ "w": 577,
+ "h": 440
+ },
+ {
+ "key": "Things/Building/Misc/Reliquary/Reliquary_south",
+ "page": 33,
+ "x": 2,
+ "y": 452,
+ "w": 577,
+ "h": 440
+ },
+ {
+ "key": "Things/Building/Misc/Reliquary/Reliquary_southm",
+ "page": 33,
+ "x": 581,
+ "y": 452,
+ "w": 577,
+ "h": 440
+ },
+ {
+ "key": "Things/Building/Misc/SacrificialFlag/SacrificialFlag",
+ "page": 41,
+ "x": 1562,
+ "y": 912,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Building/Misc/Skullspike/Skullspike",
+ "page": 41,
+ "x": 1692,
+ "y": 912,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Building/Misc/Skullspike/Skullspike_m",
+ "page": 41,
+ "x": 1822,
+ "y": 912,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Building/Misc/SlabBed/SlabBed_east",
+ "page": 38,
+ "x": 776,
+ "y": 1034,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Building/Misc/SlabBed/SlabBed_eastm",
+ "page": 38,
+ "x": 1034,
+ "y": 1034,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Building/Misc/SlabBed/SlabBed_north",
+ "page": 38,
+ "x": 1292,
+ "y": 1034,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Building/Misc/SlabBed/SlabBed_northm",
+ "page": 38,
+ "x": 1550,
+ "y": 1034,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Building/Misc/SlabBed/SlabBed_south",
+ "page": 38,
+ "x": 2,
+ "y": 1292,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Building/Misc/SlabBed/SlabBed_southm",
+ "page": 38,
+ "x": 260,
+ "y": 1292,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Building/Misc/SleepAccelerator/SleepAccelerator_east",
+ "page": 41,
+ "x": 2,
+ "y": 1042,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Building/Misc/SleepAccelerator/SleepAccelerator_north",
+ "page": 41,
+ "x": 132,
+ "y": 1042,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Building/Misc/SleepAccelerator/SleepAccelerator_south",
+ "page": 41,
+ "x": 262,
+ "y": 1042,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Building/Misc/SmokeSpewer",
+ "page": 16,
+ "x": 2,
+ "y": 2,
+ "w": 1024,
+ "h": 1024
+ },
+ {
+ "key": "Things/Building/Misc/Spacedrone",
+ "page": 20,
+ "x": 2,
+ "y": 1028,
+ "w": 1632,
+ "h": 960
+ },
+ {
+ "key": "Things/Building/Misc/StylingStation/TableStyling_east",
+ "page": 32,
+ "x": 518,
+ "y": 1030,
+ "w": 192,
+ "h": 448
+ },
+ {
+ "key": "Things/Building/Misc/StylingStation/TableStyling_eastm",
+ "page": 32,
+ "x": 712,
+ "y": 1030,
+ "w": 192,
+ "h": 448
+ },
+ {
+ "key": "Things/Building/Misc/StylingStation/TableStyling_north",
+ "page": 39,
+ "x": 522,
+ "y": 1292,
+ "w": 448,
+ "h": 192
+ },
+ {
+ "key": "Things/Building/Misc/StylingStation/TableStyling_northm",
+ "page": 39,
+ "x": 972,
+ "y": 1292,
+ "w": 448,
+ "h": 192
+ },
+ {
+ "key": "Things/Building/Misc/StylingStation/TableStyling_south",
+ "page": 39,
+ "x": 1422,
+ "y": 1292,
+ "w": 448,
+ "h": 192
+ },
+ {
+ "key": "Things/Building/Misc/StylingStation/TableStyling_southm",
+ "page": 39,
+ "x": 2,
+ "y": 1550,
+ "w": 448,
+ "h": 192
+ },
+ {
+ "key": "Things/Building/Misc/SunBlocker",
+ "page": 17,
+ "x": 2,
+ "y": 2,
+ "w": 1024,
+ "h": 1024
+ },
+ {
+ "key": "Things/Building/Misc/ToxicSpewer",
+ "page": 18,
+ "x": 2,
+ "y": 2,
+ "w": 1024,
+ "h": 1024
+ },
+ {
+ "key": "Things/Building/Misc/Urn",
+ "page": 41,
+ "x": 392,
+ "y": 1042,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Building/Misc/WastepackAtomizerWindow_east",
+ "page": 34,
+ "x": 1676,
+ "y": 1546,
+ "w": 256,
+ "h": 384
+ },
+ {
+ "key": "Things/Building/Misc/WastepackAtomizerWindow_north",
+ "page": 40,
+ "x": 1160,
+ "y": 1360,
+ "w": 256,
+ "h": 171
+ },
+ {
+ "key": "Things/Building/Misc/WastepackAtomizerWindow_south",
+ "page": 40,
+ "x": 1418,
+ "y": 1360,
+ "w": 256,
+ "h": 171
+ },
+ {
+ "key": "Things/Building/Misc/WastepackAtomizer_BottomLayer_east",
+ "page": 35,
+ "x": 2,
+ "y": 2,
+ "w": 256,
+ "h": 384
+ },
+ {
+ "key": "Things/Building/Misc/WastepackAtomizer_BottomLayer_north",
+ "page": 40,
+ "x": 1676,
+ "y": 1360,
+ "w": 256,
+ "h": 171
+ },
+ {
+ "key": "Things/Building/Misc/WastepackAtomizer_BottomLayer_south",
+ "page": 40,
+ "x": 2,
+ "y": 1538,
+ "w": 256,
+ "h": 171
+ },
+ {
+ "key": "Things/Building/Misc/WastepackAtomizer_east",
+ "page": 35,
+ "x": 260,
+ "y": 2,
+ "w": 256,
+ "h": 384
+ },
+ {
+ "key": "Things/Building/Misc/WastepackAtomizer_north",
+ "page": 36,
+ "x": 1160,
+ "y": 776,
+ "w": 384,
+ "h": 256
+ },
+ {
+ "key": "Things/Building/Misc/WastepackAtomizer_south",
+ "page": 36,
+ "x": 1546,
+ "y": 776,
+ "w": 384,
+ "h": 256
+ },
+ {
+ "key": "Things/Building/Misc/WeatherController",
+ "page": 19,
+ "x": 2,
+ "y": 2,
+ "w": 1024,
+ "h": 1024
+ },
+ {
+ "key": "Things/Building/Natural/CocoonMegascarab/CocoonMegascarabA",
+ "page": 41,
+ "x": 522,
+ "y": 1042,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Building/Natural/CocoonMegascarab/CocoonMegascarabB",
+ "page": 41,
+ "x": 652,
+ "y": 1042,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Building/Natural/CocoonMegascarab/CocoonMegascarabC",
+ "page": 41,
+ "x": 782,
+ "y": 1042,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Building/Natural/CocoonMegaspider/CocoonMegaspiderA",
+ "page": 38,
+ "x": 518,
+ "y": 1292,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Building/Natural/CocoonMegaspider/CocoonMegaspiderB",
+ "page": 38,
+ "x": 776,
+ "y": 1292,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Building/Natural/CocoonMegaspider/CocoonMegaspiderC",
+ "page": 38,
+ "x": 1034,
+ "y": 1292,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Building/Natural/CocoonSpelopede/CocoonSpelopedeA",
+ "page": 41,
+ "x": 912,
+ "y": 1042,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Building/Natural/CocoonSpelopede/CocoonSpelopedeB",
+ "page": 41,
+ "x": 1042,
+ "y": 1042,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Building/Natural/CocoonSpelopede/CocoonSpelopedeC",
+ "page": 41,
+ "x": 1172,
+ "y": 1042,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Building/Natural/GlowPod",
+ "page": 41,
+ "x": 1302,
+ "y": 1042,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Building/Natural/Hive",
+ "page": 38,
+ "x": 1292,
+ "y": 1292,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Building/Power/ChemfuelPoweredGenerator",
+ "page": 38,
+ "x": 1550,
+ "y": 1292,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Building/Power/GeothermalPlant",
+ "page": 20,
+ "x": 2,
+ "y": 2,
+ "w": 1024,
+ "h": 1024
+ },
+ {
+ "key": "Things/Building/Power/MechBooster",
+ "page": 38,
+ "x": 2,
+ "y": 1550,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Building/Power/SolarCollector",
+ "page": 31,
+ "x": 1030,
+ "y": 2,
+ "w": 512,
+ "h": 512
+ },
+ {
+ "key": "Things/Building/Power/ToxifierGenerator",
+ "page": 38,
+ "x": 260,
+ "y": 1550,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Building/Power/WatermillGenerator/WatermillGeneratorBlades",
+ "page": 40,
+ "x": 260,
+ "y": 1538,
+ "w": 512,
+ "h": 128
+ },
+ {
+ "key": "Things/Building/Power/WatermillGenerator/WatermillGeneratorBody_east",
+ "page": 25,
+ "x": 2,
+ "y": 2,
+ "w": 768,
+ "h": 640
+ },
+ {
+ "key": "Things/Building/Power/WatermillGenerator/WatermillGeneratorBody_north",
+ "page": 24,
+ "x": 2,
+ "y": 2,
+ "w": 640,
+ "h": 768
+ },
+ {
+ "key": "Things/Building/Power/WatermillGenerator/WatermillGeneratorBody_south",
+ "page": 24,
+ "x": 644,
+ "y": 2,
+ "w": 640,
+ "h": 768
+ },
+ {
+ "key": "Things/Building/Power/WindTurbine/WindTurbineBlades",
+ "page": 40,
+ "x": 774,
+ "y": 1538,
+ "w": 512,
+ "h": 128
+ },
+ {
+ "key": "Things/Building/Power/WindTurbine/WindTurbineBody_east",
+ "page": 31,
+ "x": 774,
+ "y": 1030,
+ "w": 256,
+ "h": 512
+ },
+ {
+ "key": "Things/Building/Power/WindTurbine/WindTurbineBody_north",
+ "page": 35,
+ "x": 2,
+ "y": 1118,
+ "w": 512,
+ "h": 256
+ },
+ {
+ "key": "Things/Building/Power/WindTurbine/WindTurbineBody_south",
+ "page": 35,
+ "x": 516,
+ "y": 1118,
+ "w": 512,
+ "h": 256
+ },
+ {
+ "key": "Things/Building/Power/WindTurbine/WindTurbine_MenuIcon",
+ "page": 41,
+ "x": 776,
+ "y": 2,
+ "w": 256,
+ "h": 128
+ },
+ {
+ "key": "Things/Building/Power/WoodFiredGenerator",
+ "page": 38,
+ "x": 518,
+ "y": 1550,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Building/Production/BasicRecharger_east",
+ "page": 35,
+ "x": 518,
+ "y": 388,
+ "w": 176,
+ "h": 384
+ },
+ {
+ "key": "Things/Building/Production/BasicRecharger_north",
+ "page": 40,
+ "x": 1352,
+ "y": 1166,
+ "w": 384,
+ "h": 176
+ },
+ {
+ "key": "Things/Building/Production/BasicRecharger_south",
+ "page": 40,
+ "x": 2,
+ "y": 1360,
+ "w": 384,
+ "h": 176
+ },
+ {
+ "key": "Things/Building/Production/Crematorium_east",
+ "page": 35,
+ "x": 518,
+ "y": 2,
+ "w": 256,
+ "h": 384
+ },
+ {
+ "key": "Things/Building/Production/Crematorium_eastm",
+ "page": 35,
+ "x": 776,
+ "y": 2,
+ "w": 256,
+ "h": 384
+ },
+ {
+ "key": "Things/Building/Production/Crematorium_north",
+ "page": 36,
+ "x": 2,
+ "y": 1034,
+ "w": 384,
+ "h": 256
+ },
+ {
+ "key": "Things/Building/Production/Crematorium_northm",
+ "page": 36,
+ "x": 388,
+ "y": 1034,
+ "w": 384,
+ "h": 256
+ },
+ {
+ "key": "Things/Building/Production/Crematorium_south",
+ "page": 36,
+ "x": 774,
+ "y": 1034,
+ "w": 384,
+ "h": 256
+ },
+ {
+ "key": "Things/Building/Production/Crematorium_southm",
+ "page": 36,
+ "x": 1160,
+ "y": 1034,
+ "w": 384,
+ "h": 256
+ },
+ {
+ "key": "Things/Building/Production/DeepDrill",
+ "page": 38,
+ "x": 776,
+ "y": 1550,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Building/Production/FermentingBarrel_east",
+ "page": 41,
+ "x": 1432,
+ "y": 1042,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Building/Production/FermentingBarrel_north",
+ "page": 41,
+ "x": 1562,
+ "y": 1042,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Building/Production/Hopper_MenuIcon",
+ "page": 41,
+ "x": 1692,
+ "y": 1042,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Building/Production/Hopper_east",
+ "page": 41,
+ "x": 1822,
+ "y": 1042,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Building/Production/Hopper_north",
+ "page": 41,
+ "x": 2,
+ "y": 1172,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Building/Production/Hopper_south",
+ "page": 41,
+ "x": 132,
+ "y": 1172,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Building/Production/LampSun",
+ "page": 41,
+ "x": 262,
+ "y": 1172,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Building/Production/MechGestatorLargeGlass_east",
+ "page": 0,
+ "x": 2,
+ "y": 2,
+ "w": 1280,
+ "h": 1536
+ },
+ {
+ "key": "Things/Building/Production/MechGestatorLargeGlass_north",
+ "page": 5,
+ "x": 2,
+ "y": 2,
+ "w": 1536,
+ "h": 1280
+ },
+ {
+ "key": "Things/Building/Production/MechGestatorLargeGlass_south",
+ "page": 6,
+ "x": 2,
+ "y": 2,
+ "w": 1536,
+ "h": 1280
+ },
+ {
+ "key": "Things/Building/Production/MechGestatorLargeTop_east",
+ "page": 1,
+ "x": 2,
+ "y": 2,
+ "w": 1280,
+ "h": 1536
+ },
+ {
+ "key": "Things/Building/Production/MechGestatorLargeTop_north",
+ "page": 7,
+ "x": 2,
+ "y": 2,
+ "w": 1536,
+ "h": 1280
+ },
+ {
+ "key": "Things/Building/Production/MechGestatorLargeTop_south",
+ "page": 8,
+ "x": 2,
+ "y": 2,
+ "w": 1536,
+ "h": 1280
+ },
+ {
+ "key": "Things/Building/Production/MechGestatorLarge_east",
+ "page": 2,
+ "x": 2,
+ "y": 2,
+ "w": 1280,
+ "h": 1536
+ },
+ {
+ "key": "Things/Building/Production/MechGestatorLarge_north",
+ "page": 9,
+ "x": 2,
+ "y": 2,
+ "w": 1536,
+ "h": 1280
+ },
+ {
+ "key": "Things/Building/Production/MechGestatorLarge_south",
+ "page": 10,
+ "x": 2,
+ "y": 2,
+ "w": 1536,
+ "h": 1280
+ },
+ {
+ "key": "Things/Building/Production/MechGestatorStandardGlass_east",
+ "page": 3,
+ "x": 2,
+ "y": 2,
+ "w": 960,
+ "h": 1440
+ },
+ {
+ "key": "Things/Building/Production/MechGestatorStandardGlass_north",
+ "page": 21,
+ "x": 2,
+ "y": 2,
+ "w": 1440,
+ "h": 960
+ },
+ {
+ "key": "Things/Building/Production/MechGestatorStandardGlass_south",
+ "page": 21,
+ "x": 2,
+ "y": 964,
+ "w": 1440,
+ "h": 960
+ },
+ {
+ "key": "Things/Building/Production/MechGestatorStandardTop_east",
+ "page": 3,
+ "x": 964,
+ "y": 2,
+ "w": 960,
+ "h": 1440
+ },
+ {
+ "key": "Things/Building/Production/MechGestatorStandardTop_north",
+ "page": 22,
+ "x": 2,
+ "y": 2,
+ "w": 1440,
+ "h": 960
+ },
+ {
+ "key": "Things/Building/Production/MechGestatorStandardTop_south",
+ "page": 22,
+ "x": 2,
+ "y": 964,
+ "w": 1440,
+ "h": 960
+ },
+ {
+ "key": "Things/Building/Production/MechGestatorStandard_east",
+ "page": 4,
+ "x": 2,
+ "y": 2,
+ "w": 960,
+ "h": 1440
+ },
+ {
+ "key": "Things/Building/Production/MechGestatorStandard_north",
+ "page": 23,
+ "x": 2,
+ "y": 2,
+ "w": 1440,
+ "h": 960
+ },
+ {
+ "key": "Things/Building/Production/MechGestatorStandard_south",
+ "page": 23,
+ "x": 2,
+ "y": 964,
+ "w": 1440,
+ "h": 960
+ },
+ {
+ "key": "Things/Building/Production/PollutionPump",
+ "page": 41,
+ "x": 392,
+ "y": 1172,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Building/Production/StandardRecharger_east",
+ "page": 31,
+ "x": 2,
+ "y": 1030,
+ "w": 384,
+ "h": 512
+ },
+ {
+ "key": "Things/Building/Production/StandardRecharger_north",
+ "page": 34,
+ "x": 2,
+ "y": 1160,
+ "w": 512,
+ "h": 384
+ },
+ {
+ "key": "Things/Building/Production/StandardRecharger_south",
+ "page": 34,
+ "x": 516,
+ "y": 1160,
+ "w": 512,
+ "h": 384
+ },
+ {
+ "key": "Things/Building/Production/SubcoreEncoder_east",
+ "page": 35,
+ "x": 1034,
+ "y": 2,
+ "w": 256,
+ "h": 384
+ },
+ {
+ "key": "Things/Building/Production/SubcoreEncoder_north",
+ "page": 36,
+ "x": 1546,
+ "y": 1034,
+ "w": 384,
+ "h": 256
+ },
+ {
+ "key": "Things/Building/Production/SubcoreEncoder_south",
+ "page": 36,
+ "x": 2,
+ "y": 1292,
+ "w": 384,
+ "h": 256
+ },
+ {
+ "key": "Things/Building/Production/SubcoreRipscanner_east",
+ "page": 35,
+ "x": 1292,
+ "y": 2,
+ "w": 256,
+ "h": 384
+ },
+ {
+ "key": "Things/Building/Production/SubcoreRipscanner_north",
+ "page": 36,
+ "x": 388,
+ "y": 1292,
+ "w": 384,
+ "h": 256
+ },
+ {
+ "key": "Things/Building/Production/SubcoreRipscanner_south",
+ "page": 36,
+ "x": 774,
+ "y": 1292,
+ "w": 384,
+ "h": 256
+ },
+ {
+ "key": "Things/Building/Production/SubcoreSoftscanner_east",
+ "page": 35,
+ "x": 1550,
+ "y": 2,
+ "w": 256,
+ "h": 384
+ },
+ {
+ "key": "Things/Building/Production/SubcoreSoftscanner_north",
+ "page": 36,
+ "x": 1160,
+ "y": 1292,
+ "w": 384,
+ "h": 256
+ },
+ {
+ "key": "Things/Building/Production/SubcoreSoftscanner_south",
+ "page": 36,
+ "x": 1546,
+ "y": 1292,
+ "w": 384,
+ "h": 256
+ },
+ {
+ "key": "Things/Building/Production/TableBrewery_east",
+ "page": 32,
+ "x": 906,
+ "y": 1030,
+ "w": 192,
+ "h": 448
+ },
+ {
+ "key": "Things/Building/Production/TableBrewery_north",
+ "page": 39,
+ "x": 452,
+ "y": 1550,
+ "w": 448,
+ "h": 192
+ },
+ {
+ "key": "Things/Building/Production/TableBrewery_south",
+ "page": 39,
+ "x": 902,
+ "y": 1550,
+ "w": 448,
+ "h": 192
+ },
+ {
+ "key": "Things/Building/Production/TableButcher_east",
+ "page": 32,
+ "x": 1100,
+ "y": 1030,
+ "w": 192,
+ "h": 448
+ },
+ {
+ "key": "Things/Building/Production/TableButcher_north",
+ "page": 39,
+ "x": 1352,
+ "y": 1550,
+ "w": 448,
+ "h": 192
+ },
+ {
+ "key": "Things/Building/Production/TableButcher_south",
+ "page": 39,
+ "x": 2,
+ "y": 1744,
+ "w": 448,
+ "h": 192
+ },
+ {
+ "key": "Things/Building/Production/TableDrugLab_east",
+ "page": 32,
+ "x": 1294,
+ "y": 1030,
+ "w": 192,
+ "h": 448
+ },
+ {
+ "key": "Things/Building/Production/TableDrugLab_eastm",
+ "page": 32,
+ "x": 1488,
+ "y": 1030,
+ "w": 192,
+ "h": 448
+ },
+ {
+ "key": "Things/Building/Production/TableDrugLab_north",
+ "page": 39,
+ "x": 452,
+ "y": 1744,
+ "w": 448,
+ "h": 192
+ },
+ {
+ "key": "Things/Building/Production/TableDrugLab_northm",
+ "page": 39,
+ "x": 902,
+ "y": 1744,
+ "w": 448,
+ "h": 192
+ },
+ {
+ "key": "Things/Building/Production/TableDrugLab_south",
+ "page": 39,
+ "x": 1352,
+ "y": 1744,
+ "w": 448,
+ "h": 192
+ },
+ {
+ "key": "Things/Building/Production/TableDrugLab_southm",
+ "page": 40,
+ "x": 2,
+ "y": 2,
+ "w": 448,
+ "h": 192
+ },
+ {
+ "key": "Things/Building/Production/TableMachining_east",
+ "page": 32,
+ "x": 1682,
+ "y": 1030,
+ "w": 192,
+ "h": 448
+ },
+ {
+ "key": "Things/Building/Production/TableMachining_north",
+ "page": 40,
+ "x": 452,
+ "y": 2,
+ "w": 448,
+ "h": 192
+ },
+ {
+ "key": "Things/Building/Production/TableMachining_south",
+ "page": 40,
+ "x": 902,
+ "y": 2,
+ "w": 448,
+ "h": 192
+ },
+ {
+ "key": "Things/Building/Production/TableSmithingElectric_east",
+ "page": 32,
+ "x": 2,
+ "y": 1544,
+ "w": 192,
+ "h": 448
+ },
+ {
+ "key": "Things/Building/Production/TableSmithingElectric_north",
+ "page": 40,
+ "x": 1352,
+ "y": 2,
+ "w": 448,
+ "h": 192
+ },
+ {
+ "key": "Things/Building/Production/TableSmithingElectric_south",
+ "page": 40,
+ "x": 2,
+ "y": 196,
+ "w": 448,
+ "h": 192
+ },
+ {
+ "key": "Things/Building/Production/TableSmithingFueled_east",
+ "page": 32,
+ "x": 196,
+ "y": 1544,
+ "w": 192,
+ "h": 448
+ },
+ {
+ "key": "Things/Building/Production/TableSmithingFueled_north",
+ "page": 40,
+ "x": 452,
+ "y": 196,
+ "w": 448,
+ "h": 192
+ },
+ {
+ "key": "Things/Building/Production/TableSmithingFueled_south",
+ "page": 40,
+ "x": 902,
+ "y": 196,
+ "w": 448,
+ "h": 192
+ },
+ {
+ "key": "Things/Building/Production/TableStoveElectric_east",
+ "page": 32,
+ "x": 390,
+ "y": 1544,
+ "w": 192,
+ "h": 448
+ },
+ {
+ "key": "Things/Building/Production/TableStoveElectric_eastm",
+ "page": 32,
+ "x": 584,
+ "y": 1544,
+ "w": 192,
+ "h": 448
+ },
+ {
+ "key": "Things/Building/Production/TableStoveElectric_north",
+ "page": 40,
+ "x": 1352,
+ "y": 196,
+ "w": 448,
+ "h": 192
+ },
+ {
+ "key": "Things/Building/Production/TableStoveElectric_northm",
+ "page": 40,
+ "x": 2,
+ "y": 390,
+ "w": 448,
+ "h": 192
+ },
+ {
+ "key": "Things/Building/Production/TableStoveElectric_south",
+ "page": 40,
+ "x": 452,
+ "y": 390,
+ "w": 448,
+ "h": 192
+ },
+ {
+ "key": "Things/Building/Production/TableStoveElectric_southm",
+ "page": 40,
+ "x": 902,
+ "y": 390,
+ "w": 448,
+ "h": 192
+ },
+ {
+ "key": "Things/Building/Production/TableStoveFueled_east",
+ "page": 32,
+ "x": 778,
+ "y": 1544,
+ "w": 192,
+ "h": 448
+ },
+ {
+ "key": "Things/Building/Production/TableStoveFueled_eastm",
+ "page": 32,
+ "x": 972,
+ "y": 1544,
+ "w": 192,
+ "h": 448
+ },
+ {
+ "key": "Things/Building/Production/TableStoveFueled_north",
+ "page": 40,
+ "x": 1352,
+ "y": 390,
+ "w": 448,
+ "h": 192
+ },
+ {
+ "key": "Things/Building/Production/TableStoveFueled_northm",
+ "page": 40,
+ "x": 2,
+ "y": 584,
+ "w": 448,
+ "h": 192
+ },
+ {
+ "key": "Things/Building/Production/TableStoveFueled_south",
+ "page": 40,
+ "x": 452,
+ "y": 584,
+ "w": 448,
+ "h": 192
+ },
+ {
+ "key": "Things/Building/Production/TableStoveFueled_southm",
+ "page": 40,
+ "x": 902,
+ "y": 584,
+ "w": 448,
+ "h": 192
+ },
+ {
+ "key": "Things/Building/Production/TableTailorElectric_east",
+ "page": 32,
+ "x": 1166,
+ "y": 1544,
+ "w": 192,
+ "h": 448
+ },
+ {
+ "key": "Things/Building/Production/TableTailorElectric_eastm",
+ "page": 32,
+ "x": 1360,
+ "y": 1544,
+ "w": 192,
+ "h": 448
+ },
+ {
+ "key": "Things/Building/Production/TableTailorElectric_north",
+ "page": 40,
+ "x": 1352,
+ "y": 584,
+ "w": 448,
+ "h": 192
+ },
+ {
+ "key": "Things/Building/Production/TableTailorElectric_northm",
+ "page": 40,
+ "x": 2,
+ "y": 778,
+ "w": 448,
+ "h": 192
+ },
+ {
+ "key": "Things/Building/Production/TableTailorElectric_south",
+ "page": 40,
+ "x": 452,
+ "y": 778,
+ "w": 448,
+ "h": 192
+ },
+ {
+ "key": "Things/Building/Production/TableTailorElectric_southm",
+ "page": 40,
+ "x": 902,
+ "y": 778,
+ "w": 448,
+ "h": 192
+ },
+ {
+ "key": "Things/Building/Production/TableTailorHand_east",
+ "page": 32,
+ "x": 1554,
+ "y": 1544,
+ "w": 192,
+ "h": 448
+ },
+ {
+ "key": "Things/Building/Production/TableTailorHand_eastm",
+ "page": 32,
+ "x": 1748,
+ "y": 1544,
+ "w": 192,
+ "h": 448
+ },
+ {
+ "key": "Things/Building/Production/TableTailorHand_north",
+ "page": 40,
+ "x": 1352,
+ "y": 778,
+ "w": 448,
+ "h": 192
+ },
+ {
+ "key": "Things/Building/Production/TableTailorHand_northm",
+ "page": 40,
+ "x": 2,
+ "y": 972,
+ "w": 448,
+ "h": 192
+ },
+ {
+ "key": "Things/Building/Production/TableTailorHand_south",
+ "page": 40,
+ "x": 452,
+ "y": 972,
+ "w": 448,
+ "h": 192
+ },
+ {
+ "key": "Things/Building/Production/TableTailorHand_southm",
+ "page": 40,
+ "x": 902,
+ "y": 972,
+ "w": 448,
+ "h": 192
+ },
+ {
+ "key": "Things/Building/Production/ToFix_NutrientDispenser_east",
+ "page": 35,
+ "x": 1140,
+ "y": 774,
+ "w": 400,
+ "h": 300
+ },
+ {
+ "key": "Things/Building/Production/ToFix_NutrientDispenser_north",
+ "page": 33,
+ "x": 955,
+ "y": 894,
+ "w": 300,
+ "h": 400
+ },
+ {
+ "key": "Things/Building/Production/ToFix_NutrientDispenser_south",
+ "page": 33,
+ "x": 1257,
+ "y": 894,
+ "w": 300,
+ "h": 400
+ },
+ {
+ "key": "Things/Building/Ruins/AirConditioner",
+ "page": 41,
+ "x": 522,
+ "y": 1172,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Building/Ruins/AncientBandNode",
+ "page": 35,
+ "x": 828,
+ "y": 774,
+ "w": 310,
+ "h": 310
+ },
+ {
+ "key": "Things/Building/Ruins/AncientBarrel/Barrel",
+ "page": 41,
+ "x": 652,
+ "y": 1172,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Building/Ruins/AncientBarrel/BarrelA",
+ "page": 41,
+ "x": 782,
+ "y": 1172,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Building/Ruins/AncientBarrel/BarrelB",
+ "page": 41,
+ "x": 912,
+ "y": 1172,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Building/Ruins/AncientBarrel/BarrelC",
+ "page": 41,
+ "x": 1042,
+ "y": 1172,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Building/Ruins/AncientBasicRecharger_east",
+ "page": 35,
+ "x": 696,
+ "y": 388,
+ "w": 176,
+ "h": 384
+ },
+ {
+ "key": "Things/Building/Ruins/AncientBasicRecharger_north",
+ "page": 40,
+ "x": 388,
+ "y": 1360,
+ "w": 384,
+ "h": 176
+ },
+ {
+ "key": "Things/Building/Ruins/AncientBasicRecharger_south",
+ "page": 40,
+ "x": 774,
+ "y": 1360,
+ "w": 384,
+ "h": 176
+ },
+ {
+ "key": "Things/Building/Ruins/AncientBed_east",
+ "page": 38,
+ "x": 1034,
+ "y": 1550,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Building/Ruins/AncientBed_north",
+ "page": 38,
+ "x": 1292,
+ "y": 1550,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Building/Ruins/AncientBed_south",
+ "page": 38,
+ "x": 1550,
+ "y": 1550,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Building/Ruins/AncientBustedShipBeacon",
+ "page": 41,
+ "x": 1172,
+ "y": 1172,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Building/Ruins/AncientCommsConsoleOpen_east",
+ "page": 35,
+ "x": 2,
+ "y": 388,
+ "w": 256,
+ "h": 384
+ },
+ {
+ "key": "Things/Building/Ruins/AncientCommsConsoleOpen_north",
+ "page": 36,
+ "x": 2,
+ "y": 1550,
+ "w": 384,
+ "h": 256
+ },
+ {
+ "key": "Things/Building/Ruins/AncientCommsConsoleOpen_south",
+ "page": 36,
+ "x": 388,
+ "y": 1550,
+ "w": 384,
+ "h": 256
+ },
+ {
+ "key": "Things/Building/Ruins/AncientCommsConsole_east",
+ "page": 35,
+ "x": 260,
+ "y": 388,
+ "w": 256,
+ "h": 384
+ },
+ {
+ "key": "Things/Building/Ruins/AncientCommsConsole_north",
+ "page": 36,
+ "x": 774,
+ "y": 1550,
+ "w": 384,
+ "h": 256
+ },
+ {
+ "key": "Things/Building/Ruins/AncientCommsConsole_south",
+ "page": 36,
+ "x": 1160,
+ "y": 1550,
+ "w": 384,
+ "h": 256
+ },
+ {
+ "key": "Things/Building/Ruins/AncientCrate/CrateA",
+ "page": 41,
+ "x": 1302,
+ "y": 1172,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Building/Ruins/AncientCrate/CrateB",
+ "page": 41,
+ "x": 1432,
+ "y": 1172,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Building/Ruins/AncientCrate/CrateC",
+ "page": 41,
+ "x": 1562,
+ "y": 1172,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Building/Ruins/AncientCryptosleepPod_east",
+ "page": 41,
+ "x": 1034,
+ "y": 2,
+ "w": 256,
+ "h": 128
+ },
+ {
+ "key": "Things/Building/Ruins/AncientCryptosleepPod_north",
+ "page": 39,
+ "x": 912,
+ "y": 1034,
+ "w": 128,
+ "h": 256
+ },
+ {
+ "key": "Things/Building/Ruins/AncientCryptosleepPod_south",
+ "page": 39,
+ "x": 1042,
+ "y": 1034,
+ "w": 128,
+ "h": 256
+ },
+ {
+ "key": "Things/Building/Ruins/AncientDisplayBank_east",
+ "page": 33,
+ "x": 2,
+ "y": 2,
+ "w": 192,
+ "h": 448
+ },
+ {
+ "key": "Things/Building/Ruins/AncientDisplayBank_north",
+ "page": 40,
+ "x": 1352,
+ "y": 972,
+ "w": 448,
+ "h": 192
+ },
+ {
+ "key": "Things/Building/Ruins/AncientDisplayBank_south",
+ "page": 40,
+ "x": 2,
+ "y": 1166,
+ "w": 448,
+ "h": 192
+ },
+ {
+ "key": "Things/Building/Ruins/AncientEnemyTerminal_east",
+ "page": 41,
+ "x": 1692,
+ "y": 1172,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Building/Ruins/AncientEnemyTerminal_north",
+ "page": 41,
+ "x": 1822,
+ "y": 1172,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Building/Ruins/AncientEnemyTerminal_south",
+ "page": 41,
+ "x": 2,
+ "y": 1302,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Building/Ruins/AncientEquipmentBlocks_east",
+ "page": 20,
+ "x": 1028,
+ "y": 2,
+ "w": 512,
+ "h": 1024
+ },
+ {
+ "key": "Things/Building/Ruins/AncientEquipmentBlocks_north",
+ "page": 26,
+ "x": 886,
+ "y": 644,
+ "w": 1024,
+ "h": 512
+ },
+ {
+ "key": "Things/Building/Ruins/AncientExostrider/AncientExostriderCannon",
+ "page": 35,
+ "x": 1264,
+ "y": 388,
+ "w": 512,
+ "h": 342
+ },
+ {
+ "key": "Things/Building/Ruins/AncientExostrider/AncientExostriderHead",
+ "page": 31,
+ "x": 2,
+ "y": 516,
+ "w": 512,
+ "h": 512
+ },
+ {
+ "key": "Things/Building/Ruins/AncientExostrider/AncientExostriderLeg/ExostriderLegA",
+ "page": 35,
+ "x": 1030,
+ "y": 1118,
+ "w": 512,
+ "h": 256
+ },
+ {
+ "key": "Things/Building/Ruins/AncientExostrider/AncientExostriderLeg/ExostriderLegB",
+ "page": 35,
+ "x": 2,
+ "y": 1376,
+ "w": 512,
+ "h": 256
+ },
+ {
+ "key": "Things/Building/Ruins/AncientExostrider/AncientExostriderLeg/ExostriderLegC",
+ "page": 35,
+ "x": 516,
+ "y": 1376,
+ "w": 512,
+ "h": 256
+ },
+ {
+ "key": "Things/Building/Ruins/AncientExostrider/AncientExostriderMidsection",
+ "page": 35,
+ "x": 2,
+ "y": 774,
+ "w": 512,
+ "h": 342
+ },
+ {
+ "key": "Things/Building/Ruins/AncientFuelNode/AncientUnstableFuelNodeA",
+ "page": 41,
+ "x": 132,
+ "y": 1302,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Building/Ruins/AncientFuelNode/AncientUnstableFuelNodeB",
+ "page": 41,
+ "x": 262,
+ "y": 1302,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Building/Ruins/AncientFuelNode/AncientUnstableFuelNodeC",
+ "page": 41,
+ "x": 392,
+ "y": 1302,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Building/Ruins/AncientGenerator/AncientGeneratorA",
+ "page": 39,
+ "x": 2,
+ "y": 2,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Building/Ruins/AncientGenerator/AncientGeneratorB",
+ "page": 39,
+ "x": 260,
+ "y": 2,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Building/Ruins/AncientGenerator/AncientGeneratorC",
+ "page": 39,
+ "x": 518,
+ "y": 2,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Building/Ruins/AncientHermeticCrateOpen_east",
+ "page": 41,
+ "x": 1292,
+ "y": 2,
+ "w": 256,
+ "h": 128
+ },
+ {
+ "key": "Things/Building/Ruins/AncientHermeticCrateOpen_north",
+ "page": 39,
+ "x": 1172,
+ "y": 1034,
+ "w": 128,
+ "h": 256
+ },
+ {
+ "key": "Things/Building/Ruins/AncientHermeticCrateOpen_south",
+ "page": 39,
+ "x": 1302,
+ "y": 1034,
+ "w": 128,
+ "h": 256
+ },
+ {
+ "key": "Things/Building/Ruins/AncientHermeticCrate_east",
+ "page": 41,
+ "x": 1550,
+ "y": 2,
+ "w": 256,
+ "h": 128
+ },
+ {
+ "key": "Things/Building/Ruins/AncientHermeticCrate_north",
+ "page": 39,
+ "x": 1432,
+ "y": 1034,
+ "w": 128,
+ "h": 256
+ },
+ {
+ "key": "Things/Building/Ruins/AncientHermeticCrate_south",
+ "page": 39,
+ "x": 1562,
+ "y": 1034,
+ "w": 128,
+ "h": 256
+ },
+ {
+ "key": "Things/Building/Ruins/AncientLamp",
+ "page": 41,
+ "x": 522,
+ "y": 1302,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Building/Ruins/AncientLargeMechFormer_south",
+ "page": 25,
+ "x": 772,
+ "y": 2,
+ "w": 768,
+ "h": 640
+ },
+ {
+ "key": "Things/Building/Ruins/AncientLargeMechGestator",
+ "page": 25,
+ "x": 2,
+ "y": 644,
+ "w": 768,
+ "h": 640
+ },
+ {
+ "key": "Things/Building/Ruins/AncientLargeMechGestator_east",
+ "page": 24,
+ "x": 1286,
+ "y": 2,
+ "w": 640,
+ "h": 768
+ },
+ {
+ "key": "Things/Building/Ruins/AncientLargeMechGestator_north",
+ "page": 25,
+ "x": 772,
+ "y": 644,
+ "w": 768,
+ "h": 640
+ },
+ {
+ "key": "Things/Building/Ruins/AncientLargeMechGestator_south",
+ "page": 25,
+ "x": 2,
+ "y": 1286,
+ "w": 768,
+ "h": 640
+ },
+ {
+ "key": "Things/Building/Ruins/AncientLockerBank_east",
+ "page": 33,
+ "x": 196,
+ "y": 2,
+ "w": 192,
+ "h": 448
+ },
+ {
+ "key": "Things/Building/Ruins/AncientLockerBank_north",
+ "page": 40,
+ "x": 452,
+ "y": 1166,
+ "w": 448,
+ "h": 192
+ },
+ {
+ "key": "Things/Building/Ruins/AncientLockerBank_south",
+ "page": 40,
+ "x": 902,
+ "y": 1166,
+ "w": 448,
+ "h": 192
+ },
+ {
+ "key": "Things/Building/Ruins/AncientMechDetritus/AncientMechDetritusA",
+ "page": 41,
+ "x": 652,
+ "y": 1302,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Building/Ruins/AncientMechDetritus/AncientMechDetritusB",
+ "page": 41,
+ "x": 782,
+ "y": 1302,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Building/Ruins/AncientMechDetritus/AncientMechDetritusC",
+ "page": 41,
+ "x": 912,
+ "y": 1302,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Building/Ruins/AncientMechDetritus/AncientMechDetritusD",
+ "page": 41,
+ "x": 1042,
+ "y": 1302,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Building/Ruins/AncientMechDetritus/AncientMechDetritusE",
+ "page": 41,
+ "x": 1172,
+ "y": 1302,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Building/Ruins/AncientMechDetritus/AncientMechDetritusF",
+ "page": 41,
+ "x": 1302,
+ "y": 1302,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Building/Ruins/AncientMechDetritus/AncientMechDetritusG",
+ "page": 41,
+ "x": 1432,
+ "y": 1302,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Building/Ruins/AncientMechDetritus/AncientMechDetritusH",
+ "page": 41,
+ "x": 1562,
+ "y": 1302,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Building/Ruins/AncientMechDetritus/AncientMechDetritusI",
+ "page": 41,
+ "x": 1692,
+ "y": 1302,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Building/Ruins/AncientMechDetritus/AncientMechDetritusJ",
+ "page": 41,
+ "x": 1822,
+ "y": 1302,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Building/Ruins/AncientMechGestator_east",
+ "page": 24,
+ "x": 1030,
+ "y": 772,
+ "w": 480,
+ "h": 720
+ },
+ {
+ "key": "Things/Building/Ruins/AncientMechGestator_north",
+ "page": 41,
+ "x": 782,
+ "y": 1822,
+ "w": 150,
+ "h": 100
+ },
+ {
+ "key": "Things/Building/Ruins/AncientMechGestator_south",
+ "page": 41,
+ "x": 934,
+ "y": 1822,
+ "w": 150,
+ "h": 100
+ },
+ {
+ "key": "Things/Building/Ruins/AncientMegacannonBarrel_east",
+ "page": 41,
+ "x": 2,
+ "y": 132,
+ "w": 256,
+ "h": 128
+ },
+ {
+ "key": "Things/Building/Ruins/AncientMegacannonBarrel_north",
+ "page": 39,
+ "x": 1692,
+ "y": 1034,
+ "w": 128,
+ "h": 256
+ },
+ {
+ "key": "Things/Building/Ruins/AncientMegacannonBarrel_south",
+ "page": 39,
+ "x": 1822,
+ "y": 1034,
+ "w": 128,
+ "h": 256
+ },
+ {
+ "key": "Things/Building/Ruins/AncientMegacannonTripod/AncientMegacannonTripodA",
+ "page": 39,
+ "x": 776,
+ "y": 2,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Building/Ruins/AncientMegacannonTripod/AncientMegacannonTripodB",
+ "page": 39,
+ "x": 1034,
+ "y": 2,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Building/Ruins/AncientMegacannonTripod/AncientMegacannonTripodC",
+ "page": 39,
+ "x": 1292,
+ "y": 2,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Building/Ruins/AncientOperatingTable_east",
+ "page": 41,
+ "x": 260,
+ "y": 132,
+ "w": 256,
+ "h": 128
+ },
+ {
+ "key": "Things/Building/Ruins/AncientOperatingTable_north",
+ "page": 39,
+ "x": 2,
+ "y": 1292,
+ "w": 128,
+ "h": 256
+ },
+ {
+ "key": "Things/Building/Ruins/AncientOperatingTable_south",
+ "page": 39,
+ "x": 132,
+ "y": 1292,
+ "w": 128,
+ "h": 256
+ },
+ {
+ "key": "Things/Building/Ruins/AncientRazorWire/AncientRazorWireA",
+ "page": 41,
+ "x": 2,
+ "y": 1432,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Building/Ruins/AncientRazorWire/AncientRazorWireB",
+ "page": 41,
+ "x": 132,
+ "y": 1432,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Building/Ruins/AncientRazorWire/AncientRazorWireC",
+ "page": 41,
+ "x": 262,
+ "y": 1432,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Building/Ruins/AncientRazorWire/AncientRazorWireD",
+ "page": 41,
+ "x": 392,
+ "y": 1432,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Building/Ruins/AncientRazorWire/AncientRazorWireE",
+ "page": 41,
+ "x": 522,
+ "y": 1432,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Building/Ruins/AncientSecurityCrateOpen_east",
+ "page": 39,
+ "x": 1550,
+ "y": 2,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Building/Ruins/AncientSecurityCrateOpen_north",
+ "page": 39,
+ "x": 2,
+ "y": 260,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Building/Ruins/AncientSecurityCrateOpen_south",
+ "page": 39,
+ "x": 260,
+ "y": 260,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Building/Ruins/AncientSecurityCrate_east",
+ "page": 39,
+ "x": 518,
+ "y": 260,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Building/Ruins/AncientSecurityCrate_north",
+ "page": 39,
+ "x": 776,
+ "y": 260,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Building/Ruins/AncientSecurityCrate_south",
+ "page": 39,
+ "x": 1034,
+ "y": 260,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Building/Ruins/AncientSecurityTurret/AncientSecurityTurretA",
+ "page": 41,
+ "x": 652,
+ "y": 1432,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Building/Ruins/AncientSecurityTurret/AncientSecurityTurretB",
+ "page": 41,
+ "x": 782,
+ "y": 1432,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Building/Ruins/AncientSecurityTurret/AncientSecurityTurretC",
+ "page": 41,
+ "x": 912,
+ "y": 1432,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Building/Ruins/AncientSecurityTurret/AncientSecurityTurretD",
+ "page": 41,
+ "x": 1042,
+ "y": 1432,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Building/Ruins/AncientStandardRecharger_east",
+ "page": 31,
+ "x": 388,
+ "y": 1030,
+ "w": 384,
+ "h": 512
+ },
+ {
+ "key": "Things/Building/Ruins/AncientStandardRecharger_north",
+ "page": 34,
+ "x": 1030,
+ "y": 1160,
+ "w": 512,
+ "h": 384
+ },
+ {
+ "key": "Things/Building/Ruins/AncientStandardRecharger_south",
+ "page": 34,
+ "x": 2,
+ "y": 1546,
+ "w": 512,
+ "h": 384
+ },
+ {
+ "key": "Things/Building/Ruins/AncientStorageCylinder_east",
+ "page": 31,
+ "x": 1032,
+ "y": 1030,
+ "w": 256,
+ "h": 512
+ },
+ {
+ "key": "Things/Building/Ruins/AncientStorageCylinder_south",
+ "page": 35,
+ "x": 1030,
+ "y": 1376,
+ "w": 512,
+ "h": 256
+ },
+ {
+ "key": "Things/Building/Ruins/AncientSystemRack_east",
+ "page": 40,
+ "x": 2,
+ "y": 1711,
+ "w": 384,
+ "h": 128
+ },
+ {
+ "key": "Things/Building/Ruins/AncientSystemRack_north",
+ "page": 35,
+ "x": 1134,
+ "y": 388,
+ "w": 128,
+ "h": 384
+ },
+ {
+ "key": "Things/Building/Ruins/AncientTankTrap/AncientTankTrapA",
+ "page": 39,
+ "x": 1292,
+ "y": 260,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Building/Ruins/AncientTankTrap/AncientTankTrapB",
+ "page": 39,
+ "x": 1550,
+ "y": 260,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Building/Ruins/AncientTankTrap/AncientTankTrapC",
+ "page": 39,
+ "x": 2,
+ "y": 518,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Building/Ruins/AncientToxifierGenerator",
+ "page": 39,
+ "x": 260,
+ "y": 518,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Building/Ruins/AncientWarspiderRemains",
+ "page": 26,
+ "x": 1286,
+ "y": 2,
+ "w": 640,
+ "h": 640
+ },
+ {
+ "key": "Things/Building/Ruins/AncientWarsprinterRemains",
+ "page": 34,
+ "x": 644,
+ "y": 388,
+ "w": 640,
+ "h": 384
+ },
+ {
+ "key": "Things/Building/Ruins/AncientWarwalkerClaw_east",
+ "page": 41,
+ "x": 518,
+ "y": 132,
+ "w": 256,
+ "h": 128
+ },
+ {
+ "key": "Things/Building/Ruins/AncientWarwalkerClaw_south",
+ "page": 39,
+ "x": 262,
+ "y": 1292,
+ "w": 128,
+ "h": 256
+ },
+ {
+ "key": "Things/Building/Ruins/AncientWarwalkerFoot",
+ "page": 39,
+ "x": 518,
+ "y": 518,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Building/Ruins/AncientWarwalkerLeg_east",
+ "page": 35,
+ "x": 2,
+ "y": 1634,
+ "w": 512,
+ "h": 256
+ },
+ {
+ "key": "Things/Building/Ruins/AncientWarwalkerLeg_south",
+ "page": 31,
+ "x": 1290,
+ "y": 1030,
+ "w": 256,
+ "h": 512
+ },
+ {
+ "key": "Things/Building/Ruins/AncientWarwalkerShell",
+ "page": 34,
+ "x": 1286,
+ "y": 388,
+ "w": 640,
+ "h": 384
+ },
+ {
+ "key": "Things/Building/Ruins/AncientWarwalkerTorso_east",
+ "page": 26,
+ "x": 2,
+ "y": 1223,
+ "w": 768,
+ "h": 512
+ },
+ {
+ "key": "Things/Building/Ruins/AncientWarwalkerTorso_north",
+ "page": 24,
+ "x": 2,
+ "y": 772,
+ "w": 512,
+ "h": 768
+ },
+ {
+ "key": "Things/Building/Ruins/AncientWarwalkerTorso_south",
+ "page": 24,
+ "x": 516,
+ "y": 772,
+ "w": 512,
+ "h": 768
+ },
+ {
+ "key": "Things/Building/Ruins/CrateLarge",
+ "page": 41,
+ "x": 1172,
+ "y": 1432,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Building/Ruins/CrateLong",
+ "page": 41,
+ "x": 1302,
+ "y": 1432,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Building/Ruins/CrateSmall",
+ "page": 41,
+ "x": 1432,
+ "y": 1432,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Building/Ruins/DestroyedMechDropBeacon/DestroyedMechDropBeaconA",
+ "page": 41,
+ "x": 1562,
+ "y": 1432,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Building/Ruins/DestroyedMechDropBeacon/DestroyedMechDropBeaconB",
+ "page": 41,
+ "x": 1692,
+ "y": 1432,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Building/Ruins/DestroyedMechDropBeacon/DestroyedMechDropBeaconC",
+ "page": 41,
+ "x": 1822,
+ "y": 1432,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Building/Ruins/DestroyedMechanoidShell/DestroyedMechanoidShellA",
+ "page": 41,
+ "x": 2,
+ "y": 1562,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Building/Ruins/DestroyedMechanoidShell/DestroyedMechanoidShellB",
+ "page": 41,
+ "x": 132,
+ "y": 1562,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Building/Ruins/DestroyedMechanoidShell/DestroyedMechanoidShellC",
+ "page": 41,
+ "x": 262,
+ "y": 1562,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Building/Ruins/DestroyedMechanoidShell/DestroyedMechanoidShellD",
+ "page": 41,
+ "x": 392,
+ "y": 1562,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Building/Ruins/DestroyedMechanoidShell/DestroyedMechanoidShellE",
+ "page": 41,
+ "x": 522,
+ "y": 1562,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Building/Ruins/DestroyedMechanoidShell/DestroyedMechanoidShellF",
+ "page": 41,
+ "x": 652,
+ "y": 1562,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Building/Ruins/DestroyedMechanoidShell/DestroyedMechanoidShellG",
+ "page": 41,
+ "x": 782,
+ "y": 1562,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Building/Ruins/DestroyedMechanoidShell/DestroyedMechanoidShellH",
+ "page": 41,
+ "x": 912,
+ "y": 1562,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Building/Ruins/DestroyedMechanoidShell/DestroyedMechanoidShellI",
+ "page": 41,
+ "x": 1042,
+ "y": 1562,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Building/Ruins/DestroyedMechanoidShell/DestroyedMechanoidShellJ",
+ "page": 41,
+ "x": 1172,
+ "y": 1562,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Building/Ruins/Fridge",
+ "page": 41,
+ "x": 1302,
+ "y": 1562,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Building/Ruins/GiantWheel/GiantWheelA",
+ "page": 39,
+ "x": 776,
+ "y": 518,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Building/Ruins/GiantWheel/GiantWheelB",
+ "page": 39,
+ "x": 1034,
+ "y": 518,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Building/Ruins/GiantWheel/GiantWheelC",
+ "page": 39,
+ "x": 1292,
+ "y": 518,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Building/Ruins/GiantWheel/GiantWheelD",
+ "page": 39,
+ "x": 1550,
+ "y": 518,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Building/Ruins/GiantWheel/GiantWheelE",
+ "page": 39,
+ "x": 2,
+ "y": 776,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Building/Ruins/GiantWheel/GiantWheelF",
+ "page": 39,
+ "x": 260,
+ "y": 776,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Building/Ruins/JetEngine",
+ "page": 36,
+ "x": 1546,
+ "y": 1550,
+ "w": 384,
+ "h": 256
+ },
+ {
+ "key": "Things/Building/Ruins/KitchenSink",
+ "page": 41,
+ "x": 1432,
+ "y": 1562,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Building/Ruins/LargeEngineBlock",
+ "page": 41,
+ "x": 776,
+ "y": 132,
+ "w": 256,
+ "h": 128
+ },
+ {
+ "key": "Things/Building/Ruins/PipelineSection",
+ "page": 41,
+ "x": 1034,
+ "y": 132,
+ "w": 256,
+ "h": 128
+ },
+ {
+ "key": "Things/Building/Ruins/PodCar",
+ "page": 37,
+ "x": 2,
+ "y": 2,
+ "w": 384,
+ "h": 256
+ },
+ {
+ "key": "Things/Building/Ruins/Postbox",
+ "page": 41,
+ "x": 1562,
+ "y": 1562,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Building/Ruins/RuinedTank",
+ "page": 34,
+ "x": 2,
+ "y": 774,
+ "w": 640,
+ "h": 384
+ },
+ {
+ "key": "Things/Building/Ruins/RustedCarA_east",
+ "page": 35,
+ "x": 516,
+ "y": 1634,
+ "w": 512,
+ "h": 256
+ },
+ {
+ "key": "Things/Building/Ruins/RustedCarA_north",
+ "page": 31,
+ "x": 1548,
+ "y": 1030,
+ "w": 256,
+ "h": 512
+ },
+ {
+ "key": "Things/Building/Ruins/RustedCarA_south",
+ "page": 32,
+ "x": 2,
+ "y": 2,
+ "w": 256,
+ "h": 512
+ },
+ {
+ "key": "Things/Building/Ruins/RustedCarB_east",
+ "page": 35,
+ "x": 1030,
+ "y": 1634,
+ "w": 512,
+ "h": 256
+ },
+ {
+ "key": "Things/Building/Ruins/RustedCarB_north",
+ "page": 32,
+ "x": 260,
+ "y": 2,
+ "w": 256,
+ "h": 512
+ },
+ {
+ "key": "Things/Building/Ruins/RustedCarB_south",
+ "page": 32,
+ "x": 518,
+ "y": 2,
+ "w": 256,
+ "h": 512
+ },
+ {
+ "key": "Things/Building/Ruins/RustedCarC_east",
+ "page": 36,
+ "x": 2,
+ "y": 2,
+ "w": 512,
+ "h": 256
+ },
+ {
+ "key": "Things/Building/Ruins/RustedCarC_north",
+ "page": 32,
+ "x": 776,
+ "y": 2,
+ "w": 256,
+ "h": 512
+ },
+ {
+ "key": "Things/Building/Ruins/RustedCarC_south",
+ "page": 32,
+ "x": 1034,
+ "y": 2,
+ "w": 256,
+ "h": 512
+ },
+ {
+ "key": "Things/Building/Ruins/RustedCarD_east",
+ "page": 36,
+ "x": 516,
+ "y": 2,
+ "w": 512,
+ "h": 256
+ },
+ {
+ "key": "Things/Building/Ruins/RustedCarD_north",
+ "page": 32,
+ "x": 1292,
+ "y": 2,
+ "w": 256,
+ "h": 512
+ },
+ {
+ "key": "Things/Building/Ruins/RustedCarD_south",
+ "page": 32,
+ "x": 1550,
+ "y": 2,
+ "w": 256,
+ "h": 512
+ },
+ {
+ "key": "Things/Building/Ruins/RustedCarE_east",
+ "page": 36,
+ "x": 1030,
+ "y": 2,
+ "w": 512,
+ "h": 256
+ },
+ {
+ "key": "Things/Building/Ruins/RustedCarE_north",
+ "page": 32,
+ "x": 2,
+ "y": 516,
+ "w": 256,
+ "h": 512
+ },
+ {
+ "key": "Things/Building/Ruins/RustedCarE_south",
+ "page": 32,
+ "x": 260,
+ "y": 516,
+ "w": 256,
+ "h": 512
+ },
+ {
+ "key": "Things/Building/Ruins/RustedCarFrame_east",
+ "page": 36,
+ "x": 2,
+ "y": 260,
+ "w": 512,
+ "h": 256
+ },
+ {
+ "key": "Things/Building/Ruins/RustedCarFrame_north",
+ "page": 32,
+ "x": 518,
+ "y": 516,
+ "w": 256,
+ "h": 512
+ },
+ {
+ "key": "Things/Building/Ruins/RustedCarFrame_south",
+ "page": 32,
+ "x": 776,
+ "y": 516,
+ "w": 256,
+ "h": 512
+ },
+ {
+ "key": "Things/Building/Ruins/RustedCarTruck_east",
+ "page": 36,
+ "x": 516,
+ "y": 260,
+ "w": 512,
+ "h": 256
+ },
+ {
+ "key": "Things/Building/Ruins/RustedCarTruck_north",
+ "page": 32,
+ "x": 1034,
+ "y": 516,
+ "w": 256,
+ "h": 512
+ },
+ {
+ "key": "Things/Building/Ruins/RustedCarTruck_south",
+ "page": 32,
+ "x": 1292,
+ "y": 516,
+ "w": 256,
+ "h": 512
+ },
+ {
+ "key": "Things/Building/Ruins/RustedEngineBlock/RustedEngineBlockA",
+ "page": 41,
+ "x": 1692,
+ "y": 1562,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Building/Ruins/RustedEngineBlock/RustedEngineBlockB",
+ "page": 41,
+ "x": 1822,
+ "y": 1562,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Building/Ruins/RustedEngineBlock/RustedEngineBlockC",
+ "page": 41,
+ "x": 2,
+ "y": 1692,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Building/Ruins/RustedMilitaryJeep_east",
+ "page": 36,
+ "x": 516,
+ "y": 518,
+ "w": 427,
+ "h": 256
+ },
+ {
+ "key": "Things/Building/Ruins/RustedMilitaryJeep_north",
+ "page": 33,
+ "x": 439,
+ "y": 894,
+ "w": 256,
+ "h": 427
+ },
+ {
+ "key": "Things/Building/Ruins/RustedMilitaryJeep_south",
+ "page": 33,
+ "x": 697,
+ "y": 894,
+ "w": 256,
+ "h": 427
+ },
+ {
+ "key": "Things/Building/Ruins/ShoppingCart/ShoppingCartA",
+ "page": 41,
+ "x": 132,
+ "y": 1692,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Building/Ruins/ShoppingCart/ShoppingCartB",
+ "page": 41,
+ "x": 262,
+ "y": 1692,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Building/Ruins/ShoppingCart/ShoppingCartC",
+ "page": 41,
+ "x": 392,
+ "y": 1692,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Building/Ruins/ShoppingCart/ShoppingCartD",
+ "page": 41,
+ "x": 522,
+ "y": 1692,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Building/Ruins/ShoppingCart/ShoppingCartE",
+ "page": 41,
+ "x": 652,
+ "y": 1692,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Building/Ruins/Stove",
+ "page": 41,
+ "x": 782,
+ "y": 1692,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Building/Ruins/VendingMachine",
+ "page": 41,
+ "x": 912,
+ "y": 1692,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Building/Ruins/Wheel/WheelA",
+ "page": 41,
+ "x": 1042,
+ "y": 1692,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Building/Ruins/Wheel/WheelB",
+ "page": 41,
+ "x": 1172,
+ "y": 1692,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Building/Ruins/Wheel/WheelC",
+ "page": 41,
+ "x": 1302,
+ "y": 1692,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Building/Ruins/Wheel/WheelD",
+ "page": 41,
+ "x": 1432,
+ "y": 1692,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Building/Ruins/Wheel/WheelE",
+ "page": 41,
+ "x": 1562,
+ "y": 1692,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Building/Ruins/Wheel/WheelF",
+ "page": 41,
+ "x": 1692,
+ "y": 1692,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Building/Security/IEDAntigrainWarhead",
+ "page": 41,
+ "x": 1822,
+ "y": 1692,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Building/Security/IEDDeadlife",
+ "page": 41,
+ "x": 2,
+ "y": 1822,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Building/Security/IEDEMP",
+ "page": 41,
+ "x": 132,
+ "y": 1822,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Building/Security/IEDFirefoam",
+ "page": 41,
+ "x": 262,
+ "y": 1822,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Building/Security/IEDHighExplosive",
+ "page": 41,
+ "x": 392,
+ "y": 1822,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Building/Security/IEDIncendiary",
+ "page": 41,
+ "x": 522,
+ "y": 1822,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Building/Security/IEDTox",
+ "page": 41,
+ "x": 652,
+ "y": 1822,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Building/Ship/ShipCryptosleepCasket_east",
+ "page": 36,
+ "x": 1030,
+ "y": 260,
+ "w": 512,
+ "h": 256
+ },
+ {
+ "key": "Things/Building/Ship/ShipCryptosleepCasket_north",
+ "page": 32,
+ "x": 1550,
+ "y": 516,
+ "w": 256,
+ "h": 512
+ },
+ {
+ "key": "Things/Building/Ship/ShipCryptosleepCasket_south",
+ "page": 32,
+ "x": 2,
+ "y": 1030,
+ "w": 256,
+ "h": 512
+ },
+ {
+ "key": "Things/Building/Special/InfiniteChemreactor",
+ "page": 31,
+ "x": 516,
+ "y": 516,
+ "w": 512,
+ "h": 512
+ },
+ {
+ "key": "Things/Building/Special/VanometricPowerCell_east",
+ "page": 36,
+ "x": 2,
+ "y": 518,
+ "w": 512,
+ "h": 256
+ },
+ {
+ "key": "Things/Building/Special/VanometricPowerCell_north",
+ "page": 32,
+ "x": 260,
+ "y": 1030,
+ "w": 256,
+ "h": 512
+ }
+ ]
+}
\ No newline at end of file
diff --git a/src/LittleSim/Assets/Atlases/Things.Building.atlas.0.png b/src/LittleSim/Assets/Atlases/Things.Building.atlas.0.png
new file mode 100644
index 0000000..cbd1f6e
Binary files /dev/null and b/src/LittleSim/Assets/Atlases/Things.Building.atlas.0.png differ
diff --git a/src/LittleSim/Assets/Atlases/Things.Building.atlas.1.png b/src/LittleSim/Assets/Atlases/Things.Building.atlas.1.png
new file mode 100644
index 0000000..2ab73c3
Binary files /dev/null and b/src/LittleSim/Assets/Atlases/Things.Building.atlas.1.png differ
diff --git a/src/LittleSim/Assets/Atlases/Things.Building.atlas.10.png b/src/LittleSim/Assets/Atlases/Things.Building.atlas.10.png
new file mode 100644
index 0000000..0e7f4d4
Binary files /dev/null and b/src/LittleSim/Assets/Atlases/Things.Building.atlas.10.png differ
diff --git a/src/LittleSim/Assets/Atlases/Things.Building.atlas.11.png b/src/LittleSim/Assets/Atlases/Things.Building.atlas.11.png
new file mode 100644
index 0000000..ea4c247
Binary files /dev/null and b/src/LittleSim/Assets/Atlases/Things.Building.atlas.11.png differ
diff --git a/src/LittleSim/Assets/Atlases/Things.Building.atlas.12.png b/src/LittleSim/Assets/Atlases/Things.Building.atlas.12.png
new file mode 100644
index 0000000..e6a6936
Binary files /dev/null and b/src/LittleSim/Assets/Atlases/Things.Building.atlas.12.png differ
diff --git a/src/LittleSim/Assets/Atlases/Things.Building.atlas.13.png b/src/LittleSim/Assets/Atlases/Things.Building.atlas.13.png
new file mode 100644
index 0000000..b30e1c5
Binary files /dev/null and b/src/LittleSim/Assets/Atlases/Things.Building.atlas.13.png differ
diff --git a/src/LittleSim/Assets/Atlases/Things.Building.atlas.14.png b/src/LittleSim/Assets/Atlases/Things.Building.atlas.14.png
new file mode 100644
index 0000000..5f465f8
Binary files /dev/null and b/src/LittleSim/Assets/Atlases/Things.Building.atlas.14.png differ
diff --git a/src/LittleSim/Assets/Atlases/Things.Building.atlas.15.png b/src/LittleSim/Assets/Atlases/Things.Building.atlas.15.png
new file mode 100644
index 0000000..f5570d4
Binary files /dev/null and b/src/LittleSim/Assets/Atlases/Things.Building.atlas.15.png differ
diff --git a/src/LittleSim/Assets/Atlases/Things.Building.atlas.16.png b/src/LittleSim/Assets/Atlases/Things.Building.atlas.16.png
new file mode 100644
index 0000000..090879d
Binary files /dev/null and b/src/LittleSim/Assets/Atlases/Things.Building.atlas.16.png differ
diff --git a/src/LittleSim/Assets/Atlases/Things.Building.atlas.17.png b/src/LittleSim/Assets/Atlases/Things.Building.atlas.17.png
new file mode 100644
index 0000000..0852c61
Binary files /dev/null and b/src/LittleSim/Assets/Atlases/Things.Building.atlas.17.png differ
diff --git a/src/LittleSim/Assets/Atlases/Things.Building.atlas.18.png b/src/LittleSim/Assets/Atlases/Things.Building.atlas.18.png
new file mode 100644
index 0000000..6d129c0
Binary files /dev/null and b/src/LittleSim/Assets/Atlases/Things.Building.atlas.18.png differ
diff --git a/src/LittleSim/Assets/Atlases/Things.Building.atlas.19.png b/src/LittleSim/Assets/Atlases/Things.Building.atlas.19.png
new file mode 100644
index 0000000..db5b3a0
Binary files /dev/null and b/src/LittleSim/Assets/Atlases/Things.Building.atlas.19.png differ
diff --git a/src/LittleSim/Assets/Atlases/Things.Building.atlas.2.png b/src/LittleSim/Assets/Atlases/Things.Building.atlas.2.png
new file mode 100644
index 0000000..0a06da9
Binary files /dev/null and b/src/LittleSim/Assets/Atlases/Things.Building.atlas.2.png differ
diff --git a/src/LittleSim/Assets/Atlases/Things.Building.atlas.20.png b/src/LittleSim/Assets/Atlases/Things.Building.atlas.20.png
new file mode 100644
index 0000000..9e79355
Binary files /dev/null and b/src/LittleSim/Assets/Atlases/Things.Building.atlas.20.png differ
diff --git a/src/LittleSim/Assets/Atlases/Things.Building.atlas.21.png b/src/LittleSim/Assets/Atlases/Things.Building.atlas.21.png
new file mode 100644
index 0000000..bbc250a
Binary files /dev/null and b/src/LittleSim/Assets/Atlases/Things.Building.atlas.21.png differ
diff --git a/src/LittleSim/Assets/Atlases/Things.Building.atlas.22.png b/src/LittleSim/Assets/Atlases/Things.Building.atlas.22.png
new file mode 100644
index 0000000..7015a3d
Binary files /dev/null and b/src/LittleSim/Assets/Atlases/Things.Building.atlas.22.png differ
diff --git a/src/LittleSim/Assets/Atlases/Things.Building.atlas.23.png b/src/LittleSim/Assets/Atlases/Things.Building.atlas.23.png
new file mode 100644
index 0000000..e3a4579
Binary files /dev/null and b/src/LittleSim/Assets/Atlases/Things.Building.atlas.23.png differ
diff --git a/src/LittleSim/Assets/Atlases/Things.Building.atlas.24.png b/src/LittleSim/Assets/Atlases/Things.Building.atlas.24.png
new file mode 100644
index 0000000..ae8cd64
Binary files /dev/null and b/src/LittleSim/Assets/Atlases/Things.Building.atlas.24.png differ
diff --git a/src/LittleSim/Assets/Atlases/Things.Building.atlas.25.png b/src/LittleSim/Assets/Atlases/Things.Building.atlas.25.png
new file mode 100644
index 0000000..728995e
Binary files /dev/null and b/src/LittleSim/Assets/Atlases/Things.Building.atlas.25.png differ
diff --git a/src/LittleSim/Assets/Atlases/Things.Building.atlas.26.png b/src/LittleSim/Assets/Atlases/Things.Building.atlas.26.png
new file mode 100644
index 0000000..e35a14c
Binary files /dev/null and b/src/LittleSim/Assets/Atlases/Things.Building.atlas.26.png differ
diff --git a/src/LittleSim/Assets/Atlases/Things.Building.atlas.27.png b/src/LittleSim/Assets/Atlases/Things.Building.atlas.27.png
new file mode 100644
index 0000000..0887d5e
Binary files /dev/null and b/src/LittleSim/Assets/Atlases/Things.Building.atlas.27.png differ
diff --git a/src/LittleSim/Assets/Atlases/Things.Building.atlas.28.png b/src/LittleSim/Assets/Atlases/Things.Building.atlas.28.png
new file mode 100644
index 0000000..66240d8
Binary files /dev/null and b/src/LittleSim/Assets/Atlases/Things.Building.atlas.28.png differ
diff --git a/src/LittleSim/Assets/Atlases/Things.Building.atlas.29.png b/src/LittleSim/Assets/Atlases/Things.Building.atlas.29.png
new file mode 100644
index 0000000..072dfc8
Binary files /dev/null and b/src/LittleSim/Assets/Atlases/Things.Building.atlas.29.png differ
diff --git a/src/LittleSim/Assets/Atlases/Things.Building.atlas.3.png b/src/LittleSim/Assets/Atlases/Things.Building.atlas.3.png
new file mode 100644
index 0000000..85b4fab
Binary files /dev/null and b/src/LittleSim/Assets/Atlases/Things.Building.atlas.3.png differ
diff --git a/src/LittleSim/Assets/Atlases/Things.Building.atlas.30.png b/src/LittleSim/Assets/Atlases/Things.Building.atlas.30.png
new file mode 100644
index 0000000..21e73c7
Binary files /dev/null and b/src/LittleSim/Assets/Atlases/Things.Building.atlas.30.png differ
diff --git a/src/LittleSim/Assets/Atlases/Things.Building.atlas.31.png b/src/LittleSim/Assets/Atlases/Things.Building.atlas.31.png
new file mode 100644
index 0000000..5037706
Binary files /dev/null and b/src/LittleSim/Assets/Atlases/Things.Building.atlas.31.png differ
diff --git a/src/LittleSim/Assets/Atlases/Things.Building.atlas.32.png b/src/LittleSim/Assets/Atlases/Things.Building.atlas.32.png
new file mode 100644
index 0000000..bfae12e
Binary files /dev/null and b/src/LittleSim/Assets/Atlases/Things.Building.atlas.32.png differ
diff --git a/src/LittleSim/Assets/Atlases/Things.Building.atlas.33.png b/src/LittleSim/Assets/Atlases/Things.Building.atlas.33.png
new file mode 100644
index 0000000..ad5891b
Binary files /dev/null and b/src/LittleSim/Assets/Atlases/Things.Building.atlas.33.png differ
diff --git a/src/LittleSim/Assets/Atlases/Things.Building.atlas.34.png b/src/LittleSim/Assets/Atlases/Things.Building.atlas.34.png
new file mode 100644
index 0000000..4ace7c5
Binary files /dev/null and b/src/LittleSim/Assets/Atlases/Things.Building.atlas.34.png differ
diff --git a/src/LittleSim/Assets/Atlases/Things.Building.atlas.35.png b/src/LittleSim/Assets/Atlases/Things.Building.atlas.35.png
new file mode 100644
index 0000000..c884e62
Binary files /dev/null and b/src/LittleSim/Assets/Atlases/Things.Building.atlas.35.png differ
diff --git a/src/LittleSim/Assets/Atlases/Things.Building.atlas.36.png b/src/LittleSim/Assets/Atlases/Things.Building.atlas.36.png
new file mode 100644
index 0000000..3cbc493
Binary files /dev/null and b/src/LittleSim/Assets/Atlases/Things.Building.atlas.36.png differ
diff --git a/src/LittleSim/Assets/Atlases/Things.Building.atlas.37.png b/src/LittleSim/Assets/Atlases/Things.Building.atlas.37.png
new file mode 100644
index 0000000..41e341f
Binary files /dev/null and b/src/LittleSim/Assets/Atlases/Things.Building.atlas.37.png differ
diff --git a/src/LittleSim/Assets/Atlases/Things.Building.atlas.38.png b/src/LittleSim/Assets/Atlases/Things.Building.atlas.38.png
new file mode 100644
index 0000000..f3e2eff
Binary files /dev/null and b/src/LittleSim/Assets/Atlases/Things.Building.atlas.38.png differ
diff --git a/src/LittleSim/Assets/Atlases/Things.Building.atlas.39.png b/src/LittleSim/Assets/Atlases/Things.Building.atlas.39.png
new file mode 100644
index 0000000..1dc9434
Binary files /dev/null and b/src/LittleSim/Assets/Atlases/Things.Building.atlas.39.png differ
diff --git a/src/LittleSim/Assets/Atlases/Things.Building.atlas.4.png b/src/LittleSim/Assets/Atlases/Things.Building.atlas.4.png
new file mode 100644
index 0000000..069f8a3
Binary files /dev/null and b/src/LittleSim/Assets/Atlases/Things.Building.atlas.4.png differ
diff --git a/src/LittleSim/Assets/Atlases/Things.Building.atlas.40.png b/src/LittleSim/Assets/Atlases/Things.Building.atlas.40.png
new file mode 100644
index 0000000..a3b8bba
Binary files /dev/null and b/src/LittleSim/Assets/Atlases/Things.Building.atlas.40.png differ
diff --git a/src/LittleSim/Assets/Atlases/Things.Building.atlas.41.png b/src/LittleSim/Assets/Atlases/Things.Building.atlas.41.png
new file mode 100644
index 0000000..4d3722c
Binary files /dev/null and b/src/LittleSim/Assets/Atlases/Things.Building.atlas.41.png differ
diff --git a/src/LittleSim/Assets/Atlases/Things.Building.atlas.5.png b/src/LittleSim/Assets/Atlases/Things.Building.atlas.5.png
new file mode 100644
index 0000000..a7917d4
Binary files /dev/null and b/src/LittleSim/Assets/Atlases/Things.Building.atlas.5.png differ
diff --git a/src/LittleSim/Assets/Atlases/Things.Building.atlas.6.png b/src/LittleSim/Assets/Atlases/Things.Building.atlas.6.png
new file mode 100644
index 0000000..7f80666
Binary files /dev/null and b/src/LittleSim/Assets/Atlases/Things.Building.atlas.6.png differ
diff --git a/src/LittleSim/Assets/Atlases/Things.Building.atlas.7.png b/src/LittleSim/Assets/Atlases/Things.Building.atlas.7.png
new file mode 100644
index 0000000..9b0a8bf
Binary files /dev/null and b/src/LittleSim/Assets/Atlases/Things.Building.atlas.7.png differ
diff --git a/src/LittleSim/Assets/Atlases/Things.Building.atlas.8.png b/src/LittleSim/Assets/Atlases/Things.Building.atlas.8.png
new file mode 100644
index 0000000..321f789
Binary files /dev/null and b/src/LittleSim/Assets/Atlases/Things.Building.atlas.8.png differ
diff --git a/src/LittleSim/Assets/Atlases/Things.Building.atlas.9.png b/src/LittleSim/Assets/Atlases/Things.Building.atlas.9.png
new file mode 100644
index 0000000..5b24ae9
Binary files /dev/null and b/src/LittleSim/Assets/Atlases/Things.Building.atlas.9.png differ
diff --git a/src/LittleSim/Assets/Atlases/Things.Item.atlas b/src/LittleSim/Assets/Atlases/Things.Item.atlas
new file mode 100644
index 0000000..a254331
--- /dev/null
+++ b/src/LittleSim/Assets/Atlases/Things.Item.atlas
@@ -0,0 +1,2579 @@
+{
+ "version": 1,
+ "name": "Things.Item",
+ "pageSize": 2048,
+ "padding": 2,
+ "pages": [
+ {
+ "file": "Things.Item.atlas.0.png",
+ "width": 2048,
+ "height": 2048
+ },
+ {
+ "file": "Things.Item.atlas.1.png",
+ "width": 2048,
+ "height": 2048
+ },
+ {
+ "file": "Things.Item.atlas.2.png",
+ "width": 2048,
+ "height": 2048
+ },
+ {
+ "file": "Things.Item.atlas.3.png",
+ "width": 2048,
+ "height": 2048
+ },
+ {
+ "file": "Things.Item.atlas.4.png",
+ "width": 2048,
+ "height": 512
+ }
+ ],
+ "regions": [
+ {
+ "key": "Things/Item/Artifact/PsychicAnimalPulser",
+ "page": 2,
+ "x": 776,
+ "y": 1544,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Artifact/PsychicInsanityLance",
+ "page": 2,
+ "x": 906,
+ "y": 1544,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Artifact/PsychicShockLance",
+ "page": 2,
+ "x": 1036,
+ "y": 1544,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Artifact/PsychicSoothePulser",
+ "page": 2,
+ "x": 1166,
+ "y": 1544,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Chunk/ALT_ChunkStone/RockLowA",
+ "page": 2,
+ "x": 1296,
+ "y": 1544,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Chunk/ALT_ChunkStone/RockLowB",
+ "page": 2,
+ "x": 1426,
+ "y": 1544,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Chunk/ALT_ChunkStone/RockLowC",
+ "page": 2,
+ "x": 1556,
+ "y": 1544,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Chunk/ALT_ChunkStone/RockLowD",
+ "page": 2,
+ "x": 1686,
+ "y": 1544,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Chunk/ALT_ChunkStone/RockLowE",
+ "page": 2,
+ "x": 1816,
+ "y": 1544,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Chunk/ALT_ChunkStone/RockLowF",
+ "page": 2,
+ "x": 2,
+ "y": 1802,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Chunk/ChunkSlag/MetalDebrisA",
+ "page": 2,
+ "x": 132,
+ "y": 1802,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Chunk/ChunkSlag/MetalDebrisB",
+ "page": 2,
+ "x": 262,
+ "y": 1802,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Chunk/ChunkSlag/MetalDebrisC",
+ "page": 2,
+ "x": 392,
+ "y": 1802,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Chunk/ChunkSlag/MetalDebrisD",
+ "page": 2,
+ "x": 522,
+ "y": 1802,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Chunk/ChunkStone/RockLowA",
+ "page": 2,
+ "x": 652,
+ "y": 1802,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Chunk/ChunkStone/RockLowB",
+ "page": 2,
+ "x": 782,
+ "y": 1802,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Chunk/ChunkStone/RockLowC",
+ "page": 2,
+ "x": 912,
+ "y": 1802,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Chunk/ChunkStone/RockLowD",
+ "page": 2,
+ "x": 1042,
+ "y": 1802,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Drug/Ambrosia/Ambrosia_a",
+ "page": 2,
+ "x": 1172,
+ "y": 1802,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Drug/Ambrosia/Ambrosia_b",
+ "page": 2,
+ "x": 1302,
+ "y": 1802,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Drug/Beer/Beer_a",
+ "page": 2,
+ "x": 1432,
+ "y": 1802,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Drug/Beer/Beer_b",
+ "page": 2,
+ "x": 1562,
+ "y": 1802,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Drug/Beer/Beer_c",
+ "page": 2,
+ "x": 1692,
+ "y": 1802,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Drug/GoJuice/GoJuice_a",
+ "page": 2,
+ "x": 1822,
+ "y": 1802,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Drug/GoJuice/GoJuice_b",
+ "page": 3,
+ "x": 2,
+ "y": 2,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Drug/Joint/Joint_a",
+ "page": 3,
+ "x": 132,
+ "y": 2,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Drug/Joint/Joint_b",
+ "page": 3,
+ "x": 262,
+ "y": 2,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Drug/Joint/Joint_c",
+ "page": 3,
+ "x": 392,
+ "y": 2,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Drug/Luciferium/Luciferium_a",
+ "page": 3,
+ "x": 522,
+ "y": 2,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Drug/Luciferium/Luciferium_b",
+ "page": 3,
+ "x": 652,
+ "y": 2,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Drug/Penoxycyline/Penoxycyline_a",
+ "page": 3,
+ "x": 782,
+ "y": 2,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Drug/Penoxycyline/Penoxycyline_b",
+ "page": 3,
+ "x": 912,
+ "y": 2,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Drug/Tea/Tea_a",
+ "page": 3,
+ "x": 1042,
+ "y": 2,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Drug/Tea/Tea_b",
+ "page": 3,
+ "x": 1172,
+ "y": 2,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Drug/Tea/Tea_c",
+ "page": 3,
+ "x": 1302,
+ "y": 2,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Drug/WakeUp/WakeUp_a",
+ "page": 3,
+ "x": 1432,
+ "y": 2,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Drug/WakeUp/WakeUp_b",
+ "page": 3,
+ "x": 1562,
+ "y": 2,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Drug/Yayo/Yayo_a",
+ "page": 3,
+ "x": 1692,
+ "y": 2,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Drug/Yayo/Yayo_b",
+ "page": 3,
+ "x": 1822,
+ "y": 2,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Drug/Yayo/Yayo_c",
+ "page": 3,
+ "x": 2,
+ "y": 132,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Dye/Dye_a",
+ "page": 3,
+ "x": 132,
+ "y": 132,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Dye/Dye_b",
+ "page": 3,
+ "x": 262,
+ "y": 132,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Dye/Dye_c",
+ "page": 3,
+ "x": 392,
+ "y": 132,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Equipment/WeaponMelee/Axe",
+ "page": 3,
+ "x": 522,
+ "y": 132,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Equipment/WeaponMelee/BreachAxe",
+ "page": 3,
+ "x": 652,
+ "y": 132,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Equipment/WeaponMelee/Club",
+ "page": 3,
+ "x": 782,
+ "y": 132,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Equipment/WeaponMelee/Gladius",
+ "page": 3,
+ "x": 912,
+ "y": 132,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Equipment/WeaponMelee/Ikwa",
+ "page": 3,
+ "x": 1042,
+ "y": 132,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Equipment/WeaponMelee/Knife",
+ "page": 3,
+ "x": 1172,
+ "y": 132,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Equipment/WeaponMelee/Longsword",
+ "page": 3,
+ "x": 1302,
+ "y": 132,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Equipment/WeaponMelee/Mace",
+ "page": 3,
+ "x": 1432,
+ "y": 132,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Equipment/WeaponMelee/Monosword",
+ "page": 3,
+ "x": 1562,
+ "y": 132,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Equipment/WeaponMelee/PlasmaSword",
+ "page": 3,
+ "x": 1692,
+ "y": 132,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Equipment/WeaponMelee/PsyfocusStaff",
+ "page": 3,
+ "x": 1822,
+ "y": 132,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Equipment/WeaponMelee/Spear",
+ "page": 3,
+ "x": 2,
+ "y": 262,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Equipment/WeaponMelee/Warhammer",
+ "page": 3,
+ "x": 132,
+ "y": 262,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Equipment/WeaponMelee/ZeusHammer",
+ "page": 3,
+ "x": 262,
+ "y": 262,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Equipment/WeaponRanged/AssaultRifle",
+ "page": 3,
+ "x": 392,
+ "y": 262,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Equipment/WeaponRanged/Autopistol",
+ "page": 3,
+ "x": 522,
+ "y": 262,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Equipment/WeaponRanged/BeamGraser",
+ "page": 3,
+ "x": 652,
+ "y": 262,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Equipment/WeaponRanged/BoltActionRifle",
+ "page": 3,
+ "x": 782,
+ "y": 262,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Equipment/WeaponRanged/BowGreat",
+ "page": 3,
+ "x": 912,
+ "y": 262,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Equipment/WeaponRanged/BowRecurve",
+ "page": 3,
+ "x": 1042,
+ "y": 262,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Equipment/WeaponRanged/BowShort",
+ "page": 3,
+ "x": 1172,
+ "y": 262,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Equipment/WeaponRanged/ChainShotgun",
+ "page": 3,
+ "x": 1302,
+ "y": 262,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Equipment/WeaponRanged/ChargeBlasterHeavy",
+ "page": 3,
+ "x": 1432,
+ "y": 262,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Equipment/WeaponRanged/ChargeBlasterLight",
+ "page": 3,
+ "x": 1562,
+ "y": 262,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Equipment/WeaponRanged/ChargeBlasterTurret",
+ "page": 3,
+ "x": 1692,
+ "y": 262,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Equipment/WeaponRanged/ChargeLance",
+ "page": 3,
+ "x": 1822,
+ "y": 262,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Equipment/WeaponRanged/ChargeRifle",
+ "page": 3,
+ "x": 2,
+ "y": 392,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Equipment/WeaponRanged/DoomsdayLauncher",
+ "page": 3,
+ "x": 132,
+ "y": 392,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Equipment/WeaponRanged/EMPGrenades",
+ "page": 3,
+ "x": 262,
+ "y": 392,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Equipment/WeaponRanged/EMPLauncher",
+ "page": 3,
+ "x": 392,
+ "y": 392,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Equipment/WeaponRanged/Flamebow",
+ "page": 3,
+ "x": 522,
+ "y": 392,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Equipment/WeaponRanged/Flamethrower",
+ "page": 3,
+ "x": 652,
+ "y": 392,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Equipment/WeaponRanged/Grenades",
+ "page": 3,
+ "x": 782,
+ "y": 392,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Equipment/WeaponRanged/HeavySMG",
+ "page": 3,
+ "x": 912,
+ "y": 392,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Equipment/WeaponRanged/HellcatRifle",
+ "page": 3,
+ "x": 1042,
+ "y": 392,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Equipment/WeaponRanged/HellsphereCannon",
+ "page": 3,
+ "x": 1172,
+ "y": 392,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Equipment/WeaponRanged/IncendiaryLauncher",
+ "page": 3,
+ "x": 1302,
+ "y": 392,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Equipment/WeaponRanged/InfernoCannon",
+ "page": 3,
+ "x": 1432,
+ "y": 392,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Equipment/WeaponRanged/LMG",
+ "page": 3,
+ "x": 1562,
+ "y": 392,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Equipment/WeaponRanged/MachinePistol",
+ "page": 3,
+ "x": 1692,
+ "y": 392,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Equipment/WeaponRanged/MiniFlameblaster",
+ "page": 3,
+ "x": 1822,
+ "y": 392,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Equipment/WeaponRanged/MiniShotgun",
+ "page": 3,
+ "x": 2,
+ "y": 522,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Equipment/WeaponRanged/Minigun",
+ "page": 3,
+ "x": 132,
+ "y": 522,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Equipment/WeaponRanged/Molotov",
+ "page": 3,
+ "x": 262,
+ "y": 522,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Equipment/WeaponRanged/NeedleGun",
+ "page": 3,
+ "x": 392,
+ "y": 522,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Equipment/WeaponRanged/NeedleLauncher",
+ "page": 3,
+ "x": 522,
+ "y": 522,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Equipment/WeaponRanged/NerveSpiker",
+ "page": 3,
+ "x": 652,
+ "y": 522,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Equipment/WeaponRanged/Pilum",
+ "page": 3,
+ "x": 782,
+ "y": 522,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Equipment/WeaponRanged/Revolver",
+ "page": 3,
+ "x": 912,
+ "y": 522,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Equipment/WeaponRanged/RocketLauncher",
+ "page": 3,
+ "x": 1042,
+ "y": 522,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Equipment/WeaponRanged/Shotgun",
+ "page": 3,
+ "x": 1172,
+ "y": 522,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Equipment/WeaponRanged/Slugthrower",
+ "page": 3,
+ "x": 1302,
+ "y": 522,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Equipment/WeaponRanged/SmallSlugGun",
+ "page": 3,
+ "x": 1432,
+ "y": 522,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Equipment/WeaponRanged/SmokeLauncher",
+ "page": 3,
+ "x": 1562,
+ "y": 522,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Equipment/WeaponRanged/SniperRifle",
+ "page": 3,
+ "x": 1692,
+ "y": 522,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Equipment/WeaponRanged/SpinerGun",
+ "page": 3,
+ "x": 1822,
+ "y": 522,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Equipment/WeaponRanged/ThumpCannon",
+ "page": 3,
+ "x": 2,
+ "y": 652,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Equipment/WeaponRanged/ToxGrenades",
+ "page": 3,
+ "x": 132,
+ "y": 652,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Equipment/WeaponRanged/ToxbombLauncher",
+ "page": 3,
+ "x": 262,
+ "y": 652,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Equipment/WeaponRanged/ToxicNeedleGun",
+ "page": 3,
+ "x": 392,
+ "y": 652,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Equipment/WeaponSpecial/OrbitalTargeterMechCluster/OrbitalTargeterMechCluster",
+ "page": 2,
+ "x": 1544,
+ "y": 1030,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Item/Equipment/WeaponSpecial/OrbitalTargeterMechCluster/OrbitalTargeterMechCluster_east",
+ "page": 2,
+ "x": 2,
+ "y": 1544,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Item/Equipment/WeaponSpecial/OrbitalTargeterMechCluster/OrbitalTargeterMechCluster_north",
+ "page": 2,
+ "x": 260,
+ "y": 1544,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Item/Equipment/WeaponSpecial/OrbitalTargeterMechCluster/OrbitalTargeterMechCluster_south",
+ "page": 2,
+ "x": 518,
+ "y": 1544,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Item/GauranlenSeed/GauranlenSeed_a",
+ "page": 3,
+ "x": 522,
+ "y": 652,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/GauranlenSeed/GauranlenSeed_b",
+ "page": 3,
+ "x": 652,
+ "y": 652,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/GauranlenSeed/GauranlenSeed_c",
+ "page": 3,
+ "x": 782,
+ "y": 652,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Minified/CrateFront",
+ "page": 3,
+ "x": 912,
+ "y": 652,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/PoluxSeed/PoluxSeed_a",
+ "page": 3,
+ "x": 1042,
+ "y": 652,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/PoluxSeed/PoluxSeed_b",
+ "page": 3,
+ "x": 1172,
+ "y": 652,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/PoluxSeed/PoluxSeed_c",
+ "page": 3,
+ "x": 1302,
+ "y": 652,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Relic/RelicInertArk",
+ "page": 3,
+ "x": 1432,
+ "y": 652,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Relic/RelicInertBox",
+ "page": 3,
+ "x": 1562,
+ "y": 652,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Relic/RelicInertCube",
+ "page": 3,
+ "x": 1692,
+ "y": 652,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Relic/RelicInertCup",
+ "page": 3,
+ "x": 1822,
+ "y": 652,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Relic/RelicInertFragment",
+ "page": 3,
+ "x": 2,
+ "y": 782,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Relic/RelicInertPendant",
+ "page": 3,
+ "x": 132,
+ "y": 782,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Relic/RelicInertSwordHandle",
+ "page": 3,
+ "x": 262,
+ "y": 782,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Relic/RelicInertTablet",
+ "page": 3,
+ "x": 392,
+ "y": 782,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Resource/ALT_Steel/Old-Steel_a",
+ "page": 3,
+ "x": 522,
+ "y": 782,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Resource/ALT_Steel/Old-Steel_b",
+ "page": 3,
+ "x": 652,
+ "y": 782,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Resource/ALT_Steel/Old-Steel_c",
+ "page": 3,
+ "x": 782,
+ "y": 782,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Resource/ArchiteCapsule",
+ "page": 3,
+ "x": 912,
+ "y": 782,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Resource/BabyFood/BabyFood_a",
+ "page": 3,
+ "x": 1042,
+ "y": 782,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Resource/BabyFood/BabyFood_b",
+ "page": 3,
+ "x": 1172,
+ "y": 782,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Resource/BabyFood/BabyFood_c",
+ "page": 3,
+ "x": 1302,
+ "y": 782,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Resource/Bioferrite/Bioferrite_a",
+ "page": 3,
+ "x": 1432,
+ "y": 782,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Resource/Bioferrite/Bioferrite_b",
+ "page": 3,
+ "x": 1562,
+ "y": 782,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Resource/Bioferrite/Bioferrite_c",
+ "page": 3,
+ "x": 1692,
+ "y": 782,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Resource/Chemfuel",
+ "page": 3,
+ "x": 1822,
+ "y": 782,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Resource/Cloth/Cloth_a",
+ "page": 3,
+ "x": 2,
+ "y": 912,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Resource/Cloth/Cloth_b",
+ "page": 3,
+ "x": 132,
+ "y": 912,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Resource/Cloth/Cloth_c",
+ "page": 3,
+ "x": 262,
+ "y": 912,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Resource/ComponentIndustrial/ComponentIndustrial",
+ "page": 3,
+ "x": 392,
+ "y": 912,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Resource/ComponentSpacer/ComponentSpacer",
+ "page": 3,
+ "x": 522,
+ "y": 912,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Resource/DeathrestCapacitySerum",
+ "page": 3,
+ "x": 652,
+ "y": 912,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Resource/Devilstrand/Devilstrand_a",
+ "page": 3,
+ "x": 782,
+ "y": 912,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Resource/Devilstrand/Devilstrand_b",
+ "page": 3,
+ "x": 912,
+ "y": 912,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Resource/Devilstrand/Devilstrand_c",
+ "page": 3,
+ "x": 1042,
+ "y": 912,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Resource/Gold/Gold_a",
+ "page": 3,
+ "x": 1172,
+ "y": 912,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Resource/Gold/Gold_b",
+ "page": 3,
+ "x": 1302,
+ "y": 912,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Resource/Gold/Gold_c",
+ "page": 3,
+ "x": 1432,
+ "y": 912,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Resource/HemogenPack/HemogenPack_a",
+ "page": 3,
+ "x": 1562,
+ "y": 912,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Resource/HemogenPack/HemogenPack_b",
+ "page": 3,
+ "x": 1692,
+ "y": 912,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Resource/HemogenPack/HemogenPack_c",
+ "page": 3,
+ "x": 1822,
+ "y": 912,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Resource/Hyperweave/Hyperweave_a",
+ "page": 3,
+ "x": 2,
+ "y": 1042,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Resource/Hyperweave/Hyperweave_b",
+ "page": 3,
+ "x": 132,
+ "y": 1042,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Resource/Hyperweave/Hyperweave_c",
+ "page": 3,
+ "x": 262,
+ "y": 1042,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Resource/Jade/Jade_a",
+ "page": 3,
+ "x": 392,
+ "y": 1042,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Resource/Jade/Jade_b",
+ "page": 3,
+ "x": 522,
+ "y": 1042,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Resource/Jade/Jade_c",
+ "page": 3,
+ "x": 652,
+ "y": 1042,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Resource/Leather/Leather_a",
+ "page": 3,
+ "x": 782,
+ "y": 1042,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Resource/Leather/Leather_b",
+ "page": 3,
+ "x": 912,
+ "y": 1042,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Resource/Leather/Leather_c",
+ "page": 3,
+ "x": 1042,
+ "y": 1042,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Resource/Medicine/MedicineHerbal/MedicineHerbal_a",
+ "page": 3,
+ "x": 1172,
+ "y": 1042,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Resource/Medicine/MedicineHerbal/MedicineHerbal_b",
+ "page": 3,
+ "x": 1302,
+ "y": 1042,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Resource/Medicine/MedicineHerbal/MedicineHerbal_c",
+ "page": 3,
+ "x": 1432,
+ "y": 1042,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Resource/Medicine/MedicineIndustrial/MedicineIndustrial_a",
+ "page": 3,
+ "x": 1562,
+ "y": 1042,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Resource/Medicine/MedicineIndustrial/MedicineIndustrial_b",
+ "page": 3,
+ "x": 1692,
+ "y": 1042,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Resource/Medicine/MedicineIndustrial/MedicineIndustrial_c",
+ "page": 3,
+ "x": 1822,
+ "y": 1042,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Resource/Medicine/MedicineUltratech/MedicineUltratech_a",
+ "page": 3,
+ "x": 2,
+ "y": 1172,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Resource/Medicine/MedicineUltratech/MedicineUltratech_b",
+ "page": 3,
+ "x": 132,
+ "y": 1172,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Resource/Medicine/MedicineUltratech/MedicineUltratech_c",
+ "page": 3,
+ "x": 262,
+ "y": 1172,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Resource/Milk",
+ "page": 3,
+ "x": 392,
+ "y": 1172,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Resource/NanostructuringChip",
+ "page": 3,
+ "x": 522,
+ "y": 1172,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Resource/Neutroamine/Neutroamine_a",
+ "page": 3,
+ "x": 652,
+ "y": 1172,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Resource/Neutroamine/Neutroamine_b",
+ "page": 3,
+ "x": 782,
+ "y": 1172,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Resource/Neutroamine/Neutroamine_c",
+ "page": 3,
+ "x": 912,
+ "y": 1172,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Resource/Pemmican/Pemmican_a",
+ "page": 3,
+ "x": 1042,
+ "y": 1172,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Resource/Pemmican/Pemmican_b",
+ "page": 3,
+ "x": 1172,
+ "y": 1172,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Resource/Pemmican/Pemmican_c",
+ "page": 3,
+ "x": 1302,
+ "y": 1172,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Resource/PlantFoodRaw/AgaveFruit",
+ "page": 3,
+ "x": 1432,
+ "y": 1172,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Resource/PlantFoodRaw/Berries",
+ "page": 3,
+ "x": 1562,
+ "y": 1172,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Resource/PlantFoodRaw/Corn",
+ "page": 3,
+ "x": 1692,
+ "y": 1172,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Resource/PlantFoodRaw/Hops",
+ "page": 3,
+ "x": 1822,
+ "y": 1172,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Resource/PlantFoodRaw/Potatoes",
+ "page": 3,
+ "x": 2,
+ "y": 1302,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Resource/PlantFoodRaw/PsychoidLeaves",
+ "page": 3,
+ "x": 132,
+ "y": 1302,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Resource/PlantFoodRaw/RawFungus",
+ "page": 3,
+ "x": 262,
+ "y": 1302,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Resource/PlantFoodRaw/Rice",
+ "page": 3,
+ "x": 392,
+ "y": 1302,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Resource/PlantFoodRaw/SmokeleafLeaves",
+ "page": 3,
+ "x": 522,
+ "y": 1302,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Resource/PlantFoodRaw/Toxipotato",
+ "page": 3,
+ "x": 652,
+ "y": 1302,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Resource/Plasteel/Plasteel_a",
+ "page": 3,
+ "x": 782,
+ "y": 1302,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Resource/Plasteel/Plasteel_b",
+ "page": 3,
+ "x": 912,
+ "y": 1302,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Resource/Plasteel/Plasteel_c",
+ "page": 3,
+ "x": 1042,
+ "y": 1302,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Resource/PowerfocusChip",
+ "page": 3,
+ "x": 1172,
+ "y": 1302,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Resource/Shell/Shell_AntigrainWarhead/Shell_Antigrain_a",
+ "page": 3,
+ "x": 1302,
+ "y": 1302,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Resource/Shell/Shell_AntigrainWarhead/Shell_Antigrain_b",
+ "page": 3,
+ "x": 1432,
+ "y": 1302,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Resource/Shell/Shell_AntigrainWarhead/Shell_Antigrain_c",
+ "page": 3,
+ "x": 1562,
+ "y": 1302,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Resource/Shell/Shell_EMP/Shell_EMP_a",
+ "page": 3,
+ "x": 1692,
+ "y": 1302,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Resource/Shell/Shell_EMP/Shell_EMP_b",
+ "page": 3,
+ "x": 1822,
+ "y": 1302,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Resource/Shell/Shell_EMP/Shell_EMP_c",
+ "page": 3,
+ "x": 2,
+ "y": 1432,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Resource/Shell/Shell_Firefoam/Shell_Firefoam_a",
+ "page": 3,
+ "x": 132,
+ "y": 1432,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Resource/Shell/Shell_Firefoam/Shell_Firefoam_b",
+ "page": 3,
+ "x": 262,
+ "y": 1432,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Resource/Shell/Shell_Firefoam/Shell_Firefoam_c",
+ "page": 3,
+ "x": 392,
+ "y": 1432,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Resource/Shell/Shell_HighExplosive/Shell_HighExplosive_a",
+ "page": 3,
+ "x": 522,
+ "y": 1432,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Resource/Shell/Shell_HighExplosive/Shell_HighExplosive_b",
+ "page": 3,
+ "x": 652,
+ "y": 1432,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Resource/Shell/Shell_HighExplosive/Shell_HighExplosive_c",
+ "page": 3,
+ "x": 782,
+ "y": 1432,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Resource/Shell/Shell_Incendiary/Shell_Incendiary_a",
+ "page": 3,
+ "x": 912,
+ "y": 1432,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Resource/Shell/Shell_Incendiary/Shell_Incendiary_b",
+ "page": 3,
+ "x": 1042,
+ "y": 1432,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Resource/Shell/Shell_Incendiary/Shell_Incendiary_c",
+ "page": 3,
+ "x": 1172,
+ "y": 1432,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Resource/Shell/Shell_Toxic/Shell_Toxic_a",
+ "page": 3,
+ "x": 1302,
+ "y": 1432,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Resource/Shell/Shell_Toxic/Shell_Toxic_b",
+ "page": 3,
+ "x": 1432,
+ "y": 1432,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Resource/Shell/Shell_Toxic/Shell_Toxic_c",
+ "page": 3,
+ "x": 1562,
+ "y": 1432,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Resource/SignalChip",
+ "page": 3,
+ "x": 1692,
+ "y": 1432,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Resource/Silver/Silver_a",
+ "page": 3,
+ "x": 1822,
+ "y": 1432,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Resource/Silver/Silver_b",
+ "page": 3,
+ "x": 2,
+ "y": 1562,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Resource/Silver/Silver_c",
+ "page": 3,
+ "x": 132,
+ "y": 1562,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Resource/Special/GoldenCube",
+ "page": 3,
+ "x": 262,
+ "y": 1562,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Resource/Steel/Steel_a",
+ "page": 3,
+ "x": 392,
+ "y": 1562,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Resource/Steel/Steel_b",
+ "page": 3,
+ "x": 522,
+ "y": 1562,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Resource/Steel/Steel_c",
+ "page": 3,
+ "x": 652,
+ "y": 1562,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Resource/StoneBlocks/StoneBlocks_a",
+ "page": 3,
+ "x": 782,
+ "y": 1562,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Resource/StoneBlocks/StoneBlocks_b",
+ "page": 3,
+ "x": 912,
+ "y": 1562,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Resource/StoneBlocks/StoneBlocks_c",
+ "page": 3,
+ "x": 1042,
+ "y": 1562,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Resource/SubcoreBasic",
+ "page": 3,
+ "x": 1172,
+ "y": 1562,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Resource/SubcoreHigh",
+ "page": 3,
+ "x": 1302,
+ "y": 1562,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Resource/SubcoreRegular",
+ "page": 3,
+ "x": 1432,
+ "y": 1562,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Resource/Synthread/Synthread_a",
+ "page": 3,
+ "x": 1562,
+ "y": 1562,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Resource/Synthread/Synthread_b",
+ "page": 3,
+ "x": 1692,
+ "y": 1562,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Resource/Synthread/Synthread_c",
+ "page": 3,
+ "x": 1822,
+ "y": 1562,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Resource/TwistedMeat/TwistedMeat_a",
+ "page": 3,
+ "x": 2,
+ "y": 1692,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Resource/TwistedMeat/TwistedMeat_b",
+ "page": 3,
+ "x": 132,
+ "y": 1692,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Resource/TwistedMeat/TwistedMeat_c",
+ "page": 3,
+ "x": 262,
+ "y": 1692,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Resource/Uranium/Uranium_a",
+ "page": 3,
+ "x": 392,
+ "y": 1692,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Resource/Uranium/Uranium_b",
+ "page": 3,
+ "x": 522,
+ "y": 1692,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Resource/Uranium/Uranium_c",
+ "page": 3,
+ "x": 652,
+ "y": 1692,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Resource/Wastepack/Wastepack_a",
+ "page": 3,
+ "x": 782,
+ "y": 1692,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Resource/Wastepack/Wastepack_b",
+ "page": 3,
+ "x": 912,
+ "y": 1692,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Resource/Wastepack/Wastepack_c",
+ "page": 3,
+ "x": 1042,
+ "y": 1692,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Resource/WoodLog/WoodLog_a",
+ "page": 3,
+ "x": 1172,
+ "y": 1692,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Resource/WoodLog/WoodLog_b",
+ "page": 3,
+ "x": 1302,
+ "y": 1692,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Resource/WoodLog/WoodLog_c",
+ "page": 3,
+ "x": 1432,
+ "y": 1692,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Resource/Wool",
+ "page": 3,
+ "x": 1562,
+ "y": 1692,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Resource/Wort",
+ "page": 3,
+ "x": 1692,
+ "y": 1692,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Skull/Skull_a",
+ "page": 3,
+ "x": 1822,
+ "y": 1692,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Skull/Skull_b",
+ "page": 3,
+ "x": 2,
+ "y": 1822,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Skull/Skull_c",
+ "page": 3,
+ "x": 132,
+ "y": 1822,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Special/AIPersonaCore",
+ "page": 3,
+ "x": 262,
+ "y": 1822,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Special/Embryo",
+ "page": 3,
+ "x": 392,
+ "y": 1822,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Special/Genepack/Genepack_a",
+ "page": 3,
+ "x": 522,
+ "y": 1822,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Special/Genepack/Genepack_b",
+ "page": 3,
+ "x": 652,
+ "y": 1822,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Special/Genepack/Genepack_c",
+ "page": 3,
+ "x": 782,
+ "y": 1822,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Special/Genepack/Genepack_d",
+ "page": 3,
+ "x": 912,
+ "y": 1822,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Special/Genepack/Genepack_e",
+ "page": 3,
+ "x": 1042,
+ "y": 1822,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Special/MechanitorComplexMap",
+ "page": 3,
+ "x": 1172,
+ "y": 1822,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Special/Ovum",
+ "page": 3,
+ "x": 1302,
+ "y": 1822,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Special/SubpersonaCoreTechprof",
+ "page": 3,
+ "x": 1432,
+ "y": 1822,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Special/Xenogerm",
+ "page": 3,
+ "x": 1562,
+ "y": 1822,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Unfinished/UnfinishedApparel",
+ "page": 3,
+ "x": 1692,
+ "y": 1822,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Unfinished/UnfinishedBasicSubcore",
+ "page": 3,
+ "x": 1822,
+ "y": 1822,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Unfinished/UnfinishedBelt",
+ "page": 4,
+ "x": 2,
+ "y": 2,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Unfinished/UnfinishedComponent",
+ "page": 4,
+ "x": 132,
+ "y": 2,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Unfinished/UnfinishedGun",
+ "page": 4,
+ "x": 262,
+ "y": 2,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Unfinished/UnfinishedHealth",
+ "page": 4,
+ "x": 392,
+ "y": 2,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Unfinished/UnfinishedMusicalInstrument",
+ "page": 4,
+ "x": 522,
+ "y": 2,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Unfinished/UnfinishedSculpture",
+ "page": 4,
+ "x": 652,
+ "y": 2,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Unfinished/UnfinishedTechArmor",
+ "page": 4,
+ "x": 782,
+ "y": 2,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/Unfinished/UnfinishedWeapon",
+ "page": 4,
+ "x": 912,
+ "y": 2,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/VTE_Meal/Fine/Fine_a",
+ "page": 0,
+ "x": 2,
+ "y": 2,
+ "w": 512,
+ "h": 512
+ },
+ {
+ "key": "Things/Item/VTE_Meal/Fine/Fine_b",
+ "page": 0,
+ "x": 516,
+ "y": 2,
+ "w": 512,
+ "h": 512
+ },
+ {
+ "key": "Things/Item/VTE_Meal/Fine/Fine_c",
+ "page": 0,
+ "x": 1030,
+ "y": 2,
+ "w": 512,
+ "h": 512
+ },
+ {
+ "key": "Things/Item/VTE_Meal/Fine/Fine_m_a",
+ "page": 0,
+ "x": 2,
+ "y": 516,
+ "w": 512,
+ "h": 512
+ },
+ {
+ "key": "Things/Item/VTE_Meal/Fine/Fine_m_b",
+ "page": 0,
+ "x": 516,
+ "y": 516,
+ "w": 512,
+ "h": 512
+ },
+ {
+ "key": "Things/Item/VTE_Meal/Fine/Fine_m_c",
+ "page": 0,
+ "x": 1030,
+ "y": 516,
+ "w": 512,
+ "h": 512
+ },
+ {
+ "key": "Things/Item/VTE_Meal/Fine/Fine_v_a",
+ "page": 0,
+ "x": 2,
+ "y": 1030,
+ "w": 512,
+ "h": 512
+ },
+ {
+ "key": "Things/Item/VTE_Meal/Fine/Fine_v_b",
+ "page": 0,
+ "x": 516,
+ "y": 1030,
+ "w": 512,
+ "h": 512
+ },
+ {
+ "key": "Things/Item/VTE_Meal/Fine/Fine_v_c",
+ "page": 0,
+ "x": 1030,
+ "y": 1030,
+ "w": 512,
+ "h": 512
+ },
+ {
+ "key": "Things/Item/VTE_Meal/FineMeat/FineMeat_a",
+ "page": 4,
+ "x": 1042,
+ "y": 2,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/VTE_Meal/FineMeat/FineMeat_b",
+ "page": 4,
+ "x": 1172,
+ "y": 2,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/VTE_Meal/FineMeat/FineMeat_c",
+ "page": 4,
+ "x": 1302,
+ "y": 2,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/VTE_Meal/FineVeg/FineVeg_a",
+ "page": 4,
+ "x": 1432,
+ "y": 2,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/VTE_Meal/FineVeg/FineVeg_b",
+ "page": 4,
+ "x": 1562,
+ "y": 2,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/VTE_Meal/FineVeg/FineVeg_c",
+ "page": 4,
+ "x": 1692,
+ "y": 2,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/VTE_Meal/Lavish/Lavish_a",
+ "page": 1,
+ "x": 2,
+ "y": 2,
+ "w": 512,
+ "h": 512
+ },
+ {
+ "key": "Things/Item/VTE_Meal/Lavish/Lavish_b",
+ "page": 1,
+ "x": 516,
+ "y": 2,
+ "w": 512,
+ "h": 512
+ },
+ {
+ "key": "Things/Item/VTE_Meal/Lavish/Lavish_c",
+ "page": 1,
+ "x": 1030,
+ "y": 2,
+ "w": 512,
+ "h": 512
+ },
+ {
+ "key": "Things/Item/VTE_Meal/Lavish/Lavish_m_a",
+ "page": 1,
+ "x": 2,
+ "y": 516,
+ "w": 512,
+ "h": 512
+ },
+ {
+ "key": "Things/Item/VTE_Meal/Lavish/Lavish_m_b",
+ "page": 1,
+ "x": 516,
+ "y": 516,
+ "w": 512,
+ "h": 512
+ },
+ {
+ "key": "Things/Item/VTE_Meal/Lavish/Lavish_m_c",
+ "page": 1,
+ "x": 1030,
+ "y": 516,
+ "w": 512,
+ "h": 512
+ },
+ {
+ "key": "Things/Item/VTE_Meal/Lavish/Lavish_v_a",
+ "page": 1,
+ "x": 2,
+ "y": 1030,
+ "w": 512,
+ "h": 512
+ },
+ {
+ "key": "Things/Item/VTE_Meal/Lavish/Lavish_v_b",
+ "page": 1,
+ "x": 516,
+ "y": 1030,
+ "w": 512,
+ "h": 512
+ },
+ {
+ "key": "Things/Item/VTE_Meal/Lavish/Lavish_v_c",
+ "page": 1,
+ "x": 1030,
+ "y": 1030,
+ "w": 512,
+ "h": 512
+ },
+ {
+ "key": "Things/Item/VTE_Meal/LavishMeat/LavishMeat_a",
+ "page": 4,
+ "x": 1822,
+ "y": 2,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/VTE_Meal/LavishMeat/LavishMeat_b",
+ "page": 4,
+ "x": 2,
+ "y": 132,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/VTE_Meal/LavishMeat/LavishMeat_c",
+ "page": 4,
+ "x": 132,
+ "y": 132,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/VTE_Meal/LavishVeg/LavishVeg_a",
+ "page": 4,
+ "x": 262,
+ "y": 132,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/VTE_Meal/LavishVeg/LavishVeg_b",
+ "page": 4,
+ "x": 392,
+ "y": 132,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/VTE_Meal/LavishVeg/LavishVeg_c",
+ "page": 4,
+ "x": 522,
+ "y": 132,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/VTE_Meal/NutrientPaste/NutrientPaste_a",
+ "page": 2,
+ "x": 2,
+ "y": 2,
+ "w": 512,
+ "h": 512
+ },
+ {
+ "key": "Things/Item/VTE_Meal/NutrientPaste/NutrientPaste_b",
+ "page": 2,
+ "x": 516,
+ "y": 2,
+ "w": 512,
+ "h": 512
+ },
+ {
+ "key": "Things/Item/VTE_Meal/NutrientPaste/NutrientPaste_c",
+ "page": 2,
+ "x": 1030,
+ "y": 2,
+ "w": 512,
+ "h": 512
+ },
+ {
+ "key": "Things/Item/VTE_Meal/NutrientPaste/NutrientPaste_m_a",
+ "page": 2,
+ "x": 2,
+ "y": 516,
+ "w": 512,
+ "h": 512
+ },
+ {
+ "key": "Things/Item/VTE_Meal/NutrientPaste/NutrientPaste_m_b",
+ "page": 2,
+ "x": 516,
+ "y": 516,
+ "w": 512,
+ "h": 512
+ },
+ {
+ "key": "Things/Item/VTE_Meal/NutrientPaste/NutrientPaste_m_c",
+ "page": 2,
+ "x": 1030,
+ "y": 516,
+ "w": 512,
+ "h": 512
+ },
+ {
+ "key": "Things/Item/VTE_Meal/NutrientPaste/NutrientPaste_v_a",
+ "page": 2,
+ "x": 2,
+ "y": 1030,
+ "w": 512,
+ "h": 512
+ },
+ {
+ "key": "Things/Item/VTE_Meal/NutrientPaste/NutrientPaste_v_b",
+ "page": 2,
+ "x": 516,
+ "y": 1030,
+ "w": 512,
+ "h": 512
+ },
+ {
+ "key": "Things/Item/VTE_Meal/NutrientPaste/NutrientPaste_v_c",
+ "page": 2,
+ "x": 1030,
+ "y": 1030,
+ "w": 512,
+ "h": 512
+ },
+ {
+ "key": "Things/Item/VTE_Meal/Simple/Simple_a",
+ "page": 4,
+ "x": 652,
+ "y": 132,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/VTE_Meal/Simple/Simple_b",
+ "page": 4,
+ "x": 782,
+ "y": 132,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/VTE_Meal/Simple/Simple_c",
+ "page": 4,
+ "x": 912,
+ "y": 132,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/VTE_Meal/Simple/Simple_m_a",
+ "page": 4,
+ "x": 1042,
+ "y": 132,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/VTE_Meal/Simple/Simple_m_b",
+ "page": 4,
+ "x": 1172,
+ "y": 132,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/VTE_Meal/Simple/Simple_m_c",
+ "page": 4,
+ "x": 1302,
+ "y": 132,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/VTE_Meal/Simple/Simple_v_a",
+ "page": 4,
+ "x": 1432,
+ "y": 132,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/VTE_Meal/Simple/Simple_v_b",
+ "page": 4,
+ "x": 1562,
+ "y": 132,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/VTE_Meal/Simple/Simple_v_c",
+ "page": 4,
+ "x": 1692,
+ "y": 132,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/VTE_Meal/SurvivalPack/SurvivalPack_a",
+ "page": 4,
+ "x": 1822,
+ "y": 132,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/VTE_Meal/SurvivalPack/SurvivalPack_b",
+ "page": 4,
+ "x": 2,
+ "y": 262,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/VTE_Meal/SurvivalPack/SurvivalPack_c",
+ "page": 4,
+ "x": 132,
+ "y": 262,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/VTE_Meal/SurvivalPack/SurvivalPack_m_a",
+ "page": 4,
+ "x": 262,
+ "y": 262,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/VTE_Meal/SurvivalPack/SurvivalPack_m_b",
+ "page": 4,
+ "x": 392,
+ "y": 262,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/VTE_Meal/SurvivalPack/SurvivalPack_m_c",
+ "page": 4,
+ "x": 522,
+ "y": 262,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/VTE_Meal/SurvivalPack/SurvivalPack_v_a",
+ "page": 4,
+ "x": 652,
+ "y": 262,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/VTE_Meal/SurvivalPack/SurvivalPack_v_b",
+ "page": 4,
+ "x": 782,
+ "y": 262,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Item/VTE_Meal/SurvivalPack/SurvivalPack_v_c",
+ "page": 4,
+ "x": 912,
+ "y": 262,
+ "w": 128,
+ "h": 128
+ }
+ ]
+}
\ No newline at end of file
diff --git a/src/LittleSim/Assets/Atlases/Things.Item.atlas.0.png b/src/LittleSim/Assets/Atlases/Things.Item.atlas.0.png
new file mode 100644
index 0000000..85963d0
Binary files /dev/null and b/src/LittleSim/Assets/Atlases/Things.Item.atlas.0.png differ
diff --git a/src/LittleSim/Assets/Atlases/Things.Item.atlas.1.png b/src/LittleSim/Assets/Atlases/Things.Item.atlas.1.png
new file mode 100644
index 0000000..6cd834a
Binary files /dev/null and b/src/LittleSim/Assets/Atlases/Things.Item.atlas.1.png differ
diff --git a/src/LittleSim/Assets/Atlases/Things.Item.atlas.2.png b/src/LittleSim/Assets/Atlases/Things.Item.atlas.2.png
new file mode 100644
index 0000000..fa9f997
Binary files /dev/null and b/src/LittleSim/Assets/Atlases/Things.Item.atlas.2.png differ
diff --git a/src/LittleSim/Assets/Atlases/Things.Item.atlas.3.png b/src/LittleSim/Assets/Atlases/Things.Item.atlas.3.png
new file mode 100644
index 0000000..566178b
Binary files /dev/null and b/src/LittleSim/Assets/Atlases/Things.Item.atlas.3.png differ
diff --git a/src/LittleSim/Assets/Atlases/Things.Item.atlas.4.png b/src/LittleSim/Assets/Atlases/Things.Item.atlas.4.png
new file mode 100644
index 0000000..3e38590
Binary files /dev/null and b/src/LittleSim/Assets/Atlases/Things.Item.atlas.4.png differ
diff --git a/src/LittleSim/Assets/Atlases/Things.Pawn.atlas b/src/LittleSim/Assets/Atlases/Things.Pawn.atlas
new file mode 100644
index 0000000..e525d48
--- /dev/null
+++ b/src/LittleSim/Assets/Atlases/Things.Pawn.atlas
@@ -0,0 +1,12998 @@
+{
+ "version": 1,
+ "name": "Things.Pawn",
+ "pageSize": 2048,
+ "padding": 2,
+ "pages": [
+ {
+ "file": "Things.Pawn.atlas.0.png",
+ "width": 2048,
+ "height": 2048
+ },
+ {
+ "file": "Things.Pawn.atlas.1.png",
+ "width": 2048,
+ "height": 2048
+ },
+ {
+ "file": "Things.Pawn.atlas.2.png",
+ "width": 2048,
+ "height": 2048
+ },
+ {
+ "file": "Things.Pawn.atlas.3.png",
+ "width": 2048,
+ "height": 2048
+ },
+ {
+ "file": "Things.Pawn.atlas.4.png",
+ "width": 2048,
+ "height": 2048
+ },
+ {
+ "file": "Things.Pawn.atlas.5.png",
+ "width": 2048,
+ "height": 2048
+ },
+ {
+ "file": "Things.Pawn.atlas.6.png",
+ "width": 2048,
+ "height": 2048
+ },
+ {
+ "file": "Things.Pawn.atlas.7.png",
+ "width": 2048,
+ "height": 2048
+ },
+ {
+ "file": "Things.Pawn.atlas.8.png",
+ "width": 2048,
+ "height": 2048
+ },
+ {
+ "file": "Things.Pawn.atlas.9.png",
+ "width": 2048,
+ "height": 2048
+ },
+ {
+ "file": "Things.Pawn.atlas.10.png",
+ "width": 2048,
+ "height": 2048
+ },
+ {
+ "file": "Things.Pawn.atlas.11.png",
+ "width": 2048,
+ "height": 2048
+ },
+ {
+ "file": "Things.Pawn.atlas.12.png",
+ "width": 2048,
+ "height": 2048
+ },
+ {
+ "file": "Things.Pawn.atlas.13.png",
+ "width": 2048,
+ "height": 2048
+ },
+ {
+ "file": "Things.Pawn.atlas.14.png",
+ "width": 2048,
+ "height": 2048
+ },
+ {
+ "file": "Things.Pawn.atlas.15.png",
+ "width": 2048,
+ "height": 2048
+ },
+ {
+ "file": "Things.Pawn.atlas.16.png",
+ "width": 2048,
+ "height": 2048
+ },
+ {
+ "file": "Things.Pawn.atlas.17.png",
+ "width": 2048,
+ "height": 2048
+ },
+ {
+ "file": "Things.Pawn.atlas.18.png",
+ "width": 2048,
+ "height": 2048
+ },
+ {
+ "file": "Things.Pawn.atlas.19.png",
+ "width": 2048,
+ "height": 2048
+ },
+ {
+ "file": "Things.Pawn.atlas.20.png",
+ "width": 2048,
+ "height": 2048
+ },
+ {
+ "file": "Things.Pawn.atlas.21.png",
+ "width": 2048,
+ "height": 2048
+ },
+ {
+ "file": "Things.Pawn.atlas.22.png",
+ "width": 2048,
+ "height": 2048
+ },
+ {
+ "file": "Things.Pawn.atlas.23.png",
+ "width": 2048,
+ "height": 2048
+ },
+ {
+ "file": "Things.Pawn.atlas.24.png",
+ "width": 2048,
+ "height": 2048
+ },
+ {
+ "file": "Things.Pawn.atlas.25.png",
+ "width": 2048,
+ "height": 2048
+ },
+ {
+ "file": "Things.Pawn.atlas.26.png",
+ "width": 2048,
+ "height": 2048
+ },
+ {
+ "file": "Things.Pawn.atlas.27.png",
+ "width": 2048,
+ "height": 2048
+ },
+ {
+ "file": "Things.Pawn.atlas.28.png",
+ "width": 2048,
+ "height": 2048
+ },
+ {
+ "file": "Things.Pawn.atlas.29.png",
+ "width": 2048,
+ "height": 2048
+ },
+ {
+ "file": "Things.Pawn.atlas.30.png",
+ "width": 2048,
+ "height": 2048
+ },
+ {
+ "file": "Things.Pawn.atlas.31.png",
+ "width": 2048,
+ "height": 2048
+ },
+ {
+ "file": "Things.Pawn.atlas.32.png",
+ "width": 2048,
+ "height": 2048
+ },
+ {
+ "file": "Things.Pawn.atlas.33.png",
+ "width": 2048,
+ "height": 2048
+ },
+ {
+ "file": "Things.Pawn.atlas.34.png",
+ "width": 2048,
+ "height": 2048
+ },
+ {
+ "file": "Things.Pawn.atlas.35.png",
+ "width": 2048,
+ "height": 2048
+ }
+ ],
+ "regions": [
+ {
+ "key": "Things/Pawn/Animal/Alpaca/Alpaca_east",
+ "page": 8,
+ "x": 516,
+ "y": 516,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Animal/Alpaca/Alpaca_north",
+ "page": 8,
+ "x": 774,
+ "y": 516,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Animal/Alpaca/Alpaca_south",
+ "page": 8,
+ "x": 1032,
+ "y": 516,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Animal/Bear/Bear_east",
+ "page": 8,
+ "x": 1290,
+ "y": 516,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Animal/Bear/Bear_north",
+ "page": 8,
+ "x": 1548,
+ "y": 516,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Animal/Bear/Bear_south",
+ "page": 8,
+ "x": 2,
+ "y": 1030,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Animal/Bison/BisonPack_east",
+ "page": 8,
+ "x": 260,
+ "y": 1030,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Animal/Bison/BisonPack_north",
+ "page": 8,
+ "x": 518,
+ "y": 1030,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Animal/Bison/Bison_east",
+ "page": 0,
+ "x": 2,
+ "y": 2,
+ "w": 512,
+ "h": 512
+ },
+ {
+ "key": "Things/Pawn/Animal/Bison/Bison_north",
+ "page": 0,
+ "x": 516,
+ "y": 2,
+ "w": 512,
+ "h": 512
+ },
+ {
+ "key": "Things/Pawn/Animal/Bison/Bison_south",
+ "page": 0,
+ "x": 1030,
+ "y": 2,
+ "w": 512,
+ "h": 512
+ },
+ {
+ "key": "Things/Pawn/Animal/Bison/Dessicated_Bison_east",
+ "page": 0,
+ "x": 2,
+ "y": 516,
+ "w": 512,
+ "h": 512
+ },
+ {
+ "key": "Things/Pawn/Animal/Boomalope/Boomalope_east",
+ "page": 8,
+ "x": 776,
+ "y": 1030,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Animal/Boomalope/Boomalope_eastm",
+ "page": 8,
+ "x": 1034,
+ "y": 1030,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Animal/Boomalope/Boomalope_north",
+ "page": 8,
+ "x": 1292,
+ "y": 1030,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Animal/Boomalope/Boomalope_northm",
+ "page": 8,
+ "x": 1550,
+ "y": 1030,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Animal/Boomalope/Boomalope_south",
+ "page": 8,
+ "x": 2,
+ "y": 1288,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Animal/Boomalope/Boomalope_southm",
+ "page": 8,
+ "x": 260,
+ "y": 1288,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Animal/Boomrat/Boomrat_east",
+ "page": 34,
+ "x": 773,
+ "y": 776,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Animal/Boomrat/Boomrat_eastm",
+ "page": 34,
+ "x": 903,
+ "y": 776,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Animal/Boomrat/Boomrat_north",
+ "page": 34,
+ "x": 1033,
+ "y": 776,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Animal/Boomrat/Boomrat_northm",
+ "page": 34,
+ "x": 1163,
+ "y": 776,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Animal/Boomrat/Boomrat_south",
+ "page": 34,
+ "x": 1293,
+ "y": 776,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Animal/Boomrat/Boomrat_southm",
+ "page": 34,
+ "x": 1423,
+ "y": 776,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Animal/Capybara/Capybara_east",
+ "page": 8,
+ "x": 518,
+ "y": 1288,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Animal/Capybara/Capybara_north",
+ "page": 8,
+ "x": 776,
+ "y": 1288,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Animal/Capybara/Capybara_south",
+ "page": 8,
+ "x": 1034,
+ "y": 1288,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Animal/Caribou/Caribou_east",
+ "page": 0,
+ "x": 516,
+ "y": 516,
+ "w": 512,
+ "h": 512
+ },
+ {
+ "key": "Things/Pawn/Animal/Caribou/Caribou_north",
+ "page": 0,
+ "x": 1030,
+ "y": 516,
+ "w": 512,
+ "h": 512
+ },
+ {
+ "key": "Things/Pawn/Animal/Caribou/Caribou_south",
+ "page": 0,
+ "x": 2,
+ "y": 1030,
+ "w": 512,
+ "h": 512
+ },
+ {
+ "key": "Things/Pawn/Animal/Cat/Cat_east",
+ "page": 34,
+ "x": 1553,
+ "y": 776,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Animal/Cat/Cat_north",
+ "page": 34,
+ "x": 1683,
+ "y": 776,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Animal/Cat/Cat_south",
+ "page": 34,
+ "x": 1813,
+ "y": 776,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Animal/Chicken/Chicken_east",
+ "page": 34,
+ "x": 2,
+ "y": 1034,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Animal/Chicken/Chicken_north",
+ "page": 34,
+ "x": 132,
+ "y": 1034,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Animal/Chicken/Chicken_south",
+ "page": 34,
+ "x": 262,
+ "y": 1034,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Animal/Chinchilla/Chinchilla_east",
+ "page": 34,
+ "x": 392,
+ "y": 1034,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Animal/Chinchilla/Chinchilla_eastm",
+ "page": 34,
+ "x": 522,
+ "y": 1034,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Animal/Chinchilla/Chinchilla_north",
+ "page": 34,
+ "x": 652,
+ "y": 1034,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Animal/Chinchilla/Chinchilla_northm",
+ "page": 34,
+ "x": 782,
+ "y": 1034,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Animal/Chinchilla/Chinchilla_south",
+ "page": 34,
+ "x": 912,
+ "y": 1034,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Animal/Chinchilla/Chinchilla_southm",
+ "page": 34,
+ "x": 1042,
+ "y": 1034,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Animal/Cougar/Cougar_east",
+ "page": 8,
+ "x": 1292,
+ "y": 1288,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Animal/Cougar/Cougar_north",
+ "page": 8,
+ "x": 1550,
+ "y": 1288,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Animal/Cougar/Cougar_south",
+ "page": 8,
+ "x": 2,
+ "y": 1546,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Animal/Cow/Bull_east",
+ "page": 8,
+ "x": 260,
+ "y": 1546,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Animal/Cow/Bull_north",
+ "page": 8,
+ "x": 518,
+ "y": 1546,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Animal/Cow/Bull_south",
+ "page": 8,
+ "x": 776,
+ "y": 1546,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Animal/Cow/Cow_east",
+ "page": 8,
+ "x": 1034,
+ "y": 1546,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Animal/Cow/Cow_north",
+ "page": 8,
+ "x": 1292,
+ "y": 1546,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Animal/Cow/Cow_south",
+ "page": 8,
+ "x": 1550,
+ "y": 1546,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Animal/Deer/DeerBaby_east",
+ "page": 0,
+ "x": 516,
+ "y": 1030,
+ "w": 512,
+ "h": 512
+ },
+ {
+ "key": "Things/Pawn/Animal/Deer/DeerBaby_eastm",
+ "page": 0,
+ "x": 1030,
+ "y": 1030,
+ "w": 512,
+ "h": 512
+ },
+ {
+ "key": "Things/Pawn/Animal/Deer/DeerBaby_north",
+ "page": 1,
+ "x": 2,
+ "y": 2,
+ "w": 512,
+ "h": 512
+ },
+ {
+ "key": "Things/Pawn/Animal/Deer/DeerBaby_northm",
+ "page": 1,
+ "x": 516,
+ "y": 2,
+ "w": 512,
+ "h": 512
+ },
+ {
+ "key": "Things/Pawn/Animal/Deer/DeerBaby_south",
+ "page": 1,
+ "x": 1030,
+ "y": 2,
+ "w": 512,
+ "h": 512
+ },
+ {
+ "key": "Things/Pawn/Animal/Deer/DeerBaby_southm",
+ "page": 1,
+ "x": 2,
+ "y": 516,
+ "w": 512,
+ "h": 512
+ },
+ {
+ "key": "Things/Pawn/Animal/Deer/DeerFemale_east",
+ "page": 1,
+ "x": 516,
+ "y": 516,
+ "w": 512,
+ "h": 512
+ },
+ {
+ "key": "Things/Pawn/Animal/Deer/DeerFemale_eastm",
+ "page": 1,
+ "x": 1030,
+ "y": 516,
+ "w": 512,
+ "h": 512
+ },
+ {
+ "key": "Things/Pawn/Animal/Deer/DeerFemale_north",
+ "page": 1,
+ "x": 2,
+ "y": 1030,
+ "w": 512,
+ "h": 512
+ },
+ {
+ "key": "Things/Pawn/Animal/Deer/DeerFemale_northm",
+ "page": 1,
+ "x": 516,
+ "y": 1030,
+ "w": 512,
+ "h": 512
+ },
+ {
+ "key": "Things/Pawn/Animal/Deer/DeerFemale_south",
+ "page": 1,
+ "x": 1030,
+ "y": 1030,
+ "w": 512,
+ "h": 512
+ },
+ {
+ "key": "Things/Pawn/Animal/Deer/DeerFemale_southm",
+ "page": 2,
+ "x": 2,
+ "y": 2,
+ "w": 512,
+ "h": 512
+ },
+ {
+ "key": "Things/Pawn/Animal/Deer/DeerMale_east",
+ "page": 2,
+ "x": 516,
+ "y": 2,
+ "w": 512,
+ "h": 512
+ },
+ {
+ "key": "Things/Pawn/Animal/Deer/DeerMale_eastm",
+ "page": 2,
+ "x": 1030,
+ "y": 2,
+ "w": 512,
+ "h": 512
+ },
+ {
+ "key": "Things/Pawn/Animal/Deer/DeerMale_north",
+ "page": 2,
+ "x": 2,
+ "y": 516,
+ "w": 512,
+ "h": 512
+ },
+ {
+ "key": "Things/Pawn/Animal/Deer/DeerMale_northm",
+ "page": 2,
+ "x": 516,
+ "y": 516,
+ "w": 512,
+ "h": 512
+ },
+ {
+ "key": "Things/Pawn/Animal/Deer/DeerMale_south",
+ "page": 2,
+ "x": 1030,
+ "y": 516,
+ "w": 512,
+ "h": 512
+ },
+ {
+ "key": "Things/Pawn/Animal/Deer/DeerMale_southm",
+ "page": 2,
+ "x": 2,
+ "y": 1030,
+ "w": 512,
+ "h": 512
+ },
+ {
+ "key": "Things/Pawn/Animal/Deer/Dessicated_DeerBaby_east",
+ "page": 2,
+ "x": 516,
+ "y": 1030,
+ "w": 512,
+ "h": 512
+ },
+ {
+ "key": "Things/Pawn/Animal/Deer/Dessicated_DeerFemale_east",
+ "page": 2,
+ "x": 1030,
+ "y": 1030,
+ "w": 512,
+ "h": 512
+ },
+ {
+ "key": "Things/Pawn/Animal/Deer/Dessicated_DeerMale_east",
+ "page": 3,
+ "x": 2,
+ "y": 2,
+ "w": 512,
+ "h": 512
+ },
+ {
+ "key": "Things/Pawn/Animal/Donkey/Dessicated_Donkey_east",
+ "page": 9,
+ "x": 2,
+ "y": 2,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Animal/Donkey/DonkeyPack_east",
+ "page": 9,
+ "x": 260,
+ "y": 2,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Animal/Donkey/DonkeyPack_north",
+ "page": 9,
+ "x": 518,
+ "y": 2,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Animal/Donkey/DonkeyPack_south",
+ "page": 9,
+ "x": 776,
+ "y": 2,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Animal/Donkey/Donkey_east",
+ "page": 9,
+ "x": 1034,
+ "y": 2,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Animal/Donkey/Donkey_north",
+ "page": 9,
+ "x": 1292,
+ "y": 2,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Animal/Donkey/Donkey_south",
+ "page": 9,
+ "x": 1550,
+ "y": 2,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Animal/Dromedary/Dromedary_east",
+ "page": 9,
+ "x": 2,
+ "y": 260,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Animal/Dromedary/Dromedary_north",
+ "page": 9,
+ "x": 260,
+ "y": 260,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Animal/Dromedary/Dromedary_south",
+ "page": 9,
+ "x": 518,
+ "y": 260,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Animal/Dryad_Carrier/Dessicated_DryadCarrier_east",
+ "page": 9,
+ "x": 776,
+ "y": 260,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Animal/Dryad_Carrier/DryadCarrier_east",
+ "page": 9,
+ "x": 1034,
+ "y": 260,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Animal/Dryad_Carrier/DryadCarrier_north",
+ "page": 9,
+ "x": 1292,
+ "y": 260,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Animal/Dryad_Carrier/DryadCarrier_south",
+ "page": 9,
+ "x": 1550,
+ "y": 260,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Animal/Dryad_Woodmaker/Dessicated_DryadWoodmaker_east",
+ "page": 34,
+ "x": 1172,
+ "y": 1034,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Animal/Dryad_Woodmaker/DryadWoodmaker_east",
+ "page": 9,
+ "x": 2,
+ "y": 518,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Animal/Dryad_Woodmaker/DryadWoodmaker_north",
+ "page": 9,
+ "x": 260,
+ "y": 518,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Animal/Dryad_Woodmaker/DryadWoodmaker_south",
+ "page": 9,
+ "x": 518,
+ "y": 518,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Animal/Duck/DuckFemale_east",
+ "page": 34,
+ "x": 1302,
+ "y": 1034,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Animal/Duck/DuckFemale_north",
+ "page": 34,
+ "x": 1432,
+ "y": 1034,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Animal/Duck/DuckFemale_south",
+ "page": 34,
+ "x": 1562,
+ "y": 1034,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Animal/Duck/DuckMale_east",
+ "page": 34,
+ "x": 1692,
+ "y": 1034,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Animal/Duck/DuckMale_north",
+ "page": 34,
+ "x": 1822,
+ "y": 1034,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Animal/Duck/DuckMale_south",
+ "page": 34,
+ "x": 2,
+ "y": 1164,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Animal/Elephant/Elephant_east",
+ "page": 9,
+ "x": 776,
+ "y": 518,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Animal/Elephant/Elephant_north",
+ "page": 9,
+ "x": 1034,
+ "y": 518,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Animal/Elephant/Elephant_south",
+ "page": 9,
+ "x": 1292,
+ "y": 518,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Animal/Elk/ElkFemale_east",
+ "page": 9,
+ "x": 1550,
+ "y": 518,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Animal/Elk/ElkFemale_north",
+ "page": 9,
+ "x": 2,
+ "y": 776,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Animal/Elk/ElkFemale_south",
+ "page": 9,
+ "x": 260,
+ "y": 776,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Animal/Elk/ElkMale_east",
+ "page": 9,
+ "x": 518,
+ "y": 776,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Animal/Elk/ElkMale_north",
+ "page": 9,
+ "x": 776,
+ "y": 776,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Animal/Elk/ElkMale_south",
+ "page": 9,
+ "x": 1034,
+ "y": 776,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Animal/Fox_Arctic/Fox_Arctic_east",
+ "page": 34,
+ "x": 132,
+ "y": 1164,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Animal/Fox_Arctic/Fox_Arctic_north",
+ "page": 34,
+ "x": 262,
+ "y": 1164,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Animal/Fox_Arctic/Fox_Arctic_south",
+ "page": 34,
+ "x": 392,
+ "y": 1164,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Animal/Fox_Fennec/Fox_Fennec_east",
+ "page": 34,
+ "x": 522,
+ "y": 1164,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Animal/Fox_Fennec/Fox_Fennec_north",
+ "page": 34,
+ "x": 652,
+ "y": 1164,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Animal/Fox_Fennec/Fox_Fennec_south",
+ "page": 34,
+ "x": 782,
+ "y": 1164,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Animal/Fox_Red/Fox_Red_east",
+ "page": 34,
+ "x": 912,
+ "y": 1164,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Animal/Fox_Red/Fox_Red_north",
+ "page": 34,
+ "x": 1042,
+ "y": 1164,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Animal/Fox_Red/Fox_Red_south",
+ "page": 34,
+ "x": 1172,
+ "y": 1164,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Animal/Goat/Dessicated_GoatFemale_east",
+ "page": 9,
+ "x": 1292,
+ "y": 776,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Animal/Goat/Dessicated_GoatMale_east",
+ "page": 9,
+ "x": 1550,
+ "y": 776,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Animal/Goat/GoatFemale_east",
+ "page": 9,
+ "x": 2,
+ "y": 1034,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Animal/Goat/GoatFemale_north",
+ "page": 9,
+ "x": 260,
+ "y": 1034,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Animal/Goat/GoatFemale_south",
+ "page": 9,
+ "x": 518,
+ "y": 1034,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Animal/Goat/GoatMale_east",
+ "page": 9,
+ "x": 776,
+ "y": 1034,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Animal/Goat/GoatMale_north",
+ "page": 9,
+ "x": 1034,
+ "y": 1034,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Animal/Goat/GoatMale_south",
+ "page": 9,
+ "x": 1292,
+ "y": 1034,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Animal/Goose/Dessicated_Goose_east",
+ "page": 9,
+ "x": 1550,
+ "y": 1034,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Animal/Goose/Goose_east",
+ "page": 9,
+ "x": 2,
+ "y": 1292,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Animal/Goose/Goose_north",
+ "page": 9,
+ "x": 260,
+ "y": 1292,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Animal/Goose/Goose_south",
+ "page": 9,
+ "x": 518,
+ "y": 1292,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Animal/GuineaPig/Dessicated_GuineaPig_east",
+ "page": 34,
+ "x": 1302,
+ "y": 1164,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Animal/GuineaPig/GuineaPig1_east",
+ "page": 34,
+ "x": 1432,
+ "y": 1164,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Animal/GuineaPig/GuineaPig1_north",
+ "page": 34,
+ "x": 1562,
+ "y": 1164,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Animal/GuineaPig/GuineaPig1_south",
+ "page": 34,
+ "x": 1692,
+ "y": 1164,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Animal/GuineaPig/GuineaPig2_east",
+ "page": 34,
+ "x": 1822,
+ "y": 1164,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Animal/GuineaPig/GuineaPig2_north",
+ "page": 34,
+ "x": 2,
+ "y": 1294,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Animal/GuineaPig/GuineaPig2_south",
+ "page": 34,
+ "x": 132,
+ "y": 1294,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Animal/GuineaPig/GuineaPig3_east",
+ "page": 34,
+ "x": 262,
+ "y": 1294,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Animal/GuineaPig/GuineaPig3_north",
+ "page": 34,
+ "x": 392,
+ "y": 1294,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Animal/GuineaPig/GuineaPig3_south",
+ "page": 34,
+ "x": 522,
+ "y": 1294,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Animal/GuineaPig/GuineaPig_east",
+ "page": 34,
+ "x": 652,
+ "y": 1294,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Animal/GuineaPig/GuineaPig_eastm",
+ "page": 34,
+ "x": 782,
+ "y": 1294,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Animal/GuineaPig/GuineaPig_north",
+ "page": 34,
+ "x": 912,
+ "y": 1294,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Animal/GuineaPig/GuineaPig_northm",
+ "page": 34,
+ "x": 1042,
+ "y": 1294,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Animal/GuineaPig/GuineaPig_south",
+ "page": 34,
+ "x": 1172,
+ "y": 1294,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Animal/GuineaPig/GuineaPig_southm",
+ "page": 34,
+ "x": 1302,
+ "y": 1294,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Animal/Hare/Hare_east",
+ "page": 34,
+ "x": 1432,
+ "y": 1294,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Animal/Hare/Hare_north",
+ "page": 34,
+ "x": 1562,
+ "y": 1294,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Animal/Hare/Hare_south",
+ "page": 34,
+ "x": 1692,
+ "y": 1294,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Animal/Horse/Dessicated_Horse_east",
+ "page": 9,
+ "x": 776,
+ "y": 1292,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Animal/Horse/Horse1_east",
+ "page": 9,
+ "x": 1034,
+ "y": 1292,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Animal/Horse/Horse1_north",
+ "page": 9,
+ "x": 1292,
+ "y": 1292,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Animal/Horse/Horse1_south",
+ "page": 9,
+ "x": 1550,
+ "y": 1292,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Animal/Horse/Horse2_east",
+ "page": 9,
+ "x": 2,
+ "y": 1550,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Animal/Horse/Horse2_north",
+ "page": 9,
+ "x": 260,
+ "y": 1550,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Animal/Horse/Horse2_south",
+ "page": 9,
+ "x": 518,
+ "y": 1550,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Animal/Horse/Horse3_east",
+ "page": 9,
+ "x": 776,
+ "y": 1550,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Animal/Horse/Horse3_north",
+ "page": 9,
+ "x": 1034,
+ "y": 1550,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Animal/Horse/Horse3_south",
+ "page": 9,
+ "x": 1292,
+ "y": 1550,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Animal/Horse/Horse4_east",
+ "page": 9,
+ "x": 1550,
+ "y": 1550,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Animal/Horse/Horse4_north",
+ "page": 10,
+ "x": 2,
+ "y": 2,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Animal/Horse/Horse4_south",
+ "page": 10,
+ "x": 260,
+ "y": 2,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Animal/Horse/Horse5_east",
+ "page": 10,
+ "x": 518,
+ "y": 2,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Animal/Horse/Horse5_north",
+ "page": 10,
+ "x": 776,
+ "y": 2,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Animal/Horse/Horse5_south",
+ "page": 10,
+ "x": 1034,
+ "y": 2,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Animal/Horse/Horse6_east",
+ "page": 10,
+ "x": 1292,
+ "y": 2,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Animal/Horse/Horse6_north",
+ "page": 10,
+ "x": 1550,
+ "y": 2,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Animal/Horse/Horse6_south",
+ "page": 10,
+ "x": 2,
+ "y": 260,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Animal/Horse/HorsePack_east",
+ "page": 10,
+ "x": 260,
+ "y": 260,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Animal/Horse/HorsePack_north",
+ "page": 10,
+ "x": 518,
+ "y": 260,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Animal/Horse/HorsePack_south",
+ "page": 10,
+ "x": 776,
+ "y": 260,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Animal/Horse/Horse_east",
+ "page": 10,
+ "x": 1034,
+ "y": 260,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Animal/Horse/Horse_north",
+ "page": 10,
+ "x": 1292,
+ "y": 260,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Animal/Horse/Horse_south",
+ "page": 10,
+ "x": 1550,
+ "y": 260,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Animal/Husky/Husky_east",
+ "page": 10,
+ "x": 2,
+ "y": 518,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Animal/Husky/Husky_eastm",
+ "page": 34,
+ "x": 2,
+ "y": 776,
+ "w": 255,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Animal/Husky/Husky_north",
+ "page": 10,
+ "x": 260,
+ "y": 518,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Animal/Husky/Husky_northm",
+ "page": 34,
+ "x": 259,
+ "y": 776,
+ "w": 255,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Animal/Husky/Husky_south",
+ "page": 10,
+ "x": 518,
+ "y": 518,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Animal/Husky/Husky_southm",
+ "page": 34,
+ "x": 516,
+ "y": 776,
+ "w": 255,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Animal/Ibex/IbexFemale_east",
+ "page": 10,
+ "x": 776,
+ "y": 518,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Animal/Ibex/IbexFemale_eastm",
+ "page": 10,
+ "x": 1034,
+ "y": 518,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Animal/Ibex/IbexFemale_north",
+ "page": 10,
+ "x": 1292,
+ "y": 518,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Animal/Ibex/IbexFemale_northm",
+ "page": 10,
+ "x": 1550,
+ "y": 518,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Animal/Ibex/IbexFemale_south",
+ "page": 10,
+ "x": 2,
+ "y": 776,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Animal/Ibex/IbexFemale_southm",
+ "page": 10,
+ "x": 260,
+ "y": 776,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Animal/Ibex/IbexMale_east",
+ "page": 10,
+ "x": 518,
+ "y": 776,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Animal/Ibex/IbexMale_eastm",
+ "page": 10,
+ "x": 776,
+ "y": 776,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Animal/Ibex/IbexMale_north",
+ "page": 10,
+ "x": 1034,
+ "y": 776,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Animal/Ibex/IbexMale_northm",
+ "page": 10,
+ "x": 1292,
+ "y": 776,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Animal/Ibex/IbexMale_south",
+ "page": 10,
+ "x": 1550,
+ "y": 776,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Animal/Ibex/IbexMale_southm",
+ "page": 10,
+ "x": 2,
+ "y": 1034,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Animal/Iguana/Iguana_east",
+ "page": 10,
+ "x": 260,
+ "y": 1034,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Animal/Iguana/Iguana_north",
+ "page": 10,
+ "x": 518,
+ "y": 1034,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Animal/Iguana/Iguana_south",
+ "page": 10,
+ "x": 776,
+ "y": 1034,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Animal/Labrador/Labrador_east",
+ "page": 34,
+ "x": 1822,
+ "y": 1294,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Animal/Labrador/Labrador_north",
+ "page": 34,
+ "x": 2,
+ "y": 1424,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Animal/Labrador/Labrador_south",
+ "page": 34,
+ "x": 132,
+ "y": 1424,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Animal/Lynx/Lynx_east",
+ "page": 10,
+ "x": 1034,
+ "y": 1034,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Animal/Lynx/Lynx_eastm",
+ "page": 10,
+ "x": 1292,
+ "y": 1034,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Animal/Lynx/Lynx_north",
+ "page": 10,
+ "x": 1550,
+ "y": 1034,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Animal/Lynx/Lynx_northm",
+ "page": 10,
+ "x": 2,
+ "y": 1292,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Animal/Lynx/Lynx_south",
+ "page": 10,
+ "x": 260,
+ "y": 1292,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Animal/Lynx/Lynx_southm",
+ "page": 10,
+ "x": 518,
+ "y": 1292,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Animal/Megascarab/Megascarab_east",
+ "page": 10,
+ "x": 776,
+ "y": 1292,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Animal/Megascarab/Megascarab_north",
+ "page": 10,
+ "x": 1034,
+ "y": 1292,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Animal/Megascarab/Megascarab_south",
+ "page": 10,
+ "x": 1292,
+ "y": 1292,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Animal/Megasloth/Megasloth_east",
+ "page": 10,
+ "x": 1550,
+ "y": 1292,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Animal/Megasloth/Megasloth_north",
+ "page": 10,
+ "x": 2,
+ "y": 1550,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Animal/Megasloth/Megasloth_south",
+ "page": 10,
+ "x": 260,
+ "y": 1550,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Animal/Megaspider/Megaspider_east",
+ "page": 10,
+ "x": 518,
+ "y": 1550,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Animal/Megaspider/Megaspider_north",
+ "page": 10,
+ "x": 776,
+ "y": 1550,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Animal/Megaspider/Megaspider_south",
+ "page": 10,
+ "x": 1034,
+ "y": 1550,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Animal/Monkey/Monkey_east",
+ "page": 10,
+ "x": 1292,
+ "y": 1550,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Animal/Monkey/Monkey_north",
+ "page": 10,
+ "x": 1550,
+ "y": 1550,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Animal/Monkey/Monkey_south",
+ "page": 11,
+ "x": 2,
+ "y": 2,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Animal/Muffalo/Muffalo_east",
+ "page": 3,
+ "x": 516,
+ "y": 2,
+ "w": 512,
+ "h": 512
+ },
+ {
+ "key": "Things/Pawn/Animal/Muffalo/Muffalo_north",
+ "page": 3,
+ "x": 1030,
+ "y": 2,
+ "w": 512,
+ "h": 512
+ },
+ {
+ "key": "Things/Pawn/Animal/Muffalo/Muffalo_south",
+ "page": 3,
+ "x": 2,
+ "y": 516,
+ "w": 512,
+ "h": 512
+ },
+ {
+ "key": "Things/Pawn/Animal/Raccoon/Raccoon_east",
+ "page": 11,
+ "x": 260,
+ "y": 2,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Animal/Raccoon/Raccoon_eastm",
+ "page": 11,
+ "x": 518,
+ "y": 2,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Animal/Raccoon/Raccoon_north",
+ "page": 11,
+ "x": 776,
+ "y": 2,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Animal/Raccoon/Raccoon_northm",
+ "page": 11,
+ "x": 1034,
+ "y": 2,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Animal/Raccoon/Raccoon_south",
+ "page": 11,
+ "x": 1292,
+ "y": 2,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Animal/Raccoon/Raccoon_southm",
+ "page": 11,
+ "x": 1550,
+ "y": 2,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Animal/Rat/Rat_east",
+ "page": 11,
+ "x": 2,
+ "y": 260,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Animal/Rat/Rat_eastm",
+ "page": 11,
+ "x": 260,
+ "y": 260,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Animal/Rat/Rat_north",
+ "page": 11,
+ "x": 518,
+ "y": 260,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Animal/Rat/Rat_northm",
+ "page": 11,
+ "x": 776,
+ "y": 260,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Animal/Rat/Rat_south",
+ "page": 11,
+ "x": 1034,
+ "y": 260,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Animal/Rat/Rat_southm",
+ "page": 11,
+ "x": 1292,
+ "y": 260,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Animal/Rhino/Rhino_east",
+ "page": 11,
+ "x": 1550,
+ "y": 260,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Animal/Rhino/Rhino_north",
+ "page": 11,
+ "x": 2,
+ "y": 518,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Animal/Rhino/Rhino_south",
+ "page": 11,
+ "x": 260,
+ "y": 518,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Animal/Sheep/Dessicated_SheepFemale_east",
+ "page": 11,
+ "x": 518,
+ "y": 518,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Animal/Sheep/Dessicated_SheepMale_east",
+ "page": 11,
+ "x": 776,
+ "y": 518,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Animal/Sheep/SheepFemale_east",
+ "page": 11,
+ "x": 1034,
+ "y": 518,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Animal/Sheep/SheepFemale_north",
+ "page": 11,
+ "x": 1292,
+ "y": 518,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Animal/Sheep/SheepFemale_south",
+ "page": 11,
+ "x": 1550,
+ "y": 518,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Animal/Sheep/SheepMale_east",
+ "page": 11,
+ "x": 2,
+ "y": 776,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Animal/Sheep/SheepMale_north",
+ "page": 11,
+ "x": 260,
+ "y": 776,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Animal/Sheep/SheepMale_south",
+ "page": 11,
+ "x": 518,
+ "y": 776,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Animal/Spelopede/Spelopede_east",
+ "page": 11,
+ "x": 776,
+ "y": 776,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Animal/Spelopede/Spelopede_north",
+ "page": 11,
+ "x": 1034,
+ "y": 776,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Animal/Spelopede/Spelopede_south",
+ "page": 11,
+ "x": 1292,
+ "y": 776,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Animal/Squirrel/Squirrel_east",
+ "page": 34,
+ "x": 262,
+ "y": 1424,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Animal/Squirrel/Squirrel_north",
+ "page": 34,
+ "x": 392,
+ "y": 1424,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Animal/Squirrel/Squirrel_south",
+ "page": 34,
+ "x": 522,
+ "y": 1424,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Animal/TOFIX_Deer/DeerBaby_east",
+ "page": 11,
+ "x": 1550,
+ "y": 776,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Animal/TOFIX_Deer/DeerBaby_eastm",
+ "page": 11,
+ "x": 2,
+ "y": 1034,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Animal/TOFIX_Deer/DeerBaby_north",
+ "page": 11,
+ "x": 260,
+ "y": 1034,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Animal/TOFIX_Deer/DeerBaby_northm",
+ "page": 11,
+ "x": 518,
+ "y": 1034,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Animal/TOFIX_Deer/DeerBaby_south",
+ "page": 11,
+ "x": 776,
+ "y": 1034,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Animal/TOFIX_Deer/DeerBaby_southm",
+ "page": 11,
+ "x": 1034,
+ "y": 1034,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Animal/TOFIX_Deer/DeerFemale_east",
+ "page": 11,
+ "x": 1292,
+ "y": 1034,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Animal/TOFIX_Deer/DeerFemale_eastm",
+ "page": 11,
+ "x": 1550,
+ "y": 1034,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Animal/TOFIX_Deer/DeerFemale_north",
+ "page": 11,
+ "x": 2,
+ "y": 1292,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Animal/TOFIX_Deer/DeerFemale_northm",
+ "page": 11,
+ "x": 260,
+ "y": 1292,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Animal/TOFIX_Deer/DeerFemale_south",
+ "page": 11,
+ "x": 518,
+ "y": 1292,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Animal/TOFIX_Deer/DeerFemale_southm",
+ "page": 11,
+ "x": 776,
+ "y": 1292,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Animal/TOFIX_Deer/DeerMale_east",
+ "page": 3,
+ "x": 516,
+ "y": 516,
+ "w": 512,
+ "h": 512
+ },
+ {
+ "key": "Things/Pawn/Animal/TOFIX_Deer/DeerMale_eastm",
+ "page": 3,
+ "x": 1030,
+ "y": 516,
+ "w": 512,
+ "h": 512
+ },
+ {
+ "key": "Things/Pawn/Animal/TOFIX_Deer/DeerMale_north",
+ "page": 3,
+ "x": 2,
+ "y": 1030,
+ "w": 512,
+ "h": 512
+ },
+ {
+ "key": "Things/Pawn/Animal/TOFIX_Deer/DeerMale_northm",
+ "page": 3,
+ "x": 516,
+ "y": 1030,
+ "w": 512,
+ "h": 512
+ },
+ {
+ "key": "Things/Pawn/Animal/TOFIX_Deer/DeerMale_south",
+ "page": 3,
+ "x": 1030,
+ "y": 1030,
+ "w": 512,
+ "h": 512
+ },
+ {
+ "key": "Things/Pawn/Animal/TOFIX_Deer/DeerMale_southm",
+ "page": 4,
+ "x": 2,
+ "y": 2,
+ "w": 512,
+ "h": 512
+ },
+ {
+ "key": "Things/Pawn/Animal/Thrumbo/Thrumbo_east",
+ "page": 4,
+ "x": 516,
+ "y": 2,
+ "w": 512,
+ "h": 512
+ },
+ {
+ "key": "Things/Pawn/Animal/Thrumbo/Thrumbo_north",
+ "page": 4,
+ "x": 1030,
+ "y": 2,
+ "w": 512,
+ "h": 512
+ },
+ {
+ "key": "Things/Pawn/Animal/Thrumbo/Thrumbo_south",
+ "page": 4,
+ "x": 2,
+ "y": 516,
+ "w": 512,
+ "h": 512
+ },
+ {
+ "key": "Things/Pawn/Animal/Toxalope/Dessicated_Toxalope_east",
+ "page": 11,
+ "x": 1034,
+ "y": 1292,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Animal/Toxalope/Toxalope_east",
+ "page": 11,
+ "x": 1292,
+ "y": 1292,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Animal/Toxalope/Toxalope_north",
+ "page": 11,
+ "x": 1550,
+ "y": 1292,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Animal/Toxalope/Toxalope_south",
+ "page": 11,
+ "x": 2,
+ "y": 1550,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Animal/Turkey/TurkeyHen_east",
+ "page": 11,
+ "x": 260,
+ "y": 1550,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Animal/Turkey/TurkeyHen_north",
+ "page": 11,
+ "x": 518,
+ "y": 1550,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Animal/Turkey/TurkeyHen_south",
+ "page": 11,
+ "x": 776,
+ "y": 1550,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Animal/Turkey/TurkeyTom_east",
+ "page": 11,
+ "x": 1034,
+ "y": 1550,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Animal/Turkey/TurkeyTom_north",
+ "page": 11,
+ "x": 1292,
+ "y": 1550,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Animal/Turkey/TurkeyTom_south",
+ "page": 11,
+ "x": 1550,
+ "y": 1550,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Animal/Warg/Warg_east",
+ "page": 12,
+ "x": 2,
+ "y": 2,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Animal/Warg/Warg_north",
+ "page": 12,
+ "x": 260,
+ "y": 2,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Animal/Warg/Warg_south",
+ "page": 12,
+ "x": 518,
+ "y": 2,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Animal/WildBoar/WildBoar_east",
+ "page": 12,
+ "x": 776,
+ "y": 2,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Animal/WildBoar/WildBoar_north",
+ "page": 12,
+ "x": 1034,
+ "y": 2,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Animal/WildBoar/WildBoar_south",
+ "page": 12,
+ "x": 1292,
+ "y": 2,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Animal/Wolf_Arctic/Wolf_Arctic_east",
+ "page": 12,
+ "x": 1550,
+ "y": 2,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Animal/Wolf_Arctic/Wolf_Arctic_north",
+ "page": 12,
+ "x": 2,
+ "y": 260,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Animal/Wolf_Arctic/Wolf_Arctic_south",
+ "page": 12,
+ "x": 260,
+ "y": 260,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Animal/Wolf_Timber/Wolf_Timber2_east",
+ "page": 12,
+ "x": 518,
+ "y": 260,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Animal/Wolf_Timber/Wolf_Timber2_north",
+ "page": 12,
+ "x": 776,
+ "y": 260,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Animal/Wolf_Timber/Wolf_Timber2_south",
+ "page": 12,
+ "x": 1034,
+ "y": 260,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Animal/Wolf_Timber/Wolf_Timber3_east",
+ "page": 12,
+ "x": 1292,
+ "y": 260,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Animal/Wolf_Timber/Wolf_Timber3_north",
+ "page": 12,
+ "x": 1550,
+ "y": 260,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Animal/Wolf_Timber/Wolf_Timber3_south",
+ "page": 12,
+ "x": 2,
+ "y": 518,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Animal/Wolf_Timber/Wolf_Timber4_east",
+ "page": 12,
+ "x": 260,
+ "y": 518,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Animal/Wolf_Timber/Wolf_Timber4_north",
+ "page": 12,
+ "x": 518,
+ "y": 518,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Animal/Wolf_Timber/Wolf_Timber4_south",
+ "page": 12,
+ "x": 776,
+ "y": 518,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Animal/Wolf_Timber/Wolf_Timber_east",
+ "page": 12,
+ "x": 1034,
+ "y": 518,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Animal/Wolf_Timber/Wolf_Timber_north",
+ "page": 12,
+ "x": 1292,
+ "y": 518,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Animal/Wolf_Timber/Wolf_Timber_south",
+ "page": 12,
+ "x": 1550,
+ "y": 518,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Animal/Yak/Dessicated_YakFemale_east",
+ "page": 12,
+ "x": 2,
+ "y": 776,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Animal/Yak/Dessicated_YakMale_east",
+ "page": 12,
+ "x": 260,
+ "y": 776,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Animal/Yak/YakFemalePack_east",
+ "page": 12,
+ "x": 518,
+ "y": 776,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Animal/Yak/YakFemalePack_north",
+ "page": 12,
+ "x": 776,
+ "y": 776,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Animal/Yak/YakFemale_east",
+ "page": 12,
+ "x": 1034,
+ "y": 776,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Animal/Yak/YakFemale_north",
+ "page": 12,
+ "x": 1292,
+ "y": 776,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Animal/Yak/YakFemale_south",
+ "page": 12,
+ "x": 1550,
+ "y": 776,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Animal/Yak/YakMalePack_east",
+ "page": 12,
+ "x": 2,
+ "y": 1034,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Animal/Yak/YakMalePack_north",
+ "page": 12,
+ "x": 260,
+ "y": 1034,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Animal/Yak/YakMale_east",
+ "page": 12,
+ "x": 518,
+ "y": 1034,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Animal/Yak/YakMale_north",
+ "page": 12,
+ "x": 776,
+ "y": 1034,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Animal/Yak/YakMale_south",
+ "page": 12,
+ "x": 1034,
+ "y": 1034,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/AirwireHeadset/AirwireHeadset",
+ "page": 34,
+ "x": 652,
+ "y": 1424,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/AirwireHeadset/AirwireHeadset_east",
+ "page": 12,
+ "x": 1292,
+ "y": 1034,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/AirwireHeadset/AirwireHeadset_north",
+ "page": 12,
+ "x": 1550,
+ "y": 1034,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/AirwireHeadset/AirwireHeadset_south",
+ "page": 12,
+ "x": 2,
+ "y": 1292,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/ArrayHeadset/ArrayHeadset",
+ "page": 34,
+ "x": 782,
+ "y": 1424,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/ArrayHeadset/ArrayHeadset_east",
+ "page": 12,
+ "x": 260,
+ "y": 1292,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/ArrayHeadset/ArrayHeadset_north",
+ "page": 12,
+ "x": 518,
+ "y": 1292,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/ArrayHeadset/ArrayHeadset_south",
+ "page": 12,
+ "x": 776,
+ "y": 1292,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/AuthorityCap/AuthorityCap",
+ "page": 34,
+ "x": 912,
+ "y": 1424,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/AuthorityCap/AuthorityCap_east",
+ "page": 12,
+ "x": 1034,
+ "y": 1292,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/AuthorityCap/AuthorityCap_north",
+ "page": 12,
+ "x": 1292,
+ "y": 1292,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/AuthorityCap/AuthorityCap_south",
+ "page": 12,
+ "x": 1550,
+ "y": 1292,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/BandwidthPack/BandwidthPack",
+ "page": 34,
+ "x": 1042,
+ "y": 1424,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/BandwidthPack/BandwidthPack_east",
+ "page": 12,
+ "x": 2,
+ "y": 1550,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/BandwidthPack/BandwidthPack_north",
+ "page": 12,
+ "x": 260,
+ "y": 1550,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/BandwidthPack/BandwidthPack_south",
+ "page": 12,
+ "x": 518,
+ "y": 1550,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/Beret/Beret",
+ "page": 34,
+ "x": 1172,
+ "y": 1424,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/Beret/Beret_east",
+ "page": 12,
+ "x": 776,
+ "y": 1550,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/Beret/Beret_north",
+ "page": 12,
+ "x": 1034,
+ "y": 1550,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/Beret/Beret_south",
+ "page": 12,
+ "x": 1292,
+ "y": 1550,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/Beret/Beret_west",
+ "page": 12,
+ "x": 1550,
+ "y": 1550,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/Blindfold/Blindfold",
+ "page": 34,
+ "x": 1302,
+ "y": 1424,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/Blindfold/Blindfold_east",
+ "page": 13,
+ "x": 2,
+ "y": 2,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/Blindfold/Blindfold_north",
+ "page": 13,
+ "x": 260,
+ "y": 2,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/Blindfold/Blindfold_south",
+ "page": 13,
+ "x": 518,
+ "y": 2,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/BodyStrap/BodyStrap",
+ "page": 34,
+ "x": 1432,
+ "y": 1424,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/BodyStrap/BodyStrap_Fat_east",
+ "page": 13,
+ "x": 776,
+ "y": 2,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/BodyStrap/BodyStrap_Fat_north",
+ "page": 13,
+ "x": 1034,
+ "y": 2,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/BodyStrap/BodyStrap_Fat_south",
+ "page": 13,
+ "x": 1292,
+ "y": 2,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/BodyStrap/BodyStrap_Female_east",
+ "page": 13,
+ "x": 1550,
+ "y": 2,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/BodyStrap/BodyStrap_Female_north",
+ "page": 13,
+ "x": 2,
+ "y": 260,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/BodyStrap/BodyStrap_Female_south",
+ "page": 13,
+ "x": 260,
+ "y": 260,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/BodyStrap/BodyStrap_Hulk_east",
+ "page": 13,
+ "x": 518,
+ "y": 260,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/BodyStrap/BodyStrap_Hulk_north",
+ "page": 13,
+ "x": 776,
+ "y": 260,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/BodyStrap/BodyStrap_Hulk_south",
+ "page": 13,
+ "x": 1034,
+ "y": 260,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/BodyStrap/BodyStrap_Male_east",
+ "page": 13,
+ "x": 1292,
+ "y": 260,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/BodyStrap/BodyStrap_Male_north",
+ "page": 13,
+ "x": 1550,
+ "y": 260,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/BodyStrap/BodyStrap_Male_south",
+ "page": 13,
+ "x": 2,
+ "y": 518,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/BodyStrap/BodyStrap_Thin_east",
+ "page": 13,
+ "x": 260,
+ "y": 518,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/BodyStrap/BodyStrap_Thin_north",
+ "page": 13,
+ "x": 518,
+ "y": 518,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/BodyStrap/BodyStrap_Thin_south",
+ "page": 13,
+ "x": 776,
+ "y": 518,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/BodyStrap/BodyStrap_south",
+ "page": 34,
+ "x": 1562,
+ "y": 1424,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/BroadshieldPack/BroadshieldPack",
+ "page": 13,
+ "x": 1034,
+ "y": 518,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/BroadshieldPack/BroadshieldPack_east",
+ "page": 13,
+ "x": 1292,
+ "y": 518,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/BroadshieldPack/BroadshieldPack_north",
+ "page": 13,
+ "x": 1550,
+ "y": 518,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/BroadshieldPack/BroadshieldPack_south",
+ "page": 13,
+ "x": 2,
+ "y": 776,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/Broadwrap/Broadwrap",
+ "page": 34,
+ "x": 1692,
+ "y": 1424,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/Broadwrap/Broadwrap_east",
+ "page": 13,
+ "x": 260,
+ "y": 776,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/Broadwrap/Broadwrap_north",
+ "page": 13,
+ "x": 518,
+ "y": 776,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/Broadwrap/Broadwrap_south",
+ "page": 13,
+ "x": 776,
+ "y": 776,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/Burka/Burka",
+ "page": 34,
+ "x": 1822,
+ "y": 1424,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/Burka/Burka_Fat_east",
+ "page": 13,
+ "x": 1034,
+ "y": 776,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/Burka/Burka_Fat_north",
+ "page": 13,
+ "x": 1292,
+ "y": 776,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/Burka/Burka_Fat_south",
+ "page": 13,
+ "x": 1550,
+ "y": 776,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/Burka/Burka_Female_east",
+ "page": 13,
+ "x": 2,
+ "y": 1034,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/Burka/Burka_Female_north",
+ "page": 13,
+ "x": 260,
+ "y": 1034,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/Burka/Burka_Female_south",
+ "page": 13,
+ "x": 518,
+ "y": 1034,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/Burka/Burka_Hulk_east",
+ "page": 13,
+ "x": 776,
+ "y": 1034,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/Burka/Burka_Hulk_north",
+ "page": 13,
+ "x": 1034,
+ "y": 1034,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/Burka/Burka_Hulk_south",
+ "page": 13,
+ "x": 1292,
+ "y": 1034,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/Burka/Burka_Male_east",
+ "page": 13,
+ "x": 1550,
+ "y": 1034,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/Burka/Burka_Male_north",
+ "page": 13,
+ "x": 2,
+ "y": 1292,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/Burka/Burka_Male_south",
+ "page": 13,
+ "x": 260,
+ "y": 1292,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/Burka/Burka_Thin_east",
+ "page": 13,
+ "x": 518,
+ "y": 1292,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/Burka/Burka_Thin_north",
+ "page": 13,
+ "x": 776,
+ "y": 1292,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/Burka/Burka_Thin_south",
+ "page": 13,
+ "x": 1034,
+ "y": 1292,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/Cape/Cape",
+ "page": 34,
+ "x": 2,
+ "y": 1554,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/Cape/Cape_Fat_east",
+ "page": 13,
+ "x": 1292,
+ "y": 1292,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/Cape/Cape_Fat_north",
+ "page": 13,
+ "x": 1550,
+ "y": 1292,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/Cape/Cape_Fat_south",
+ "page": 13,
+ "x": 2,
+ "y": 1550,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/Cape/Cape_Female_east",
+ "page": 13,
+ "x": 260,
+ "y": 1550,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/Cape/Cape_Female_north",
+ "page": 13,
+ "x": 518,
+ "y": 1550,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/Cape/Cape_Female_south",
+ "page": 13,
+ "x": 776,
+ "y": 1550,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/Cape/Cape_Hulk_east",
+ "page": 13,
+ "x": 1034,
+ "y": 1550,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/Cape/Cape_Hulk_north",
+ "page": 13,
+ "x": 1292,
+ "y": 1550,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/Cape/Cape_Hulk_south",
+ "page": 13,
+ "x": 1550,
+ "y": 1550,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/Cape/Cape_Male_east",
+ "page": 14,
+ "x": 2,
+ "y": 2,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/Cape/Cape_Male_north",
+ "page": 14,
+ "x": 260,
+ "y": 2,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/Cape/Cape_Male_south",
+ "page": 14,
+ "x": 518,
+ "y": 2,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/Cape/Cape_Thin_east",
+ "page": 14,
+ "x": 776,
+ "y": 2,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/Cape/Cape_Thin_north",
+ "page": 14,
+ "x": 1034,
+ "y": 2,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/Cape/Cape_Thin_south",
+ "page": 14,
+ "x": 1292,
+ "y": 2,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/CataphractArmor/CataphractArmor",
+ "page": 34,
+ "x": 132,
+ "y": 1554,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/CataphractArmor/CataphractArmor_Fat_east",
+ "page": 14,
+ "x": 1550,
+ "y": 2,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/CataphractArmor/CataphractArmor_Fat_north",
+ "page": 14,
+ "x": 2,
+ "y": 260,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/CataphractArmor/CataphractArmor_Fat_south",
+ "page": 14,
+ "x": 260,
+ "y": 260,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/CataphractArmor/CataphractArmor_Female_east",
+ "page": 14,
+ "x": 518,
+ "y": 260,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/CataphractArmor/CataphractArmor_Female_north",
+ "page": 14,
+ "x": 776,
+ "y": 260,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/CataphractArmor/CataphractArmor_Female_south",
+ "page": 14,
+ "x": 1034,
+ "y": 260,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/CataphractArmor/CataphractArmor_Hulk_east",
+ "page": 14,
+ "x": 1292,
+ "y": 260,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/CataphractArmor/CataphractArmor_Hulk_north",
+ "page": 14,
+ "x": 1550,
+ "y": 260,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/CataphractArmor/CataphractArmor_Hulk_south",
+ "page": 14,
+ "x": 2,
+ "y": 518,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/CataphractArmor/CataphractArmor_Male_east",
+ "page": 14,
+ "x": 260,
+ "y": 518,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/CataphractArmor/CataphractArmor_Male_north",
+ "page": 14,
+ "x": 518,
+ "y": 518,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/CataphractArmor/CataphractArmor_Male_south",
+ "page": 14,
+ "x": 776,
+ "y": 518,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/CataphractArmor/CataphractArmor_Thin_east",
+ "page": 14,
+ "x": 1034,
+ "y": 518,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/CataphractArmor/CataphractArmor_Thin_north",
+ "page": 14,
+ "x": 1292,
+ "y": 518,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/CataphractArmor/CataphractArmor_Thin_south",
+ "page": 14,
+ "x": 1550,
+ "y": 518,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/CataphractArmorHelmet/CataphractHelmet",
+ "page": 34,
+ "x": 262,
+ "y": 1554,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/CataphractArmorHelmet/CataphractHelmet_east",
+ "page": 14,
+ "x": 2,
+ "y": 776,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/CataphractArmorHelmet/CataphractHelmet_north",
+ "page": 14,
+ "x": 260,
+ "y": 776,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/CataphractArmorHelmet/CataphractHelmet_south",
+ "page": 14,
+ "x": 518,
+ "y": 776,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/ClothMask/ClothMask",
+ "page": 34,
+ "x": 392,
+ "y": 1554,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/ClothMask/ClothMask_east",
+ "page": 14,
+ "x": 776,
+ "y": 776,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/ClothMask/ClothMask_north",
+ "page": 14,
+ "x": 1034,
+ "y": 776,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/ClothMask/ClothMask_south",
+ "page": 14,
+ "x": 1292,
+ "y": 776,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/ControlPack/ControlPack",
+ "page": 34,
+ "x": 522,
+ "y": 1554,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/ControlPack/ControlPack_east",
+ "page": 14,
+ "x": 1550,
+ "y": 776,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/ControlPack/ControlPack_north",
+ "page": 14,
+ "x": 2,
+ "y": 1034,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/ControlPack/ControlPack_south",
+ "page": 14,
+ "x": 260,
+ "y": 1034,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/Coronet/Coronet",
+ "page": 34,
+ "x": 652,
+ "y": 1554,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/Coronet/Coronet_east",
+ "page": 14,
+ "x": 518,
+ "y": 1034,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/Coronet/Coronet_north",
+ "page": 14,
+ "x": 776,
+ "y": 1034,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/Coronet/Coronet_south",
+ "page": 14,
+ "x": 1034,
+ "y": 1034,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/CorsetRoyal/CorsetRoyal",
+ "page": 14,
+ "x": 1292,
+ "y": 1034,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/CorsetRoyal/CorsetRoyal_Fat_east",
+ "page": 14,
+ "x": 1550,
+ "y": 1034,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/CorsetRoyal/CorsetRoyal_Fat_north",
+ "page": 14,
+ "x": 2,
+ "y": 1292,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/CorsetRoyal/CorsetRoyal_Fat_south",
+ "page": 14,
+ "x": 260,
+ "y": 1292,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/CorsetRoyal/CorsetRoyal_Female_east",
+ "page": 14,
+ "x": 518,
+ "y": 1292,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/CorsetRoyal/CorsetRoyal_Female_north",
+ "page": 14,
+ "x": 776,
+ "y": 1292,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/CorsetRoyal/CorsetRoyal_Female_south",
+ "page": 14,
+ "x": 1034,
+ "y": 1292,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/CorsetRoyal/CorsetRoyal_Hulk_east",
+ "page": 14,
+ "x": 1292,
+ "y": 1292,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/CorsetRoyal/CorsetRoyal_Hulk_north",
+ "page": 14,
+ "x": 1550,
+ "y": 1292,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/CorsetRoyal/CorsetRoyal_Hulk_south",
+ "page": 14,
+ "x": 2,
+ "y": 1550,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/CorsetRoyal/CorsetRoyal_Male_east",
+ "page": 14,
+ "x": 260,
+ "y": 1550,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/CorsetRoyal/CorsetRoyal_Male_north",
+ "page": 14,
+ "x": 518,
+ "y": 1550,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/CorsetRoyal/CorsetRoyal_Male_south",
+ "page": 14,
+ "x": 776,
+ "y": 1550,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/CorsetRoyal/CorsetRoyal_Thin_east",
+ "page": 14,
+ "x": 1034,
+ "y": 1550,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/CorsetRoyal/CorsetRoyal_Thin_north",
+ "page": 14,
+ "x": 1292,
+ "y": 1550,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/CorsetRoyal/CorsetRoyal_Thin_south",
+ "page": 14,
+ "x": 1550,
+ "y": 1550,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/Crown/Crown",
+ "page": 34,
+ "x": 782,
+ "y": 1554,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/Crown/Crown_east",
+ "page": 15,
+ "x": 2,
+ "y": 2,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/Crown/Crown_north",
+ "page": 15,
+ "x": 260,
+ "y": 2,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/Crown/Crown_south",
+ "page": 15,
+ "x": 518,
+ "y": 2,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/CrownStellic/CrownStellic",
+ "page": 34,
+ "x": 912,
+ "y": 1554,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/CrownStellic/CrownStellic_east",
+ "page": 15,
+ "x": 776,
+ "y": 2,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/CrownStellic/CrownStellic_north",
+ "page": 15,
+ "x": 1034,
+ "y": 2,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/CrownStellic/CrownStellic_south",
+ "page": 15,
+ "x": 1292,
+ "y": 2,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/EltexHelmet/EltexHelmet",
+ "page": 34,
+ "x": 1042,
+ "y": 1554,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/EltexHelmet/EltexHelmet_east",
+ "page": 15,
+ "x": 1550,
+ "y": 2,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/EltexHelmet/EltexHelmet_north",
+ "page": 15,
+ "x": 2,
+ "y": 260,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/EltexHelmet/EltexHelmet_south",
+ "page": 15,
+ "x": 260,
+ "y": 260,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/EltexRobe/EltexRobe",
+ "page": 15,
+ "x": 518,
+ "y": 260,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/EltexRobe/EltexRobe_Fat_east",
+ "page": 15,
+ "x": 776,
+ "y": 260,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/EltexRobe/EltexRobe_Fat_north",
+ "page": 15,
+ "x": 1034,
+ "y": 260,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/EltexRobe/EltexRobe_Fat_south",
+ "page": 15,
+ "x": 1292,
+ "y": 260,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/EltexRobe/EltexRobe_Female_east",
+ "page": 15,
+ "x": 1550,
+ "y": 260,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/EltexRobe/EltexRobe_Female_north",
+ "page": 15,
+ "x": 2,
+ "y": 518,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/EltexRobe/EltexRobe_Female_south",
+ "page": 15,
+ "x": 260,
+ "y": 518,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/EltexRobe/EltexRobe_Hulk_east",
+ "page": 15,
+ "x": 518,
+ "y": 518,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/EltexRobe/EltexRobe_Hulk_north",
+ "page": 15,
+ "x": 776,
+ "y": 518,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/EltexRobe/EltexRobe_Hulk_south",
+ "page": 15,
+ "x": 1034,
+ "y": 518,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/EltexRobe/EltexRobe_Male_east",
+ "page": 15,
+ "x": 1292,
+ "y": 518,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/EltexRobe/EltexRobe_Male_north",
+ "page": 15,
+ "x": 1550,
+ "y": 518,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/EltexRobe/EltexRobe_Male_south",
+ "page": 15,
+ "x": 2,
+ "y": 776,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/EltexRobe/EltexRobe_Thin_east",
+ "page": 15,
+ "x": 260,
+ "y": 776,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/EltexRobe/EltexRobe_Thin_north",
+ "page": 15,
+ "x": 518,
+ "y": 776,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/EltexRobe/EltexRobe_Thin_south",
+ "page": 15,
+ "x": 776,
+ "y": 776,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/EltexShirt/EltexShirt",
+ "page": 15,
+ "x": 1034,
+ "y": 776,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/EltexShirt/EltexShirt_Fat_east",
+ "page": 15,
+ "x": 1292,
+ "y": 776,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/EltexShirt/EltexShirt_Fat_north",
+ "page": 15,
+ "x": 1550,
+ "y": 776,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/EltexShirt/EltexShirt_Female_east",
+ "page": 15,
+ "x": 2,
+ "y": 1034,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/EltexShirt/EltexShirt_Female_north",
+ "page": 15,
+ "x": 260,
+ "y": 1034,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/EltexShirt/EltexShirt_Female_south",
+ "page": 15,
+ "x": 518,
+ "y": 1034,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/EltexShirt/EltexShirt_Hulk_east",
+ "page": 15,
+ "x": 776,
+ "y": 1034,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/EltexShirt/EltexShirt_Hulk_north",
+ "page": 15,
+ "x": 1034,
+ "y": 1034,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/EltexShirt/EltexShirt_Hulk_south",
+ "page": 15,
+ "x": 1292,
+ "y": 1034,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/EltexShirt/EltexShirt_Male_east",
+ "page": 15,
+ "x": 1550,
+ "y": 1034,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/EltexShirt/EltexShirt_Male_north",
+ "page": 15,
+ "x": 2,
+ "y": 1292,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/EltexShirt/EltexShirt_Male_south",
+ "page": 15,
+ "x": 260,
+ "y": 1292,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/EltexShirt/EltexShirt_Thin_east",
+ "page": 15,
+ "x": 518,
+ "y": 1292,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/EltexShirt/EltexShirt_Thin_north",
+ "page": 15,
+ "x": 776,
+ "y": 1292,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/EltexShirt/EltexShirt_Thin_south",
+ "page": 15,
+ "x": 1034,
+ "y": 1292,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/EltexShirt/EltexShirt__Fat_south",
+ "page": 15,
+ "x": 1292,
+ "y": 1292,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/Flophat/Flophat",
+ "page": 34,
+ "x": 1172,
+ "y": 1554,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/Flophat/Flophat_east",
+ "page": 15,
+ "x": 1550,
+ "y": 1292,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/Flophat/Flophat_north",
+ "page": 15,
+ "x": 2,
+ "y": 1550,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/Flophat/Flophat_south",
+ "page": 15,
+ "x": 260,
+ "y": 1550,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/GasMask/GasMask",
+ "page": 34,
+ "x": 1302,
+ "y": 1554,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/GasMask/GasMask_east",
+ "page": 15,
+ "x": 518,
+ "y": 1550,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/GasMask/GasMask_north",
+ "page": 15,
+ "x": 776,
+ "y": 1550,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/GasMask/GasMask_south",
+ "page": 15,
+ "x": 1034,
+ "y": 1550,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/GrenadierArmor/GrenadierArmor",
+ "page": 34,
+ "x": 1432,
+ "y": 1554,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/GrenadierArmor/GrenadierArmor_Fat_east",
+ "page": 15,
+ "x": 1292,
+ "y": 1550,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/GrenadierArmor/GrenadierArmor_Fat_north",
+ "page": 15,
+ "x": 1550,
+ "y": 1550,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/GrenadierArmor/GrenadierArmor_Fat_south",
+ "page": 16,
+ "x": 2,
+ "y": 2,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/GrenadierArmor/GrenadierArmor_Female_east",
+ "page": 16,
+ "x": 260,
+ "y": 2,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/GrenadierArmor/GrenadierArmor_Female_north",
+ "page": 16,
+ "x": 518,
+ "y": 2,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/GrenadierArmor/GrenadierArmor_Female_south",
+ "page": 16,
+ "x": 776,
+ "y": 2,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/GrenadierArmor/GrenadierArmor_Hulk_east",
+ "page": 16,
+ "x": 1034,
+ "y": 2,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/GrenadierArmor/GrenadierArmor_Hulk_north",
+ "page": 16,
+ "x": 1292,
+ "y": 2,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/GrenadierArmor/GrenadierArmor_Hulk_south",
+ "page": 16,
+ "x": 1550,
+ "y": 2,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/GrenadierArmor/GrenadierArmor_Male_east",
+ "page": 16,
+ "x": 2,
+ "y": 260,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/GrenadierArmor/GrenadierArmor_Male_north",
+ "page": 16,
+ "x": 260,
+ "y": 260,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/GrenadierArmor/GrenadierArmor_Male_south",
+ "page": 16,
+ "x": 518,
+ "y": 260,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/GrenadierArmor/GrenadierArmor_Thin_east",
+ "page": 16,
+ "x": 776,
+ "y": 260,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/GrenadierArmor/GrenadierArmor_Thin_north",
+ "page": 16,
+ "x": 1034,
+ "y": 260,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/GrenadierArmor/GrenadierArmor_Thin_south",
+ "page": 16,
+ "x": 1292,
+ "y": 260,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/Gunlink/Gunlink",
+ "page": 34,
+ "x": 1562,
+ "y": 1554,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/Gunlink/Gunlink_east",
+ "page": 16,
+ "x": 1550,
+ "y": 260,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/Gunlink/Gunlink_north",
+ "page": 16,
+ "x": 2,
+ "y": 518,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/Gunlink/Gunlink_south",
+ "page": 16,
+ "x": 260,
+ "y": 518,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/Headwrap/Headwrap",
+ "page": 34,
+ "x": 1692,
+ "y": 1554,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/Headwrap/Headwrap_east",
+ "page": 16,
+ "x": 518,
+ "y": 518,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/Headwrap/Headwrap_north",
+ "page": 16,
+ "x": 776,
+ "y": 518,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/Headwrap/Headwrap_south",
+ "page": 16,
+ "x": 1034,
+ "y": 518,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/HeavyBandolier/HeavyBandolier",
+ "page": 34,
+ "x": 1822,
+ "y": 1554,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/HeavyBandolier/HeavyBandolier_Fat_east",
+ "page": 16,
+ "x": 1292,
+ "y": 518,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/HeavyBandolier/HeavyBandolier_Fat_north",
+ "page": 16,
+ "x": 1550,
+ "y": 518,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/HeavyBandolier/HeavyBandolier_Fat_south",
+ "page": 16,
+ "x": 2,
+ "y": 776,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/HeavyBandolier/HeavyBandolier_Female_east",
+ "page": 16,
+ "x": 260,
+ "y": 776,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/HeavyBandolier/HeavyBandolier_Female_north",
+ "page": 16,
+ "x": 518,
+ "y": 776,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/HeavyBandolier/HeavyBandolier_Female_south",
+ "page": 16,
+ "x": 776,
+ "y": 776,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/HeavyBandolier/HeavyBandolier_Hulk_east",
+ "page": 16,
+ "x": 1034,
+ "y": 776,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/HeavyBandolier/HeavyBandolier_Hulk_north",
+ "page": 16,
+ "x": 1292,
+ "y": 776,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/HeavyBandolier/HeavyBandolier_Hulk_south",
+ "page": 16,
+ "x": 1550,
+ "y": 776,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/HeavyBandolier/HeavyBandolier_Male_east",
+ "page": 16,
+ "x": 2,
+ "y": 1034,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/HeavyBandolier/HeavyBandolier_Male_north",
+ "page": 16,
+ "x": 260,
+ "y": 1034,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/HeavyBandolier/HeavyBandolier_Male_south",
+ "page": 16,
+ "x": 518,
+ "y": 1034,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/HeavyBandolier/HeavyBandolier_Thin_east",
+ "page": 16,
+ "x": 776,
+ "y": 1034,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/HeavyBandolier/HeavyBandolier_Thin_north",
+ "page": 16,
+ "x": 1034,
+ "y": 1034,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/HeavyBandolier/HeavyBandolier_Thin_south",
+ "page": 16,
+ "x": 1292,
+ "y": 1034,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/Hood/Hood",
+ "page": 34,
+ "x": 2,
+ "y": 1684,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/Hood/Hood_east",
+ "page": 16,
+ "x": 1550,
+ "y": 1034,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/Hood/Hood_north",
+ "page": 16,
+ "x": 2,
+ "y": 1292,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/Hood/Hood_south",
+ "page": 16,
+ "x": 260,
+ "y": 1292,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/IntegratorHeadset/IntegratorHeadset",
+ "page": 34,
+ "x": 132,
+ "y": 1684,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/IntegratorHeadset/IntegratorHeadset_east",
+ "page": 16,
+ "x": 518,
+ "y": 1292,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/IntegratorHeadset/IntegratorHeadset_north",
+ "page": 16,
+ "x": 776,
+ "y": 1292,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/IntegratorHeadset/IntegratorHeadset_south",
+ "page": 16,
+ "x": 1034,
+ "y": 1292,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/JumpPack/JumpPack",
+ "page": 16,
+ "x": 1292,
+ "y": 1292,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/JumpPack/JumpPack_east",
+ "page": 16,
+ "x": 1550,
+ "y": 1292,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/JumpPack/JumpPack_north",
+ "page": 16,
+ "x": 2,
+ "y": 1550,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/JumpPack/JumpPack_south",
+ "page": 16,
+ "x": 260,
+ "y": 1550,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/KidHelmet/KidHelmet",
+ "page": 34,
+ "x": 262,
+ "y": 1684,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/KidHelmet/KidHelmet_east",
+ "page": 16,
+ "x": 518,
+ "y": 1550,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/KidHelmet/KidHelmet_north",
+ "page": 16,
+ "x": 776,
+ "y": 1550,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/KidHelmet/KidHelmet_south",
+ "page": 16,
+ "x": 1034,
+ "y": 1550,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/KidPants/KidPants",
+ "page": 34,
+ "x": 392,
+ "y": 1684,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/KidParka/KidParka",
+ "page": 34,
+ "x": 522,
+ "y": 1684,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/KidParka/KidParka_Child_east",
+ "page": 16,
+ "x": 1292,
+ "y": 1550,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/KidParka/KidParka_Child_north",
+ "page": 16,
+ "x": 1550,
+ "y": 1550,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/KidParka/KidParka_Child_south",
+ "page": 17,
+ "x": 2,
+ "y": 2,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/KidRomper/KidRomper",
+ "page": 34,
+ "x": 652,
+ "y": 1684,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/KidRomper/KidRomper_Child_east",
+ "page": 17,
+ "x": 260,
+ "y": 2,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/KidRomper/KidRomper_Child_north",
+ "page": 17,
+ "x": 518,
+ "y": 2,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/KidRomper/KidRomper_Child_south",
+ "page": 17,
+ "x": 776,
+ "y": 2,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/KidShirt/KidShirt",
+ "page": 34,
+ "x": 782,
+ "y": 1684,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/KidShirt/KidShirt_Child_east",
+ "page": 17,
+ "x": 1034,
+ "y": 2,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/KidShirt/KidShirt_Child_north",
+ "page": 17,
+ "x": 1292,
+ "y": 2,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/KidShirt/KidShirt_Child_south",
+ "page": 17,
+ "x": 1550,
+ "y": 2,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/KidTribal/KidTribalwear",
+ "page": 34,
+ "x": 912,
+ "y": 1684,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/KidTribal/KidTribalwear_Child_east",
+ "page": 17,
+ "x": 2,
+ "y": 260,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/KidTribal/KidTribalwear_Child_north",
+ "page": 17,
+ "x": 260,
+ "y": 260,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/KidTribal/KidTribalwear_Child_south",
+ "page": 17,
+ "x": 518,
+ "y": 260,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/LabCoat/LabCoat",
+ "page": 17,
+ "x": 776,
+ "y": 260,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/LabCoat/LabCoat_Fat_east",
+ "page": 17,
+ "x": 1034,
+ "y": 260,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/LabCoat/LabCoat_Fat_north",
+ "page": 17,
+ "x": 1292,
+ "y": 260,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/LabCoat/LabCoat_Fat_south",
+ "page": 17,
+ "x": 1550,
+ "y": 260,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/LabCoat/LabCoat_Female_east",
+ "page": 17,
+ "x": 2,
+ "y": 518,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/LabCoat/LabCoat_Female_north",
+ "page": 17,
+ "x": 260,
+ "y": 518,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/LabCoat/LabCoat_Female_south",
+ "page": 17,
+ "x": 518,
+ "y": 518,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/LabCoat/LabCoat_Hulk_east",
+ "page": 17,
+ "x": 776,
+ "y": 518,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/LabCoat/LabCoat_Hulk_north",
+ "page": 17,
+ "x": 1034,
+ "y": 518,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/LabCoat/LabCoat_Hulk_south",
+ "page": 17,
+ "x": 1292,
+ "y": 518,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/LabCoat/LabCoat_Male_east",
+ "page": 17,
+ "x": 1550,
+ "y": 518,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/LabCoat/LabCoat_Male_north",
+ "page": 17,
+ "x": 2,
+ "y": 776,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/LabCoat/LabCoat_Male_south",
+ "page": 17,
+ "x": 260,
+ "y": 776,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/LabCoat/LabCoat_Thin_east",
+ "page": 17,
+ "x": 518,
+ "y": 776,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/LabCoat/LabCoat_Thin_north",
+ "page": 17,
+ "x": 776,
+ "y": 776,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/LabCoat/LabCoat_Thin_south",
+ "page": 17,
+ "x": 1034,
+ "y": 776,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/LadiesHat/LadiesHat",
+ "page": 34,
+ "x": 1042,
+ "y": 1684,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/LadiesHat/LadiesHat_east",
+ "page": 17,
+ "x": 1292,
+ "y": 776,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/LadiesHat/LadiesHat_north",
+ "page": 17,
+ "x": 1550,
+ "y": 776,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/LadiesHat/LadiesHat_south",
+ "page": 17,
+ "x": 2,
+ "y": 1034,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/LocustArmor/LocustArmor",
+ "page": 34,
+ "x": 1172,
+ "y": 1684,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/LocustArmor/LocustArmor_Fat_east",
+ "page": 17,
+ "x": 260,
+ "y": 1034,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/LocustArmor/LocustArmor_Fat_north",
+ "page": 17,
+ "x": 518,
+ "y": 1034,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/LocustArmor/LocustArmor_Fat_south",
+ "page": 17,
+ "x": 776,
+ "y": 1034,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/LocustArmor/LocustArmor_Female_east",
+ "page": 17,
+ "x": 1034,
+ "y": 1034,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/LocustArmor/LocustArmor_Female_north",
+ "page": 17,
+ "x": 1292,
+ "y": 1034,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/LocustArmor/LocustArmor_Female_south",
+ "page": 17,
+ "x": 1550,
+ "y": 1034,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/LocustArmor/LocustArmor_Hulk_east",
+ "page": 17,
+ "x": 2,
+ "y": 1292,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/LocustArmor/LocustArmor_Hulk_north",
+ "page": 17,
+ "x": 260,
+ "y": 1292,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/LocustArmor/LocustArmor_Hulk_south",
+ "page": 17,
+ "x": 518,
+ "y": 1292,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/LocustArmor/LocustArmor_Male_east",
+ "page": 17,
+ "x": 776,
+ "y": 1292,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/LocustArmor/LocustArmor_Male_north",
+ "page": 17,
+ "x": 1034,
+ "y": 1292,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/LocustArmor/LocustArmor_Male_south",
+ "page": 17,
+ "x": 1292,
+ "y": 1292,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/LocustArmor/LocustArmor_Thin_east",
+ "page": 17,
+ "x": 1550,
+ "y": 1292,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/LocustArmor/LocustArmor_Thin_north",
+ "page": 17,
+ "x": 2,
+ "y": 1550,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/LocustArmor/LocustArmor_Thin_south",
+ "page": 17,
+ "x": 260,
+ "y": 1550,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/MechcommanderHelmet/MechcommanderHelmet",
+ "page": 34,
+ "x": 1302,
+ "y": 1684,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/MechcommanderHelmet/MechcommanderHelmet_east",
+ "page": 17,
+ "x": 518,
+ "y": 1550,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/MechcommanderHelmet/MechcommanderHelmet_north",
+ "page": 17,
+ "x": 776,
+ "y": 1550,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/MechcommanderHelmet/MechcommanderHelmet_south",
+ "page": 17,
+ "x": 1034,
+ "y": 1550,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/Mechlink",
+ "page": 34,
+ "x": 1432,
+ "y": 1684,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/MechlordHelmet/MechlordHelmet",
+ "page": 34,
+ "x": 1562,
+ "y": 1684,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/MechlordHelmet/MechlordHelmet_east",
+ "page": 17,
+ "x": 1292,
+ "y": 1550,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/MechlordHelmet/MechlordHelmet_north",
+ "page": 17,
+ "x": 1550,
+ "y": 1550,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/MechlordHelmet/MechlordHelmet_south",
+ "page": 18,
+ "x": 2,
+ "y": 2,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/MechlordSuit/MechlordSuit",
+ "page": 34,
+ "x": 1692,
+ "y": 1684,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/MechlordSuit/MechlordSuit_Fat_east",
+ "page": 18,
+ "x": 260,
+ "y": 2,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/MechlordSuit/MechlordSuit_Fat_north",
+ "page": 18,
+ "x": 518,
+ "y": 2,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/MechlordSuit/MechlordSuit_Fat_south",
+ "page": 18,
+ "x": 776,
+ "y": 2,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/MechlordSuit/MechlordSuit_Female_east",
+ "page": 18,
+ "x": 1034,
+ "y": 2,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/MechlordSuit/MechlordSuit_Female_north",
+ "page": 18,
+ "x": 1292,
+ "y": 2,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/MechlordSuit/MechlordSuit_Female_south",
+ "page": 18,
+ "x": 1550,
+ "y": 2,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/MechlordSuit/MechlordSuit_Hulk_east",
+ "page": 18,
+ "x": 2,
+ "y": 260,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/MechlordSuit/MechlordSuit_Hulk_north",
+ "page": 18,
+ "x": 260,
+ "y": 260,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/MechlordSuit/MechlordSuit_Hulk_south",
+ "page": 18,
+ "x": 518,
+ "y": 260,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/MechlordSuit/MechlordSuit_Male_east",
+ "page": 18,
+ "x": 776,
+ "y": 260,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/MechlordSuit/MechlordSuit_Male_north",
+ "page": 18,
+ "x": 1034,
+ "y": 260,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/MechlordSuit/MechlordSuit_Male_south",
+ "page": 18,
+ "x": 1292,
+ "y": 260,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/MechlordSuit/MechlordSuit_Thin_east",
+ "page": 18,
+ "x": 1550,
+ "y": 260,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/MechlordSuit/MechlordSuit_Thin_north",
+ "page": 18,
+ "x": 2,
+ "y": 518,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/MechlordSuit/MechlordSuit_Thin_south",
+ "page": 18,
+ "x": 260,
+ "y": 518,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/PhoenixArmor/PhoenixArmor",
+ "page": 34,
+ "x": 1822,
+ "y": 1684,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/PhoenixArmor/PhoenixArmor_Fat_east",
+ "page": 18,
+ "x": 518,
+ "y": 518,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/PhoenixArmor/PhoenixArmor_Fat_north",
+ "page": 18,
+ "x": 776,
+ "y": 518,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/PhoenixArmor/PhoenixArmor_Fat_south",
+ "page": 18,
+ "x": 1034,
+ "y": 518,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/PhoenixArmor/PhoenixArmor_Female_east",
+ "page": 18,
+ "x": 1292,
+ "y": 518,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/PhoenixArmor/PhoenixArmor_Female_north",
+ "page": 18,
+ "x": 1550,
+ "y": 518,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/PhoenixArmor/PhoenixArmor_Female_south",
+ "page": 18,
+ "x": 2,
+ "y": 776,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/PhoenixArmor/PhoenixArmor_Hulk_east",
+ "page": 18,
+ "x": 260,
+ "y": 776,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/PhoenixArmor/PhoenixArmor_Hulk_north",
+ "page": 18,
+ "x": 518,
+ "y": 776,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/PhoenixArmor/PhoenixArmor_Hulk_south",
+ "page": 18,
+ "x": 776,
+ "y": 776,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/PhoenixArmor/PhoenixArmor_Male_east",
+ "page": 18,
+ "x": 1034,
+ "y": 776,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/PhoenixArmor/PhoenixArmor_Male_north",
+ "page": 18,
+ "x": 1292,
+ "y": 776,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/PhoenixArmor/PhoenixArmor_Male_south",
+ "page": 18,
+ "x": 1550,
+ "y": 776,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/PhoenixArmor/PhoenixArmor_Thin_east",
+ "page": 18,
+ "x": 2,
+ "y": 1034,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/PhoenixArmor/PhoenixArmor_Thin_north",
+ "page": 18,
+ "x": 260,
+ "y": 1034,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/PhoenixArmor/PhoenixArmor_Thin_south",
+ "page": 18,
+ "x": 518,
+ "y": 1034,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/PowerArmor/PowerArmor",
+ "page": 34,
+ "x": 2,
+ "y": 1814,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/PowerArmor/PowerArmor_Fat_east",
+ "page": 18,
+ "x": 776,
+ "y": 1034,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/PowerArmor/PowerArmor_Fat_north",
+ "page": 18,
+ "x": 1034,
+ "y": 1034,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/PowerArmor/PowerArmor_Fat_south",
+ "page": 18,
+ "x": 1292,
+ "y": 1034,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/PowerArmor/PowerArmor_Female_east",
+ "page": 18,
+ "x": 1550,
+ "y": 1034,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/PowerArmor/PowerArmor_Female_north",
+ "page": 18,
+ "x": 2,
+ "y": 1292,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/PowerArmor/PowerArmor_Female_south",
+ "page": 18,
+ "x": 260,
+ "y": 1292,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/PowerArmor/PowerArmor_Hulk_east",
+ "page": 18,
+ "x": 518,
+ "y": 1292,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/PowerArmor/PowerArmor_Hulk_north",
+ "page": 18,
+ "x": 776,
+ "y": 1292,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/PowerArmor/PowerArmor_Hulk_south",
+ "page": 18,
+ "x": 1034,
+ "y": 1292,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/PowerArmor/PowerArmor_Male_east",
+ "page": 18,
+ "x": 1292,
+ "y": 1292,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/PowerArmor/PowerArmor_Male_north",
+ "page": 18,
+ "x": 1550,
+ "y": 1292,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/PowerArmor/PowerArmor_Male_south",
+ "page": 18,
+ "x": 2,
+ "y": 1550,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/PowerArmor/PowerArmor_Thin_east",
+ "page": 18,
+ "x": 260,
+ "y": 1550,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/PowerArmor/PowerArmor_Thin_north",
+ "page": 18,
+ "x": 518,
+ "y": 1550,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/PowerArmor/PowerArmor_Thin_south",
+ "page": 18,
+ "x": 776,
+ "y": 1550,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/PrestigeCataphractArmor/PrestigeCataphractArmor",
+ "page": 34,
+ "x": 132,
+ "y": 1814,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/PrestigeCataphractArmor/PrestigeCataphractArmor_Fat_east",
+ "page": 18,
+ "x": 1034,
+ "y": 1550,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/PrestigeCataphractArmor/PrestigeCataphractArmor_Fat_eastm",
+ "page": 18,
+ "x": 1292,
+ "y": 1550,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/PrestigeCataphractArmor/PrestigeCataphractArmor_Fat_north",
+ "page": 18,
+ "x": 1550,
+ "y": 1550,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/PrestigeCataphractArmor/PrestigeCataphractArmor_Fat_northm",
+ "page": 19,
+ "x": 2,
+ "y": 2,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/PrestigeCataphractArmor/PrestigeCataphractArmor_Fat_south",
+ "page": 19,
+ "x": 260,
+ "y": 2,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/PrestigeCataphractArmor/PrestigeCataphractArmor_Fat_southm",
+ "page": 19,
+ "x": 518,
+ "y": 2,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/PrestigeCataphractArmor/PrestigeCataphractArmor_Female_east",
+ "page": 19,
+ "x": 776,
+ "y": 2,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/PrestigeCataphractArmor/PrestigeCataphractArmor_Female_eastm",
+ "page": 19,
+ "x": 1034,
+ "y": 2,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/PrestigeCataphractArmor/PrestigeCataphractArmor_Female_north",
+ "page": 19,
+ "x": 1292,
+ "y": 2,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/PrestigeCataphractArmor/PrestigeCataphractArmor_Female_northm",
+ "page": 19,
+ "x": 1550,
+ "y": 2,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/PrestigeCataphractArmor/PrestigeCataphractArmor_Female_south",
+ "page": 19,
+ "x": 2,
+ "y": 260,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/PrestigeCataphractArmor/PrestigeCataphractArmor_Female_southm",
+ "page": 19,
+ "x": 260,
+ "y": 260,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/PrestigeCataphractArmor/PrestigeCataphractArmor_Hulk_east",
+ "page": 19,
+ "x": 518,
+ "y": 260,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/PrestigeCataphractArmor/PrestigeCataphractArmor_Hulk_eastm",
+ "page": 19,
+ "x": 776,
+ "y": 260,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/PrestigeCataphractArmor/PrestigeCataphractArmor_Hulk_north",
+ "page": 19,
+ "x": 1034,
+ "y": 260,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/PrestigeCataphractArmor/PrestigeCataphractArmor_Hulk_northm",
+ "page": 19,
+ "x": 1292,
+ "y": 260,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/PrestigeCataphractArmor/PrestigeCataphractArmor_Hulk_south",
+ "page": 19,
+ "x": 1550,
+ "y": 260,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/PrestigeCataphractArmor/PrestigeCataphractArmor_Hulk_southm",
+ "page": 19,
+ "x": 2,
+ "y": 518,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/PrestigeCataphractArmor/PrestigeCataphractArmor_Male_east",
+ "page": 19,
+ "x": 260,
+ "y": 518,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/PrestigeCataphractArmor/PrestigeCataphractArmor_Male_eastm",
+ "page": 19,
+ "x": 518,
+ "y": 518,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/PrestigeCataphractArmor/PrestigeCataphractArmor_Male_north",
+ "page": 19,
+ "x": 776,
+ "y": 518,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/PrestigeCataphractArmor/PrestigeCataphractArmor_Male_northm",
+ "page": 19,
+ "x": 1034,
+ "y": 518,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/PrestigeCataphractArmor/PrestigeCataphractArmor_Male_south",
+ "page": 19,
+ "x": 1292,
+ "y": 518,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/PrestigeCataphractArmor/PrestigeCataphractArmor_Male_southm",
+ "page": 19,
+ "x": 1550,
+ "y": 518,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/PrestigeCataphractArmor/PrestigeCataphractArmor_Thin_east",
+ "page": 19,
+ "x": 2,
+ "y": 776,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/PrestigeCataphractArmor/PrestigeCataphractArmor_Thin_eastm",
+ "page": 19,
+ "x": 260,
+ "y": 776,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/PrestigeCataphractArmor/PrestigeCataphractArmor_Thin_north",
+ "page": 19,
+ "x": 518,
+ "y": 776,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/PrestigeCataphractArmor/PrestigeCataphractArmor_Thin_northm",
+ "page": 19,
+ "x": 776,
+ "y": 776,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/PrestigeCataphractArmor/PrestigeCataphractArmor_Thin_south",
+ "page": 19,
+ "x": 1034,
+ "y": 776,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/PrestigeCataphractArmor/PrestigeCataphractArmor_Thin_southm",
+ "page": 19,
+ "x": 1292,
+ "y": 776,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/PrestigeCataphractArmor/PrestigeCataphractArmor_m",
+ "page": 34,
+ "x": 262,
+ "y": 1814,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/PrestigeCataphractHelmet/PrestigeCataphractHelmet",
+ "page": 34,
+ "x": 392,
+ "y": 1814,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/PrestigeCataphractHelmet/PrestigeCataphractHelmet_east",
+ "page": 19,
+ "x": 1550,
+ "y": 776,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/PrestigeCataphractHelmet/PrestigeCataphractHelmet_eastm",
+ "page": 19,
+ "x": 2,
+ "y": 1034,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/PrestigeCataphractHelmet/PrestigeCataphractHelmet_m",
+ "page": 34,
+ "x": 522,
+ "y": 1814,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/PrestigeCataphractHelmet/PrestigeCataphractHelmet_north",
+ "page": 19,
+ "x": 260,
+ "y": 1034,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/PrestigeCataphractHelmet/PrestigeCataphractHelmet_northm",
+ "page": 19,
+ "x": 518,
+ "y": 1034,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/PrestigeCataphractHelmet/PrestigeCataphractHelmet_south",
+ "page": 19,
+ "x": 776,
+ "y": 1034,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/PrestigeCataphractHelmet/PrestigeCataphractHelmet_southm",
+ "page": 19,
+ "x": 1034,
+ "y": 1034,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/PrestigeMarineArmor/PrestigeMarineArmor",
+ "page": 34,
+ "x": 652,
+ "y": 1814,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/PrestigeMarineArmor/PrestigeMarineArmor_Fat_east",
+ "page": 19,
+ "x": 1292,
+ "y": 1034,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/PrestigeMarineArmor/PrestigeMarineArmor_Fat_eastm",
+ "page": 19,
+ "x": 1550,
+ "y": 1034,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/PrestigeMarineArmor/PrestigeMarineArmor_Fat_north",
+ "page": 19,
+ "x": 2,
+ "y": 1292,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/PrestigeMarineArmor/PrestigeMarineArmor_Fat_northm",
+ "page": 19,
+ "x": 260,
+ "y": 1292,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/PrestigeMarineArmor/PrestigeMarineArmor_Fat_south",
+ "page": 19,
+ "x": 518,
+ "y": 1292,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/PrestigeMarineArmor/PrestigeMarineArmor_Fat_southm",
+ "page": 19,
+ "x": 776,
+ "y": 1292,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/PrestigeMarineArmor/PrestigeMarineArmor_Female_east",
+ "page": 19,
+ "x": 1034,
+ "y": 1292,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/PrestigeMarineArmor/PrestigeMarineArmor_Female_eastm",
+ "page": 19,
+ "x": 1292,
+ "y": 1292,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/PrestigeMarineArmor/PrestigeMarineArmor_Female_north",
+ "page": 19,
+ "x": 1550,
+ "y": 1292,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/PrestigeMarineArmor/PrestigeMarineArmor_Female_northm",
+ "page": 19,
+ "x": 2,
+ "y": 1550,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/PrestigeMarineArmor/PrestigeMarineArmor_Female_south",
+ "page": 19,
+ "x": 260,
+ "y": 1550,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/PrestigeMarineArmor/PrestigeMarineArmor_Female_southm",
+ "page": 19,
+ "x": 518,
+ "y": 1550,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/PrestigeMarineArmor/PrestigeMarineArmor_Hulk_east",
+ "page": 19,
+ "x": 776,
+ "y": 1550,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/PrestigeMarineArmor/PrestigeMarineArmor_Hulk_eastm",
+ "page": 19,
+ "x": 1034,
+ "y": 1550,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/PrestigeMarineArmor/PrestigeMarineArmor_Hulk_north",
+ "page": 19,
+ "x": 1292,
+ "y": 1550,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/PrestigeMarineArmor/PrestigeMarineArmor_Hulk_northm",
+ "page": 19,
+ "x": 1550,
+ "y": 1550,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/PrestigeMarineArmor/PrestigeMarineArmor_Hulk_south",
+ "page": 20,
+ "x": 2,
+ "y": 2,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/PrestigeMarineArmor/PrestigeMarineArmor_Hulk_southm",
+ "page": 20,
+ "x": 260,
+ "y": 2,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/PrestigeMarineArmor/PrestigeMarineArmor_Male_east",
+ "page": 20,
+ "x": 518,
+ "y": 2,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/PrestigeMarineArmor/PrestigeMarineArmor_Male_eastm",
+ "page": 20,
+ "x": 776,
+ "y": 2,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/PrestigeMarineArmor/PrestigeMarineArmor_Male_north",
+ "page": 20,
+ "x": 1034,
+ "y": 2,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/PrestigeMarineArmor/PrestigeMarineArmor_Male_northm",
+ "page": 20,
+ "x": 1292,
+ "y": 2,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/PrestigeMarineArmor/PrestigeMarineArmor_Male_south",
+ "page": 20,
+ "x": 1550,
+ "y": 2,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/PrestigeMarineArmor/PrestigeMarineArmor_Male_southm",
+ "page": 20,
+ "x": 2,
+ "y": 260,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/PrestigeMarineArmor/PrestigeMarineArmor_Thin_east",
+ "page": 20,
+ "x": 260,
+ "y": 260,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/PrestigeMarineArmor/PrestigeMarineArmor_Thin_eastm",
+ "page": 20,
+ "x": 518,
+ "y": 260,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/PrestigeMarineArmor/PrestigeMarineArmor_Thin_north",
+ "page": 20,
+ "x": 776,
+ "y": 260,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/PrestigeMarineArmor/PrestigeMarineArmor_Thin_northm",
+ "page": 20,
+ "x": 1034,
+ "y": 260,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/PrestigeMarineArmor/PrestigeMarineArmor_Thin_south",
+ "page": 20,
+ "x": 1292,
+ "y": 260,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/PrestigeMarineArmor/PrestigeMarineArmor_Thin_southm",
+ "page": 20,
+ "x": 1550,
+ "y": 260,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/PrestigeMarineArmor/PrestigeMarineArmor_m",
+ "page": 34,
+ "x": 782,
+ "y": 1814,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/PrestigeMarineHelmet/PrestigeMarineHelmet",
+ "page": 34,
+ "x": 912,
+ "y": 1814,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/PrestigeMarineHelmet/PrestigeMarineHelmet_east",
+ "page": 34,
+ "x": 1042,
+ "y": 1814,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/PrestigeMarineHelmet/PrestigeMarineHelmet_eastm",
+ "page": 34,
+ "x": 1172,
+ "y": 1814,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/PrestigeMarineHelmet/PrestigeMarineHelmet_m",
+ "page": 34,
+ "x": 1302,
+ "y": 1814,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/PrestigeMarineHelmet/PrestigeMarineHelmet_north",
+ "page": 34,
+ "x": 1432,
+ "y": 1814,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/PrestigeMarineHelmet/PrestigeMarineHelmet_northm",
+ "page": 34,
+ "x": 1562,
+ "y": 1814,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/PrestigeMarineHelmet/PrestigeMarineHelmet_south",
+ "page": 34,
+ "x": 1692,
+ "y": 1814,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/PrestigeMarineHelmet/PrestigeMarineHelmet_southm",
+ "page": 34,
+ "x": 1822,
+ "y": 1814,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/PrestigeReconArmor/PrestigeReconArmor",
+ "page": 35,
+ "x": 2,
+ "y": 2,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/PrestigeReconArmor/PrestigeReconArmor_Fat_east",
+ "page": 20,
+ "x": 2,
+ "y": 518,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/PrestigeReconArmor/PrestigeReconArmor_Fat_eastm",
+ "page": 20,
+ "x": 260,
+ "y": 518,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/PrestigeReconArmor/PrestigeReconArmor_Fat_north",
+ "page": 20,
+ "x": 518,
+ "y": 518,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/PrestigeReconArmor/PrestigeReconArmor_Fat_northm",
+ "page": 20,
+ "x": 776,
+ "y": 518,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/PrestigeReconArmor/PrestigeReconArmor_Fat_south",
+ "page": 20,
+ "x": 1034,
+ "y": 518,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/PrestigeReconArmor/PrestigeReconArmor_Fat_southm",
+ "page": 20,
+ "x": 1292,
+ "y": 518,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/PrestigeReconArmor/PrestigeReconArmor_Female_east",
+ "page": 20,
+ "x": 1550,
+ "y": 518,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/PrestigeReconArmor/PrestigeReconArmor_Female_eastm",
+ "page": 20,
+ "x": 2,
+ "y": 776,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/PrestigeReconArmor/PrestigeReconArmor_Female_north",
+ "page": 20,
+ "x": 260,
+ "y": 776,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/PrestigeReconArmor/PrestigeReconArmor_Female_northm",
+ "page": 20,
+ "x": 518,
+ "y": 776,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/PrestigeReconArmor/PrestigeReconArmor_Female_south",
+ "page": 20,
+ "x": 776,
+ "y": 776,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/PrestigeReconArmor/PrestigeReconArmor_Female_southm",
+ "page": 20,
+ "x": 1034,
+ "y": 776,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/PrestigeReconArmor/PrestigeReconArmor_Hulk_east",
+ "page": 20,
+ "x": 1292,
+ "y": 776,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/PrestigeReconArmor/PrestigeReconArmor_Hulk_eastm",
+ "page": 20,
+ "x": 1550,
+ "y": 776,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/PrestigeReconArmor/PrestigeReconArmor_Hulk_north",
+ "page": 20,
+ "x": 2,
+ "y": 1034,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/PrestigeReconArmor/PrestigeReconArmor_Hulk_northm",
+ "page": 20,
+ "x": 260,
+ "y": 1034,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/PrestigeReconArmor/PrestigeReconArmor_Hulk_south",
+ "page": 20,
+ "x": 518,
+ "y": 1034,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/PrestigeReconArmor/PrestigeReconArmor_Hulk_southm",
+ "page": 20,
+ "x": 776,
+ "y": 1034,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/PrestigeReconArmor/PrestigeReconArmor_Male_east",
+ "page": 20,
+ "x": 1034,
+ "y": 1034,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/PrestigeReconArmor/PrestigeReconArmor_Male_eastm",
+ "page": 20,
+ "x": 1292,
+ "y": 1034,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/PrestigeReconArmor/PrestigeReconArmor_Male_north",
+ "page": 20,
+ "x": 1550,
+ "y": 1034,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/PrestigeReconArmor/PrestigeReconArmor_Male_northm",
+ "page": 20,
+ "x": 2,
+ "y": 1292,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/PrestigeReconArmor/PrestigeReconArmor_Male_south",
+ "page": 20,
+ "x": 260,
+ "y": 1292,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/PrestigeReconArmor/PrestigeReconArmor_Male_southm",
+ "page": 20,
+ "x": 518,
+ "y": 1292,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/PrestigeReconArmor/PrestigeReconArmor_Thin_east",
+ "page": 20,
+ "x": 776,
+ "y": 1292,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/PrestigeReconArmor/PrestigeReconArmor_Thin_eastm",
+ "page": 20,
+ "x": 1034,
+ "y": 1292,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/PrestigeReconArmor/PrestigeReconArmor_Thin_north",
+ "page": 20,
+ "x": 1292,
+ "y": 1292,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/PrestigeReconArmor/PrestigeReconArmor_Thin_northm",
+ "page": 20,
+ "x": 1550,
+ "y": 1292,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/PrestigeReconArmor/PrestigeReconArmor_Thin_south",
+ "page": 20,
+ "x": 2,
+ "y": 1550,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/PrestigeReconArmor/PrestigeReconArmor_Thin_southm",
+ "page": 20,
+ "x": 260,
+ "y": 1550,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/PrestigeReconArmor/PrestigeReconArmor_m",
+ "page": 35,
+ "x": 132,
+ "y": 2,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/PrestigeReconHelmet/PrestigeReconHelmet",
+ "page": 35,
+ "x": 262,
+ "y": 2,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/PrestigeReconHelmet/PrestigeReconHelmet_east",
+ "page": 20,
+ "x": 518,
+ "y": 1550,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/PrestigeReconHelmet/PrestigeReconHelmet_eastm",
+ "page": 20,
+ "x": 776,
+ "y": 1550,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/PrestigeReconHelmet/PrestigeReconHelmet_m",
+ "page": 35,
+ "x": 392,
+ "y": 2,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/PrestigeReconHelmet/PrestigeReconHelmet_north",
+ "page": 20,
+ "x": 1034,
+ "y": 1550,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/PrestigeReconHelmet/PrestigeReconHelmet_northm",
+ "page": 20,
+ "x": 1292,
+ "y": 1550,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/PrestigeReconHelmet/PrestigeReconHelmet_south",
+ "page": 20,
+ "x": 1550,
+ "y": 1550,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/PrestigeReconHelmet/PrestigeReconHelmet_southm",
+ "page": 21,
+ "x": 2,
+ "y": 2,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/ReconArmor/ReconArmor_Fat_east",
+ "page": 21,
+ "x": 260,
+ "y": 2,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/ReconArmor/ReconArmor_Fat_north",
+ "page": 21,
+ "x": 518,
+ "y": 2,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/ReconArmor/ReconArmor_Fat_south",
+ "page": 21,
+ "x": 776,
+ "y": 2,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/ReconArmor/ReconArmor_Female_east",
+ "page": 21,
+ "x": 1034,
+ "y": 2,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/ReconArmor/ReconArmor_Female_north",
+ "page": 21,
+ "x": 1292,
+ "y": 2,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/ReconArmor/ReconArmor_Female_south",
+ "page": 21,
+ "x": 1550,
+ "y": 2,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/ReconArmor/ReconArmor_Hulk_east",
+ "page": 21,
+ "x": 2,
+ "y": 260,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/ReconArmor/ReconArmor_Hulk_north",
+ "page": 21,
+ "x": 260,
+ "y": 260,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/ReconArmor/ReconArmor_Hulk_south",
+ "page": 21,
+ "x": 518,
+ "y": 260,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/ReconArmor/ReconArmor_Male_east",
+ "page": 21,
+ "x": 776,
+ "y": 260,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/ReconArmor/ReconArmor_Male_north",
+ "page": 21,
+ "x": 1034,
+ "y": 260,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/ReconArmor/ReconArmor_Male_south",
+ "page": 21,
+ "x": 1292,
+ "y": 260,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/ReconArmor/ReconArmor_Thin_east",
+ "page": 21,
+ "x": 1550,
+ "y": 260,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/ReconArmor/ReconArmor_Thin_north",
+ "page": 21,
+ "x": 2,
+ "y": 518,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/ReconArmor/ReconArmor_Thin_south",
+ "page": 21,
+ "x": 260,
+ "y": 518,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/ReconArmorHelmet/ReconHelmet",
+ "page": 35,
+ "x": 522,
+ "y": 2,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/ReconArmorHelmet/ReconHelmet_east",
+ "page": 21,
+ "x": 518,
+ "y": 518,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/ReconArmorHelmet/ReconHelmet_north",
+ "page": 21,
+ "x": 776,
+ "y": 518,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/ReconArmorHelmet/ReconHelmet_south",
+ "page": 21,
+ "x": 1034,
+ "y": 518,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/Robe/Robe",
+ "page": 35,
+ "x": 652,
+ "y": 2,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/Robe/Robe_Fat_east",
+ "page": 21,
+ "x": 1292,
+ "y": 518,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/Robe/Robe_Fat_north",
+ "page": 21,
+ "x": 1550,
+ "y": 518,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/Robe/Robe_Fat_south",
+ "page": 21,
+ "x": 2,
+ "y": 776,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/Robe/Robe_Female_east",
+ "page": 21,
+ "x": 260,
+ "y": 776,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/Robe/Robe_Female_north",
+ "page": 21,
+ "x": 518,
+ "y": 776,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/Robe/Robe_Female_south",
+ "page": 21,
+ "x": 776,
+ "y": 776,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/Robe/Robe_Hulk_east",
+ "page": 21,
+ "x": 1034,
+ "y": 776,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/Robe/Robe_Hulk_north",
+ "page": 21,
+ "x": 1292,
+ "y": 776,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/Robe/Robe_Hulk_south",
+ "page": 21,
+ "x": 1550,
+ "y": 776,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/Robe/Robe_Male_east",
+ "page": 21,
+ "x": 2,
+ "y": 1034,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/Robe/Robe_Male_north",
+ "page": 21,
+ "x": 260,
+ "y": 1034,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/Robe/Robe_Male_south",
+ "page": 21,
+ "x": 518,
+ "y": 1034,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/Robe/Robe_Thin_east",
+ "page": 21,
+ "x": 776,
+ "y": 1034,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/Robe/Robe_Thin_north",
+ "page": 21,
+ "x": 1034,
+ "y": 1034,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/Robe/Robe_Thin_south",
+ "page": 21,
+ "x": 1292,
+ "y": 1034,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/RoyalRobe/RoyalRobe",
+ "page": 21,
+ "x": 1550,
+ "y": 1034,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/RoyalRobe/RoyalRobe_Fat_east",
+ "page": 21,
+ "x": 2,
+ "y": 1292,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/RoyalRobe/RoyalRobe_Fat_north",
+ "page": 21,
+ "x": 260,
+ "y": 1292,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/RoyalRobe/RoyalRobe_Fat_south",
+ "page": 21,
+ "x": 518,
+ "y": 1292,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/RoyalRobe/RoyalRobe_Female_east",
+ "page": 21,
+ "x": 776,
+ "y": 1292,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/RoyalRobe/RoyalRobe_Female_north",
+ "page": 21,
+ "x": 1034,
+ "y": 1292,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/RoyalRobe/RoyalRobe_Female_south",
+ "page": 21,
+ "x": 1292,
+ "y": 1292,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/RoyalRobe/RoyalRobe_Hulk_east",
+ "page": 21,
+ "x": 1550,
+ "y": 1292,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/RoyalRobe/RoyalRobe_Hulk_north",
+ "page": 21,
+ "x": 2,
+ "y": 1550,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/RoyalRobe/RoyalRobe_Hulk_south",
+ "page": 21,
+ "x": 260,
+ "y": 1550,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/RoyalRobe/RoyalRobe_Male_east",
+ "page": 21,
+ "x": 518,
+ "y": 1550,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/RoyalRobe/RoyalRobe_Male_north",
+ "page": 21,
+ "x": 776,
+ "y": 1550,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/RoyalRobe/RoyalRobe_Male_south",
+ "page": 21,
+ "x": 1034,
+ "y": 1550,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/RoyalRobe/RoyalRobe_Thin_east",
+ "page": 21,
+ "x": 1292,
+ "y": 1550,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/RoyalRobe/RoyalRobe_Thin_north",
+ "page": 21,
+ "x": 1550,
+ "y": 1550,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/RoyalRobe/RoyalRobe_Thin_south",
+ "page": 22,
+ "x": 2,
+ "y": 2,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/SamuraiHelmet/SamuraiHelmet",
+ "page": 35,
+ "x": 782,
+ "y": 2,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/SamuraiHelmet/SamuraiHelmet_east",
+ "page": 35,
+ "x": 912,
+ "y": 2,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/SamuraiHelmet/SamuraiHelmet_eastm",
+ "page": 35,
+ "x": 1042,
+ "y": 2,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/SamuraiHelmet/SamuraiHelmet_m",
+ "page": 35,
+ "x": 1172,
+ "y": 2,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/SamuraiHelmet/SamuraiHelmet_north",
+ "page": 35,
+ "x": 1302,
+ "y": 2,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/SamuraiHelmet/SamuraiHelmet_northm",
+ "page": 35,
+ "x": 1432,
+ "y": 2,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/SamuraiHelmet/SamuraiHelmet_south",
+ "page": 35,
+ "x": 1562,
+ "y": 2,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/SamuraiHelmet/SamuraiHelmet_southm",
+ "page": 35,
+ "x": 1692,
+ "y": 2,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/Sash/Sash",
+ "page": 35,
+ "x": 1822,
+ "y": 2,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/Sash/Sash_Fat_east",
+ "page": 22,
+ "x": 260,
+ "y": 2,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/Sash/Sash_Fat_north",
+ "page": 22,
+ "x": 518,
+ "y": 2,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/Sash/Sash_Fat_south",
+ "page": 22,
+ "x": 776,
+ "y": 2,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/Sash/Sash_Female_east",
+ "page": 22,
+ "x": 1034,
+ "y": 2,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/Sash/Sash_Female_north",
+ "page": 22,
+ "x": 1292,
+ "y": 2,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/Sash/Sash_Female_south",
+ "page": 22,
+ "x": 1550,
+ "y": 2,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/Sash/Sash_Hulk_east",
+ "page": 22,
+ "x": 2,
+ "y": 260,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/Sash/Sash_Hulk_north",
+ "page": 22,
+ "x": 260,
+ "y": 260,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/Sash/Sash_Hulk_south",
+ "page": 22,
+ "x": 518,
+ "y": 260,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/Sash/Sash_Male_east",
+ "page": 22,
+ "x": 776,
+ "y": 260,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/Sash/Sash_Male_north",
+ "page": 22,
+ "x": 1034,
+ "y": 260,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/Sash/Sash_Male_south",
+ "page": 22,
+ "x": 1292,
+ "y": 260,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/Sash/Sash_Thin_east",
+ "page": 22,
+ "x": 1550,
+ "y": 260,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/Sash/Sash_Thin_north",
+ "page": 22,
+ "x": 2,
+ "y": 518,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/Sash/Sash_Thin_south",
+ "page": 22,
+ "x": 260,
+ "y": 518,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/Shadecone/Shadecone",
+ "page": 35,
+ "x": 2,
+ "y": 132,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/Shadecone/Shadecone_east",
+ "page": 22,
+ "x": 518,
+ "y": 518,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/Shadecone/Shadecone_north",
+ "page": 22,
+ "x": 776,
+ "y": 518,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/Shadecone/Shadecone_south",
+ "page": 22,
+ "x": 1034,
+ "y": 518,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/ShirtBasic/ShirtBasic",
+ "page": 22,
+ "x": 1292,
+ "y": 518,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/ShirtBasic/ShirtBasic_Fat_east",
+ "page": 22,
+ "x": 1550,
+ "y": 518,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/ShirtBasic/ShirtBasic_Fat_north",
+ "page": 22,
+ "x": 2,
+ "y": 776,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/ShirtBasic/ShirtBasic_Fat_south",
+ "page": 22,
+ "x": 260,
+ "y": 776,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/ShirtBasic/ShirtBasic_Female_east",
+ "page": 22,
+ "x": 518,
+ "y": 776,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/ShirtBasic/ShirtBasic_Female_north",
+ "page": 22,
+ "x": 776,
+ "y": 776,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/ShirtBasic/ShirtBasic_Female_south",
+ "page": 22,
+ "x": 1034,
+ "y": 776,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/ShirtBasic/ShirtBasic_Hulk_east",
+ "page": 22,
+ "x": 1292,
+ "y": 776,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/ShirtBasic/ShirtBasic_Hulk_north",
+ "page": 22,
+ "x": 1550,
+ "y": 776,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/ShirtBasic/ShirtBasic_Hulk_south",
+ "page": 22,
+ "x": 2,
+ "y": 1034,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/ShirtBasic/ShirtBasic_Male_east",
+ "page": 22,
+ "x": 260,
+ "y": 1034,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/ShirtBasic/ShirtBasic_Male_north",
+ "page": 22,
+ "x": 518,
+ "y": 1034,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/ShirtBasic/ShirtBasic_Male_south",
+ "page": 22,
+ "x": 776,
+ "y": 1034,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/ShirtBasic/ShirtBasic_Thin_east",
+ "page": 22,
+ "x": 1034,
+ "y": 1034,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/ShirtBasic/ShirtBasic_Thin_north",
+ "page": 22,
+ "x": 1292,
+ "y": 1034,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/ShirtBasic/ShirtBasic_Thin_south",
+ "page": 22,
+ "x": 1550,
+ "y": 1034,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/ShirtButton/ShirtButton",
+ "page": 22,
+ "x": 2,
+ "y": 1292,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/ShirtButton/ShirtButton_Fat_east",
+ "page": 22,
+ "x": 260,
+ "y": 1292,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/ShirtButton/ShirtButton_Fat_north",
+ "page": 22,
+ "x": 518,
+ "y": 1292,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/ShirtButton/ShirtButton_Fat_south",
+ "page": 22,
+ "x": 776,
+ "y": 1292,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/ShirtButton/ShirtButton_Female_east",
+ "page": 22,
+ "x": 1034,
+ "y": 1292,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/ShirtButton/ShirtButton_Female_north",
+ "page": 22,
+ "x": 1292,
+ "y": 1292,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/ShirtButton/ShirtButton_Female_south",
+ "page": 22,
+ "x": 1550,
+ "y": 1292,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/ShirtButton/ShirtButton_Hulk_east",
+ "page": 22,
+ "x": 2,
+ "y": 1550,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/ShirtButton/ShirtButton_Hulk_north",
+ "page": 22,
+ "x": 260,
+ "y": 1550,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/ShirtButton/ShirtButton_Hulk_south",
+ "page": 22,
+ "x": 518,
+ "y": 1550,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/ShirtButton/ShirtButton_Male_east",
+ "page": 22,
+ "x": 776,
+ "y": 1550,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/ShirtButton/ShirtButton_Male_north",
+ "page": 22,
+ "x": 1034,
+ "y": 1550,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/ShirtButton/ShirtButton_Male_south",
+ "page": 22,
+ "x": 1292,
+ "y": 1550,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/ShirtButton/ShirtButton_Thin_east",
+ "page": 22,
+ "x": 1550,
+ "y": 1550,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/ShirtButton/ShirtButton_Thin_north",
+ "page": 23,
+ "x": 2,
+ "y": 2,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/ShirtButton/ShirtButton_Thin_south",
+ "page": 23,
+ "x": 260,
+ "y": 2,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/ShirtRuffle/ShirtRuffle",
+ "page": 23,
+ "x": 518,
+ "y": 2,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/ShirtRuffle/ShirtRuffle_Fat_east",
+ "page": 23,
+ "x": 776,
+ "y": 2,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/ShirtRuffle/ShirtRuffle_Fat_north",
+ "page": 23,
+ "x": 1034,
+ "y": 2,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/ShirtRuffle/ShirtRuffle_Fat_south",
+ "page": 23,
+ "x": 1292,
+ "y": 2,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/ShirtRuffle/ShirtRuffle_Female_east",
+ "page": 23,
+ "x": 1550,
+ "y": 2,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/ShirtRuffle/ShirtRuffle_Female_north",
+ "page": 23,
+ "x": 2,
+ "y": 260,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/ShirtRuffle/ShirtRuffle_Female_south",
+ "page": 23,
+ "x": 260,
+ "y": 260,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/ShirtRuffle/ShirtRuffle_Hulk_east",
+ "page": 23,
+ "x": 518,
+ "y": 260,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/ShirtRuffle/ShirtRuffle_Hulk_north",
+ "page": 23,
+ "x": 776,
+ "y": 260,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/ShirtRuffle/ShirtRuffle_Hulk_south",
+ "page": 23,
+ "x": 1034,
+ "y": 260,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/ShirtRuffle/ShirtRuffle_Male_east",
+ "page": 23,
+ "x": 1292,
+ "y": 260,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/ShirtRuffle/ShirtRuffle_Male_north",
+ "page": 23,
+ "x": 1550,
+ "y": 260,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/ShirtRuffle/ShirtRuffle_Male_south",
+ "page": 23,
+ "x": 2,
+ "y": 518,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/ShirtRuffle/ShirtRuffle_Thin_east",
+ "page": 23,
+ "x": 260,
+ "y": 518,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/ShirtRuffle/ShirtRuffle_Thin_north",
+ "page": 23,
+ "x": 518,
+ "y": 518,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/ShirtRuffle/ShirtRuffle_Thin_south",
+ "page": 23,
+ "x": 776,
+ "y": 518,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/SlaveCollar/SlaveCollar",
+ "page": 35,
+ "x": 132,
+ "y": 132,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/SlaveCollar/SlaveCollar_east",
+ "page": 35,
+ "x": 262,
+ "y": 132,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/SlaveCollar/SlaveCollar_north",
+ "page": 35,
+ "x": 392,
+ "y": 132,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/SlaveCollar/SlaveCollar_south",
+ "page": 35,
+ "x": 522,
+ "y": 132,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/SliceCap/SliceCap",
+ "page": 35,
+ "x": 652,
+ "y": 132,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/SliceCap/SliceCapA_east",
+ "page": 23,
+ "x": 1034,
+ "y": 518,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/SliceCap/SliceCapA_north",
+ "page": 23,
+ "x": 1292,
+ "y": 518,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/SliceCap/SliceCapA_south",
+ "page": 23,
+ "x": 1550,
+ "y": 518,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/SliceCap/SliceCapB_east",
+ "page": 23,
+ "x": 2,
+ "y": 776,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/SliceCap/SliceCapB_north",
+ "page": 23,
+ "x": 260,
+ "y": 776,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/SliceCap/SliceCapB_south",
+ "page": 23,
+ "x": 518,
+ "y": 776,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/SliceCap/SliceCapC_east",
+ "page": 23,
+ "x": 776,
+ "y": 776,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/SliceCap/SliceCapC_north",
+ "page": 23,
+ "x": 1034,
+ "y": 776,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/SliceCap/SliceCapC_south",
+ "page": 23,
+ "x": 1292,
+ "y": 776,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/Tailcap/Tailcap",
+ "page": 35,
+ "x": 782,
+ "y": 132,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/Tailcap/Tailcap_east",
+ "page": 23,
+ "x": 1550,
+ "y": 776,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/Tailcap/Tailcap_north",
+ "page": 23,
+ "x": 2,
+ "y": 1034,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/Tailcap/Tailcap_south",
+ "page": 23,
+ "x": 260,
+ "y": 1034,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/TopHat/TopHat",
+ "page": 35,
+ "x": 912,
+ "y": 132,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/TopHat/TopHat_east",
+ "page": 23,
+ "x": 518,
+ "y": 1034,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/TopHat/TopHat_north",
+ "page": 23,
+ "x": 776,
+ "y": 1034,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/TopHat/TopHat_south",
+ "page": 23,
+ "x": 1034,
+ "y": 1034,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/TortureCrown/TortureCrown",
+ "page": 35,
+ "x": 1042,
+ "y": 132,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/TortureCrown/TortureCrown_east",
+ "page": 23,
+ "x": 1292,
+ "y": 1034,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/TortureCrown/TortureCrown_north",
+ "page": 23,
+ "x": 1550,
+ "y": 1034,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/TortureCrown/TortureCrown_south",
+ "page": 23,
+ "x": 2,
+ "y": 1292,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/ToxPack/ToxPack",
+ "page": 35,
+ "x": 1172,
+ "y": 132,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/ToxPack/ToxPack_east",
+ "page": 23,
+ "x": 260,
+ "y": 1292,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/ToxPack/ToxPack_north",
+ "page": 23,
+ "x": 518,
+ "y": 1292,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/ToxPack/ToxPack_south",
+ "page": 23,
+ "x": 776,
+ "y": 1292,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/TribalHeaddress/TribalHeaddress",
+ "page": 35,
+ "x": 1302,
+ "y": 132,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/TribalHeaddress/TribalHeaddress_east",
+ "page": 23,
+ "x": 1034,
+ "y": 1292,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/TribalHeaddress/TribalHeaddress_north",
+ "page": 23,
+ "x": 1292,
+ "y": 1292,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/TribalHeaddress/TribalHeaddress_south",
+ "page": 23,
+ "x": 1550,
+ "y": 1292,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/Veil/Veil",
+ "page": 35,
+ "x": 1432,
+ "y": 132,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/Veil/Veil_east",
+ "page": 23,
+ "x": 2,
+ "y": 1550,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/Veil/Veil_north",
+ "page": 23,
+ "x": 260,
+ "y": 1550,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/Veil/Veil_south",
+ "page": 23,
+ "x": 518,
+ "y": 1550,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/VestRoyal/VestRoyal",
+ "page": 23,
+ "x": 776,
+ "y": 1550,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/VestRoyal/VestRoyal_Fat_east",
+ "page": 23,
+ "x": 1034,
+ "y": 1550,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/VestRoyal/VestRoyal_Fat_north",
+ "page": 23,
+ "x": 1292,
+ "y": 1550,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/VestRoyal/VestRoyal_Fat_south",
+ "page": 23,
+ "x": 1550,
+ "y": 1550,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/VestRoyal/VestRoyal_Female_east",
+ "page": 24,
+ "x": 2,
+ "y": 2,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/VestRoyal/VestRoyal_Female_north",
+ "page": 24,
+ "x": 260,
+ "y": 2,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/VestRoyal/VestRoyal_Female_south",
+ "page": 24,
+ "x": 518,
+ "y": 2,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/VestRoyal/VestRoyal_Hulk_east",
+ "page": 24,
+ "x": 776,
+ "y": 2,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/VestRoyal/VestRoyal_Hulk_north",
+ "page": 24,
+ "x": 1034,
+ "y": 2,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/VestRoyal/VestRoyal_Hulk_south",
+ "page": 24,
+ "x": 1292,
+ "y": 2,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/VestRoyal/VestRoyal_Male_east",
+ "page": 24,
+ "x": 1550,
+ "y": 2,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/VestRoyal/VestRoyal_Male_north",
+ "page": 24,
+ "x": 2,
+ "y": 260,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/VestRoyal/VestRoyal_Male_south",
+ "page": 24,
+ "x": 260,
+ "y": 260,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/VestRoyal/VestRoyal_Thin_east",
+ "page": 24,
+ "x": 518,
+ "y": 260,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/VestRoyal/VestRoyal_Thin_north",
+ "page": 24,
+ "x": 776,
+ "y": 260,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/VestRoyal/VestRoyal_Thin_south",
+ "page": 24,
+ "x": 1034,
+ "y": 260,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/VisageMask/VisageMask",
+ "page": 35,
+ "x": 1562,
+ "y": 132,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/VisageMask/VisageMaskA_east",
+ "page": 24,
+ "x": 1292,
+ "y": 260,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/VisageMask/VisageMaskA_north",
+ "page": 24,
+ "x": 1550,
+ "y": 260,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/VisageMask/VisageMaskA_south",
+ "page": 24,
+ "x": 2,
+ "y": 518,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/VisageMask/VisageMaskB_east",
+ "page": 24,
+ "x": 260,
+ "y": 518,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/VisageMask/VisageMaskB_north",
+ "page": 24,
+ "x": 518,
+ "y": 518,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/VisageMask/VisageMaskB_south",
+ "page": 24,
+ "x": 776,
+ "y": 518,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/VisageMask/VisageMaskC_east",
+ "page": 24,
+ "x": 1034,
+ "y": 518,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/VisageMask/VisageMaskC_north",
+ "page": 24,
+ "x": 1292,
+ "y": 518,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/VisageMask/VisageMaskC_south",
+ "page": 24,
+ "x": 1550,
+ "y": 518,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/WarMask/WarMask",
+ "page": 35,
+ "x": 1692,
+ "y": 132,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/WarMask/WarMask_east",
+ "page": 24,
+ "x": 2,
+ "y": 776,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/WarMask/WarMask_north",
+ "page": 24,
+ "x": 260,
+ "y": 776,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Apparel/WarMask/WarMask_south",
+ "page": 24,
+ "x": 518,
+ "y": 776,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/ApparelStyles/DusterSpikecore/DusterSpikecore",
+ "page": 35,
+ "x": 1822,
+ "y": 132,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Humanlike/ApparelStyles/DusterSpikecore/DusterSpikecore_Fat_east",
+ "page": 24,
+ "x": 776,
+ "y": 776,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/ApparelStyles/DusterSpikecore/DusterSpikecore_Fat_north",
+ "page": 24,
+ "x": 1034,
+ "y": 776,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/ApparelStyles/DusterSpikecore/DusterSpikecore_Fat_south",
+ "page": 24,
+ "x": 1292,
+ "y": 776,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/ApparelStyles/DusterSpikecore/DusterSpikecore_Female_east",
+ "page": 24,
+ "x": 1550,
+ "y": 776,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/ApparelStyles/DusterSpikecore/DusterSpikecore_Female_north",
+ "page": 24,
+ "x": 2,
+ "y": 1034,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/ApparelStyles/DusterSpikecore/DusterSpikecore_Female_south",
+ "page": 24,
+ "x": 260,
+ "y": 1034,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/ApparelStyles/DusterSpikecore/DusterSpikecore_Hulk_east",
+ "page": 24,
+ "x": 518,
+ "y": 1034,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/ApparelStyles/DusterSpikecore/DusterSpikecore_Hulk_north",
+ "page": 24,
+ "x": 776,
+ "y": 1034,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/ApparelStyles/DusterSpikecore/DusterSpikecore_Hulk_south",
+ "page": 24,
+ "x": 1034,
+ "y": 1034,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/ApparelStyles/DusterSpikecore/DusterSpikecore_Male_east",
+ "page": 24,
+ "x": 1292,
+ "y": 1034,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/ApparelStyles/DusterSpikecore/DusterSpikecore_Male_north",
+ "page": 24,
+ "x": 1550,
+ "y": 1034,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/ApparelStyles/DusterSpikecore/DusterSpikecore_Male_south",
+ "page": 24,
+ "x": 2,
+ "y": 1292,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/ApparelStyles/DusterSpikecore/DusterSpikecore_Thin_east",
+ "page": 24,
+ "x": 260,
+ "y": 1292,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/ApparelStyles/DusterSpikecore/DusterSpikecore_Thin_north",
+ "page": 24,
+ "x": 518,
+ "y": 1292,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/ApparelStyles/DusterSpikecore/DusterSpikecore_Thin_south",
+ "page": 24,
+ "x": 776,
+ "y": 1292,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/ApparelStyles/FlakJacketSpikecore/FlakJacketSpikecore",
+ "page": 35,
+ "x": 2,
+ "y": 262,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Humanlike/ApparelStyles/FlakJacketSpikecore/FlakJacketSpikecore_Fat_east",
+ "page": 24,
+ "x": 1034,
+ "y": 1292,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/ApparelStyles/FlakJacketSpikecore/FlakJacketSpikecore_Fat_north",
+ "page": 24,
+ "x": 1292,
+ "y": 1292,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/ApparelStyles/FlakJacketSpikecore/FlakJacketSpikecore_Fat_south",
+ "page": 24,
+ "x": 1550,
+ "y": 1292,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/ApparelStyles/FlakJacketSpikecore/FlakJacketSpikecore_Female_east",
+ "page": 24,
+ "x": 2,
+ "y": 1550,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/ApparelStyles/FlakJacketSpikecore/FlakJacketSpikecore_Female_north",
+ "page": 24,
+ "x": 260,
+ "y": 1550,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/ApparelStyles/FlakJacketSpikecore/FlakJacketSpikecore_Female_south",
+ "page": 24,
+ "x": 518,
+ "y": 1550,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/ApparelStyles/FlakJacketSpikecore/FlakJacketSpikecore_Hulk_east",
+ "page": 24,
+ "x": 776,
+ "y": 1550,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/ApparelStyles/FlakJacketSpikecore/FlakJacketSpikecore_Hulk_north",
+ "page": 24,
+ "x": 1034,
+ "y": 1550,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/ApparelStyles/FlakJacketSpikecore/FlakJacketSpikecore_Hulk_south",
+ "page": 24,
+ "x": 1292,
+ "y": 1550,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/ApparelStyles/FlakJacketSpikecore/FlakJacketSpikecore_Male_east",
+ "page": 24,
+ "x": 1550,
+ "y": 1550,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/ApparelStyles/FlakJacketSpikecore/FlakJacketSpikecore_Male_north",
+ "page": 25,
+ "x": 2,
+ "y": 2,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/ApparelStyles/FlakJacketSpikecore/FlakJacketSpikecore_Male_south",
+ "page": 25,
+ "x": 260,
+ "y": 2,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/ApparelStyles/FlakJacketSpikecore/FlakJacketSpikecore_Thin_east",
+ "page": 25,
+ "x": 518,
+ "y": 2,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/ApparelStyles/FlakJacketSpikecore/FlakJacketSpikecore_Thin_north",
+ "page": 25,
+ "x": 776,
+ "y": 2,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/ApparelStyles/FlakJacketSpikecore/FlakJacketSpikecore_Thin_south",
+ "page": 25,
+ "x": 1034,
+ "y": 2,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/ApparelStyles/HelmetAdvancedHindu/HelmetAdvancedHindu",
+ "page": 35,
+ "x": 132,
+ "y": 262,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Humanlike/ApparelStyles/HelmetAdvancedHindu/HelmetAdvancedHindu_east",
+ "page": 25,
+ "x": 1292,
+ "y": 2,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/ApparelStyles/HelmetAdvancedHindu/HelmetAdvancedHindu_north",
+ "page": 25,
+ "x": 1550,
+ "y": 2,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/ApparelStyles/HelmetAdvancedHindu/HelmetAdvancedHindu_south",
+ "page": 25,
+ "x": 2,
+ "y": 260,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/ApparelStyles/HelmetAdvancedRustic/HelmetAdvancedRustic",
+ "page": 35,
+ "x": 262,
+ "y": 262,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Humanlike/ApparelStyles/HelmetAdvancedRustic/HelmetAdvancedRustic_east",
+ "page": 25,
+ "x": 260,
+ "y": 260,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/ApparelStyles/HelmetAdvancedRustic/HelmetAdvancedRustic_north",
+ "page": 25,
+ "x": 518,
+ "y": 260,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/ApparelStyles/HelmetAdvancedRustic/HelmetAdvancedRustic_south",
+ "page": 25,
+ "x": 776,
+ "y": 260,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/ApparelStyles/HelmetAdvancedSpikecore/HelmetAdvancedSpikecore",
+ "page": 35,
+ "x": 392,
+ "y": 262,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Humanlike/ApparelStyles/HelmetAdvancedSpikecore/HelmetAdvancedSpikecore_east",
+ "page": 25,
+ "x": 1034,
+ "y": 260,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/ApparelStyles/HelmetAdvancedSpikecore/HelmetAdvancedSpikecore_north",
+ "page": 25,
+ "x": 1292,
+ "y": 260,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/ApparelStyles/HelmetAdvancedSpikecore/HelmetAdvancedSpikecore_south",
+ "page": 25,
+ "x": 1550,
+ "y": 260,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/ApparelStyles/HelmetCataphractAnimalist/HelmetCataphractAnimalist",
+ "page": 35,
+ "x": 522,
+ "y": 262,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Humanlike/ApparelStyles/HelmetCataphractAnimalist/HelmetCataphractAnimalist_east",
+ "page": 25,
+ "x": 2,
+ "y": 518,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/ApparelStyles/HelmetCataphractAnimalist/HelmetCataphractAnimalist_north",
+ "page": 25,
+ "x": 260,
+ "y": 518,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/ApparelStyles/HelmetCataphractAnimalist/HelmetCataphractAnimalist_south",
+ "page": 25,
+ "x": 518,
+ "y": 518,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/ApparelStyles/HelmetCataphractMorbid/HelmetCataphractMorbid",
+ "page": 35,
+ "x": 652,
+ "y": 262,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Humanlike/ApparelStyles/HelmetCataphractMorbid/HelmetCataphractMorbid_east",
+ "page": 25,
+ "x": 776,
+ "y": 518,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/ApparelStyles/HelmetCataphractMorbid/HelmetCataphractMorbid_north",
+ "page": 25,
+ "x": 1034,
+ "y": 518,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/ApparelStyles/HelmetCataphractMorbid/HelmetCataphractMorbid_south",
+ "page": 25,
+ "x": 1292,
+ "y": 518,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/ApparelStyles/HelmetCataphractTotemic/HelmetCataphractTotemic",
+ "page": 35,
+ "x": 782,
+ "y": 262,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Humanlike/ApparelStyles/HelmetCataphractTotemic/HelmetCataphractTotemic_east",
+ "page": 25,
+ "x": 1550,
+ "y": 518,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/ApparelStyles/HelmetCataphractTotemic/HelmetCataphractTotemic_north",
+ "page": 25,
+ "x": 2,
+ "y": 776,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/ApparelStyles/HelmetCataphractTotemic/HelmetCataphractTotemic_south",
+ "page": 25,
+ "x": 260,
+ "y": 776,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/ApparelStyles/HelmetMarineAnimalist/HelmetMarineAnimalist",
+ "page": 35,
+ "x": 912,
+ "y": 262,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Humanlike/ApparelStyles/HelmetMarineAnimalist/HelmetMarineAnimalist_east",
+ "page": 25,
+ "x": 518,
+ "y": 776,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/ApparelStyles/HelmetMarineAnimalist/HelmetMarineAnimalist_north",
+ "page": 25,
+ "x": 776,
+ "y": 776,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/ApparelStyles/HelmetMarineAnimalist/HelmetMarineAnimalist_south",
+ "page": 25,
+ "x": 1034,
+ "y": 776,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/ApparelStyles/HelmetMarineMorbid/HelmetMarineMorbid",
+ "page": 35,
+ "x": 1042,
+ "y": 262,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Humanlike/ApparelStyles/HelmetMarineMorbid/HelmetMarineMorbid_east",
+ "page": 25,
+ "x": 1292,
+ "y": 776,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/ApparelStyles/HelmetMarineMorbid/HelmetMarineMorbid_north",
+ "page": 25,
+ "x": 1550,
+ "y": 776,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/ApparelStyles/HelmetMarineMorbid/HelmetMarineMorbid_south",
+ "page": 25,
+ "x": 2,
+ "y": 1034,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/ApparelStyles/HelmetMarineTotemic/HelmetMarineTotemic",
+ "page": 35,
+ "x": 1172,
+ "y": 262,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Humanlike/ApparelStyles/HelmetMarineTotemic/HelmetMarineTotemic_east",
+ "page": 25,
+ "x": 260,
+ "y": 1034,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/ApparelStyles/HelmetMarineTotemic/HelmetMarineTotemic_north",
+ "page": 25,
+ "x": 518,
+ "y": 1034,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/ApparelStyles/HelmetMarineTotemic/HelmetMarineTotemic_south",
+ "page": 25,
+ "x": 776,
+ "y": 1034,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/ApparelStyles/HelmetReconAnimalist/HelmetReconAnimalist",
+ "page": 35,
+ "x": 1302,
+ "y": 262,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Humanlike/ApparelStyles/HelmetReconAnimalist/HelmetReconAnimalist_east",
+ "page": 25,
+ "x": 1034,
+ "y": 1034,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/ApparelStyles/HelmetReconAnimalist/HelmetReconAnimalist_north",
+ "page": 25,
+ "x": 1292,
+ "y": 1034,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/ApparelStyles/HelmetReconAnimalist/HelmetReconAnimalist_south",
+ "page": 25,
+ "x": 1550,
+ "y": 1034,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/ApparelStyles/HelmetReconMorbid/HelmetReconMorbid",
+ "page": 35,
+ "x": 1432,
+ "y": 262,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Humanlike/ApparelStyles/HelmetReconMorbid/HelmetReconMorbid_east",
+ "page": 25,
+ "x": 2,
+ "y": 1292,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/ApparelStyles/HelmetReconMorbid/HelmetReconMorbid_north",
+ "page": 25,
+ "x": 260,
+ "y": 1292,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/ApparelStyles/HelmetReconMorbid/HelmetReconMorbid_south",
+ "page": 25,
+ "x": 518,
+ "y": 1292,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/ApparelStyles/HelmetReconTotemic/HelmetReconTotemic",
+ "page": 35,
+ "x": 1562,
+ "y": 262,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Humanlike/ApparelStyles/HelmetReconTotemic/HelmetReconTotemic_east",
+ "page": 25,
+ "x": 776,
+ "y": 1292,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/ApparelStyles/HelmetReconTotemic/HelmetReconTotemic_north",
+ "page": 25,
+ "x": 1034,
+ "y": 1292,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/ApparelStyles/HelmetReconTotemic/HelmetReconTotemic_south",
+ "page": 25,
+ "x": 1292,
+ "y": 1292,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/ApparelStyles/HelmetSimpleHindu/HelmetSimpleHindu",
+ "page": 35,
+ "x": 1692,
+ "y": 262,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Humanlike/ApparelStyles/HelmetSimpleHindu/HelmetSimpleHindu_east",
+ "page": 25,
+ "x": 1550,
+ "y": 1292,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/ApparelStyles/HelmetSimpleHindu/HelmetSimpleHindu_north",
+ "page": 25,
+ "x": 2,
+ "y": 1550,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/ApparelStyles/HelmetSimpleHindu/HelmetSimpleHindu_south",
+ "page": 25,
+ "x": 260,
+ "y": 1550,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/ApparelStyles/HelmetSimpleRustic/HelmetSimpleRustic",
+ "page": 35,
+ "x": 1822,
+ "y": 262,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Humanlike/ApparelStyles/HelmetSimpleRustic/HelmetSimpleRustic_east",
+ "page": 25,
+ "x": 518,
+ "y": 1550,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/ApparelStyles/HelmetSimpleRustic/HelmetSimpleRustic_north",
+ "page": 25,
+ "x": 776,
+ "y": 1550,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/ApparelStyles/HelmetSimpleRustic/HelmetSimpleRustic_south",
+ "page": 25,
+ "x": 1034,
+ "y": 1550,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/ApparelStyles/HelmetSimpleSpikecore/HelmetSimpleSpikecore",
+ "page": 35,
+ "x": 2,
+ "y": 392,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Humanlike/ApparelStyles/HelmetSimpleSpikecore/HelmetSimpleSpikecore_east",
+ "page": 25,
+ "x": 1292,
+ "y": 1550,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/ApparelStyles/HelmetSimpleSpikecore/HelmetSimpleSpikecore_north",
+ "page": 25,
+ "x": 1550,
+ "y": 1550,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/ApparelStyles/HelmetSimpleSpikecore/HelmetSimpleSpikecore_south",
+ "page": 26,
+ "x": 2,
+ "y": 2,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/ApparelStyles/JacketSpikecore/JacketSpikecore",
+ "page": 35,
+ "x": 132,
+ "y": 392,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Humanlike/ApparelStyles/JacketSpikecore/JacketSpikecore_Fat_east",
+ "page": 26,
+ "x": 260,
+ "y": 2,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/ApparelStyles/JacketSpikecore/JacketSpikecore_Fat_north",
+ "page": 26,
+ "x": 518,
+ "y": 2,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/ApparelStyles/JacketSpikecore/JacketSpikecore_Fat_south",
+ "page": 26,
+ "x": 776,
+ "y": 2,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/ApparelStyles/JacketSpikecore/JacketSpikecore_Female_east",
+ "page": 26,
+ "x": 1034,
+ "y": 2,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/ApparelStyles/JacketSpikecore/JacketSpikecore_Female_north",
+ "page": 26,
+ "x": 1292,
+ "y": 2,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/ApparelStyles/JacketSpikecore/JacketSpikecore_Female_south",
+ "page": 26,
+ "x": 1550,
+ "y": 2,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/ApparelStyles/JacketSpikecore/JacketSpikecore_Hulk_east",
+ "page": 26,
+ "x": 2,
+ "y": 260,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/ApparelStyles/JacketSpikecore/JacketSpikecore_Hulk_north",
+ "page": 26,
+ "x": 260,
+ "y": 260,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/ApparelStyles/JacketSpikecore/JacketSpikecore_Hulk_south",
+ "page": 26,
+ "x": 518,
+ "y": 260,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/ApparelStyles/JacketSpikecore/JacketSpikecore_Male_east",
+ "page": 26,
+ "x": 776,
+ "y": 260,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/ApparelStyles/JacketSpikecore/JacketSpikecore_Male_north",
+ "page": 26,
+ "x": 1034,
+ "y": 260,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/ApparelStyles/JacketSpikecore/JacketSpikecore_Male_south",
+ "page": 26,
+ "x": 1292,
+ "y": 260,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/ApparelStyles/JacketSpikecore/JacketSpikecore_Thin_east",
+ "page": 26,
+ "x": 1550,
+ "y": 260,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/ApparelStyles/JacketSpikecore/JacketSpikecore_Thin_north",
+ "page": 26,
+ "x": 2,
+ "y": 518,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/ApparelStyles/JacketSpikecore/JacketSpikecore_Thin_south",
+ "page": 26,
+ "x": 260,
+ "y": 518,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/ApparelStyles/ParkaSpikecore/ParkaSpikecore",
+ "page": 35,
+ "x": 262,
+ "y": 392,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Humanlike/ApparelStyles/ParkaSpikecore/ParkaSpikecore_Fat_east",
+ "page": 26,
+ "x": 518,
+ "y": 518,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/ApparelStyles/ParkaSpikecore/ParkaSpikecore_Fat_north",
+ "page": 26,
+ "x": 776,
+ "y": 518,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/ApparelStyles/ParkaSpikecore/ParkaSpikecore_Fat_south",
+ "page": 26,
+ "x": 1034,
+ "y": 518,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/ApparelStyles/ParkaSpikecore/ParkaSpikecore_Female_east",
+ "page": 26,
+ "x": 1292,
+ "y": 518,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/ApparelStyles/ParkaSpikecore/ParkaSpikecore_Female_north",
+ "page": 26,
+ "x": 1550,
+ "y": 518,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/ApparelStyles/ParkaSpikecore/ParkaSpikecore_Female_south",
+ "page": 26,
+ "x": 2,
+ "y": 776,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/ApparelStyles/ParkaSpikecore/ParkaSpikecore_Hulk_east",
+ "page": 26,
+ "x": 260,
+ "y": 776,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/ApparelStyles/ParkaSpikecore/ParkaSpikecore_Hulk_north",
+ "page": 26,
+ "x": 518,
+ "y": 776,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/ApparelStyles/ParkaSpikecore/ParkaSpikecore_Hulk_south",
+ "page": 26,
+ "x": 776,
+ "y": 776,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/ApparelStyles/ParkaSpikecore/ParkaSpikecore_Male_east",
+ "page": 26,
+ "x": 1034,
+ "y": 776,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/ApparelStyles/ParkaSpikecore/ParkaSpikecore_Male_north",
+ "page": 26,
+ "x": 1292,
+ "y": 776,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/ApparelStyles/ParkaSpikecore/ParkaSpikecore_Male_south",
+ "page": 26,
+ "x": 1550,
+ "y": 776,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/ApparelStyles/ParkaSpikecore/ParkaSpikecore_Thin_east",
+ "page": 26,
+ "x": 2,
+ "y": 1034,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/ApparelStyles/ParkaSpikecore/ParkaSpikecore_Thin_north",
+ "page": 26,
+ "x": 260,
+ "y": 1034,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/ApparelStyles/ParkaSpikecore/ParkaSpikecore_Thin_south",
+ "page": 26,
+ "x": 518,
+ "y": 1034,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/ApparelStyles/WarMaskAnimalist/WarMaskAnimalist",
+ "page": 35,
+ "x": 392,
+ "y": 392,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Humanlike/ApparelStyles/WarMaskAnimalist/WarMaskAnimalist_east",
+ "page": 26,
+ "x": 776,
+ "y": 1034,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/ApparelStyles/WarMaskAnimalist/WarMaskAnimalist_north",
+ "page": 26,
+ "x": 1034,
+ "y": 1034,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/ApparelStyles/WarMaskAnimalist/WarMaskAnimalist_south",
+ "page": 26,
+ "x": 1292,
+ "y": 1034,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Beards/BeardAnchor_east",
+ "page": 26,
+ "x": 1550,
+ "y": 1034,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Beards/BeardAnchor_north",
+ "page": 26,
+ "x": 2,
+ "y": 1292,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Beards/BeardAnchor_south",
+ "page": 26,
+ "x": 260,
+ "y": 1292,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Beards/BeardBalin_east",
+ "page": 26,
+ "x": 518,
+ "y": 1292,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Beards/BeardBalin_north",
+ "page": 26,
+ "x": 776,
+ "y": 1292,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Beards/BeardBalin_south",
+ "page": 26,
+ "x": 1034,
+ "y": 1292,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Beards/BeardBifur_east",
+ "page": 26,
+ "x": 1292,
+ "y": 1292,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Beards/BeardBifur_north",
+ "page": 26,
+ "x": 1550,
+ "y": 1292,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Beards/BeardBifur_south",
+ "page": 26,
+ "x": 2,
+ "y": 1550,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Beards/BeardBoxed_east",
+ "page": 26,
+ "x": 260,
+ "y": 1550,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Beards/BeardBoxed_north",
+ "page": 26,
+ "x": 518,
+ "y": 1550,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Beards/BeardBoxed_south",
+ "page": 26,
+ "x": 776,
+ "y": 1550,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Beards/BeardCircle_east",
+ "page": 26,
+ "x": 1034,
+ "y": 1550,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Beards/BeardCircle_north",
+ "page": 26,
+ "x": 1292,
+ "y": 1550,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Beards/BeardCircle_south",
+ "page": 26,
+ "x": 1550,
+ "y": 1550,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Beards/BeardCleanShaven_east",
+ "page": 27,
+ "x": 2,
+ "y": 2,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Beards/BeardCleanShaven_north",
+ "page": 27,
+ "x": 260,
+ "y": 2,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Beards/BeardCleanShaven_south",
+ "page": 27,
+ "x": 518,
+ "y": 2,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Beards/BeardCurly_east",
+ "page": 27,
+ "x": 776,
+ "y": 2,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Beards/BeardCurly_north",
+ "page": 27,
+ "x": 1034,
+ "y": 2,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Beards/BeardCurly_south",
+ "page": 27,
+ "x": 1292,
+ "y": 2,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Beards/BeardCurtain_east",
+ "page": 27,
+ "x": 1550,
+ "y": 2,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Beards/BeardCurtain_north",
+ "page": 27,
+ "x": 2,
+ "y": 260,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Beards/BeardCurtain_south",
+ "page": 27,
+ "x": 260,
+ "y": 260,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Beards/BeardDori_east",
+ "page": 27,
+ "x": 518,
+ "y": 260,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Beards/BeardDori_north",
+ "page": 27,
+ "x": 776,
+ "y": 260,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Beards/BeardDori_south",
+ "page": 27,
+ "x": 1034,
+ "y": 260,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Beards/BeardDucktail_east",
+ "page": 27,
+ "x": 1292,
+ "y": 260,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Beards/BeardDucktail_north",
+ "page": 27,
+ "x": 1550,
+ "y": 260,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Beards/BeardDucktail_south",
+ "page": 27,
+ "x": 2,
+ "y": 518,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Beards/BeardDwalin_east",
+ "page": 27,
+ "x": 260,
+ "y": 518,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Beards/BeardDwalin_north",
+ "page": 27,
+ "x": 518,
+ "y": 518,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Beards/BeardDwalin_south",
+ "page": 27,
+ "x": 776,
+ "y": 518,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Beards/BeardFork_east",
+ "page": 27,
+ "x": 1034,
+ "y": 518,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Beards/BeardFork_north",
+ "page": 27,
+ "x": 1292,
+ "y": 518,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Beards/BeardFork_south",
+ "page": 27,
+ "x": 1550,
+ "y": 518,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Beards/BeardFrench_east",
+ "page": 27,
+ "x": 2,
+ "y": 776,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Beards/BeardFrench_north",
+ "page": 27,
+ "x": 260,
+ "y": 776,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Beards/BeardFrench_south",
+ "page": 27,
+ "x": 518,
+ "y": 776,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Beards/BeardFull_east",
+ "page": 27,
+ "x": 776,
+ "y": 776,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Beards/BeardFull_north",
+ "page": 27,
+ "x": 1034,
+ "y": 776,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Beards/BeardFull_south",
+ "page": 27,
+ "x": 1292,
+ "y": 776,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Beards/BeardFurskinCurlyMoustache_east",
+ "page": 27,
+ "x": 1550,
+ "y": 776,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Beards/BeardFurskinCurlyMoustache_south",
+ "page": 27,
+ "x": 2,
+ "y": 1034,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Beards/BeardFurskinKnots_east",
+ "page": 27,
+ "x": 260,
+ "y": 1034,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Beards/BeardFurskinKnots_south",
+ "page": 27,
+ "x": 518,
+ "y": 1034,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Beards/BeardFurskinMegabraid_east",
+ "page": 27,
+ "x": 776,
+ "y": 1034,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Beards/BeardFurskinMegabraid_south",
+ "page": 27,
+ "x": 1034,
+ "y": 1034,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Beards/BeardFurskinMonkey_east",
+ "page": 27,
+ "x": 1292,
+ "y": 1034,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Beards/BeardFurskinMonkey_south",
+ "page": 27,
+ "x": 1550,
+ "y": 1034,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Beards/BeardFurskinMoustache_east",
+ "page": 27,
+ "x": 2,
+ "y": 1292,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Beards/BeardFurskinMoustache_south",
+ "page": 27,
+ "x": 260,
+ "y": 1292,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Beards/BeardFurskinScruffy_east",
+ "page": 27,
+ "x": 518,
+ "y": 1292,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Beards/BeardFurskinScruffy_south",
+ "page": 27,
+ "x": 776,
+ "y": 1292,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Beards/BeardFurskinSenile_east",
+ "page": 27,
+ "x": 1034,
+ "y": 1292,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Beards/BeardFurskinSenile_south",
+ "page": 27,
+ "x": 1292,
+ "y": 1292,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Beards/BeardFurskinSideChops_east",
+ "page": 27,
+ "x": 1550,
+ "y": 1292,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Beards/BeardFurskinSideChops_south",
+ "page": 27,
+ "x": 2,
+ "y": 1550,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Beards/BeardFurskinSideTufts_east",
+ "page": 27,
+ "x": 260,
+ "y": 1550,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Beards/BeardFurskinSideTufts_south",
+ "page": 27,
+ "x": 518,
+ "y": 1550,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Beards/BeardFurskinStrongChops_east",
+ "page": 27,
+ "x": 776,
+ "y": 1550,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Beards/BeardFurskinStrongChops_south",
+ "page": 27,
+ "x": 1034,
+ "y": 1550,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Beards/BeardGoatee_east",
+ "page": 27,
+ "x": 1292,
+ "y": 1550,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Beards/BeardGoatee_north",
+ "page": 27,
+ "x": 1550,
+ "y": 1550,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Beards/BeardGoatee_south",
+ "page": 28,
+ "x": 2,
+ "y": 2,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Beards/BeardImperial_east",
+ "page": 28,
+ "x": 260,
+ "y": 2,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Beards/BeardImperial_north",
+ "page": 28,
+ "x": 518,
+ "y": 2,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Beards/BeardImperial_south",
+ "page": 28,
+ "x": 776,
+ "y": 2,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Beards/BeardKhal_east",
+ "page": 28,
+ "x": 1034,
+ "y": 2,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Beards/BeardKhal_north",
+ "page": 28,
+ "x": 1292,
+ "y": 2,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Beards/BeardKhal_south",
+ "page": 28,
+ "x": 1550,
+ "y": 2,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Beards/BeardLincoln_east",
+ "page": 28,
+ "x": 2,
+ "y": 260,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Beards/BeardLincoln_north",
+ "page": 28,
+ "x": 260,
+ "y": 260,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Beards/BeardLincoln_south",
+ "page": 28,
+ "x": 518,
+ "y": 260,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Beards/BeardLongDutch_east",
+ "page": 28,
+ "x": 776,
+ "y": 260,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Beards/BeardLongDutch_north",
+ "page": 28,
+ "x": 1034,
+ "y": 260,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Beards/BeardLongDutch_south",
+ "page": 28,
+ "x": 1292,
+ "y": 260,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Beards/BeardMachete_east",
+ "page": 28,
+ "x": 1550,
+ "y": 260,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Beards/BeardMachete_north",
+ "page": 28,
+ "x": 2,
+ "y": 518,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Beards/BeardMachete_south",
+ "page": 28,
+ "x": 260,
+ "y": 518,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Beards/BeardMoustache_east",
+ "page": 28,
+ "x": 518,
+ "y": 518,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Beards/BeardMoustache_north",
+ "page": 28,
+ "x": 776,
+ "y": 518,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Beards/BeardMoustache_south",
+ "page": 28,
+ "x": 1034,
+ "y": 518,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Beards/BeardMuttonChops_east",
+ "page": 28,
+ "x": 1292,
+ "y": 518,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Beards/BeardMuttonChops_north",
+ "page": 28,
+ "x": 1550,
+ "y": 518,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Beards/BeardMuttonChops_south",
+ "page": 28,
+ "x": 2,
+ "y": 776,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Beards/BeardNori_east",
+ "page": 28,
+ "x": 260,
+ "y": 776,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Beards/BeardNori_north",
+ "page": 28,
+ "x": 518,
+ "y": 776,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Beards/BeardNori_south",
+ "page": 28,
+ "x": 776,
+ "y": 776,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Beards/BeardOldDutch_east",
+ "page": 28,
+ "x": 1034,
+ "y": 776,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Beards/BeardOldDutch_north",
+ "page": 28,
+ "x": 1292,
+ "y": 776,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Beards/BeardOldDutch_south",
+ "page": 28,
+ "x": 1550,
+ "y": 776,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Beards/BeardSeer_east",
+ "page": 28,
+ "x": 2,
+ "y": 1034,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Beards/BeardSeer_north",
+ "page": 28,
+ "x": 260,
+ "y": 1034,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Beards/BeardSeer_south",
+ "page": 28,
+ "x": 518,
+ "y": 1034,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Beards/BeardSideWhiskers_east",
+ "page": 28,
+ "x": 776,
+ "y": 1034,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Beards/BeardSideWhiskers_north",
+ "page": 28,
+ "x": 1034,
+ "y": 1034,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Beards/BeardSideWhiskers_south",
+ "page": 28,
+ "x": 1292,
+ "y": 1034,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Beards/BeardSoulPatch_east",
+ "page": 28,
+ "x": 1550,
+ "y": 1034,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Beards/BeardSoulPatch_north",
+ "page": 28,
+ "x": 2,
+ "y": 1292,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Beards/BeardSoulPatch_south",
+ "page": 28,
+ "x": 260,
+ "y": 1292,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Beards/BeardStubble_east",
+ "page": 28,
+ "x": 518,
+ "y": 1292,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Beards/BeardStubble_north",
+ "page": 28,
+ "x": 776,
+ "y": 1292,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Beards/BeardStubble_south",
+ "page": 28,
+ "x": 1034,
+ "y": 1292,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Beards/BeardUrist_east",
+ "page": 28,
+ "x": 1292,
+ "y": 1292,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Beards/BeardUrist_north",
+ "page": 28,
+ "x": 1550,
+ "y": 1292,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Beards/BeardUrist_south",
+ "page": 28,
+ "x": 2,
+ "y": 1550,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Beards/BeardVanDyke_east",
+ "page": 28,
+ "x": 260,
+ "y": 1550,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Beards/BeardVanDyke_north",
+ "page": 28,
+ "x": 518,
+ "y": 1550,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Beards/BeardVanDyke_south",
+ "page": 28,
+ "x": 776,
+ "y": 1550,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Beards/BeardWizard_east",
+ "page": 28,
+ "x": 1034,
+ "y": 1550,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Beards/BeardWizard_north",
+ "page": 28,
+ "x": 1292,
+ "y": 1550,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Beards/BeardWizard_south",
+ "page": 28,
+ "x": 1550,
+ "y": 1550,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Beards/Slicked_north",
+ "page": 29,
+ "x": 2,
+ "y": 2,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Bodies/Dessicated/Dessicated_Child_east",
+ "page": 35,
+ "x": 522,
+ "y": 392,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Bodies/Dessicated/Dessicated_Child_north",
+ "page": 35,
+ "x": 652,
+ "y": 392,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Bodies/Dessicated/Dessicated_Child_south",
+ "page": 35,
+ "x": 782,
+ "y": 392,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Bodies/FurCovered_Fat_east",
+ "page": 29,
+ "x": 260,
+ "y": 2,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Bodies/FurCovered_Fat_north",
+ "page": 29,
+ "x": 518,
+ "y": 2,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Bodies/FurCovered_Fat_south",
+ "page": 29,
+ "x": 776,
+ "y": 2,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Bodies/FurCovered_Female_east",
+ "page": 29,
+ "x": 1034,
+ "y": 2,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Bodies/FurCovered_Female_north",
+ "page": 29,
+ "x": 1292,
+ "y": 2,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Bodies/FurCovered_Female_south",
+ "page": 29,
+ "x": 1550,
+ "y": 2,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Bodies/FurCovered_Hulk_east",
+ "page": 29,
+ "x": 2,
+ "y": 260,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Bodies/FurCovered_Hulk_north",
+ "page": 29,
+ "x": 260,
+ "y": 260,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Bodies/FurCovered_Hulk_south",
+ "page": 29,
+ "x": 518,
+ "y": 260,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Bodies/FurCovered_Male_east",
+ "page": 29,
+ "x": 776,
+ "y": 260,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Bodies/FurCovered_Male_north",
+ "page": 29,
+ "x": 1034,
+ "y": 260,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Bodies/FurCovered_Male_south",
+ "page": 29,
+ "x": 1292,
+ "y": 260,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Bodies/FurCovered_Thin_east",
+ "page": 29,
+ "x": 1550,
+ "y": 260,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Bodies/FurCovered_Thin_north",
+ "page": 29,
+ "x": 2,
+ "y": 518,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Bodies/FurCovered_Thin_south",
+ "page": 29,
+ "x": 260,
+ "y": 518,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Bodies/Naked_Child_east",
+ "page": 35,
+ "x": 912,
+ "y": 392,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Bodies/Naked_Child_north",
+ "page": 35,
+ "x": 1042,
+ "y": 392,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Bodies/Naked_Child_south",
+ "page": 35,
+ "x": 1172,
+ "y": 392,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Bodies/Naked_FurChild_east",
+ "page": 35,
+ "x": 1302,
+ "y": 392,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Bodies/Naked_FurChild_north",
+ "page": 35,
+ "x": 1432,
+ "y": 392,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Bodies/Naked_FurChild_south",
+ "page": 35,
+ "x": 1562,
+ "y": 392,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Humanlike/BodyAttachments/FurryTail/FurryTail_east",
+ "page": 29,
+ "x": 518,
+ "y": 518,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/BodyAttachments/FurryTail/FurryTail_north",
+ "page": 29,
+ "x": 776,
+ "y": 518,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/BodyAttachments/FurryTail/FurryTail_south",
+ "page": 29,
+ "x": 1034,
+ "y": 518,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/BodyAttachments/SmoothTail/SmoothTail_east",
+ "page": 29,
+ "x": 1292,
+ "y": 518,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/BodyAttachments/SmoothTail/SmoothTail_north",
+ "page": 29,
+ "x": 1550,
+ "y": 518,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/BodyAttachments/SmoothTail/SmoothTail_south",
+ "page": 29,
+ "x": 2,
+ "y": 776,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Hairs/Ponytails_south",
+ "page": 35,
+ "x": 1692,
+ "y": 392,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Hairs/Primal_east",
+ "page": 35,
+ "x": 1822,
+ "y": 392,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Hairs/Primal_north",
+ "page": 35,
+ "x": 2,
+ "y": 522,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Hairs/Primal_south",
+ "page": 35,
+ "x": 132,
+ "y": 522,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Hairs/Randy_east",
+ "page": 35,
+ "x": 262,
+ "y": 522,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Hairs/Randy_north",
+ "page": 35,
+ "x": 392,
+ "y": 522,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Hairs/Randy_south",
+ "page": 35,
+ "x": 522,
+ "y": 522,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Hairs/Recruit_east",
+ "page": 35,
+ "x": 652,
+ "y": 522,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Hairs/Recruit_north",
+ "page": 35,
+ "x": 782,
+ "y": 522,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Hairs/Recruit_south",
+ "page": 35,
+ "x": 912,
+ "y": 522,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Hairs/Revolt_east",
+ "page": 35,
+ "x": 1042,
+ "y": 522,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Hairs/Revolt_north",
+ "page": 35,
+ "x": 1172,
+ "y": 522,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Hairs/Revolt_south",
+ "page": 35,
+ "x": 1302,
+ "y": 522,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Hairs/Rockstar_east",
+ "page": 35,
+ "x": 1432,
+ "y": 522,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Hairs/Rockstar_north",
+ "page": 35,
+ "x": 1562,
+ "y": 522,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Hairs/Rockstar_south",
+ "page": 35,
+ "x": 1692,
+ "y": 522,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Hairs/Rookie_east",
+ "page": 35,
+ "x": 1822,
+ "y": 522,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Hairs/Rookie_north",
+ "page": 35,
+ "x": 2,
+ "y": 652,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Hairs/Rookie_south",
+ "page": 35,
+ "x": 132,
+ "y": 652,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Hairs/Royalty/Anne_east",
+ "page": 35,
+ "x": 262,
+ "y": 652,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Hairs/Royalty/Anne_north",
+ "page": 35,
+ "x": 392,
+ "y": 652,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Hairs/Royalty/Anne_south",
+ "page": 35,
+ "x": 522,
+ "y": 652,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Hairs/Royalty/Artist_east",
+ "page": 35,
+ "x": 652,
+ "y": 652,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Hairs/Royalty/Artist_north",
+ "page": 35,
+ "x": 782,
+ "y": 652,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Hairs/Royalty/Artist_south",
+ "page": 35,
+ "x": 912,
+ "y": 652,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Hairs/Royalty/Elisabeth_east",
+ "page": 35,
+ "x": 1042,
+ "y": 652,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Hairs/Royalty/Elisabeth_north",
+ "page": 35,
+ "x": 1172,
+ "y": 652,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Hairs/Royalty/Elisabeth_south",
+ "page": 35,
+ "x": 1302,
+ "y": 652,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Hairs/Royalty/Henry_east",
+ "page": 35,
+ "x": 1432,
+ "y": 652,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Hairs/Royalty/Henry_north",
+ "page": 35,
+ "x": 1562,
+ "y": 652,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Hairs/Royalty/Henry_south",
+ "page": 35,
+ "x": 1692,
+ "y": 652,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Hairs/Royalty/Jane_east",
+ "page": 35,
+ "x": 1822,
+ "y": 652,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Hairs/Royalty/Jane_north",
+ "page": 35,
+ "x": 2,
+ "y": 782,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Hairs/Royalty/Jane_south",
+ "page": 35,
+ "x": 132,
+ "y": 782,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Hairs/Royalty/Mary_east",
+ "page": 35,
+ "x": 262,
+ "y": 782,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Hairs/Royalty/Mary_north",
+ "page": 35,
+ "x": 392,
+ "y": 782,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Hairs/Royalty/Mary_south",
+ "page": 35,
+ "x": 522,
+ "y": 782,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Hairs/Royalty/Richard_east",
+ "page": 35,
+ "x": 652,
+ "y": 782,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Hairs/Royalty/Richard_north",
+ "page": 35,
+ "x": 782,
+ "y": 782,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Hairs/Royalty/Richard_south",
+ "page": 35,
+ "x": 912,
+ "y": 782,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Hairs/Royalty/Stephen_east",
+ "page": 35,
+ "x": 1042,
+ "y": 782,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Hairs/Royalty/Stephen_north",
+ "page": 35,
+ "x": 1172,
+ "y": 782,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Hairs/Royalty/Stephen_south",
+ "page": 35,
+ "x": 1302,
+ "y": 782,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Hairs/Royalty/Victoria_east",
+ "page": 35,
+ "x": 1432,
+ "y": 782,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Hairs/Royalty/Victoria_north",
+ "page": 35,
+ "x": 1562,
+ "y": 782,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Hairs/Royalty/Victoria_south",
+ "page": 35,
+ "x": 1692,
+ "y": 782,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Hairs/Royalty/William_east",
+ "page": 35,
+ "x": 1822,
+ "y": 782,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Hairs/Royalty/William_north",
+ "page": 35,
+ "x": 2,
+ "y": 912,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Hairs/Royalty/William_south",
+ "page": 35,
+ "x": 132,
+ "y": 912,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Hairs/Savage_east",
+ "page": 35,
+ "x": 262,
+ "y": 912,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Hairs/Savage_north",
+ "page": 35,
+ "x": 392,
+ "y": 912,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Hairs/Savage_south",
+ "page": 35,
+ "x": 522,
+ "y": 912,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Hairs/Scrapper_east",
+ "page": 35,
+ "x": 652,
+ "y": 912,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Hairs/Scrapper_north",
+ "page": 35,
+ "x": 782,
+ "y": 912,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Hairs/Scrapper_south",
+ "page": 35,
+ "x": 912,
+ "y": 912,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Hairs/Snazzy_east",
+ "page": 35,
+ "x": 1042,
+ "y": 912,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Hairs/Snazzy_north",
+ "page": 35,
+ "x": 1172,
+ "y": 912,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Hairs/Snazzy_south",
+ "page": 35,
+ "x": 1302,
+ "y": 912,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Hairs/Sticky_east",
+ "page": 35,
+ "x": 1432,
+ "y": 912,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Hairs/Sticky_north",
+ "page": 35,
+ "x": 1562,
+ "y": 912,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Hairs/Sticky_south",
+ "page": 35,
+ "x": 1692,
+ "y": 912,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Hairs/ThrallCeremonial_east",
+ "page": 35,
+ "x": 1822,
+ "y": 912,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Hairs/ThrallCeremonial_north",
+ "page": 35,
+ "x": 2,
+ "y": 1042,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Hairs/ThrallCeremonial_south",
+ "page": 35,
+ "x": 132,
+ "y": 1042,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Hairs/ThrallCircular_east",
+ "page": 35,
+ "x": 262,
+ "y": 1042,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Hairs/ThrallCircular_north",
+ "page": 35,
+ "x": 392,
+ "y": 1042,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Hairs/ThrallCircular_south",
+ "page": 35,
+ "x": 522,
+ "y": 1042,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Hairs/ThrallRectangular_east",
+ "page": 35,
+ "x": 652,
+ "y": 1042,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Hairs/ThrallRectangular_north",
+ "page": 35,
+ "x": 782,
+ "y": 1042,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Hairs/ThrallRectangular_south",
+ "page": 35,
+ "x": 912,
+ "y": 1042,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Hairs/ThrallSpotted_east",
+ "page": 35,
+ "x": 1042,
+ "y": 1042,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Hairs/ThrallSpotted_north",
+ "page": 35,
+ "x": 1172,
+ "y": 1042,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Hairs/ThrallSpotted_south",
+ "page": 35,
+ "x": 1302,
+ "y": 1042,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Hairs/Warden_east",
+ "page": 35,
+ "x": 1432,
+ "y": 1042,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Hairs/Warden_north",
+ "page": 35,
+ "x": 1562,
+ "y": 1042,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Hairs/Warden_south",
+ "page": 35,
+ "x": 1692,
+ "y": 1042,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Humanlike/HeadAttachments/CatEars/CatEars_east",
+ "page": 29,
+ "x": 260,
+ "y": 776,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/HeadAttachments/CatEars/CatEars_north",
+ "page": 29,
+ "x": 518,
+ "y": 776,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/HeadAttachments/CatEars/CatEars_south",
+ "page": 29,
+ "x": 776,
+ "y": 776,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/HeadAttachments/CenterHorn/CenterHorn_east",
+ "page": 29,
+ "x": 1034,
+ "y": 776,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/HeadAttachments/CenterHorn/CenterHorn_north",
+ "page": 29,
+ "x": 1292,
+ "y": 776,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/HeadAttachments/CenterHorn/CenterHorn_south",
+ "page": 29,
+ "x": 1550,
+ "y": 776,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/HeadAttachments/FacialRidges/FacialRidgesA_east",
+ "page": 29,
+ "x": 2,
+ "y": 1034,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/HeadAttachments/FacialRidges/FacialRidgesA_south",
+ "page": 29,
+ "x": 260,
+ "y": 1034,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/HeadAttachments/FacialRidges/FacialRidgesB_east",
+ "page": 29,
+ "x": 518,
+ "y": 1034,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/HeadAttachments/FacialRidges/FacialRidgesB_south",
+ "page": 29,
+ "x": 776,
+ "y": 1034,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/HeadAttachments/FacialRidges/FacialRidgesC_east",
+ "page": 29,
+ "x": 1034,
+ "y": 1034,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/HeadAttachments/FacialRidges/FacialRidgesC_south",
+ "page": 29,
+ "x": 1292,
+ "y": 1034,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/HeadAttachments/FloppyEars/FloppyEars_east",
+ "page": 29,
+ "x": 1550,
+ "y": 1034,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/HeadAttachments/FloppyEars/FloppyEars_north",
+ "page": 29,
+ "x": 2,
+ "y": 1292,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/HeadAttachments/FloppyEars/FloppyEars_south",
+ "page": 29,
+ "x": 260,
+ "y": 1292,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/HeadAttachments/HeavyBrow/HeavyBrow_east",
+ "page": 29,
+ "x": 518,
+ "y": 1292,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/HeadAttachments/HeavyBrow/HeavyBrow_south",
+ "page": 29,
+ "x": 776,
+ "y": 1292,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/HeadAttachments/MiniHorns/MiniHorns_east",
+ "page": 29,
+ "x": 1034,
+ "y": 1292,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/HeadAttachments/MiniHorns/MiniHorns_north",
+ "page": 29,
+ "x": 1292,
+ "y": 1292,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/HeadAttachments/MiniHorns/MiniHorns_south",
+ "page": 29,
+ "x": 1550,
+ "y": 1292,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/HeadAttachments/PigEars/PigEars_east",
+ "page": 29,
+ "x": 2,
+ "y": 1550,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/HeadAttachments/PigEars/PigEars_north",
+ "page": 29,
+ "x": 260,
+ "y": 1550,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/HeadAttachments/PigEars/PigEars_south",
+ "page": 29,
+ "x": 518,
+ "y": 1550,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/HeadAttachments/PigNose/PigNose_east",
+ "page": 29,
+ "x": 776,
+ "y": 1550,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/HeadAttachments/PigNose/PigNose_south",
+ "page": 29,
+ "x": 1034,
+ "y": 1550,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/HeadAttachments/PointedEars/PointedEars_east",
+ "page": 29,
+ "x": 1292,
+ "y": 1550,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/HeadAttachments/PointedEars/PointedEars_north",
+ "page": 29,
+ "x": 1550,
+ "y": 1550,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/HeadAttachments/PointedEars/PointedEars_south",
+ "page": 30,
+ "x": 2,
+ "y": 2,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Heads/FurCovered_Average1_Normal_east",
+ "page": 30,
+ "x": 260,
+ "y": 2,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Heads/FurCovered_Average1_Normal_north",
+ "page": 30,
+ "x": 518,
+ "y": 2,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Heads/FurCovered_Average1_Normal_south",
+ "page": 30,
+ "x": 776,
+ "y": 2,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Heads/FurCovered_Average2_Normal_east",
+ "page": 30,
+ "x": 1034,
+ "y": 2,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Heads/FurCovered_Average2_Normal_north",
+ "page": 30,
+ "x": 1292,
+ "y": 2,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Heads/FurCovered_Average2_Normal_south",
+ "page": 30,
+ "x": 1550,
+ "y": 2,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Heads/FurCovered_Average3_Normal_east",
+ "page": 30,
+ "x": 2,
+ "y": 260,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Heads/FurCovered_Average3_Normal_north",
+ "page": 30,
+ "x": 260,
+ "y": 260,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Heads/FurCovered_Average3_Normal_south",
+ "page": 30,
+ "x": 518,
+ "y": 260,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Heads/FurCovered_Gaunt_Normal_east",
+ "page": 30,
+ "x": 776,
+ "y": 260,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Heads/FurCovered_Gaunt_Normal_north",
+ "page": 30,
+ "x": 1034,
+ "y": 260,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Heads/FurCovered_Gaunt_Normal_south",
+ "page": 30,
+ "x": 1292,
+ "y": 260,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Heads/FurCovered_Narrow1_Normal_east",
+ "page": 30,
+ "x": 1550,
+ "y": 260,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Heads/FurCovered_Narrow1_Normal_north",
+ "page": 30,
+ "x": 2,
+ "y": 518,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Heads/FurCovered_Narrow1_Normal_south",
+ "page": 30,
+ "x": 260,
+ "y": 518,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Heads/FurCovered_Narrow2_Normal_east",
+ "page": 30,
+ "x": 518,
+ "y": 518,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Heads/FurCovered_Narrow2_Normal_north",
+ "page": 30,
+ "x": 776,
+ "y": 518,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Heads/FurCovered_Narrow2_Normal_south",
+ "page": 30,
+ "x": 1034,
+ "y": 518,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Heads/FurCovered_Narrow3_Normal_east",
+ "page": 30,
+ "x": 1292,
+ "y": 518,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Heads/FurCovered_Narrow3_Normal_north",
+ "page": 30,
+ "x": 1550,
+ "y": 518,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Heads/FurCovered_Narrow3_Normal_south",
+ "page": 30,
+ "x": 2,
+ "y": 776,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Heads/FurCovered_Wide1_Normal_east",
+ "page": 30,
+ "x": 260,
+ "y": 776,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Heads/FurCovered_Wide1_Normal_north",
+ "page": 30,
+ "x": 518,
+ "y": 776,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Heads/FurCovered_Wide1_Normal_south",
+ "page": 30,
+ "x": 776,
+ "y": 776,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Heads/FurCovered_Wide2_Normal_east",
+ "page": 30,
+ "x": 1034,
+ "y": 776,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Heads/FurCovered_Wide2_Normal_north",
+ "page": 30,
+ "x": 1292,
+ "y": 776,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Heads/FurCovered_Wide2_Normal_south",
+ "page": 30,
+ "x": 1550,
+ "y": 776,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Heads/FurCovered_Wide3_Normal_east",
+ "page": 30,
+ "x": 2,
+ "y": 1034,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Heads/FurCovered_Wide3_Normal_north",
+ "page": 30,
+ "x": 260,
+ "y": 1034,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Heads/FurCovered_Wide3_Normal_south",
+ "page": 30,
+ "x": 518,
+ "y": 1034,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Tattoos/Body_Buttons/TattooButtons_east",
+ "page": 30,
+ "x": 776,
+ "y": 1034,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Tattoos/Body_Buttons/TattooButtons_north",
+ "page": 30,
+ "x": 1034,
+ "y": 1034,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Tattoos/Body_Buttons/TattooButtons_south",
+ "page": 30,
+ "x": 1292,
+ "y": 1034,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Tattoos/Body_Cross/TattooCross_east",
+ "page": 30,
+ "x": 1550,
+ "y": 1034,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Tattoos/Body_Cross/TattooCross_north",
+ "page": 30,
+ "x": 2,
+ "y": 1292,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Tattoos/Body_Cross/TattooCross_south",
+ "page": 30,
+ "x": 260,
+ "y": 1292,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Tattoos/Body_Heart/Body_Heart_east",
+ "page": 30,
+ "x": 518,
+ "y": 1292,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Tattoos/Body_Heart/Body_Heart_north",
+ "page": 30,
+ "x": 776,
+ "y": 1292,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Tattoos/Body_Heart/Body_Heart_south",
+ "page": 30,
+ "x": 1034,
+ "y": 1292,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Tattoos/Body_Insect/TattooInsect_east",
+ "page": 30,
+ "x": 1292,
+ "y": 1292,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Tattoos/Body_Insect/TattooInsect_south",
+ "page": 30,
+ "x": 1550,
+ "y": 1292,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Tattoos/Body_Jester/TattooJester_east",
+ "page": 30,
+ "x": 2,
+ "y": 1550,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Tattoos/Body_Jester/TattooJester_north",
+ "page": 30,
+ "x": 260,
+ "y": 1550,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Tattoos/Body_Jester/TattooJester_south",
+ "page": 30,
+ "x": 518,
+ "y": 1550,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Tattoos/Body_Moon/TattooMoon_east",
+ "page": 30,
+ "x": 776,
+ "y": 1550,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Tattoos/Body_Moon/TattooMoon_north",
+ "page": 30,
+ "x": 1034,
+ "y": 1550,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Tattoos/Body_Moon/TattooMoon_south",
+ "page": 30,
+ "x": 1292,
+ "y": 1550,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Tattoos/Body_Power/TattooPower_east",
+ "page": 30,
+ "x": 1550,
+ "y": 1550,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Tattoos/Body_Power/TattooPower_north",
+ "page": 31,
+ "x": 2,
+ "y": 2,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Tattoos/Body_Power/TattooPower_south",
+ "page": 31,
+ "x": 260,
+ "y": 2,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Tattoos/Body_Rings/TattooRings_east",
+ "page": 31,
+ "x": 518,
+ "y": 2,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Tattoos/Body_Rings/TattooRings_north",
+ "page": 31,
+ "x": 776,
+ "y": 2,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Tattoos/Body_Rings/TattooRings_south",
+ "page": 31,
+ "x": 1034,
+ "y": 2,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Tattoos/Body_Royal/TattooRoyal_east",
+ "page": 31,
+ "x": 1292,
+ "y": 2,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Tattoos/Body_Royal/TattooRoyal_north",
+ "page": 31,
+ "x": 1550,
+ "y": 2,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Tattoos/Body_Royal/TattooRoyal_south",
+ "page": 31,
+ "x": 2,
+ "y": 260,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Tattoos/Body_Scar/TattooScar_east",
+ "page": 31,
+ "x": 260,
+ "y": 260,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Tattoos/Body_Scar/TattooScar_north",
+ "page": 31,
+ "x": 518,
+ "y": 260,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Tattoos/Body_Scar/TattooScar_south",
+ "page": 31,
+ "x": 776,
+ "y": 260,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Tattoos/Body_Skeleton/TattooSkeleton_east",
+ "page": 31,
+ "x": 1034,
+ "y": 260,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Tattoos/Body_Skeleton/TattooSkeleton_north",
+ "page": 31,
+ "x": 1292,
+ "y": 260,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Tattoos/Body_Skeleton/TattooSkeleton_south",
+ "page": 31,
+ "x": 1550,
+ "y": 260,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Tattoos/Body_Skull/Body_Skull_east",
+ "page": 31,
+ "x": 2,
+ "y": 518,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Tattoos/Body_Skull/Body_Skull_north",
+ "page": 31,
+ "x": 260,
+ "y": 518,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Tattoos/Body_Skull/Body_Skull_south",
+ "page": 31,
+ "x": 518,
+ "y": 518,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Tattoos/Body_Spike/TattooSpike_east",
+ "page": 31,
+ "x": 776,
+ "y": 518,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Tattoos/Body_Spike/TattooSpike_north",
+ "page": 31,
+ "x": 1034,
+ "y": 518,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Tattoos/Body_Spike/TattooSpike_south",
+ "page": 31,
+ "x": 1292,
+ "y": 518,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Tattoos/Body_Sun/TattooSun_east",
+ "page": 31,
+ "x": 1550,
+ "y": 518,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Tattoos/Body_Sun/TattooSun_north",
+ "page": 31,
+ "x": 2,
+ "y": 776,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Tattoos/Body_Sun/TattooSun_south",
+ "page": 31,
+ "x": 260,
+ "y": 776,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Tattoos/Body_Tiger/Body_Tiger_east",
+ "page": 31,
+ "x": 518,
+ "y": 776,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Tattoos/Body_Tiger/Body_Tiger_north",
+ "page": 31,
+ "x": 776,
+ "y": 776,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Tattoos/Body_Tiger/Body_Tiger_south",
+ "page": 31,
+ "x": 1034,
+ "y": 776,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Tattoos/Body_Wings/TattooWings_east",
+ "page": 31,
+ "x": 1292,
+ "y": 776,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Tattoos/Body_Wings/TattooWings_north",
+ "page": 31,
+ "x": 1550,
+ "y": 776,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Tattoos/Face_Cobweb/FaceTattooCobweb_east",
+ "page": 31,
+ "x": 2,
+ "y": 1034,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Tattoos/Face_Cobweb/FaceTattooCobweb_south",
+ "page": 31,
+ "x": 260,
+ "y": 1034,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Tattoos/Face_Double/FaceTattooDouble_east",
+ "page": 31,
+ "x": 518,
+ "y": 1034,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Tattoos/Face_Double/FaceTattooDouble_north",
+ "page": 31,
+ "x": 776,
+ "y": 1034,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Tattoos/Face_Double/FaceTattooDouble_south",
+ "page": 31,
+ "x": 1034,
+ "y": 1034,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Tattoos/Face_Eclipse/FaceTattooEclipse_east",
+ "page": 31,
+ "x": 1292,
+ "y": 1034,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Tattoos/Face_Eclipse/FaceTattooEclipse_north",
+ "page": 31,
+ "x": 1550,
+ "y": 1034,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Tattoos/Face_Eclipse/FaceTattooEclipse_south",
+ "page": 31,
+ "x": 2,
+ "y": 1292,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Tattoos/Face_Headshot/FaceTattooHeadshot_east",
+ "page": 31,
+ "x": 260,
+ "y": 1292,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Tattoos/Face_Headshot/FaceTattooHeadshot_south",
+ "page": 31,
+ "x": 518,
+ "y": 1292,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Tattoos/Face_Line/FaceTattooLine_east",
+ "page": 31,
+ "x": 776,
+ "y": 1292,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Tattoos/Face_Line/FaceTattooLine_north",
+ "page": 31,
+ "x": 1034,
+ "y": 1292,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Tattoos/Face_Line/FaceTattooLine_south",
+ "page": 31,
+ "x": 1292,
+ "y": 1292,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Tattoos/Face_Love/FaceTattooLove_east",
+ "page": 31,
+ "x": 1550,
+ "y": 1292,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Tattoos/Face_Love/FaceTattooLove_north",
+ "page": 31,
+ "x": 2,
+ "y": 1550,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Tattoos/Face_Love/FaceTattooLove_south",
+ "page": 31,
+ "x": 260,
+ "y": 1550,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Tattoos/Face_Oracle/FaceTattooOracle_east",
+ "page": 31,
+ "x": 518,
+ "y": 1550,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Tattoos/Face_Oracle/FaceTattooOracle_south",
+ "page": 31,
+ "x": 776,
+ "y": 1550,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Tattoos/Face_Pantheon/FaceTattooPantheon_east",
+ "page": 31,
+ "x": 1034,
+ "y": 1550,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Tattoos/Face_Pantheon/FaceTattooPantheon_south",
+ "page": 31,
+ "x": 1292,
+ "y": 1550,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Tattoos/Face_Spider/FaceTattooSpider_east",
+ "page": 31,
+ "x": 1550,
+ "y": 1550,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Tattoos/Face_Spider/FaceTattooSpider_south",
+ "page": 32,
+ "x": 2,
+ "y": 2,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Tattoos/Face_Stars/FaceTattooStars_east",
+ "page": 32,
+ "x": 260,
+ "y": 2,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Tattoos/Face_Stars/FaceTattooStars_north",
+ "page": 32,
+ "x": 518,
+ "y": 2,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Tattoos/Face_Stars/FaceTattooStars_south",
+ "page": 32,
+ "x": 776,
+ "y": 2,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Tattoos/Face_Tear/Face_Tear_east",
+ "page": 32,
+ "x": 1034,
+ "y": 2,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Tattoos/Face_Tear/Face_Tear_south",
+ "page": 32,
+ "x": 1292,
+ "y": 2,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Tattoos/Face_Tiger/Face_Tiger_east",
+ "page": 32,
+ "x": 1550,
+ "y": 2,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Tattoos/Face_Tiger/Face_Tiger_north",
+ "page": 32,
+ "x": 2,
+ "y": 260,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Tattoos/Face_Tiger/Face_Tiger_south",
+ "page": 32,
+ "x": 260,
+ "y": 260,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Tattoos/Face_Warpaint/FaceTattooWarpaint_east",
+ "page": 32,
+ "x": 518,
+ "y": 260,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Tattoos/Face_Warpaint/FaceTattooWarpaint_south",
+ "page": 32,
+ "x": 776,
+ "y": 260,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Tattoos/Face_Worried/FaceTattooWorried_east",
+ "page": 32,
+ "x": 1034,
+ "y": 260,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Humanlike/Tattoos/Face_Worried/FaceTattooWorried_south",
+ "page": 32,
+ "x": 1292,
+ "y": 260,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Mechanoid/AllegianceOverlays/CentipedeBurner_east",
+ "page": 4,
+ "x": 516,
+ "y": 516,
+ "w": 512,
+ "h": 512
+ },
+ {
+ "key": "Things/Pawn/Mechanoid/AllegianceOverlays/CentipedeBurner_north",
+ "page": 4,
+ "x": 1030,
+ "y": 516,
+ "w": 512,
+ "h": 512
+ },
+ {
+ "key": "Things/Pawn/Mechanoid/AllegianceOverlays/CentipedeBurner_south",
+ "page": 4,
+ "x": 2,
+ "y": 1030,
+ "w": 512,
+ "h": 512
+ },
+ {
+ "key": "Things/Pawn/Mechanoid/AllegianceOverlays/CentipedeGunner_east",
+ "page": 4,
+ "x": 516,
+ "y": 1030,
+ "w": 512,
+ "h": 512
+ },
+ {
+ "key": "Things/Pawn/Mechanoid/AllegianceOverlays/CentipedeGunner_north",
+ "page": 4,
+ "x": 1030,
+ "y": 1030,
+ "w": 512,
+ "h": 512
+ },
+ {
+ "key": "Things/Pawn/Mechanoid/AllegianceOverlays/CentipedeGunner_south",
+ "page": 5,
+ "x": 2,
+ "y": 2,
+ "w": 512,
+ "h": 512
+ },
+ {
+ "key": "Things/Pawn/Mechanoid/AllegianceOverlays/MechWarqueen_east",
+ "page": 5,
+ "x": 516,
+ "y": 2,
+ "w": 512,
+ "h": 512
+ },
+ {
+ "key": "Things/Pawn/Mechanoid/AllegianceOverlays/MechWarqueen_north",
+ "page": 5,
+ "x": 1030,
+ "y": 2,
+ "w": 512,
+ "h": 512
+ },
+ {
+ "key": "Things/Pawn/Mechanoid/AllegianceOverlays/MechWarqueen_south",
+ "page": 5,
+ "x": 2,
+ "y": 516,
+ "w": 512,
+ "h": 512
+ },
+ {
+ "key": "Things/Pawn/Mechanoid/AllegianceOverlays/Mech_Apocriton_east",
+ "page": 5,
+ "x": 516,
+ "y": 516,
+ "w": 512,
+ "h": 512
+ },
+ {
+ "key": "Things/Pawn/Mechanoid/AllegianceOverlays/Mech_Apocriton_north",
+ "page": 5,
+ "x": 1030,
+ "y": 516,
+ "w": 512,
+ "h": 512
+ },
+ {
+ "key": "Things/Pawn/Mechanoid/AllegianceOverlays/Mech_Apocriton_south",
+ "page": 5,
+ "x": 2,
+ "y": 1030,
+ "w": 512,
+ "h": 512
+ },
+ {
+ "key": "Things/Pawn/Mechanoid/AllegianceOverlays/Mech_Beamstrider_east",
+ "page": 32,
+ "x": 1550,
+ "y": 260,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Mechanoid/AllegianceOverlays/Mech_Beamstrider_north",
+ "page": 32,
+ "x": 2,
+ "y": 518,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Mechanoid/AllegianceOverlays/Mech_Beamstrider_south",
+ "page": 32,
+ "x": 260,
+ "y": 518,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Mechanoid/AllegianceOverlays/Mech_Centipede_east",
+ "page": 5,
+ "x": 516,
+ "y": 1030,
+ "w": 512,
+ "h": 512
+ },
+ {
+ "key": "Things/Pawn/Mechanoid/AllegianceOverlays/Mech_Centipede_north",
+ "page": 5,
+ "x": 1030,
+ "y": 1030,
+ "w": 512,
+ "h": 512
+ },
+ {
+ "key": "Things/Pawn/Mechanoid/AllegianceOverlays/Mech_Centipede_south",
+ "page": 6,
+ "x": 2,
+ "y": 2,
+ "w": 512,
+ "h": 512
+ },
+ {
+ "key": "Things/Pawn/Mechanoid/AllegianceOverlays/Mech_Centurion_east",
+ "page": 32,
+ "x": 518,
+ "y": 518,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Mechanoid/AllegianceOverlays/Mech_Centurion_north",
+ "page": 32,
+ "x": 776,
+ "y": 518,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Mechanoid/AllegianceOverlays/Mech_Centurion_south",
+ "page": 32,
+ "x": 1034,
+ "y": 518,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Mechanoid/AllegianceOverlays/Mech_Diablo_east",
+ "page": 6,
+ "x": 516,
+ "y": 2,
+ "w": 512,
+ "h": 512
+ },
+ {
+ "key": "Things/Pawn/Mechanoid/AllegianceOverlays/Mech_Diablo_north",
+ "page": 6,
+ "x": 1030,
+ "y": 2,
+ "w": 512,
+ "h": 512
+ },
+ {
+ "key": "Things/Pawn/Mechanoid/AllegianceOverlays/Mech_Diablo_south",
+ "page": 6,
+ "x": 2,
+ "y": 516,
+ "w": 512,
+ "h": 512
+ },
+ {
+ "key": "Things/Pawn/Mechanoid/AllegianceOverlays/Mech_Lancer_east",
+ "page": 32,
+ "x": 1292,
+ "y": 518,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Mechanoid/AllegianceOverlays/Mech_Lancer_north",
+ "page": 32,
+ "x": 1550,
+ "y": 518,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Mechanoid/AllegianceOverlays/Mech_Lancer_south",
+ "page": 32,
+ "x": 2,
+ "y": 776,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Mechanoid/AllegianceOverlays/Mech_Legionary_east",
+ "page": 32,
+ "x": 260,
+ "y": 776,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Mechanoid/AllegianceOverlays/Mech_Legionary_north",
+ "page": 32,
+ "x": 518,
+ "y": 776,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Mechanoid/AllegianceOverlays/Mech_Legionary_south",
+ "page": 32,
+ "x": 776,
+ "y": 776,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Mechanoid/AllegianceOverlays/Mech_Paladin_east",
+ "page": 32,
+ "x": 1034,
+ "y": 776,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Mechanoid/AllegianceOverlays/Mech_Paladin_north",
+ "page": 32,
+ "x": 1292,
+ "y": 776,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Mechanoid/AllegianceOverlays/Mech_Paladin_south",
+ "page": 32,
+ "x": 1550,
+ "y": 776,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Mechanoid/AllegianceOverlays/Mech_Paramedic_east",
+ "page": 32,
+ "x": 2,
+ "y": 1034,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Mechanoid/AllegianceOverlays/Mech_Paramedic_north",
+ "page": 32,
+ "x": 260,
+ "y": 1034,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Mechanoid/AllegianceOverlays/Mech_Paramedic_south",
+ "page": 32,
+ "x": 518,
+ "y": 1034,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Mechanoid/AllegianceOverlays/Mech_Pikeman_east",
+ "page": 32,
+ "x": 776,
+ "y": 1034,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Mechanoid/AllegianceOverlays/Mech_Pikeman_north",
+ "page": 32,
+ "x": 1034,
+ "y": 1034,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Mechanoid/AllegianceOverlays/Mech_Pikeman_south",
+ "page": 32,
+ "x": 1292,
+ "y": 1034,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Mechanoid/AllegianceOverlays/Mech_Scorcher_east",
+ "page": 32,
+ "x": 1550,
+ "y": 1034,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Mechanoid/AllegianceOverlays/Mech_Scorcher_north",
+ "page": 32,
+ "x": 2,
+ "y": 1292,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Mechanoid/AllegianceOverlays/Mech_Scorcher_south",
+ "page": 32,
+ "x": 260,
+ "y": 1292,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Mechanoid/AllegianceOverlays/Mech_Scyther_east",
+ "page": 32,
+ "x": 518,
+ "y": 1292,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Mechanoid/AllegianceOverlays/Mech_Scyther_north",
+ "page": 32,
+ "x": 776,
+ "y": 1292,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Mechanoid/AllegianceOverlays/Mech_Scyther_south",
+ "page": 32,
+ "x": 1034,
+ "y": 1292,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Mechanoid/ApocritonAncient_east",
+ "page": 6,
+ "x": 516,
+ "y": 516,
+ "w": 512,
+ "h": 512
+ },
+ {
+ "key": "Things/Pawn/Mechanoid/ApocritonAncient_north",
+ "page": 6,
+ "x": 1030,
+ "y": 516,
+ "w": 512,
+ "h": 512
+ },
+ {
+ "key": "Things/Pawn/Mechanoid/ApocritonAncient_south",
+ "page": 6,
+ "x": 2,
+ "y": 1030,
+ "w": 512,
+ "h": 512
+ },
+ {
+ "key": "Things/Pawn/Mechanoid/Apocriton_east",
+ "page": 6,
+ "x": 516,
+ "y": 1030,
+ "w": 512,
+ "h": 512
+ },
+ {
+ "key": "Things/Pawn/Mechanoid/Apocriton_north",
+ "page": 6,
+ "x": 1030,
+ "y": 1030,
+ "w": 512,
+ "h": 512
+ },
+ {
+ "key": "Things/Pawn/Mechanoid/Apocriton_south",
+ "page": 7,
+ "x": 2,
+ "y": 2,
+ "w": 512,
+ "h": 512
+ },
+ {
+ "key": "Things/Pawn/Mechanoid/Apparel/HeavyPersonalShield",
+ "page": 35,
+ "x": 1822,
+ "y": 1042,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Mechanoid/CentipedeBurnerClean_east",
+ "page": 32,
+ "x": 1292,
+ "y": 1292,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Mechanoid/CentipedeBurnerClean_north",
+ "page": 32,
+ "x": 1550,
+ "y": 1292,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Mechanoid/CentipedeBurnerClean_south",
+ "page": 32,
+ "x": 2,
+ "y": 1550,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Mechanoid/CentipedeBurner_east",
+ "page": 32,
+ "x": 260,
+ "y": 1550,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Mechanoid/CentipedeBurner_north",
+ "page": 32,
+ "x": 518,
+ "y": 1550,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Mechanoid/CentipedeBurner_south",
+ "page": 32,
+ "x": 776,
+ "y": 1550,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Mechanoid/CentipedeClean_east",
+ "page": 32,
+ "x": 1034,
+ "y": 1550,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Mechanoid/CentipedeClean_north",
+ "page": 32,
+ "x": 1292,
+ "y": 1550,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Mechanoid/CentipedeClean_south",
+ "page": 32,
+ "x": 1550,
+ "y": 1550,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Mechanoid/CentipedeGunnerClean_east",
+ "page": 33,
+ "x": 2,
+ "y": 2,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Mechanoid/CentipedeGunnerClean_north",
+ "page": 33,
+ "x": 260,
+ "y": 2,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Mechanoid/CentipedeGunnerClean_south",
+ "page": 33,
+ "x": 518,
+ "y": 2,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Mechanoid/CentipedeGunner_east",
+ "page": 33,
+ "x": 776,
+ "y": 2,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Mechanoid/CentipedeGunner_north",
+ "page": 33,
+ "x": 1034,
+ "y": 2,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Mechanoid/CentipedeGunner_south",
+ "page": 33,
+ "x": 1292,
+ "y": 2,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Mechanoid/Centipede_east",
+ "page": 33,
+ "x": 1550,
+ "y": 2,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Mechanoid/Centipede_north",
+ "page": 33,
+ "x": 2,
+ "y": 260,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Mechanoid/Centipede_south",
+ "page": 33,
+ "x": 260,
+ "y": 260,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Mechanoid/CenturionAncient_east",
+ "page": 33,
+ "x": 518,
+ "y": 260,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Mechanoid/CenturionAncient_north",
+ "page": 33,
+ "x": 776,
+ "y": 260,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Mechanoid/CenturionAncient_south",
+ "page": 33,
+ "x": 1034,
+ "y": 260,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Mechanoid/Centurion_east",
+ "page": 33,
+ "x": 1292,
+ "y": 260,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Mechanoid/Centurion_north",
+ "page": 33,
+ "x": 1550,
+ "y": 260,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Mechanoid/Centurion_south",
+ "page": 33,
+ "x": 2,
+ "y": 518,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Mechanoid/DiabolusAncient_east",
+ "page": 7,
+ "x": 516,
+ "y": 2,
+ "w": 512,
+ "h": 512
+ },
+ {
+ "key": "Things/Pawn/Mechanoid/DiabolusAncient_north",
+ "page": 7,
+ "x": 1030,
+ "y": 2,
+ "w": 512,
+ "h": 512
+ },
+ {
+ "key": "Things/Pawn/Mechanoid/DiabolusAncient_south",
+ "page": 7,
+ "x": 2,
+ "y": 516,
+ "w": 512,
+ "h": 512
+ },
+ {
+ "key": "Things/Pawn/Mechanoid/Diabolus_east",
+ "page": 7,
+ "x": 516,
+ "y": 516,
+ "w": 512,
+ "h": 512
+ },
+ {
+ "key": "Things/Pawn/Mechanoid/Diabolus_north",
+ "page": 7,
+ "x": 1030,
+ "y": 516,
+ "w": 512,
+ "h": 512
+ },
+ {
+ "key": "Things/Pawn/Mechanoid/Diabolus_south",
+ "page": 7,
+ "x": 2,
+ "y": 1030,
+ "w": 512,
+ "h": 512
+ },
+ {
+ "key": "Things/Pawn/Mechanoid/HalfGestatedMechLarge",
+ "page": 33,
+ "x": 260,
+ "y": 518,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Mechanoid/HalfGestatedMechSmall",
+ "page": 35,
+ "x": 2,
+ "y": 1172,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Pawn/Mechanoid/LancerClean_east",
+ "page": 33,
+ "x": 518,
+ "y": 518,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Mechanoid/LancerClean_north",
+ "page": 33,
+ "x": 776,
+ "y": 518,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Mechanoid/LancerClean_south",
+ "page": 33,
+ "x": 1034,
+ "y": 518,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Mechanoid/Lancer_east",
+ "page": 33,
+ "x": 1292,
+ "y": 518,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Mechanoid/Lancer_north",
+ "page": 33,
+ "x": 1550,
+ "y": 518,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Mechanoid/Lancer_south",
+ "page": 33,
+ "x": 2,
+ "y": 776,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Mechanoid/LegionaryAncient_east",
+ "page": 33,
+ "x": 260,
+ "y": 776,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Mechanoid/LegionaryAncient_north",
+ "page": 33,
+ "x": 518,
+ "y": 776,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Mechanoid/LegionaryAncient_south",
+ "page": 33,
+ "x": 776,
+ "y": 776,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Mechanoid/Legionary_east",
+ "page": 33,
+ "x": 1034,
+ "y": 776,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Mechanoid/Legionary_north",
+ "page": 33,
+ "x": 1292,
+ "y": 776,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Mechanoid/Legionary_south",
+ "page": 33,
+ "x": 1550,
+ "y": 776,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Mechanoid/ParamedicAncient_east",
+ "page": 33,
+ "x": 2,
+ "y": 1034,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Mechanoid/ParamedicAncient_north",
+ "page": 33,
+ "x": 260,
+ "y": 1034,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Mechanoid/ParamedicAncient_south",
+ "page": 33,
+ "x": 518,
+ "y": 1034,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Mechanoid/Paramedic_east",
+ "page": 33,
+ "x": 776,
+ "y": 1034,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Mechanoid/Paramedic_north",
+ "page": 33,
+ "x": 1034,
+ "y": 1034,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Mechanoid/Paramedic_south",
+ "page": 33,
+ "x": 1292,
+ "y": 1034,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Mechanoid/PikemanClean_east",
+ "page": 33,
+ "x": 1550,
+ "y": 1034,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Mechanoid/PikemanClean_north",
+ "page": 33,
+ "x": 2,
+ "y": 1292,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Mechanoid/PikemanClean_south",
+ "page": 33,
+ "x": 260,
+ "y": 1292,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Mechanoid/Pikeman_east",
+ "page": 33,
+ "x": 518,
+ "y": 1292,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Mechanoid/Pikeman_north",
+ "page": 33,
+ "x": 776,
+ "y": 1292,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Mechanoid/Pikeman_south",
+ "page": 33,
+ "x": 1034,
+ "y": 1292,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Mechanoid/ScorcherAncient_east",
+ "page": 33,
+ "x": 1292,
+ "y": 1292,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Mechanoid/ScorcherAncient_north",
+ "page": 33,
+ "x": 1550,
+ "y": 1292,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Mechanoid/ScorcherAncient_south",
+ "page": 33,
+ "x": 2,
+ "y": 1550,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Mechanoid/Scorcher_east",
+ "page": 33,
+ "x": 260,
+ "y": 1550,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Mechanoid/Scorcher_north",
+ "page": 33,
+ "x": 518,
+ "y": 1550,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Mechanoid/Scorcher_south",
+ "page": 33,
+ "x": 776,
+ "y": 1550,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Mechanoid/ScytherClean_east",
+ "page": 33,
+ "x": 1034,
+ "y": 1550,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Mechanoid/ScytherClean_north",
+ "page": 33,
+ "x": 1292,
+ "y": 1550,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Mechanoid/ScytherClean_south",
+ "page": 33,
+ "x": 1550,
+ "y": 1550,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Mechanoid/Scyther_east",
+ "page": 34,
+ "x": 2,
+ "y": 2,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Mechanoid/Scyther_north",
+ "page": 34,
+ "x": 260,
+ "y": 2,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Mechanoid/Scyther_south",
+ "page": 34,
+ "x": 518,
+ "y": 2,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Mechanoid/TermiteClean_east",
+ "page": 34,
+ "x": 776,
+ "y": 2,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Mechanoid/TermiteClean_north",
+ "page": 34,
+ "x": 1034,
+ "y": 2,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Mechanoid/TermiteClean_south",
+ "page": 34,
+ "x": 1292,
+ "y": 2,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Mechanoid/Termite_east",
+ "page": 34,
+ "x": 1550,
+ "y": 2,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Mechanoid/Termite_north",
+ "page": 34,
+ "x": 2,
+ "y": 260,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Mechanoid/Termite_south",
+ "page": 34,
+ "x": 260,
+ "y": 260,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Mechanoid/TesseronAncient_east",
+ "page": 34,
+ "x": 518,
+ "y": 260,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Mechanoid/TesseronAncient_north",
+ "page": 34,
+ "x": 776,
+ "y": 260,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Mechanoid/TesseronAncient_south",
+ "page": 34,
+ "x": 1034,
+ "y": 260,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Mechanoid/Tesseron_east",
+ "page": 34,
+ "x": 1292,
+ "y": 260,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Mechanoid/Tesseron_north",
+ "page": 34,
+ "x": 1550,
+ "y": 260,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Mechanoid/Tesseron_south",
+ "page": 34,
+ "x": 2,
+ "y": 518,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Mechanoid/TunnelerAncient_east",
+ "page": 34,
+ "x": 260,
+ "y": 518,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Mechanoid/TunnelerAncient_north",
+ "page": 34,
+ "x": 518,
+ "y": 518,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Mechanoid/TunnelerAncient_south",
+ "page": 34,
+ "x": 776,
+ "y": 518,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Mechanoid/Tunneler_east",
+ "page": 34,
+ "x": 1034,
+ "y": 518,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Mechanoid/Tunneler_north",
+ "page": 34,
+ "x": 1292,
+ "y": 518,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Mechanoid/Tunneler_south",
+ "page": 34,
+ "x": 1550,
+ "y": 518,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Pawn/Mechanoid/WarqueenAncient_east",
+ "page": 7,
+ "x": 516,
+ "y": 1030,
+ "w": 512,
+ "h": 512
+ },
+ {
+ "key": "Things/Pawn/Mechanoid/WarqueenAncient_north",
+ "page": 7,
+ "x": 1030,
+ "y": 1030,
+ "w": 512,
+ "h": 512
+ },
+ {
+ "key": "Things/Pawn/Mechanoid/WarqueenAncient_south",
+ "page": 8,
+ "x": 2,
+ "y": 2,
+ "w": 512,
+ "h": 512
+ },
+ {
+ "key": "Things/Pawn/Mechanoid/Warqueen_east",
+ "page": 8,
+ "x": 516,
+ "y": 2,
+ "w": 512,
+ "h": 512
+ },
+ {
+ "key": "Things/Pawn/Mechanoid/Warqueen_north",
+ "page": 8,
+ "x": 1030,
+ "y": 2,
+ "w": 512,
+ "h": 512
+ },
+ {
+ "key": "Things/Pawn/Mechanoid/Warqueen_south",
+ "page": 8,
+ "x": 2,
+ "y": 516,
+ "w": 512,
+ "h": 512
+ }
+ ]
+}
\ No newline at end of file
diff --git a/src/LittleSim/Assets/Atlases/Things.Pawn.atlas.0.png b/src/LittleSim/Assets/Atlases/Things.Pawn.atlas.0.png
new file mode 100644
index 0000000..4f34611
Binary files /dev/null and b/src/LittleSim/Assets/Atlases/Things.Pawn.atlas.0.png differ
diff --git a/src/LittleSim/Assets/Atlases/Things.Pawn.atlas.1.png b/src/LittleSim/Assets/Atlases/Things.Pawn.atlas.1.png
new file mode 100644
index 0000000..4177b23
Binary files /dev/null and b/src/LittleSim/Assets/Atlases/Things.Pawn.atlas.1.png differ
diff --git a/src/LittleSim/Assets/Atlases/Things.Pawn.atlas.10.png b/src/LittleSim/Assets/Atlases/Things.Pawn.atlas.10.png
new file mode 100644
index 0000000..e04b686
Binary files /dev/null and b/src/LittleSim/Assets/Atlases/Things.Pawn.atlas.10.png differ
diff --git a/src/LittleSim/Assets/Atlases/Things.Pawn.atlas.11.png b/src/LittleSim/Assets/Atlases/Things.Pawn.atlas.11.png
new file mode 100644
index 0000000..880477f
Binary files /dev/null and b/src/LittleSim/Assets/Atlases/Things.Pawn.atlas.11.png differ
diff --git a/src/LittleSim/Assets/Atlases/Things.Pawn.atlas.12.png b/src/LittleSim/Assets/Atlases/Things.Pawn.atlas.12.png
new file mode 100644
index 0000000..d450a30
Binary files /dev/null and b/src/LittleSim/Assets/Atlases/Things.Pawn.atlas.12.png differ
diff --git a/src/LittleSim/Assets/Atlases/Things.Pawn.atlas.13.png b/src/LittleSim/Assets/Atlases/Things.Pawn.atlas.13.png
new file mode 100644
index 0000000..517f21a
Binary files /dev/null and b/src/LittleSim/Assets/Atlases/Things.Pawn.atlas.13.png differ
diff --git a/src/LittleSim/Assets/Atlases/Things.Pawn.atlas.14.png b/src/LittleSim/Assets/Atlases/Things.Pawn.atlas.14.png
new file mode 100644
index 0000000..ddeec42
Binary files /dev/null and b/src/LittleSim/Assets/Atlases/Things.Pawn.atlas.14.png differ
diff --git a/src/LittleSim/Assets/Atlases/Things.Pawn.atlas.15.png b/src/LittleSim/Assets/Atlases/Things.Pawn.atlas.15.png
new file mode 100644
index 0000000..6cc7144
Binary files /dev/null and b/src/LittleSim/Assets/Atlases/Things.Pawn.atlas.15.png differ
diff --git a/src/LittleSim/Assets/Atlases/Things.Pawn.atlas.16.png b/src/LittleSim/Assets/Atlases/Things.Pawn.atlas.16.png
new file mode 100644
index 0000000..30dd70d
Binary files /dev/null and b/src/LittleSim/Assets/Atlases/Things.Pawn.atlas.16.png differ
diff --git a/src/LittleSim/Assets/Atlases/Things.Pawn.atlas.17.png b/src/LittleSim/Assets/Atlases/Things.Pawn.atlas.17.png
new file mode 100644
index 0000000..99fbe58
Binary files /dev/null and b/src/LittleSim/Assets/Atlases/Things.Pawn.atlas.17.png differ
diff --git a/src/LittleSim/Assets/Atlases/Things.Pawn.atlas.18.png b/src/LittleSim/Assets/Atlases/Things.Pawn.atlas.18.png
new file mode 100644
index 0000000..3f8ba09
Binary files /dev/null and b/src/LittleSim/Assets/Atlases/Things.Pawn.atlas.18.png differ
diff --git a/src/LittleSim/Assets/Atlases/Things.Pawn.atlas.19.png b/src/LittleSim/Assets/Atlases/Things.Pawn.atlas.19.png
new file mode 100644
index 0000000..2c0ef54
Binary files /dev/null and b/src/LittleSim/Assets/Atlases/Things.Pawn.atlas.19.png differ
diff --git a/src/LittleSim/Assets/Atlases/Things.Pawn.atlas.2.png b/src/LittleSim/Assets/Atlases/Things.Pawn.atlas.2.png
new file mode 100644
index 0000000..f2a8973
Binary files /dev/null and b/src/LittleSim/Assets/Atlases/Things.Pawn.atlas.2.png differ
diff --git a/src/LittleSim/Assets/Atlases/Things.Pawn.atlas.20.png b/src/LittleSim/Assets/Atlases/Things.Pawn.atlas.20.png
new file mode 100644
index 0000000..5eb2407
Binary files /dev/null and b/src/LittleSim/Assets/Atlases/Things.Pawn.atlas.20.png differ
diff --git a/src/LittleSim/Assets/Atlases/Things.Pawn.atlas.21.png b/src/LittleSim/Assets/Atlases/Things.Pawn.atlas.21.png
new file mode 100644
index 0000000..e59b227
Binary files /dev/null and b/src/LittleSim/Assets/Atlases/Things.Pawn.atlas.21.png differ
diff --git a/src/LittleSim/Assets/Atlases/Things.Pawn.atlas.22.png b/src/LittleSim/Assets/Atlases/Things.Pawn.atlas.22.png
new file mode 100644
index 0000000..49cedf2
Binary files /dev/null and b/src/LittleSim/Assets/Atlases/Things.Pawn.atlas.22.png differ
diff --git a/src/LittleSim/Assets/Atlases/Things.Pawn.atlas.23.png b/src/LittleSim/Assets/Atlases/Things.Pawn.atlas.23.png
new file mode 100644
index 0000000..7f34563
Binary files /dev/null and b/src/LittleSim/Assets/Atlases/Things.Pawn.atlas.23.png differ
diff --git a/src/LittleSim/Assets/Atlases/Things.Pawn.atlas.24.png b/src/LittleSim/Assets/Atlases/Things.Pawn.atlas.24.png
new file mode 100644
index 0000000..fde3c11
Binary files /dev/null and b/src/LittleSim/Assets/Atlases/Things.Pawn.atlas.24.png differ
diff --git a/src/LittleSim/Assets/Atlases/Things.Pawn.atlas.25.png b/src/LittleSim/Assets/Atlases/Things.Pawn.atlas.25.png
new file mode 100644
index 0000000..f24e8ad
Binary files /dev/null and b/src/LittleSim/Assets/Atlases/Things.Pawn.atlas.25.png differ
diff --git a/src/LittleSim/Assets/Atlases/Things.Pawn.atlas.26.png b/src/LittleSim/Assets/Atlases/Things.Pawn.atlas.26.png
new file mode 100644
index 0000000..99e6111
Binary files /dev/null and b/src/LittleSim/Assets/Atlases/Things.Pawn.atlas.26.png differ
diff --git a/src/LittleSim/Assets/Atlases/Things.Pawn.atlas.27.png b/src/LittleSim/Assets/Atlases/Things.Pawn.atlas.27.png
new file mode 100644
index 0000000..252a435
Binary files /dev/null and b/src/LittleSim/Assets/Atlases/Things.Pawn.atlas.27.png differ
diff --git a/src/LittleSim/Assets/Atlases/Things.Pawn.atlas.28.png b/src/LittleSim/Assets/Atlases/Things.Pawn.atlas.28.png
new file mode 100644
index 0000000..52d4abd
Binary files /dev/null and b/src/LittleSim/Assets/Atlases/Things.Pawn.atlas.28.png differ
diff --git a/src/LittleSim/Assets/Atlases/Things.Pawn.atlas.29.png b/src/LittleSim/Assets/Atlases/Things.Pawn.atlas.29.png
new file mode 100644
index 0000000..2c04bcb
Binary files /dev/null and b/src/LittleSim/Assets/Atlases/Things.Pawn.atlas.29.png differ
diff --git a/src/LittleSim/Assets/Atlases/Things.Pawn.atlas.3.png b/src/LittleSim/Assets/Atlases/Things.Pawn.atlas.3.png
new file mode 100644
index 0000000..ed4bcb0
Binary files /dev/null and b/src/LittleSim/Assets/Atlases/Things.Pawn.atlas.3.png differ
diff --git a/src/LittleSim/Assets/Atlases/Things.Pawn.atlas.30.png b/src/LittleSim/Assets/Atlases/Things.Pawn.atlas.30.png
new file mode 100644
index 0000000..cf4008a
Binary files /dev/null and b/src/LittleSim/Assets/Atlases/Things.Pawn.atlas.30.png differ
diff --git a/src/LittleSim/Assets/Atlases/Things.Pawn.atlas.31.png b/src/LittleSim/Assets/Atlases/Things.Pawn.atlas.31.png
new file mode 100644
index 0000000..d3861e8
Binary files /dev/null and b/src/LittleSim/Assets/Atlases/Things.Pawn.atlas.31.png differ
diff --git a/src/LittleSim/Assets/Atlases/Things.Pawn.atlas.32.png b/src/LittleSim/Assets/Atlases/Things.Pawn.atlas.32.png
new file mode 100644
index 0000000..42dda1c
Binary files /dev/null and b/src/LittleSim/Assets/Atlases/Things.Pawn.atlas.32.png differ
diff --git a/src/LittleSim/Assets/Atlases/Things.Pawn.atlas.33.png b/src/LittleSim/Assets/Atlases/Things.Pawn.atlas.33.png
new file mode 100644
index 0000000..f51b4e8
Binary files /dev/null and b/src/LittleSim/Assets/Atlases/Things.Pawn.atlas.33.png differ
diff --git a/src/LittleSim/Assets/Atlases/Things.Pawn.atlas.34.png b/src/LittleSim/Assets/Atlases/Things.Pawn.atlas.34.png
new file mode 100644
index 0000000..165ecfe
Binary files /dev/null and b/src/LittleSim/Assets/Atlases/Things.Pawn.atlas.34.png differ
diff --git a/src/LittleSim/Assets/Atlases/Things.Pawn.atlas.35.png b/src/LittleSim/Assets/Atlases/Things.Pawn.atlas.35.png
new file mode 100644
index 0000000..630cdf7
Binary files /dev/null and b/src/LittleSim/Assets/Atlases/Things.Pawn.atlas.35.png differ
diff --git a/src/LittleSim/Assets/Atlases/Things.Pawn.atlas.4.png b/src/LittleSim/Assets/Atlases/Things.Pawn.atlas.4.png
new file mode 100644
index 0000000..27cd8a2
Binary files /dev/null and b/src/LittleSim/Assets/Atlases/Things.Pawn.atlas.4.png differ
diff --git a/src/LittleSim/Assets/Atlases/Things.Pawn.atlas.5.png b/src/LittleSim/Assets/Atlases/Things.Pawn.atlas.5.png
new file mode 100644
index 0000000..318fe7a
Binary files /dev/null and b/src/LittleSim/Assets/Atlases/Things.Pawn.atlas.5.png differ
diff --git a/src/LittleSim/Assets/Atlases/Things.Pawn.atlas.6.png b/src/LittleSim/Assets/Atlases/Things.Pawn.atlas.6.png
new file mode 100644
index 0000000..6aa893d
Binary files /dev/null and b/src/LittleSim/Assets/Atlases/Things.Pawn.atlas.6.png differ
diff --git a/src/LittleSim/Assets/Atlases/Things.Pawn.atlas.7.png b/src/LittleSim/Assets/Atlases/Things.Pawn.atlas.7.png
new file mode 100644
index 0000000..09ee729
Binary files /dev/null and b/src/LittleSim/Assets/Atlases/Things.Pawn.atlas.7.png differ
diff --git a/src/LittleSim/Assets/Atlases/Things.Pawn.atlas.8.png b/src/LittleSim/Assets/Atlases/Things.Pawn.atlas.8.png
new file mode 100644
index 0000000..7cd8cf7
Binary files /dev/null and b/src/LittleSim/Assets/Atlases/Things.Pawn.atlas.8.png differ
diff --git a/src/LittleSim/Assets/Atlases/Things.Pawn.atlas.9.png b/src/LittleSim/Assets/Atlases/Things.Pawn.atlas.9.png
new file mode 100644
index 0000000..cdafa40
Binary files /dev/null and b/src/LittleSim/Assets/Atlases/Things.Pawn.atlas.9.png differ
diff --git a/src/LittleSim/Assets/Atlases/Things.Plant.atlas b/src/LittleSim/Assets/Atlases/Things.Plant.atlas
new file mode 100644
index 0000000..0fa9c3e
--- /dev/null
+++ b/src/LittleSim/Assets/Atlases/Things.Plant.atlas
@@ -0,0 +1,1198 @@
+{
+ "version": 1,
+ "name": "Things.Plant",
+ "pageSize": 2048,
+ "padding": 2,
+ "pages": [
+ {
+ "file": "Things.Plant.atlas.0.png",
+ "width": 2048,
+ "height": 2048
+ },
+ {
+ "file": "Things.Plant.atlas.1.png",
+ "width": 2048,
+ "height": 2048
+ },
+ {
+ "file": "Things.Plant.atlas.2.png",
+ "width": 2048,
+ "height": 2048
+ },
+ {
+ "file": "Things.Plant.atlas.3.png",
+ "width": 2048,
+ "height": 512
+ }
+ ],
+ "regions": [
+ {
+ "key": "Things/Plant/Agarilux/AgariluxA",
+ "page": 2,
+ "x": 1292,
+ "y": 1292,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Plant/Agarilux/AgariluxB",
+ "page": 2,
+ "x": 1422,
+ "y": 1292,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Plant/Agave/AgaveA",
+ "page": 2,
+ "x": 1552,
+ "y": 1292,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Plant/Agave/AgaveB",
+ "page": 2,
+ "x": 1682,
+ "y": 1292,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Plant/Alocasia/AlocasiaA",
+ "page": 1,
+ "x": 1284,
+ "y": 2,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Plant/Alocasia/AlocasiaB",
+ "page": 1,
+ "x": 1542,
+ "y": 2,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Plant/Ambrosia/Ambrosia",
+ "page": 2,
+ "x": 1812,
+ "y": 1292,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Plant/BerryPlant/BerryPlant",
+ "page": 2,
+ "x": 2,
+ "y": 1550,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Plant/BerryPlant/BerryPlantA",
+ "page": 2,
+ "x": 132,
+ "y": 1550,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Plant/BonsaiTree/BonsaiTreeA",
+ "page": 2,
+ "x": 262,
+ "y": 1550,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Plant/BonsaiTree/BonsaiTreeB",
+ "page": 2,
+ "x": 392,
+ "y": 1550,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Plant/BonsaiTree/BonsaiTreeC",
+ "page": 2,
+ "x": 522,
+ "y": 1550,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Plant/Brambles/BramblesA",
+ "page": 2,
+ "x": 652,
+ "y": 1550,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Plant/Brambles/BramblesB",
+ "page": 2,
+ "x": 782,
+ "y": 1550,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Plant/Bush/BushA",
+ "page": 2,
+ "x": 912,
+ "y": 1550,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Plant/Bush/BushB",
+ "page": 2,
+ "x": 1042,
+ "y": 1550,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Plant/Bush/BushC",
+ "page": 2,
+ "x": 1172,
+ "y": 1550,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Plant/Chokevine/ChokevineA",
+ "page": 1,
+ "x": 2,
+ "y": 1284,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Plant/Chokevine/ChokevineB",
+ "page": 1,
+ "x": 260,
+ "y": 1284,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Plant/Chokevine/ChokevineC",
+ "page": 1,
+ "x": 518,
+ "y": 1284,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Plant/Chokevine/ChokevineD",
+ "page": 1,
+ "x": 776,
+ "y": 1284,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Plant/CornPlant/CornPlanA",
+ "page": 2,
+ "x": 1302,
+ "y": 1550,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Plant/CornPlant/CornPlantA",
+ "page": 2,
+ "x": 1432,
+ "y": 1550,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Plant/CornPlant/CornPlantB",
+ "page": 2,
+ "x": 1562,
+ "y": 1550,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Plant/Dandelion/Dandelion",
+ "page": 2,
+ "x": 1692,
+ "y": 1550,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Plant/Dandelion/DandelionB",
+ "page": 2,
+ "x": 1822,
+ "y": 1550,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Plant/Dandelion/DandelionC",
+ "page": 2,
+ "x": 2,
+ "y": 1680,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Plant/Daylily/DaylilyA",
+ "page": 2,
+ "x": 132,
+ "y": 1680,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Plant/Daylily/DaylilyB",
+ "page": 2,
+ "x": 262,
+ "y": 1680,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Plant/Devilstrand/DevilstrandA",
+ "page": 2,
+ "x": 392,
+ "y": 1680,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Plant/Devilstrand/DevilstrandB",
+ "page": 2,
+ "x": 522,
+ "y": 1680,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Plant/Fibercorn/FibercornA",
+ "page": 2,
+ "x": 652,
+ "y": 1680,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Plant/Fibercorn/FibercornB",
+ "page": 2,
+ "x": 782,
+ "y": 1680,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Plant/Fibercorn/FibercornC",
+ "page": 2,
+ "x": 912,
+ "y": 1680,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Plant/GauranlenMoss/GauranlenMossA",
+ "page": 2,
+ "x": 1042,
+ "y": 1680,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Plant/GauranlenMoss/GauranlenMossB",
+ "page": 2,
+ "x": 1172,
+ "y": 1680,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Plant/GauranlenMoss/GauranlenMossC",
+ "page": 2,
+ "x": 1302,
+ "y": 1680,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Plant/GauranlenPod/GauranlenPodA",
+ "page": 2,
+ "x": 1432,
+ "y": 1680,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Plant/GauranlenPod/GauranlenPodB",
+ "page": 2,
+ "x": 1562,
+ "y": 1680,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Plant/GauranlenPod/GauranlenPodC",
+ "page": 2,
+ "x": 1692,
+ "y": 1680,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Plant/GauranlenTree/GauranlenTreeA",
+ "page": 1,
+ "x": 1034,
+ "y": 1284,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Plant/GauranlenTree/GauranlenTreeB",
+ "page": 1,
+ "x": 1292,
+ "y": 1284,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Plant/Glowstool/GlowstoolA",
+ "page": 2,
+ "x": 1822,
+ "y": 1680,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Plant/Glowstool/GlowstoolB",
+ "page": 2,
+ "x": 2,
+ "y": 1810,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Plant/Haygrass/HaygrassA",
+ "page": 2,
+ "x": 132,
+ "y": 1810,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Plant/Healroot/HealrootA",
+ "page": 2,
+ "x": 262,
+ "y": 1810,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Plant/Healroot/HealrootB",
+ "page": 2,
+ "x": 392,
+ "y": 1810,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Plant/Immature/Ambrosia_Immature/Ambrosia",
+ "page": 2,
+ "x": 522,
+ "y": 1810,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Plant/Immature/BerryPlant_Immature/BerryPlant",
+ "page": 2,
+ "x": 652,
+ "y": 1810,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Plant/Immature/BerryPlant_Immature/BerryPlantA",
+ "page": 2,
+ "x": 782,
+ "y": 1810,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Plant/Immature/CornPlant_Immature/CornPlantA",
+ "page": 2,
+ "x": 912,
+ "y": 1810,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Plant/Immature/RicePlant_Immature/RicePlantA",
+ "page": 2,
+ "x": 1042,
+ "y": 1810,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Plant/Immature/Toxipotato_Immature/ToxipotatoA",
+ "page": 2,
+ "x": 1172,
+ "y": 1810,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Plant/Immature/TreeCocoa_Immature/TreeCocoaA",
+ "page": 1,
+ "x": 1550,
+ "y": 1284,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Plant/Leafless/Agave_Leafless/AgaveA_Leafless",
+ "page": 2,
+ "x": 1302,
+ "y": 1810,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Plant/Leafless/Agave_Leafless/AgaveB_Leafless",
+ "page": 2,
+ "x": 1432,
+ "y": 1810,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Plant/Leafless/Ambrosia_Leafless/Ambrosia_Leafless",
+ "page": 2,
+ "x": 1562,
+ "y": 1810,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Plant/Leafless/BerryPlant_Leafless/BerryBushLeaflessA",
+ "page": 2,
+ "x": 1692,
+ "y": 1810,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Plant/Leafless/Brambles_Leafless/Brambles_LeaflessA",
+ "page": 2,
+ "x": 1822,
+ "y": 1810,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Plant/Leafless/Brambles_Leafless/Brambles_LeaflessB",
+ "page": 3,
+ "x": 2,
+ "y": 2,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Plant/Leafless/Bush_Leafless/Bush_LeaflessA",
+ "page": 3,
+ "x": 132,
+ "y": 2,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Plant/Leafless/Bush_Leafless/Bush_LeaflessB",
+ "page": 3,
+ "x": 262,
+ "y": 2,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Plant/Leafless/Bush_Leafless/Bush_LeaflessC",
+ "page": 3,
+ "x": 392,
+ "y": 2,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Plant/Leafless/Chokevine_Leafless/Chokevine_LeaflessA",
+ "page": 1,
+ "x": 2,
+ "y": 1542,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Plant/Leafless/Chokevine_Leafless/Chokevine_LeaflessB",
+ "page": 1,
+ "x": 260,
+ "y": 1542,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Plant/Leafless/Chokevine_Leafless/Chokevine_LeaflessC",
+ "page": 1,
+ "x": 518,
+ "y": 1542,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Plant/Leafless/Chokevine_Leafless/Chokevine_LeaflessD",
+ "page": 1,
+ "x": 776,
+ "y": 1542,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Plant/Leafless/Moss_Leafless/Moss_LeaflessA",
+ "page": 3,
+ "x": 522,
+ "y": 2,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Plant/Leafless/Moss_Leafless/Moss_LeaflessB",
+ "page": 3,
+ "x": 652,
+ "y": 2,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Plant/Leafless/Moss_Leafless/Moss_LeaflessC",
+ "page": 3,
+ "x": 782,
+ "y": 2,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Plant/Leafless/RaspberryPlant_Leafless/RaspberryPlantA_Leafless",
+ "page": 3,
+ "x": 912,
+ "y": 2,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Plant/Leafless/RimBerryPlant_Leafless/RimBerryPlant_LeaflessA",
+ "page": 3,
+ "x": 1042,
+ "y": 2,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Plant/Leafless/Ripthorn_Leafless/TreePoplarA_Leafless",
+ "page": 3,
+ "x": 1172,
+ "y": 2,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Plant/Leafless/SaguaroCactus_Leafless/SaguaroCactusA_Leafless",
+ "page": 1,
+ "x": 1034,
+ "y": 1542,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Plant/Leafless/SaguaroCactus_Leafless/SaguaroCactus_Leafless",
+ "page": 1,
+ "x": 1292,
+ "y": 1542,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Plant/Leafless/TreeBirch_Leafless/TreeBirchA_Leafless",
+ "page": 1,
+ "x": 1550,
+ "y": 1542,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Plant/Leafless/TreeCypress_Leafless/TreeCypressA_Leafless",
+ "page": 2,
+ "x": 2,
+ "y": 2,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Plant/Leafless/TreeMaple_Leafless/TreeMapleA_Leafless",
+ "page": 2,
+ "x": 260,
+ "y": 2,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Plant/Leafless/TreeOak_Leafless/TreeOakA_Leafless",
+ "page": 2,
+ "x": 518,
+ "y": 2,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Plant/Leafless/TreeOak_Leafless/TreeOakB_Leafless",
+ "page": 2,
+ "x": 776,
+ "y": 2,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Plant/Leafless/TreePoplar_Leafless/TreePoplarA_Leafless",
+ "page": 2,
+ "x": 1034,
+ "y": 2,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Plant/Moss/MossA",
+ "page": 3,
+ "x": 1302,
+ "y": 2,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Plant/Moss/MossB",
+ "page": 3,
+ "x": 1432,
+ "y": 2,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Plant/Moss/MossC",
+ "page": 3,
+ "x": 1562,
+ "y": 2,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Plant/Nutrifungus/NutrifungusA",
+ "page": 3,
+ "x": 1692,
+ "y": 2,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Plant/Nutrifungus/NutrifungusB",
+ "page": 3,
+ "x": 1822,
+ "y": 2,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Plant/Nutrifungus/NutrifungusC",
+ "page": 3,
+ "x": 2,
+ "y": 132,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Plant/PebbleCactus/PebbleCactusA",
+ "page": 3,
+ "x": 132,
+ "y": 132,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Plant/PebbleCactus/PebbleCactusB",
+ "page": 3,
+ "x": 262,
+ "y": 132,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Plant/PebbleCactus/PebbleCactusC",
+ "page": 3,
+ "x": 392,
+ "y": 132,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Plant/PincushionCactus/PincushionCactus",
+ "page": 3,
+ "x": 522,
+ "y": 132,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Plant/PincushionCactus/PincushionCactusA",
+ "page": 3,
+ "x": 652,
+ "y": 132,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Plant/PotatoPlant/PotatoPlant",
+ "page": 3,
+ "x": 782,
+ "y": 132,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Plant/RatPalm/RatPalmA",
+ "page": 2,
+ "x": 1292,
+ "y": 2,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Plant/RatPalm/RatPalmB",
+ "page": 2,
+ "x": 1550,
+ "y": 2,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Plant/RatPalm/RatPalmC",
+ "page": 2,
+ "x": 2,
+ "y": 260,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Plant/RicePlant/RicePlantA",
+ "page": 3,
+ "x": 912,
+ "y": 132,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Plant/Ripthorn/RipthornA",
+ "page": 3,
+ "x": 1042,
+ "y": 132,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Plant/Ripthorn/RipthornB",
+ "page": 3,
+ "x": 1172,
+ "y": 132,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Plant/Ripthorn/RipthornC",
+ "page": 3,
+ "x": 1302,
+ "y": 132,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Plant/Rose/RoseA",
+ "page": 3,
+ "x": 1432,
+ "y": 132,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Plant/SaguaroCactus/SaguaroCactus",
+ "page": 2,
+ "x": 260,
+ "y": 260,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Plant/SaguaroCactus/SaguaroCactusA",
+ "page": 2,
+ "x": 518,
+ "y": 260,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Plant/SaguaroCactus/SaguaroCactusB",
+ "page": 3,
+ "x": 1562,
+ "y": 132,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Plant/StrawberryPlant/StrawberryPlant",
+ "page": 3,
+ "x": 1692,
+ "y": 132,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Plant/StrawberryPlant/StrawberryPlant_Grown",
+ "page": 3,
+ "x": 1822,
+ "y": 132,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Plant/Timbershroom/TimbershroomA",
+ "page": 2,
+ "x": 776,
+ "y": 260,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Plant/Timbershroom/TimbershroomB",
+ "page": 2,
+ "x": 1034,
+ "y": 260,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Plant/Timbershroom/TimbershroomC",
+ "page": 2,
+ "x": 1292,
+ "y": 260,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Plant/Tinctoria/TinctoriaA",
+ "page": 3,
+ "x": 2,
+ "y": 262,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Plant/Tinctoria/TinctoriaB",
+ "page": 3,
+ "x": 132,
+ "y": 262,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Plant/Tinctoria/TinctoriaC",
+ "page": 3,
+ "x": 262,
+ "y": 262,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Plant/Tinctoria/TinctoriaD",
+ "page": 3,
+ "x": 392,
+ "y": 262,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Plant/Toxipotato/ToxipotatoA",
+ "page": 3,
+ "x": 522,
+ "y": 262,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Plant/Toxipotato/ToxipotatoB",
+ "page": 3,
+ "x": 652,
+ "y": 262,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Plant/Toxipotato/ToxipotatoC",
+ "page": 3,
+ "x": 782,
+ "y": 262,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Plant/TreeAnima/TreeAnimaA",
+ "page": 2,
+ "x": 1550,
+ "y": 260,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Plant/TreeAnima/TreeAnimaB",
+ "page": 2,
+ "x": 2,
+ "y": 518,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Plant/TreeAnima/TreeAnimaC",
+ "page": 2,
+ "x": 260,
+ "y": 518,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Plant/TreeAnima/TreeAnimaD",
+ "page": 2,
+ "x": 518,
+ "y": 518,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Plant/TreeAnima/TreeAnimaE",
+ "page": 2,
+ "x": 776,
+ "y": 518,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Plant/TreeBamboo/TreeBambooA",
+ "page": 2,
+ "x": 1034,
+ "y": 518,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Plant/TreeBirch/TreeBirchA",
+ "page": 2,
+ "x": 1292,
+ "y": 518,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Plant/TreeCecropia/TreeCecropiaA",
+ "page": 2,
+ "x": 1550,
+ "y": 518,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Plant/TreeCocoa/TreeCocoaA",
+ "page": 2,
+ "x": 2,
+ "y": 776,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Plant/TreeCypress/TreeCypressA",
+ "page": 2,
+ "x": 260,
+ "y": 776,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Plant/TreeCypress/TreeCypressB",
+ "page": 2,
+ "x": 518,
+ "y": 776,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Plant/TreeDrago/TreeDragoA",
+ "page": 2,
+ "x": 776,
+ "y": 776,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Plant/TreeGrayPine/TreeGrayPineA",
+ "page": 2,
+ "x": 1034,
+ "y": 776,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Plant/TreeGrayPine/TreeGrayPineB",
+ "page": 2,
+ "x": 1292,
+ "y": 776,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Plant/TreeGrayPine/TreeGrayPineC",
+ "page": 2,
+ "x": 1550,
+ "y": 776,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Plant/TreeMaple/TreeMapleA",
+ "page": 2,
+ "x": 2,
+ "y": 1034,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Plant/TreeMaple/TreeMapleB",
+ "page": 2,
+ "x": 260,
+ "y": 1034,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Plant/TreeOak/TreeOakA",
+ "page": 2,
+ "x": 518,
+ "y": 1034,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Plant/TreeOak/TreeOakB",
+ "page": 2,
+ "x": 776,
+ "y": 1034,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Plant/TreePalm/TreePalmA",
+ "page": 2,
+ "x": 1034,
+ "y": 1034,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Plant/TreePine/TreePineA",
+ "page": 3,
+ "x": 912,
+ "y": 262,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/Plant/TreePolux/PoluxTreeA",
+ "page": 2,
+ "x": 1292,
+ "y": 1034,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Plant/TreePolux/PoluxTreeB",
+ "page": 2,
+ "x": 1550,
+ "y": 1034,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Plant/TreePolux/PoluxTreeC",
+ "page": 2,
+ "x": 2,
+ "y": 1292,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Plant/TreePoplar/TreePoplarA",
+ "page": 2,
+ "x": 260,
+ "y": 1292,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Plant/TreeTeak/TreeTeakA",
+ "page": 0,
+ "x": 2,
+ "y": 2,
+ "w": 1280,
+ "h": 1280
+ },
+ {
+ "key": "Things/Plant/TreeTeak/TreeTeakB",
+ "page": 1,
+ "x": 2,
+ "y": 2,
+ "w": 1280,
+ "h": 1280
+ },
+ {
+ "key": "Things/Plant/Witchwood/WitchwoodA",
+ "page": 2,
+ "x": 518,
+ "y": 1292,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Plant/Witchwood/WitchwoodB",
+ "page": 2,
+ "x": 776,
+ "y": 1292,
+ "w": 256,
+ "h": 256
+ },
+ {
+ "key": "Things/Plant/Witchwood/WitchwoodC",
+ "page": 2,
+ "x": 1034,
+ "y": 1292,
+ "w": 256,
+ "h": 256
+ }
+ ]
+}
\ No newline at end of file
diff --git a/src/LittleSim/Assets/Atlases/Things.Plant.atlas.0.png b/src/LittleSim/Assets/Atlases/Things.Plant.atlas.0.png
new file mode 100644
index 0000000..8b3e889
Binary files /dev/null and b/src/LittleSim/Assets/Atlases/Things.Plant.atlas.0.png differ
diff --git a/src/LittleSim/Assets/Atlases/Things.Plant.atlas.1.png b/src/LittleSim/Assets/Atlases/Things.Plant.atlas.1.png
new file mode 100644
index 0000000..193efb2
Binary files /dev/null and b/src/LittleSim/Assets/Atlases/Things.Plant.atlas.1.png differ
diff --git a/src/LittleSim/Assets/Atlases/Things.Plant.atlas.2.png b/src/LittleSim/Assets/Atlases/Things.Plant.atlas.2.png
new file mode 100644
index 0000000..5303da6
Binary files /dev/null and b/src/LittleSim/Assets/Atlases/Things.Plant.atlas.2.png differ
diff --git a/src/LittleSim/Assets/Atlases/Things.Plant.atlas.3.png b/src/LittleSim/Assets/Atlases/Things.Plant.atlas.3.png
new file mode 100644
index 0000000..2ae0fe1
Binary files /dev/null and b/src/LittleSim/Assets/Atlases/Things.Plant.atlas.3.png differ
diff --git a/src/LittleSim/Assets/Atlases/Things.World.atlas b/src/LittleSim/Assets/Atlases/Things.World.atlas
new file mode 100644
index 0000000..c865148
--- /dev/null
+++ b/src/LittleSim/Assets/Atlases/Things.World.atlas
@@ -0,0 +1,63 @@
+{
+ "version": 1,
+ "name": "Things.World",
+ "pageSize": 2048,
+ "padding": 2,
+ "pages": [
+ {
+ "file": "Things.World.atlas.0.png",
+ "width": 1024,
+ "height": 256
+ }
+ ],
+ "regions": [
+ {
+ "key": "Things/World/WorldObjects/Expanding/PirateOutpost",
+ "page": 0,
+ "x": 2,
+ "y": 2,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/World/WorldObjects/Expanding/Town",
+ "page": 0,
+ "x": 132,
+ "y": 2,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/World/WorldObjects/Expanding/TownRough",
+ "page": 0,
+ "x": 262,
+ "y": 2,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/World/WorldObjects/Expanding/Village",
+ "page": 0,
+ "x": 392,
+ "y": 2,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/World/WorldObjects/Expanding/VillageRough",
+ "page": 0,
+ "x": 522,
+ "y": 2,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "Things/World/WorldObjects/Expanding/VillageSavage",
+ "page": 0,
+ "x": 652,
+ "y": 2,
+ "w": 128,
+ "h": 128
+ }
+ ]
+}
\ No newline at end of file
diff --git a/src/LittleSim/Assets/Atlases/Things.World.atlas.0.png b/src/LittleSim/Assets/Atlases/Things.World.atlas.0.png
new file mode 100644
index 0000000..ba0c776
Binary files /dev/null and b/src/LittleSim/Assets/Atlases/Things.World.atlas.0.png differ
diff --git a/src/LittleSim/Assets/Atlases/UI.Buttons.atlas b/src/LittleSim/Assets/Atlases/UI.Buttons.atlas
new file mode 100644
index 0000000..aa3d8dc
--- /dev/null
+++ b/src/LittleSim/Assets/Atlases/UI.Buttons.atlas
@@ -0,0 +1,127 @@
+{
+ "version": 1,
+ "name": "UI.Buttons",
+ "pageSize": 2048,
+ "padding": 2,
+ "pages": [
+ {
+ "file": "UI.Buttons.atlas.0.png",
+ "width": 1024,
+ "height": 128
+ }
+ ],
+ "regions": [
+ {
+ "key": "UI/Buttons/MainButtons/IconAnimals",
+ "page": 0,
+ "x": 2,
+ "y": 2,
+ "w": 64,
+ "h": 64
+ },
+ {
+ "key": "UI/Buttons/MainButtons/IconArchitect",
+ "page": 0,
+ "x": 68,
+ "y": 2,
+ "w": 64,
+ "h": 64
+ },
+ {
+ "key": "UI/Buttons/MainButtons/IconAssign",
+ "page": 0,
+ "x": 134,
+ "y": 2,
+ "w": 64,
+ "h": 64
+ },
+ {
+ "key": "UI/Buttons/MainButtons/IconFactions",
+ "page": 0,
+ "x": 200,
+ "y": 2,
+ "w": 64,
+ "h": 64
+ },
+ {
+ "key": "UI/Buttons/MainButtons/IconHistory",
+ "page": 0,
+ "x": 266,
+ "y": 2,
+ "w": 64,
+ "h": 64
+ },
+ {
+ "key": "UI/Buttons/MainButtons/IconMechanoids",
+ "page": 0,
+ "x": 332,
+ "y": 2,
+ "w": 64,
+ "h": 64
+ },
+ {
+ "key": "UI/Buttons/MainButtons/IconMenu",
+ "page": 0,
+ "x": 398,
+ "y": 2,
+ "w": 64,
+ "h": 64
+ },
+ {
+ "key": "UI/Buttons/MainButtons/IconQuests",
+ "page": 0,
+ "x": 464,
+ "y": 2,
+ "w": 64,
+ "h": 64
+ },
+ {
+ "key": "UI/Buttons/MainButtons/IconResearch",
+ "page": 0,
+ "x": 530,
+ "y": 2,
+ "w": 64,
+ "h": 64
+ },
+ {
+ "key": "UI/Buttons/MainButtons/IconRestrict",
+ "page": 0,
+ "x": 596,
+ "y": 2,
+ "w": 64,
+ "h": 64
+ },
+ {
+ "key": "UI/Buttons/MainButtons/IconSchedule",
+ "page": 0,
+ "x": 662,
+ "y": 2,
+ "w": 64,
+ "h": 64
+ },
+ {
+ "key": "UI/Buttons/MainButtons/IconWildlife",
+ "page": 0,
+ "x": 728,
+ "y": 2,
+ "w": 64,
+ "h": 64
+ },
+ {
+ "key": "UI/Buttons/MainButtons/IconWork",
+ "page": 0,
+ "x": 794,
+ "y": 2,
+ "w": 64,
+ "h": 64
+ },
+ {
+ "key": "UI/Buttons/MainButtons/IconWorld",
+ "page": 0,
+ "x": 860,
+ "y": 2,
+ "w": 64,
+ "h": 64
+ }
+ ]
+}
\ No newline at end of file
diff --git a/src/LittleSim/Assets/Atlases/UI.Buttons.atlas.0.png b/src/LittleSim/Assets/Atlases/UI.Buttons.atlas.0.png
new file mode 100644
index 0000000..62deaa4
Binary files /dev/null and b/src/LittleSim/Assets/Atlases/UI.Buttons.atlas.0.png differ
diff --git a/src/LittleSim/Assets/Atlases/UI.Overlays.atlas b/src/LittleSim/Assets/Atlases/UI.Overlays.atlas
new file mode 100644
index 0000000..6ffdc9a
--- /dev/null
+++ b/src/LittleSim/Assets/Atlases/UI.Overlays.atlas
@@ -0,0 +1,23 @@
+{
+ "version": 1,
+ "name": "UI.Overlays",
+ "pageSize": 2048,
+ "padding": 2,
+ "pages": [
+ {
+ "file": "UI.Overlays.atlas.0.png",
+ "width": 256,
+ "height": 256
+ }
+ ],
+ "regions": [
+ {
+ "key": "UI/Overlays/NeedsPower",
+ "page": 0,
+ "x": 2,
+ "y": 2,
+ "w": 128,
+ "h": 128
+ }
+ ]
+}
\ No newline at end of file
diff --git a/src/LittleSim/Assets/Atlases/UI.Overlays.atlas.0.png b/src/LittleSim/Assets/Atlases/UI.Overlays.atlas.0.png
new file mode 100644
index 0000000..45a10a9
Binary files /dev/null and b/src/LittleSim/Assets/Atlases/UI.Overlays.atlas.0.png differ
diff --git a/src/LittleSim/Assets/Atlases/UI.atlas b/src/LittleSim/Assets/Atlases/UI.atlas
new file mode 100644
index 0000000..91970de
--- /dev/null
+++ b/src/LittleSim/Assets/Atlases/UI.atlas
@@ -0,0 +1,23 @@
+{
+ "version": 1,
+ "name": "UI",
+ "pageSize": 2048,
+ "padding": 2,
+ "pages": [
+ {
+ "file": "UI.atlas.0.png",
+ "width": 128,
+ "height": 128
+ }
+ ],
+ "regions": [
+ {
+ "key": "UI/VELogo",
+ "page": 0,
+ "x": 2,
+ "y": 2,
+ "w": 64,
+ "h": 64
+ }
+ ]
+}
\ No newline at end of file
diff --git a/src/LittleSim/Assets/Atlases/UI.atlas.0.png b/src/LittleSim/Assets/Atlases/UI.atlas.0.png
new file mode 100644
index 0000000..afd0613
Binary files /dev/null and b/src/LittleSim/Assets/Atlases/UI.atlas.0.png differ
diff --git a/src/LittleSim/Assets/Atlases/World.WorldObjects.atlas b/src/LittleSim/Assets/Atlases/World.WorldObjects.atlas
new file mode 100644
index 0000000..28e175e
--- /dev/null
+++ b/src/LittleSim/Assets/Atlases/World.WorldObjects.atlas
@@ -0,0 +1,143 @@
+{
+ "version": 1,
+ "name": "World.WorldObjects",
+ "pageSize": 2048,
+ "padding": 2,
+ "pages": [
+ {
+ "file": "World.WorldObjects.atlas.0.png",
+ "width": 2048,
+ "height": 512
+ }
+ ],
+ "regions": [
+ {
+ "key": "World/WorldObjects/Expanding/CannibalPirate",
+ "page": 0,
+ "x": 2,
+ "y": 2,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "World/WorldObjects/Expanding/CannibalTribe",
+ "page": 0,
+ "x": 132,
+ "y": 2,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "World/WorldObjects/Expanding/FierceNeanderthalTribe",
+ "page": 0,
+ "x": 262,
+ "y": 2,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "World/WorldObjects/Expanding/Insects",
+ "page": 0,
+ "x": 392,
+ "y": 2,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "World/WorldObjects/Expanding/Mechanoids",
+ "page": 0,
+ "x": 522,
+ "y": 2,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "World/WorldObjects/Expanding/NudistTribe",
+ "page": 0,
+ "x": 652,
+ "y": 2,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "World/WorldObjects/Expanding/PirateOutpost",
+ "page": 0,
+ "x": 782,
+ "y": 2,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "World/WorldObjects/Expanding/RoughPigUnion",
+ "page": 0,
+ "x": 912,
+ "y": 2,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "World/WorldObjects/Expanding/SavageImpidTribe",
+ "page": 0,
+ "x": 1042,
+ "y": 2,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "World/WorldObjects/Expanding/Town",
+ "page": 0,
+ "x": 1172,
+ "y": 2,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "World/WorldObjects/Expanding/TownRough",
+ "page": 0,
+ "x": 1302,
+ "y": 2,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "World/WorldObjects/Expanding/Village",
+ "page": 0,
+ "x": 1432,
+ "y": 2,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "World/WorldObjects/Expanding/VillageRough",
+ "page": 0,
+ "x": 1562,
+ "y": 2,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "World/WorldObjects/Expanding/VillageSavage",
+ "page": 0,
+ "x": 1692,
+ "y": 2,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "World/WorldObjects/Expanding/WasterPirates",
+ "page": 0,
+ "x": 1822,
+ "y": 2,
+ "w": 128,
+ "h": 128
+ },
+ {
+ "key": "World/WorldObjects/Expanding/YttakinPirates",
+ "page": 0,
+ "x": 2,
+ "y": 132,
+ "w": 128,
+ "h": 128
+ }
+ ]
+}
\ No newline at end of file
diff --git a/src/LittleSim/Assets/Atlases/World.WorldObjects.atlas.0.png b/src/LittleSim/Assets/Atlases/World.WorldObjects.atlas.0.png
new file mode 100644
index 0000000..b5017b5
Binary files /dev/null and b/src/LittleSim/Assets/Atlases/World.WorldObjects.atlas.0.png differ
diff --git a/src/LittleSim/LittleSim.csproj b/src/LittleSim/LittleSim.csproj
index 4b7dfbc..d9c7994 100644
--- a/src/LittleSim/LittleSim.csproj
+++ b/src/LittleSim/LittleSim.csproj
@@ -11,6 +11,7 @@
+
_seed = seed;
+ private static readonly string[] BeingBodies =
+ ["FurCovered_Male", "FurCovered_Female", "FurCovered_Thin", "FurCovered_Fat", "FurCovered_Hulk"];
+
+ private static readonly string[] ForestTrees =
+ ["TreeOak/TreeOakA", "TreeOak/TreeOakB", "TreeBirch/TreeBirchA", "TreeGrayPine/TreeGrayPineA"];
+
protected override void OnLoad()
{
var assets = Context.Services.GetOrDefault() ?? Context.UseAssets();
+ Context.UseTextureAtlases();
var input = this.UseInput();
var renderer = this.UseRenderer2D(new Renderer2DOptions { VirtualResolution = new Point(1280, 720) });
if (!_layersRegistered)
@@ -43,7 +51,12 @@ public sealed class WorldScene : Scene
var white = new Texture2DRegion(assets.Load(GameAssets.Textures.White));
+ // Атласы: собраны утилитой движка из Textures/ (см. CLAUDE.md, раздел «Атласы»).
+ var pawnAtlas = assets.Load(GameAssets.Atlases.ThingsPawn);
+ var plantAtlas = assets.Load(GameAssets.Atlases.ThingsPlant);
+
// Рельеф: одна текстура на все клетки → один draw call на слой.
+ var random = new Random(_seed);
var heights = WorldGenerator.GenerateHeights(WorldWidth, WorldHeight, _seed);
var landCells = new List();
for (var x = 0; x < WorldWidth; x++)
@@ -58,20 +71,37 @@ public sealed class WorldScene : Scene
{
landCells.Add(new Point(x, y));
}
+
+ // Лес получает деревья из атласа растений (Y-sort: жители ходят между ними).
+ if (kind == TerrainKind.Forest && random.NextSingle() < 0.35f)
+ {
+ var tree = plantAtlas.GetRegion("Things/Plant/" + ForestTrees[random.Next(ForestTrees.Length)]);
+ var treeSprite = new Sprite(tree, _beingsLayer);
+ treeSprite.CenterOrigin();
+ Store.CreateEntity(
+ new Transform2D(
+ new Vector2(
+ (x + 0.3f + random.NextSingle() * 0.4f) * CellSize,
+ (y + 0.3f + random.NextSingle() * 0.4f) * CellSize),
+ scale: new Vector2(CellSize * 1.7f / tree.Width)),
+ treeSprite);
+ }
}
}
- // Жители: появляются на суше, бродят (Y-sort слой — кто ниже, тот ближе).
- var random = new Random(_seed);
+ // Жители: тела из атласа пешек, появляются на суше, бродят
+ // (Y-sort слой — кто ниже, тот ближе).
for (var i = 0; i < Population && landCells.Count > 0; i++)
{
var cell = landCells[random.Next(landCells.Count)];
- var sprite = new Sprite(white, _beingsLayer) { Color = new Color(214, 81, 72) };
+ var body = pawnAtlas.GetRegion(
+ "Things/Pawn/Humanlike/Bodies/" + BeingBodies[random.Next(BeingBodies.Length)] + "_south");
+ var sprite = new Sprite(body, _beingsLayer);
sprite.CenterOrigin();
Store.CreateEntity(
new Transform2D(
new Vector2((cell.X + 0.5f) * CellSize, (cell.Y + 0.5f) * CellSize),
- scale: new Vector2(0.45f)),
+ scale: new Vector2(CellSize * 1.1f / body.Width)),
sprite,
new Wander());
}
@@ -96,6 +126,42 @@ public sealed class WorldScene : Scene
Context.Scenes.Switch(new WorldScene(seed), Transition.Fade(0.6f));
});
+ var atlases = new Dictionary(StringComparer.OrdinalIgnoreCase)
+ {
+ [pawnAtlas.Name] = pawnAtlas,
+ [plantAtlas.Name] = plantAtlas,
+ };
+ console.Register("atlas", "atlas [name] [filter] — inspect loaded texture atlases", (c, args) =>
+ {
+ if (args.Length == 0)
+ {
+ foreach (var (name, atlas) in atlases.OrderBy(a => a.Key, StringComparer.Ordinal))
+ {
+ c.WriteLine($"{name}: {atlas.Pages.Count} page(s), {atlas.Regions.Count} region(s)");
+ }
+
+ return;
+ }
+
+ if (!atlases.TryGetValue(args[0], out var found))
+ {
+ c.WriteLine($"unknown atlas '{args[0]}'; loaded: {string.Join(", ", atlases.Keys)}");
+ return;
+ }
+
+ var filter = args.Length > 1 ? args[1] : null;
+ var keys = found.Regions.Keys
+ .Where(k => filter is null || k.Contains(filter, StringComparison.OrdinalIgnoreCase))
+ .Order(StringComparer.Ordinal)
+ .ToList();
+ foreach (var key in keys.Take(25))
+ {
+ c.WriteLine($" {key}");
+ }
+
+ c.WriteLine($"{keys.Count} region(s){(keys.Count > 25 ? ", showing first 25" : "")}");
+ });
+
UpdateSystems.Add(new WanderSystem(_seed, WorldBounds));
UpdateSystems.Add(new GodCameraSystem(camera, input, console));
UpdateSystems.Add(new HudSystem(Context, hudLabel, _seed, Population));
diff --git a/src/LittleSim/Sim/SimSystems.cs b/src/LittleSim/Sim/SimSystems.cs
index 59f50df..31db8c7 100644
--- a/src/LittleSim/Sim/SimSystems.cs
+++ b/src/LittleSim/Sim/SimSystems.cs
@@ -100,6 +100,6 @@ public sealed class HudSystem(
var fps = _frames / _accumulated;
_accumulated = 0f;
_frames = 0;
- label.Text = $"LittleSim | seed {seed} | население {population} | {fps:F0} FPS\nWASD — камера, колесо — зум, ` — консоль ('regen', 'timescale')";
+ label.Text = $"LittleSim | seed {seed} | население {population} | {fps:F0} FPS\nWASD — камера, колесо — зум, ` — консоль ('regen', 'timescale', 'atlas')";
}
}